@pgarbe/cdk-ecr-sync 0.5.27 → 0.5.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (281) hide show
  1. package/.jsii +5 -5
  2. package/.projenrc.ts +5 -0
  3. package/API.md +106 -50
  4. package/CHANGELOG.md +1 -1
  5. package/lib/ecr-sync.d.ts +1 -0
  6. package/lib/ecr-sync.d.ts.map +1 -0
  7. package/lib/ecr-sync.js +1 -1
  8. package/lib/image.d.ts +1 -0
  9. package/lib/image.d.ts.map +1 -0
  10. package/lib/index.d.ts +1 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/lambda/docker-adapter.d.ts +1 -0
  13. package/lib/lambda/docker-adapter.d.ts.map +1 -0
  14. package/lib/lambda/ecr-adapter.d.ts +1 -0
  15. package/lib/lambda/ecr-adapter.d.ts.map +1 -0
  16. package/lib/lambda/get-image-tags-handler.d.ts +1 -0
  17. package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
  18. package/node_modules/aws-sdk/CHANGELOG.md +153 -1
  19. package/node_modules/aws-sdk/README.md +1 -1
  20. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  21. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  22. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
  23. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
  24. package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
  25. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
  26. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
  27. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
  28. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
  29. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
  30. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  31. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
  32. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +19 -2
  33. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
  34. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  35. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +162 -9
  36. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
  37. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +82 -75
  38. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  39. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
  40. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  41. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  42. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +988 -853
  43. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
  44. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  45. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
  46. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  47. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  48. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  49. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1 -0
  50. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +316 -61
  51. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  52. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  53. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
  54. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1858 -495
  55. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +92 -15
  56. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  57. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +74 -68
  58. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  59. package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
  60. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  61. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
  62. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  63. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
  64. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
  65. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
  66. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +153 -84
  67. package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
  68. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
  69. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
  70. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
  71. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +199 -125
  72. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +17 -12
  73. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +1 -0
  74. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
  75. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  76. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +84 -55
  77. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +213 -120
  78. package/node_modules/aws-sdk/apis/metadata.json +11 -0
  79. package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
  80. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
  81. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  82. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +56 -0
  83. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
  84. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
  85. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
  86. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +20 -7
  87. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
  88. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +2 -1
  89. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
  90. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
  91. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +124 -124
  92. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +749 -692
  93. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +3 -3
  94. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +20 -18
  95. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +160 -139
  96. package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
  97. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
  98. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +8 -3
  99. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  100. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
  101. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
  102. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  103. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +196 -130
  104. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
  105. package/node_modules/aws-sdk/clients/all.d.ts +3 -0
  106. package/node_modules/aws-sdk/clients/all.js +4 -1
  107. package/node_modules/aws-sdk/clients/amplify.d.ts +5 -5
  108. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  109. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  110. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  111. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  112. package/node_modules/aws-sdk/clients/auditmanager.d.ts +4 -4
  113. package/node_modules/aws-sdk/clients/backup.d.ts +25 -1
  114. package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
  115. package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
  116. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
  117. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
  118. package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +3 -3
  119. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  120. package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
  121. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +17 -17
  122. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  123. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
  124. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  125. package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
  126. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
  127. package/node_modules/aws-sdk/clients/connect.d.ts +200 -9
  128. package/node_modules/aws-sdk/clients/datasync.d.ts +48 -17
  129. package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
  130. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  131. package/node_modules/aws-sdk/clients/ec2.d.ts +236 -56
  132. package/node_modules/aws-sdk/clients/eks.d.ts +13 -13
  133. package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
  134. package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
  135. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  136. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  137. package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
  138. package/node_modules/aws-sdk/clients/evidently.d.ts +8 -4
  139. package/node_modules/aws-sdk/clients/forecastservice.d.ts +391 -18
  140. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  141. package/node_modules/aws-sdk/clients/gamelift.d.ts +67 -67
  142. package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
  143. package/node_modules/aws-sdk/clients/glue.d.ts +2082 -217
  144. package/node_modules/aws-sdk/clients/grafana.d.ts +72 -1
  145. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
  146. package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
  147. package/node_modules/aws-sdk/clients/iot.d.ts +12 -9
  148. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  149. package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
  150. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  151. package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
  152. package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
  153. package/node_modules/aws-sdk/clients/ivschat.js +18 -0
  154. package/node_modules/aws-sdk/clients/kendra.d.ts +99 -14
  155. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
  156. package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
  157. package/node_modules/aws-sdk/clients/kms.d.ts +22 -22
  158. package/node_modules/aws-sdk/clients/lambda.d.ts +4 -4
  159. package/node_modules/aws-sdk/clients/lightsail.d.ts +162 -47
  160. package/node_modules/aws-sdk/clients/location.d.ts +20 -16
  161. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
  162. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +58 -4
  163. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +104 -8
  164. package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
  165. package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
  166. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
  167. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  168. package/node_modules/aws-sdk/clients/organizations.d.ts +5 -5
  169. package/node_modules/aws-sdk/clients/outposts.d.ts +79 -22
  170. package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
  171. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  172. package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
  173. package/node_modules/aws-sdk/clients/rds.d.ts +37 -1
  174. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
  175. package/node_modules/aws-sdk/clients/redshift.d.ts +16 -12
  176. package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
  177. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
  178. package/node_modules/aws-sdk/clients/s3.d.ts +8 -8
  179. package/node_modules/aws-sdk/clients/sagemaker.d.ts +273 -194
  180. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +9 -9
  181. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -6
  182. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +4 -4
  183. package/node_modules/aws-sdk/clients/ssm.d.ts +29 -1
  184. package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
  185. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +19 -6
  186. package/node_modules/aws-sdk/clients/sts.d.ts +2 -2
  187. package/node_modules/aws-sdk/clients/synthetics.d.ts +7 -3
  188. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  189. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -2
  190. package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
  191. package/node_modules/aws-sdk/clients/wafv2.d.ts +104 -27
  192. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
  193. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
  194. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2644 -1816
  195. package/node_modules/aws-sdk/dist/aws-sdk.js +3131 -1600
  196. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -89
  197. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
  198. package/node_modules/aws-sdk/lib/core.js +1 -1
  199. package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
  200. package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
  201. package/node_modules/aws-sdk/package.json +2 -2
  202. package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
  203. package/node_modules/jszip/CHANGES.md +5 -0
  204. package/node_modules/jszip/README.markdown +1 -3
  205. package/node_modules/jszip/dist/jszip.js +194 -13
  206. package/node_modules/jszip/dist/jszip.min.js +4 -4
  207. package/node_modules/jszip/index.d.ts +1 -1
  208. package/node_modules/jszip/lib/index.js +1 -1
  209. package/node_modules/jszip/lib/license_header.js +2 -2
  210. package/node_modules/jszip/lib/utils.js +1 -1
  211. package/node_modules/jszip/package.json +2 -2
  212. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  213. package/node_modules/setimmediate/LICENSE.txt +20 -0
  214. package/node_modules/setimmediate/package.json +30 -0
  215. package/node_modules/setimmediate/setImmediate.js +186 -0
  216. package/node_modules/uuid/CHANGELOG.md +132 -44
  217. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  218. package/node_modules/uuid/LICENSE.md +1 -1
  219. package/node_modules/uuid/README.md +298 -152
  220. package/node_modules/uuid/dist/bin/uuid +2 -0
  221. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  222. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  223. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  224. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  225. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  226. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  227. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  228. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  229. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  230. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  231. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  232. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  233. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  234. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  235. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  236. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  237. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  238. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  239. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  240. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  241. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  242. package/node_modules/uuid/dist/index.js +39 -0
  243. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  244. package/node_modules/uuid/dist/md5.js +23 -0
  245. package/node_modules/uuid/dist/rng-browser.js +21 -0
  246. package/node_modules/uuid/dist/rng.js +14 -0
  247. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  248. package/node_modules/uuid/dist/sha1.js +23 -0
  249. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  250. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  251. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  252. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  253. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  254. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  255. package/node_modules/uuid/dist/v1.js +107 -0
  256. package/node_modules/uuid/dist/v3.js +16 -0
  257. package/node_modules/uuid/dist/v35.js +69 -0
  258. package/node_modules/uuid/dist/v4.js +40 -0
  259. package/node_modules/uuid/dist/v5.js +16 -0
  260. package/node_modules/uuid/package.json +92 -19
  261. package/node_modules/uuid/wrapper.mjs +5 -0
  262. package/package.json +17 -14
  263. package/releasetag.txt +1 -1
  264. package/version.txt +1 -1
  265. package/node_modules/set-immediate-shim/index.js +0 -7
  266. package/node_modules/set-immediate-shim/package.json +0 -34
  267. package/node_modules/set-immediate-shim/readme.md +0 -31
  268. package/node_modules/uuid/.eslintrc.json +0 -47
  269. package/node_modules/uuid/AUTHORS +0 -5
  270. package/node_modules/uuid/README_js.md +0 -280
  271. package/node_modules/uuid/bin/uuid +0 -65
  272. package/node_modules/uuid/index.js +0 -8
  273. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  274. package/node_modules/uuid/lib/md5.js +0 -25
  275. package/node_modules/uuid/lib/rng-browser.js +0 -34
  276. package/node_modules/uuid/lib/rng.js +0 -8
  277. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  278. package/node_modules/uuid/lib/sha1.js +0 -25
  279. package/node_modules/uuid/v3.js +0 -4
  280. package/node_modules/uuid/v4.js +0 -29
  281. package/node_modules/uuid/v5.js +0 -3
@@ -27,6 +27,14 @@ declare class Grafana extends Service {
27
27
  * Creates a workspace. In a workspace, you can create Grafana dashboards and visualizations to analyze your metrics, logs, and traces. You don't have to build, package, or deploy any hardware to run the Grafana server. Don't use CreateWorkspace to modify an existing workspace. Instead, use UpdateWorkspace.
28
28
  */
29
29
  createWorkspace(callback?: (err: AWSError, data: Grafana.Types.CreateWorkspaceResponse) => void): Request<Grafana.Types.CreateWorkspaceResponse, AWSError>;
30
+ /**
31
+ * Creates an API key for the workspace. This key can be used to authenticate requests sent to the workspace's HTTP API. See https://docs.aws.amazon.com/grafana/latest/userguide/Using-Grafana-APIs.html for available APIs and example requests.
32
+ */
33
+ createWorkspaceApiKey(params: Grafana.Types.CreateWorkspaceApiKeyRequest, callback?: (err: AWSError, data: Grafana.Types.CreateWorkspaceApiKeyResponse) => void): Request<Grafana.Types.CreateWorkspaceApiKeyResponse, AWSError>;
34
+ /**
35
+ * Creates an API key for the workspace. This key can be used to authenticate requests sent to the workspace's HTTP API. See https://docs.aws.amazon.com/grafana/latest/userguide/Using-Grafana-APIs.html for available APIs and example requests.
36
+ */
37
+ createWorkspaceApiKey(callback?: (err: AWSError, data: Grafana.Types.CreateWorkspaceApiKeyResponse) => void): Request<Grafana.Types.CreateWorkspaceApiKeyResponse, AWSError>;
30
38
  /**
31
39
  * Deletes an Amazon Managed Grafana workspace.
32
40
  */
@@ -35,6 +43,14 @@ declare class Grafana extends Service {
35
43
  * Deletes an Amazon Managed Grafana workspace.
36
44
  */
37
45
  deleteWorkspace(callback?: (err: AWSError, data: Grafana.Types.DeleteWorkspaceResponse) => void): Request<Grafana.Types.DeleteWorkspaceResponse, AWSError>;
46
+ /**
47
+ * Deletes an API key for a workspace.
48
+ */
49
+ deleteWorkspaceApiKey(params: Grafana.Types.DeleteWorkspaceApiKeyRequest, callback?: (err: AWSError, data: Grafana.Types.DeleteWorkspaceApiKeyResponse) => void): Request<Grafana.Types.DeleteWorkspaceApiKeyResponse, AWSError>;
50
+ /**
51
+ * Deletes an API key for a workspace.
52
+ */
53
+ deleteWorkspaceApiKey(callback?: (err: AWSError, data: Grafana.Types.DeleteWorkspaceApiKeyResponse) => void): Request<Grafana.Types.DeleteWorkspaceApiKeyResponse, AWSError>;
38
54
  /**
39
55
  * Displays information about one Amazon Managed Grafana workspace.
40
56
  */
@@ -128,6 +144,8 @@ declare namespace Grafana {
128
144
  export type AccountAccessType = "CURRENT_ACCOUNT"|"ORGANIZATION"|string;
129
145
  export type AllowedOrganization = string;
130
146
  export type AllowedOrganizations = AllowedOrganization[];
147
+ export type ApiKeyName = string;
148
+ export type ApiKeyToken = string;
131
149
  export type AssertionAttribute = string;
132
150
  export interface AssertionAttributes {
133
151
  /**
@@ -205,6 +223,39 @@ declare namespace Grafana {
205
223
  }
206
224
  export type Boolean = boolean;
207
225
  export type ClientToken = string;
226
+ export interface CreateWorkspaceApiKeyRequest {
227
+ /**
228
+ * Specifies the name of the key to create. Key names must be unique to the workspace.
229
+ */
230
+ keyName: ApiKeyName;
231
+ /**
232
+ * Specifies the permission level of the key. Valid Values: VIEWER | EDITOR | ADMIN
233
+ */
234
+ keyRole: String;
235
+ /**
236
+ * Specifies the time in seconds until the key expires. Keys can be valid for up to 30 days.
237
+ */
238
+ secondsToLive: CreateWorkspaceApiKeyRequestSecondsToLiveInteger;
239
+ /**
240
+ * The ID of the workspace in which to create an API key.
241
+ */
242
+ workspaceId: WorkspaceId;
243
+ }
244
+ export type CreateWorkspaceApiKeyRequestSecondsToLiveInteger = number;
245
+ export interface CreateWorkspaceApiKeyResponse {
246
+ /**
247
+ * The key token that was created. Use this value as a bearer token to authenticate HTTP requests to the workspace.
248
+ */
249
+ key: ApiKeyToken;
250
+ /**
251
+ * The name of the key that was created.
252
+ */
253
+ keyName: ApiKeyName;
254
+ /**
255
+ * The ID of the workspace that the key is valid for.
256
+ */
257
+ workspaceId: WorkspaceId;
258
+ }
208
259
  export interface CreateWorkspaceRequest {
209
260
  /**
210
261
  * Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account only, or whether it can also access Amazon Web Services resources in other accounts in the same organization. If you specify ORGANIZATION, you must specify which organizational units the workspace can access in the workspaceOrganizationalUnits parameter.
@@ -267,6 +318,26 @@ declare namespace Grafana {
267
318
  }
268
319
  export type DataSourceType = "AMAZON_OPENSEARCH_SERVICE"|"CLOUDWATCH"|"PROMETHEUS"|"XRAY"|"TIMESTREAM"|"SITEWISE"|"ATHENA"|"REDSHIFT"|string;
269
320
  export type DataSourceTypesList = DataSourceType[];
321
+ export interface DeleteWorkspaceApiKeyRequest {
322
+ /**
323
+ * The name of the API key to delete.
324
+ */
325
+ keyName: ApiKeyName;
326
+ /**
327
+ * The ID of the workspace to delete.
328
+ */
329
+ workspaceId: WorkspaceId;
330
+ }
331
+ export interface DeleteWorkspaceApiKeyResponse {
332
+ /**
333
+ * The name of the API key that was deleted.
334
+ */
335
+ keyName: ApiKeyName;
336
+ /**
337
+ * The ID of the workspace where the key was deleted.
338
+ */
339
+ workspaceId: WorkspaceId;
340
+ }
270
341
  export interface DeleteWorkspaceRequest {
271
342
  /**
272
343
  * The ID of the workspace to delete.
@@ -424,7 +495,7 @@ declare namespace Grafana {
424
495
  }
425
496
  export type PermissionEntryList = PermissionEntry[];
426
497
  export type PermissionType = "CUSTOMER_MANAGED"|"SERVICE_MANAGED"|string;
427
- export type Role = "ADMIN"|"EDITOR"|string;
498
+ export type Role = "ADMIN"|"EDITOR"|"VIEWER"|string;
428
499
  export type RoleValue = string;
429
500
  export type RoleValueList = RoleValue[];
430
501
  export interface RoleValues {
@@ -44,11 +44,11 @@ declare class GreengrassV2 extends Service {
44
44
  */
45
45
  cancelDeployment(callback?: (err: AWSError, data: GreengrassV2.Types.CancelDeploymentResponse) => void): Request<GreengrassV2.Types.CancelDeploymentResponse, AWSError>;
46
46
  /**
47
- * Creates a component. Components are software that run on Greengrass core devices. After you develop and test a component on your core device, you can use this operation to upload your component to IoT Greengrass. Then, you can deploy the component to other core devices. You can use this operation to do the following: Create components from recipes Create a component from a recipe, which is a file that defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For more information, see IoT Greengrass component recipe reference in the IoT Greengrass V2 Developer Guide. To create a component from a recipe, specify inlineRecipe when you call this operation. Create components from Lambda functions Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe and artifacts from the Lambda function's deployment package. You can use this operation to migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2. This function only accepts Lambda functions that use the following runtimes: Python 2.7 – python2.7 Python 3.7 – python3.7 Python 3.8 – python3.8 Java 8 – java8 Node.js 10 – nodejs10.x Node.js 12 – nodejs12.x To create a component from a Lambda function, specify lambdaFunction when you call this operation. IoT Greengrass currently supports Lambda functions on only Linux core devices.
47
+ * Creates a component. Components are software that run on Greengrass core devices. After you develop and test a component on your core device, you can use this operation to upload your component to IoT Greengrass. Then, you can deploy the component to other core devices. You can use this operation to do the following: Create components from recipes Create a component from a recipe, which is a file that defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For more information, see IoT Greengrass component recipe reference in the IoT Greengrass V2 Developer Guide. To create a component from a recipe, specify inlineRecipe when you call this operation. Create components from Lambda functions Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe and artifacts from the Lambda function's deployment package. You can use this operation to migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2. This function only accepts Lambda functions that use the following runtimes: Python 2.7 – python2.7 Python 3.7 – python3.7 Python 3.8 – python3.8 Python 3.9 – python3.9 Java 8 – java8 Java 11 – java11 Node.js 10 – nodejs10.x Node.js 12 – nodejs12.x Node.js 14 – nodejs14.x To create a component from a Lambda function, specify lambdaFunction when you call this operation. IoT Greengrass currently supports Lambda functions on only Linux core devices.
48
48
  */
49
49
  createComponentVersion(params: GreengrassV2.Types.CreateComponentVersionRequest, callback?: (err: AWSError, data: GreengrassV2.Types.CreateComponentVersionResponse) => void): Request<GreengrassV2.Types.CreateComponentVersionResponse, AWSError>;
50
50
  /**
51
- * Creates a component. Components are software that run on Greengrass core devices. After you develop and test a component on your core device, you can use this operation to upload your component to IoT Greengrass. Then, you can deploy the component to other core devices. You can use this operation to do the following: Create components from recipes Create a component from a recipe, which is a file that defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For more information, see IoT Greengrass component recipe reference in the IoT Greengrass V2 Developer Guide. To create a component from a recipe, specify inlineRecipe when you call this operation. Create components from Lambda functions Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe and artifacts from the Lambda function's deployment package. You can use this operation to migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2. This function only accepts Lambda functions that use the following runtimes: Python 2.7 – python2.7 Python 3.7 – python3.7 Python 3.8 – python3.8 Java 8 – java8 Node.js 10 – nodejs10.x Node.js 12 – nodejs12.x To create a component from a Lambda function, specify lambdaFunction when you call this operation. IoT Greengrass currently supports Lambda functions on only Linux core devices.
51
+ * Creates a component. Components are software that run on Greengrass core devices. After you develop and test a component on your core device, you can use this operation to upload your component to IoT Greengrass. Then, you can deploy the component to other core devices. You can use this operation to do the following: Create components from recipes Create a component from a recipe, which is a file that defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For more information, see IoT Greengrass component recipe reference in the IoT Greengrass V2 Developer Guide. To create a component from a recipe, specify inlineRecipe when you call this operation. Create components from Lambda functions Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe and artifacts from the Lambda function's deployment package. You can use this operation to migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2. This function only accepts Lambda functions that use the following runtimes: Python 2.7 – python2.7 Python 3.7 – python3.7 Python 3.8 – python3.8 Python 3.9 – python3.9 Java 8 – java8 Java 11 – java11 Node.js 10 – nodejs10.x Node.js 12 – nodejs12.x Node.js 14 – nodejs14.x To create a component from a Lambda function, specify lambdaFunction when you call this operation. IoT Greengrass currently supports Lambda functions on only Linux core devices.
52
52
  */
53
53
  createComponentVersion(callback?: (err: AWSError, data: GreengrassV2.Types.CreateComponentVersionResponse) => void): Request<GreengrassV2.Types.CreateComponentVersionResponse, AWSError>;
54
54
  /**
@@ -75,6 +75,14 @@ declare class GreengrassV2 extends Service {
75
75
  * Deletes a Greengrass core device, which is an IoT thing. This operation removes the core device from the list of core devices. This operation doesn't delete the IoT thing. For more information about how to delete the IoT thing, see DeleteThing in the IoT API Reference.
76
76
  */
77
77
  deleteCoreDevice(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
78
+ /**
79
+ * Deletes a deployment. To delete an active deployment, you must first cancel it. For more information, see CancelDeployment. Deleting a deployment doesn't affect core devices that run that deployment, because core devices store the deployment's configuration on the device. Additionally, core devices can roll back to a previous deployment that has been deleted.
80
+ */
81
+ deleteDeployment(params: GreengrassV2.Types.DeleteDeploymentRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
82
+ /**
83
+ * Deletes a deployment. To delete an active deployment, you must first cancel it. For more information, see CancelDeployment. Deleting a deployment doesn't affect core devices that run that deployment, because core devices store the deployment's configuration on the device. Additionally, core devices can roll back to a previous deployment that has been deleted.
84
+ */
85
+ deleteDeployment(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
78
86
  /**
79
87
  * Retrieves metadata for a version of a component.
80
88
  */
@@ -100,11 +108,11 @@ declare class GreengrassV2 extends Service {
100
108
  */
101
109
  getComponent(callback?: (err: AWSError, data: GreengrassV2.Types.GetComponentResponse) => void): Request<GreengrassV2.Types.GetComponentResponse, AWSError>;
102
110
  /**
103
- * Gets the pre-signed URL to download a public component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.
111
+ * Gets the pre-signed URL to download a public or a Lambda component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.
104
112
  */
105
113
  getComponentVersionArtifact(params: GreengrassV2.Types.GetComponentVersionArtifactRequest, callback?: (err: AWSError, data: GreengrassV2.Types.GetComponentVersionArtifactResponse) => void): Request<GreengrassV2.Types.GetComponentVersionArtifactResponse, AWSError>;
106
114
  /**
107
- * Gets the pre-signed URL to download a public component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.
115
+ * Gets the pre-signed URL to download a public or a Lambda component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.
108
116
  */
109
117
  getComponentVersionArtifact(callback?: (err: AWSError, data: GreengrassV2.Types.GetComponentVersionArtifactResponse) => void): Request<GreengrassV2.Types.GetComponentVersionArtifactResponse, AWSError>;
110
118
  /**
@@ -116,11 +124,11 @@ declare class GreengrassV2 extends Service {
116
124
  */
117
125
  getConnectivityInfo(callback?: (err: AWSError, data: GreengrassV2.Types.GetConnectivityInfoResponse) => void): Request<GreengrassV2.Types.GetConnectivityInfoResponse, AWSError>;
118
126
  /**
119
- * Retrieves metadata for a Greengrass core device.
127
+ * Retrieves metadata for a Greengrass core device. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours
120
128
  */
121
129
  getCoreDevice(params: GreengrassV2.Types.GetCoreDeviceRequest, callback?: (err: AWSError, data: GreengrassV2.Types.GetCoreDeviceResponse) => void): Request<GreengrassV2.Types.GetCoreDeviceResponse, AWSError>;
122
130
  /**
123
- * Retrieves metadata for a Greengrass core device.
131
+ * Retrieves metadata for a Greengrass core device. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours
124
132
  */
125
133
  getCoreDevice(callback?: (err: AWSError, data: GreengrassV2.Types.GetCoreDeviceResponse) => void): Request<GreengrassV2.Types.GetCoreDeviceResponse, AWSError>;
126
134
  /**
@@ -164,11 +172,11 @@ declare class GreengrassV2 extends Service {
164
172
  */
165
173
  listComponents(callback?: (err: AWSError, data: GreengrassV2.Types.ListComponentsResponse) => void): Request<GreengrassV2.Types.ListComponentsResponse, AWSError>;
166
174
  /**
167
- * Retrieves a paginated list of Greengrass core devices.
175
+ * Retrieves a paginated list of Greengrass core devices. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours
168
176
  */
169
177
  listCoreDevices(params: GreengrassV2.Types.ListCoreDevicesRequest, callback?: (err: AWSError, data: GreengrassV2.Types.ListCoreDevicesResponse) => void): Request<GreengrassV2.Types.ListCoreDevicesResponse, AWSError>;
170
178
  /**
171
- * Retrieves a paginated list of Greengrass core devices.
179
+ * Retrieves a paginated list of Greengrass core devices. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours
172
180
  */
173
181
  listCoreDevices(callback?: (err: AWSError, data: GreengrassV2.Types.ListCoreDevicesResponse) => void): Request<GreengrassV2.Types.ListCoreDevicesResponse, AWSError>;
174
182
  /**
@@ -188,11 +196,11 @@ declare class GreengrassV2 extends Service {
188
196
  */
189
197
  listEffectiveDeployments(callback?: (err: AWSError, data: GreengrassV2.Types.ListEffectiveDeploymentsResponse) => void): Request<GreengrassV2.Types.ListEffectiveDeploymentsResponse, AWSError>;
190
198
  /**
191
- * Retrieves a paginated list of the components that a Greengrass core device runs.
199
+ * Retrieves a paginated list of the components that a Greengrass core device runs. This list doesn't include components that are deployed from local deployments or components that are deployed as dependencies of other components. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours
192
200
  */
193
201
  listInstalledComponents(params: GreengrassV2.Types.ListInstalledComponentsRequest, callback?: (err: AWSError, data: GreengrassV2.Types.ListInstalledComponentsResponse) => void): Request<GreengrassV2.Types.ListInstalledComponentsResponse, AWSError>;
194
202
  /**
195
- * Retrieves a paginated list of the components that a Greengrass core device runs.
203
+ * Retrieves a paginated list of the components that a Greengrass core device runs. This list doesn't include components that are deployed from local deployments or components that are deployed as dependencies of other components. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours
196
204
  */
197
205
  listInstalledComponents(callback?: (err: AWSError, data: GreengrassV2.Types.ListInstalledComponentsResponse) => void): Request<GreengrassV2.Types.ListInstalledComponentsResponse, AWSError>;
198
206
  /**
@@ -331,17 +339,25 @@ declare namespace GreengrassV2 {
331
339
  export type CloudComponentState = "REQUESTED"|"INITIATED"|"DEPLOYABLE"|"FAILED"|"DEPRECATED"|string;
332
340
  export interface CloudComponentStatus {
333
341
  /**
334
- * The state of the component.
342
+ * The state of the component version.
335
343
  */
336
344
  componentState?: CloudComponentState;
337
345
  /**
338
- * A message that communicates details, such as errors, about the status of the component.
346
+ * A message that communicates details, such as errors, about the status of the component version.
339
347
  */
340
348
  message?: NonEmptyString;
341
349
  /**
342
- * A dictionary of errors that communicate why the component is in an error state. For example, if IoT Greengrass can't access an artifact for the component, then errors contains the artifact's URI as a key, and the error message as the value for that key.
350
+ * A dictionary of errors that communicate why the component version is in an error state. For example, if IoT Greengrass can't access an artifact for the component version, then errors contains the artifact's URI as a key, and the error message as the value for that key.
343
351
  */
344
352
  errors?: StringMap;
353
+ /**
354
+ * The vendor guidance state for the component version. This state indicates whether the component version has any issues that you should consider before you deploy it. The vendor guidance state can be: ACTIVE – This component version is available and recommended for use. DISCONTINUED – This component version has been discontinued by its publisher. You can deploy this component version, but we recommend that you use a different version of this component. DELETED – This component version has been deleted by its publisher, so you can't deploy it. If you have any existing deployments that specify this component version, those deployments will fail.
355
+ */
356
+ vendorGuidance?: VendorGuidance;
357
+ /**
358
+ * A message that communicates details about the vendor guidance state of the component version. This message communicates why a component version is discontinued or deleted.
359
+ */
360
+ vendorGuidanceMessage?: NonEmptyString;
345
361
  }
346
362
  export interface Component {
347
363
  /**
@@ -619,6 +635,12 @@ declare namespace GreengrassV2 {
619
635
  */
620
636
  coreDeviceThingName: CoreDeviceThingName;
621
637
  }
638
+ export interface DeleteDeploymentRequest {
639
+ /**
640
+ * The ID of the deployment.
641
+ */
642
+ deploymentId: NonEmptyString;
643
+ }
622
644
  export interface Deployment {
623
645
  /**
624
646
  * The ARN of the target IoT thing or thing group.
@@ -849,7 +871,7 @@ declare namespace GreengrassV2 {
849
871
  }
850
872
  export interface GetComponentVersionArtifactRequest {
851
873
  /**
852
- * The ARN of the component version. Specify the ARN of a public component version.
874
+ * The ARN of the component version. Specify the ARN of a public or a Lambda component version.
853
875
  */
854
876
  arn: ComponentVersionARN;
855
877
  /**
@@ -1270,7 +1292,7 @@ declare namespace GreengrassV2 {
1270
1292
  }
1271
1293
  export interface ListComponentVersionsRequest {
1272
1294
  /**
1273
- * The ARN of the component version.
1295
+ * The ARN of the component.
1274
1296
  */
1275
1297
  arn: ComponentARN;
1276
1298
  /**
@@ -1318,7 +1340,7 @@ declare namespace GreengrassV2 {
1318
1340
  }
1319
1341
  export interface ListCoreDevicesRequest {
1320
1342
  /**
1321
- * The ARN of the IoT thing group by which to filter. If you specify this parameter, the list includes only core devices that are members of this thing group.
1343
+ * The ARN of the IoT thing group by which to filter. If you specify this parameter, the list includes only core devices that have successfully deployed a deployment that targets the thing group. When you remove a core device from a thing group, the list continues to include that core device.
1322
1344
  */
1323
1345
  thingGroupArn?: ThingGroupARN;
1324
1346
  /**
@@ -1448,11 +1470,11 @@ declare namespace GreengrassV2 {
1448
1470
  /**
1449
1471
  * The platform to use to resolve compatible components.
1450
1472
  */
1451
- platform: ComponentPlatform;
1473
+ platform?: ComponentPlatform;
1452
1474
  /**
1453
1475
  * The list of components to resolve.
1454
1476
  */
1455
- componentCandidates: ComponentCandidateList;
1477
+ componentCandidates?: ComponentCandidateList;
1456
1478
  }
1457
1479
  export interface ResolveComponentCandidatesResponse {
1458
1480
  /**
@@ -1477,6 +1499,14 @@ declare namespace GreengrassV2 {
1477
1499
  * The recipe of the component version.
1478
1500
  */
1479
1501
  recipe?: RecipeBlob;
1502
+ /**
1503
+ * The vendor guidance state for the component version. This state indicates whether the component version has any issues that you should consider before you deploy it. The vendor guidance state can be: ACTIVE – This component version is available and recommended for use. DISCONTINUED – This component version has been discontinued by its publisher. You can deploy this component version, but we recommend that you use a different version of this component. DELETED – This component version has been deleted by its publisher, so you can't deploy it. If you have any existing deployments that specify this component version, those deployments will fail.
1504
+ */
1505
+ vendorGuidance?: VendorGuidance;
1506
+ /**
1507
+ * A message that communicates details about the vendor guidance state of the component version. This message communicates why a component version is discontinued or deleted.
1508
+ */
1509
+ message?: NonEmptyString;
1480
1510
  }
1481
1511
  export type ResolvedComponentVersionsList = ResolvedComponentVersion[];
1482
1512
  export type String = string;
@@ -1543,6 +1573,7 @@ declare namespace GreengrassV2 {
1543
1573
  */
1544
1574
  message?: String;
1545
1575
  }
1576
+ export type VendorGuidance = "ACTIVE"|"DISCONTINUED"|"DELETED"|string;
1546
1577
  export type connectivityInfoList = ConnectivityInfo[];
1547
1578
  /**
1548
1579
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
@@ -180,11 +180,11 @@ declare class GuardDuty extends Service {
180
180
  */
181
181
  disassociateFromMasterAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromMasterAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromMasterAccountResponse, AWSError>;
182
182
  /**
183
- * Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
183
+ * Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs. Member accounts added through Invitation get deleted from the current GuardDuty administrator account after 30 days of disassociation.
184
184
  */
185
185
  disassociateMembers(params: GuardDuty.Types.DisassociateMembersRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
186
186
  /**
187
- * Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
187
+ * Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs. Member accounts added through Invitation get deleted from the current GuardDuty administrator account after 30 days of disassociation.
188
188
  */
189
189
  disassociateMembers(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
190
190
  /**
@@ -607,6 +607,9 @@ declare namespace GuardDuty {
607
607
  * The error code of the failed Amazon Web Services API action.
608
608
  */
609
609
  ErrorCode?: String;
610
+ /**
611
+ * The agent through which the API request was made.
612
+ */
610
613
  UserAgent?: String;
611
614
  /**
612
615
  * The remote IP information of the connection that initiated the Amazon Web Services API call.
@@ -819,7 +822,7 @@ declare namespace GuardDuty {
819
822
  */
820
823
  Rank?: FilterRank;
821
824
  /**
822
- * Represents the criteria to be used in the filter for querying findings. You can only use the following attributes to query findings: accountId region confidence id resource.accessKeyDetails.accessKeyId resource.accessKeyDetails.principalId resource.accessKeyDetails.userName resource.accessKeyDetails.userType resource.instanceDetails.iamInstanceProfile.id resource.instanceDetails.imageId resource.instanceDetails.instanceId resource.instanceDetails.outpostArn resource.instanceDetails.networkInterfaces.ipv6Addresses resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress resource.instanceDetails.networkInterfaces.publicDnsName resource.instanceDetails.networkInterfaces.publicIp resource.instanceDetails.networkInterfaces.securityGroups.groupId resource.instanceDetails.networkInterfaces.securityGroups.groupName resource.instanceDetails.networkInterfaces.subnetId resource.instanceDetails.networkInterfaces.vpcId resource.instanceDetails.tags.key resource.instanceDetails.tags.value resource.resourceType service.action.actionType service.action.awsApiCallAction.api service.action.awsApiCallAction.callerType service.action.awsApiCallAction.errorCode service.action.awsApiCallAction.remoteIpDetails.city.cityName service.action.awsApiCallAction.remoteIpDetails.country.countryName service.action.awsApiCallAction.remoteIpDetails.ipAddressV4 service.action.awsApiCallAction.remoteIpDetails.organization.asn service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.networkConnectionAction.protocol service.action.networkConnectionAction.localIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.city.cityName service.action.networkConnectionAction.remoteIpDetails.country.countryName service.action.networkConnectionAction.remoteIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.organization.asn service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg service.action.networkConnectionAction.remotePortDetails.port service.additionalInfo.threatListName resource.s3BucketDetails.publicAccess.effectivePermissions resource.s3BucketDetails.name resource.s3BucketDetails.tags.key resource.s3BucketDetails.tags.value resource.s3BucketDetails.type service.archived When this attribute is set to TRUE, only archived findings are listed. When it's set to FALSE, only unarchived findings are listed. When this attribute is not set, all existing findings are listed. service.resourceRole severity type updatedAt Type: ISO 8601 string format: YYYY-MM-DDTHH:MM:SS.SSSZ or YYYY-MM-DDTHH:MM:SSZ depending on whether the value contains milliseconds.
825
+ * Represents the criteria to be used in the filter for querying findings. You can only use the following attributes to query findings: accountId region confidence id resource.accessKeyDetails.accessKeyId resource.accessKeyDetails.principalId resource.accessKeyDetails.userName resource.accessKeyDetails.userType resource.instanceDetails.iamInstanceProfile.id resource.instanceDetails.imageId resource.instanceDetails.instanceId resource.instanceDetails.outpostArn resource.instanceDetails.networkInterfaces.ipv6Addresses resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress resource.instanceDetails.networkInterfaces.publicDnsName resource.instanceDetails.networkInterfaces.publicIp resource.instanceDetails.networkInterfaces.securityGroups.groupId resource.instanceDetails.networkInterfaces.securityGroups.groupName resource.instanceDetails.networkInterfaces.subnetId resource.instanceDetails.networkInterfaces.vpcId resource.instanceDetails.tags.key resource.instanceDetails.tags.value resource.resourceType service.action.actionType service.action.awsApiCallAction.api service.action.awsApiCallAction.callerType service.action.awsApiCallAction.errorCode service.action.awsApiCallAction.userAgent service.action.awsApiCallAction.remoteIpDetails.city.cityName service.action.awsApiCallAction.remoteIpDetails.country.countryName service.action.awsApiCallAction.remoteIpDetails.ipAddressV4 service.action.awsApiCallAction.remoteIpDetails.organization.asn service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.networkConnectionAction.protocol service.action.networkConnectionAction.localIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.city.cityName service.action.networkConnectionAction.remoteIpDetails.country.countryName service.action.networkConnectionAction.remoteIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.organization.asn service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg service.action.networkConnectionAction.remotePortDetails.port service.additionalInfo.threatListName resource.s3BucketDetails.publicAccess.effectivePermissions resource.s3BucketDetails.name resource.s3BucketDetails.tags.key resource.s3BucketDetails.tags.value resource.s3BucketDetails.type service.archived When this attribute is set to TRUE, only archived findings are listed. When it's set to FALSE, only unarchived findings are listed. When this attribute is not set, all existing findings are listed. service.resourceRole severity type updatedAt Type: ISO 8601 string format: YYYY-MM-DDTHH:MM:SS.SSSZ or YYYY-MM-DDTHH:MM:SSZ depending on whether the value contains milliseconds.
823
826
  */
824
827
  FindingCriteria: FindingCriteria;
825
828
  /**
@@ -2827,6 +2827,7 @@ declare namespace Iot {
2827
2827
  }
2828
2828
  export type Boolean = boolean;
2829
2829
  export type BooleanKey = boolean;
2830
+ export type BooleanWrapperObject = boolean;
2830
2831
  export interface Bucket {
2831
2832
  /**
2832
2833
  * The value counted for the particular bucket.
@@ -3572,7 +3573,7 @@ declare namespace Iot {
3572
3573
  */
3573
3574
  presignedUrlConfig?: PresignedUrlConfig;
3574
3575
  /**
3575
- * Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.
3576
+ * Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group. We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.
3576
3577
  */
3577
3578
  targetSelection?: TargetSelection;
3578
3579
  /**
@@ -3604,7 +3605,7 @@ declare namespace Iot {
3604
3605
  */
3605
3606
  jobExecutionsRetryConfig?: JobExecutionsRetryConfig;
3606
3607
  /**
3607
- * Parameters of a managed template that you can specify to create the job document.
3608
+ * Parameters of an Amazon Web Services managed template that you can specify to create the job document. documentParameters can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.
3608
3609
  */
3609
3610
  documentParameters?: ParameterMap;
3610
3611
  }
@@ -4229,11 +4230,11 @@ declare namespace Iot {
4229
4230
  */
4230
4231
  certificateChain?: CodeSigningCertificateChain;
4231
4232
  /**
4232
- * The hash algorithm used to code sign the file.
4233
+ * The hash algorithm used to code sign the file. You can use a string as the algorithm name if the target over-the-air (OTA) update devices are able to verify the signature that was generated using the same signature algorithm. For example, FreeRTOS uses SHA256 or SHA1, so you can pass either of them based on which was used for generating the signature.
4233
4234
  */
4234
4235
  hashAlgorithm?: HashAlgorithm;
4235
4236
  /**
4236
- * The signature algorithm used to code sign the file.
4237
+ * The signature algorithm used to code sign the file. You can use a string as the algorithm name if the target over-the-air (OTA) update devices are able to verify the signature that was generated using the same signature algorithm. For example, FreeRTOS uses ECDSA or RSA, so you can pass either of them based on which was used for generating the signature.
4237
4238
  */
4238
4239
  signatureAlgorithm?: SignatureAlgorithm;
4239
4240
  }
@@ -5099,7 +5100,7 @@ declare namespace Iot {
5099
5100
  */
5100
5101
  environments?: Environments;
5101
5102
  /**
5102
- * A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.
5103
+ * A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template. documentParameters can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.
5103
5104
  */
5104
5105
  documentParameters?: DocumentParameters;
5105
5106
  /**
@@ -6452,7 +6453,7 @@ declare namespace Iot {
6452
6453
  */
6453
6454
  jobId?: JobId;
6454
6455
  /**
6455
- * Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a device when the thing representing the device is added to a target group, even after the job was completed by all things originally in the group.
6456
+ * Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a device when the thing representing the device is added to a target group, even after the job was completed by all things originally in the group. We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.
6456
6457
  */
6457
6458
  targetSelection?: TargetSelection;
6458
6459
  /**
@@ -6524,9 +6525,10 @@ declare namespace Iot {
6524
6525
  */
6525
6526
  jobExecutionsRetryConfig?: JobExecutionsRetryConfig;
6526
6527
  /**
6527
- * A key-value map that pairs the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.
6528
+ * A key-value map that pairs the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job. documentParameters can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.
6528
6529
  */
6529
6530
  documentParameters?: ParameterMap;
6531
+ isConcurrent?: BooleanWrapperObject;
6530
6532
  }
6531
6533
  export type JobArn = string;
6532
6534
  export type JobDescription = string;
@@ -6704,7 +6706,7 @@ declare namespace Iot {
6704
6706
  */
6705
6707
  thingGroupId?: ThingGroupId;
6706
6708
  /**
6707
- * Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.
6709
+ * Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group. We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.
6708
6710
  */
6709
6711
  targetSelection?: TargetSelection;
6710
6712
  /**
@@ -6723,6 +6725,7 @@ declare namespace Iot {
6723
6725
  * The time, in seconds since the epoch, when the job completed.
6724
6726
  */
6725
6727
  completedAt?: DateType;
6728
+ isConcurrent?: BooleanWrapperObject;
6726
6729
  }
6727
6730
  export type JobSummaryList = JobSummary[];
6728
6731
  export type JobTargets = TargetArn[];
@@ -7442,7 +7445,7 @@ declare namespace Iot {
7442
7445
  */
7443
7446
  status?: JobStatus;
7444
7447
  /**
7445
- * Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.
7448
+ * Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group. We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.
7446
7449
  */
7447
7450
  targetSelection?: TargetSelection;
7448
7451
  /**
@@ -19,6 +19,14 @@ declare class IoTEventsData extends Service {
19
19
  * Acknowledges one or more alarms. The alarms change to the ACKNOWLEDGED state after you acknowledge them.
20
20
  */
21
21
  batchAcknowledgeAlarm(callback?: (err: AWSError, data: IoTEventsData.Types.BatchAcknowledgeAlarmResponse) => void): Request<IoTEventsData.Types.BatchAcknowledgeAlarmResponse, AWSError>;
22
+ /**
23
+ * Deletes one or more detectors that were created. When a detector is deleted, its state will be cleared and the detector will be removed from the list of detectors. The deleted detector will no longer appear if referenced in the ListDetectors API call.
24
+ */
25
+ batchDeleteDetector(params: IoTEventsData.Types.BatchDeleteDetectorRequest, callback?: (err: AWSError, data: IoTEventsData.Types.BatchDeleteDetectorResponse) => void): Request<IoTEventsData.Types.BatchDeleteDetectorResponse, AWSError>;
26
+ /**
27
+ * Deletes one or more detectors that were created. When a detector is deleted, its state will be cleared and the detector will be removed from the list of detectors. The deleted detector will no longer appear if referenced in the ListDetectors API call.
28
+ */
29
+ batchDeleteDetector(callback?: (err: AWSError, data: IoTEventsData.Types.BatchDeleteDetectorResponse) => void): Request<IoTEventsData.Types.BatchDeleteDetectorResponse, AWSError>;
22
30
  /**
23
31
  * Disables one or more alarms. The alarms change to the DISABLED state after you disable them.
24
32
  */
@@ -231,6 +239,33 @@ declare namespace IoTEventsData {
231
239
  */
232
240
  errorMessage?: ErrorMessage;
233
241
  }
242
+ export type BatchDeleteDetectorErrorEntries = BatchDeleteDetectorErrorEntry[];
243
+ export interface BatchDeleteDetectorErrorEntry {
244
+ /**
245
+ * The ID of the message that caused the error. (See the value of the "messageId" in the detectors object of the DeleteDetectorRequest.)
246
+ */
247
+ messageId?: MessageId;
248
+ /**
249
+ * The error code.
250
+ */
251
+ errorCode?: ErrorCode;
252
+ /**
253
+ * A message that describes the error.
254
+ */
255
+ errorMessage?: ErrorMessage;
256
+ }
257
+ export interface BatchDeleteDetectorRequest {
258
+ /**
259
+ * The list of one or more detectors to be deleted.
260
+ */
261
+ detectors: DeleteDetectorRequests;
262
+ }
263
+ export interface BatchDeleteDetectorResponse {
264
+ /**
265
+ * A list of errors associated with the request, or an empty array ([]) if there are no errors. Each error entry contains a messageId that helps you identify the entry that failed.
266
+ */
267
+ batchDeleteDetectorErrorEntries?: BatchDeleteDetectorErrorEntries;
268
+ }
234
269
  export interface BatchDisableAlarmRequest {
235
270
  /**
236
271
  * The list of disable action requests. You can specify up to 10 requests per operation.
@@ -361,6 +396,21 @@ declare namespace IoTEventsData {
361
396
  resetActionConfiguration?: ResetActionConfiguration;
362
397
  }
363
398
  export type CustomerActionName = "SNOOZE"|"ENABLE"|"DISABLE"|"ACKNOWLEDGE"|"RESET"|string;
399
+ export interface DeleteDetectorRequest {
400
+ /**
401
+ * The ID to assign to the DeleteDetectorRequest. Each "messageId" must be unique within each batch sent.
402
+ */
403
+ messageId: MessageId;
404
+ /**
405
+ * The name of the detector model that was used to create the detector instance.
406
+ */
407
+ detectorModelName: DetectorModelName;
408
+ /**
409
+ * The value of the key used to identify the detector.
410
+ */
411
+ keyValue?: KeyValue;
412
+ }
413
+ export type DeleteDetectorRequests = DeleteDetectorRequest[];
364
414
  export interface DescribeAlarmRequest {
365
415
  /**
366
416
  * The name of the alarm model.