cdk-comprehend-s3olap 2.0.478 → 2.0.480

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 (406) hide show
  1. package/.jsii +96 -7
  2. package/lib/cdk-comprehend-s3olap.d.ts +1 -1
  3. package/lib/cdk-comprehend-s3olap.js +9 -5
  4. package/lib/comprehend-lambdas.js +2 -2
  5. package/lib/demo/typescript/typescript-stack.js +11 -1
  6. package/lib/iam-roles.js +4 -4
  7. package/lib/index.js +7 -3
  8. package/lib/resources/lambda-arn-helper.js +3 -2
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.examples.json +196 -0
  11. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +254 -111
  12. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +101 -19
  14. package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +7 -1
  15. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +20 -13
  16. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.paginators.json +4 -4
  17. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.waiters2.json +62 -59
  18. package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +3 -0
  19. package/node_modules/aws-sdk/apis/apigateway-2015-07-09.min.json +7 -1
  20. package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +7 -1
  21. package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +975 -0
  22. package/node_modules/aws-sdk/apis/application-signals-2024-04-15.paginators.json +34 -0
  23. package/node_modules/aws-sdk/apis/apptest-2022-12-06.min.json +1917 -0
  24. package/node_modules/aws-sdk/apis/apptest-2022-12-06.paginators.json +40 -0
  25. package/node_modules/aws-sdk/apis/apptest-2022-12-06.waiters2.json +5 -0
  26. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +62 -10
  27. package/node_modules/aws-sdk/apis/artifact-2018-05-10.examples.json +113 -0
  28. package/node_modules/aws-sdk/apis/artifact-2018-05-10.min.json +47 -41
  29. package/node_modules/aws-sdk/apis/artifact-2018-05-10.waiters2.json +5 -0
  30. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +7 -1
  31. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +57 -38
  32. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +7 -1
  33. package/node_modules/aws-sdk/apis/b2bi-2022-06-23.min.json +8 -1
  34. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +115 -60
  35. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +140 -86
  36. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +2122 -231
  37. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.paginators.json +24 -0
  38. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +809 -190
  39. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.paginators.json +6 -0
  40. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +898 -44
  41. package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +102 -21
  42. package/node_modules/aws-sdk/apis/chatbot-2017-10-11.min.json +138 -24
  43. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +10 -1
  44. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +6 -2
  45. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +48 -43
  46. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +7 -1
  47. package/node_modules/aws-sdk/apis/cloudhsmv2-2017-04-28.min.json +79 -20
  48. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +44 -24
  49. package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +7 -1
  50. package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +80 -38
  51. package/node_modules/aws-sdk/apis/codedeploy-2014-10-06.min.json +7 -1
  52. package/node_modules/aws-sdk/apis/codeguru-security-2018-05-10.min.json +6 -0
  53. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +4 -1
  54. package/node_modules/aws-sdk/apis/cognito-identity-2014-06-30.min.json +23 -5
  55. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +111 -27
  56. package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +447 -134
  57. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +7 -1
  58. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1266 -499
  59. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +24 -0
  60. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +205 -63
  61. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +150 -5
  62. package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +12 -0
  63. package/node_modules/aws-sdk/apis/cost-optimization-hub-2022-07-26.min.json +310 -262
  64. package/node_modules/aws-sdk/apis/cost-optimization-hub-2022-07-26.waiters2.json +5 -0
  65. package/node_modules/aws-sdk/apis/cur-2017-01-06.min.json +7 -1
  66. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +52 -25
  67. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +3 -0
  68. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +1064 -444
  69. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +12 -0
  70. package/node_modules/aws-sdk/apis/devicefarm-2015-06-23.min.json +7 -1
  71. package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +7 -1
  72. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +3 -0
  73. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +7 -1
  74. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +7 -1
  75. package/node_modules/aws-sdk/apis/ds-2015-04-16.min.json +7 -1
  76. package/node_modules/aws-sdk/apis/dynamodb-2011-12-05.min.json +7 -1
  77. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +256 -181
  78. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +397 -283
  79. package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +7 -1
  80. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +290 -256
  81. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +151 -84
  82. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +7 -1
  83. package/node_modules/aws-sdk/apis/elasticbeanstalk-2010-12-01.min.json +7 -1
  84. package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +7 -1
  85. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +3 -0
  86. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +15 -3
  87. package/node_modules/aws-sdk/apis/elastictranscoder-2012-09-25.min.json +7 -1
  88. package/node_modules/aws-sdk/apis/email-2010-12-01.min.json +7 -1
  89. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +172 -14
  90. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +6 -0
  91. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +7 -1
  92. package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +87 -28
  93. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +209 -160
  94. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +63 -59
  95. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +206 -164
  96. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +7 -1
  97. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +13 -1
  98. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +886 -574
  99. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +22 -8
  100. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +317 -15
  101. package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +12 -0
  102. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +17 -3
  103. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +7 -1
  104. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +429 -124
  105. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +3 -0
  106. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +122 -96
  107. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +18 -10
  108. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +3 -1
  109. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +7 -1
  110. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +396 -242
  111. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +6 -0
  112. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.waiters2.json +5 -0
  113. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +36 -6
  114. package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +266 -110
  115. package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.paginators.json +24 -0
  116. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +31 -0
  117. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +79 -23
  118. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +43 -25
  119. package/node_modules/aws-sdk/apis/launch-wizard-2018-05-10.min.json +159 -0
  120. package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.min.json +236 -16
  121. package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +6 -0
  122. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +11 -2
  123. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +1036 -754
  124. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +6 -0
  125. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +254 -143
  126. package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +6 -0
  127. package/node_modules/aws-sdk/apis/mailmanager-2023-10-17.min.json +1836 -0
  128. package/node_modules/aws-sdk/apis/mailmanager-2023-10-17.paginators.json +58 -0
  129. package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.min.json +3 -0
  130. package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +106 -94
  131. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +208 -131
  132. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.paginators.json +6 -0
  133. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +367 -364
  134. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.examples.json +1271 -0
  135. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +108 -71
  136. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +8 -5
  137. package/node_modules/aws-sdk/apis/metadata.json +20 -9
  138. package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +4 -4
  139. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +178 -158
  140. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +320 -176
  141. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +36 -22
  142. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +190 -115
  143. package/node_modules/aws-sdk/apis/opsworks-2013-02-18.min.json +3 -0
  144. package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +7 -1
  145. package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +77 -28
  146. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.min.json +10 -1
  147. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.min.json +544 -383
  148. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.waiters2.json +5 -0
  149. package/node_modules/aws-sdk/apis/pca-connector-scep-2018-05-10.examples.json +5 -0
  150. package/node_modules/aws-sdk/apis/pca-connector-scep-2018-05-10.min.json +456 -0
  151. package/node_modules/aws-sdk/apis/pca-connector-scep-2018-05-10.paginators.json +16 -0
  152. package/node_modules/aws-sdk/apis/pca-connector-scep-2018-05-10.waiters2.json +5 -0
  153. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +153 -44
  154. package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +9 -1
  155. package/node_modules/aws-sdk/apis/pi-2018-02-27.min.json +28 -18
  156. package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +403 -378
  157. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +521 -99
  158. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +6 -0
  159. package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +632 -555
  160. package/node_modules/aws-sdk/apis/pipes-2015-10-07.waiters2.json +5 -0
  161. package/node_modules/aws-sdk/apis/polly-2016-06-10.min.json +7 -1
  162. package/node_modules/aws-sdk/apis/qapps-2023-11-27.examples.json +583 -0
  163. package/node_modules/aws-sdk/apis/qapps-2023-11-27.min.json +1312 -0
  164. package/node_modules/aws-sdk/apis/qapps-2023-11-27.paginators.json +16 -0
  165. package/node_modules/aws-sdk/apis/qapps-2023-11-27.waiters2.json +5 -0
  166. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.examples.json +2 -3
  167. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +813 -689
  168. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.paginators.json +1 -1
  169. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.waiters2.json +5 -0
  170. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +335 -108
  171. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.paginators.json +6 -0
  172. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +2113 -1354
  173. package/node_modules/aws-sdk/apis/rds-2013-01-10.min.json +4 -1
  174. package/node_modules/aws-sdk/apis/rds-2013-02-12.min.json +4 -1
  175. package/node_modules/aws-sdk/apis/rds-2013-09-09.min.json +4 -1
  176. package/node_modules/aws-sdk/apis/rds-2014-09-01.min.json +4 -1
  177. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +25 -10
  178. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +7 -1
  179. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +7 -1
  180. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +15 -3
  181. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +63 -14
  182. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +6 -0
  183. package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +7 -1
  184. package/node_modules/aws-sdk/apis/route53profiles-2018-05-10.min.json +3 -0
  185. package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +62 -53
  186. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +76 -76
  187. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +46 -5
  188. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1958 -1211
  189. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +12 -0
  190. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +11 -1
  191. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +7 -1
  192. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +7 -1
  193. package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +148 -136
  194. package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +7 -1
  195. package/node_modules/aws-sdk/apis/signer-2017-08-25.min.json +3 -0
  196. package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +7 -1
  197. package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +7 -1
  198. package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +24 -14
  199. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +14 -3
  200. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +95 -0
  201. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.paginators.json +6 -0
  202. package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +9 -0
  203. package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +32 -9
  204. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +4 -1
  205. package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +30 -14
  206. package/node_modules/aws-sdk/apis/swf-2012-01-25.min.json +104 -68
  207. package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.examples.json +5 -0
  208. package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +658 -0
  209. package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.paginators.json +10 -0
  210. package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +71 -23
  211. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +101 -76
  212. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +19 -8
  213. package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +107 -46
  214. package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +345 -83
  215. package/node_modules/aws-sdk/apis/waf-2015-08-24.min.json +7 -1
  216. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +46 -33
  217. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +513 -76
  218. package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +30 -13
  219. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +8 -1
  220. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +162 -3
  221. package/node_modules/aws-sdk/clients/account.d.ts +84 -9
  222. package/node_modules/aws-sdk/clients/acm.d.ts +8 -8
  223. package/node_modules/aws-sdk/clients/acmpca.d.ts +40 -40
  224. package/node_modules/aws-sdk/clients/all.d.ts +6 -3
  225. package/node_modules/aws-sdk/clients/all.js +7 -4
  226. package/node_modules/aws-sdk/clients/amplify.d.ts +15 -14
  227. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +43 -43
  228. package/node_modules/aws-sdk/clients/applicationsignals.d.ts +955 -0
  229. package/node_modules/aws-sdk/clients/applicationsignals.js +18 -0
  230. package/node_modules/aws-sdk/clients/apptest.d.ts +2019 -0
  231. package/node_modules/aws-sdk/clients/apptest.js +19 -0
  232. package/node_modules/aws-sdk/clients/arczonalshift.d.ts +66 -29
  233. package/node_modules/aws-sdk/clients/artifact.d.ts +68 -64
  234. package/node_modules/aws-sdk/clients/artifact.js +1 -0
  235. package/node_modules/aws-sdk/clients/athena.d.ts +5 -5
  236. package/node_modules/aws-sdk/clients/auditmanager.d.ts +45 -33
  237. package/node_modules/aws-sdk/clients/autoscaling.d.ts +67 -67
  238. package/node_modules/aws-sdk/clients/b2bi.d.ts +8 -8
  239. package/node_modules/aws-sdk/clients/batch.d.ts +54 -1
  240. package/node_modules/aws-sdk/clients/bedrock.d.ts +63 -14
  241. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +2327 -211
  242. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +666 -28
  243. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +849 -4
  244. package/node_modules/aws-sdk/clients/budgets.d.ts +84 -1
  245. package/node_modules/aws-sdk/clients/chatbot.d.ts +100 -0
  246. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +19 -15
  247. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +9 -9
  248. package/node_modules/aws-sdk/clients/cloudformation.d.ts +11 -2
  249. package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
  250. package/node_modules/aws-sdk/clients/cloudhsmv2.d.ts +134 -34
  251. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -12
  252. package/node_modules/aws-sdk/clients/codeartifact.d.ts +28 -28
  253. package/node_modules/aws-sdk/clients/codebuild.d.ts +71 -24
  254. package/node_modules/aws-sdk/clients/codegurusecurity.d.ts +60 -55
  255. package/node_modules/aws-sdk/clients/codepipeline.d.ts +4 -4
  256. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +1 -1
  257. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +449 -47
  258. package/node_modules/aws-sdk/clients/connect.d.ts +935 -35
  259. package/node_modules/aws-sdk/clients/connectcases.d.ts +124 -1
  260. package/node_modules/aws-sdk/clients/controltower.d.ts +244 -44
  261. package/node_modules/aws-sdk/clients/costoptimizationhub.d.ts +380 -328
  262. package/node_modules/aws-sdk/clients/costoptimizationhub.js +1 -0
  263. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +35 -5
  264. package/node_modules/aws-sdk/clients/datasync.d.ts +7 -7
  265. package/node_modules/aws-sdk/clients/datazone.d.ts +667 -5
  266. package/node_modules/aws-sdk/clients/directconnect.d.ts +40 -25
  267. package/node_modules/aws-sdk/clients/dynamodb.d.ts +114 -45
  268. package/node_modules/aws-sdk/clients/ec2.d.ts +423 -284
  269. package/node_modules/aws-sdk/clients/ecr.d.ts +2 -2
  270. package/node_modules/aws-sdk/clients/ecs.d.ts +47 -5
  271. package/node_modules/aws-sdk/clients/eks.d.ts +100 -20
  272. package/node_modules/aws-sdk/clients/elasticache.d.ts +6 -6
  273. package/node_modules/aws-sdk/clients/elbv2.d.ts +6 -6
  274. package/node_modules/aws-sdk/clients/emr.d.ts +12 -4
  275. package/node_modules/aws-sdk/clients/emrserverless.d.ts +191 -0
  276. package/node_modules/aws-sdk/clients/eventbridge.d.ts +111 -20
  277. package/node_modules/aws-sdk/clients/firehose.d.ts +73 -10
  278. package/node_modules/aws-sdk/clients/fms.d.ts +12 -7
  279. package/node_modules/aws-sdk/clients/fsx.d.ts +84 -36
  280. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +8 -0
  281. package/node_modules/aws-sdk/clients/glue.d.ts +504 -23
  282. package/node_modules/aws-sdk/clients/grafana.d.ts +297 -11
  283. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +15 -5
  284. package/node_modules/aws-sdk/clients/guardduty.d.ts +277 -5
  285. package/node_modules/aws-sdk/clients/inspector2.d.ts +49 -3
  286. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +11 -1
  287. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1 -1
  288. package/node_modules/aws-sdk/clients/iotwireless.d.ts +2 -2
  289. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +433 -235
  290. package/node_modules/aws-sdk/clients/ivsrealtime.js +1 -0
  291. package/node_modules/aws-sdk/clients/kafka.d.ts +35 -0
  292. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +147 -3
  293. package/node_modules/aws-sdk/clients/kms.d.ts +78 -12
  294. package/node_modules/aws-sdk/clients/lakeformation.d.ts +17 -0
  295. package/node_modules/aws-sdk/clients/launchwizard.d.ts +181 -8
  296. package/node_modules/aws-sdk/clients/licensemanagerlinuxsubscriptions.d.ts +249 -10
  297. package/node_modules/aws-sdk/clients/lightsail.d.ts +29 -25
  298. package/node_modules/aws-sdk/clients/location.d.ts +981 -677
  299. package/node_modules/aws-sdk/clients/macie2.d.ts +149 -44
  300. package/node_modules/aws-sdk/clients/mailmanager.d.ts +2320 -0
  301. package/node_modules/aws-sdk/clients/mailmanager.js +18 -0
  302. package/node_modules/aws-sdk/clients/managedblockchain.d.ts +4 -4
  303. package/node_modules/aws-sdk/clients/mediaconnect.d.ts +13 -0
  304. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +77 -6
  305. package/node_modules/aws-sdk/clients/medialive.d.ts +8 -0
  306. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +57 -4
  307. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +7 -2
  308. package/node_modules/aws-sdk/clients/mq.d.ts +15 -15
  309. package/node_modules/aws-sdk/clients/mwaa.d.ts +215 -189
  310. package/node_modules/aws-sdk/clients/networkmanager.d.ts +237 -11
  311. package/node_modules/aws-sdk/clients/omics.d.ts +89 -53
  312. package/node_modules/aws-sdk/clients/opensearch.d.ts +120 -3
  313. package/node_modules/aws-sdk/clients/opsworks.d.ts +117 -117
  314. package/node_modules/aws-sdk/clients/organizations.d.ts +2 -2
  315. package/node_modules/aws-sdk/clients/osis.d.ts +89 -5
  316. package/node_modules/aws-sdk/clients/paymentcryptography.d.ts +3 -3
  317. package/node_modules/aws-sdk/clients/paymentcryptographydata.d.ts +358 -311
  318. package/node_modules/aws-sdk/clients/paymentcryptographydata.js +1 -0
  319. package/node_modules/aws-sdk/clients/pcaconnectorscep.d.ts +486 -0
  320. package/node_modules/aws-sdk/clients/pcaconnectorscep.js +19 -0
  321. package/node_modules/aws-sdk/clients/personalize.d.ts +160 -1
  322. package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +6 -0
  323. package/node_modules/aws-sdk/clients/pi.d.ts +17 -10
  324. package/node_modules/aws-sdk/clients/pinpoint.d.ts +27 -0
  325. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +514 -8
  326. package/node_modules/aws-sdk/clients/pipes.d.ts +455 -348
  327. package/node_modules/aws-sdk/clients/pipes.js +1 -0
  328. package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
  329. package/node_modules/aws-sdk/clients/qapps.d.ts +1442 -0
  330. package/node_modules/aws-sdk/clients/qapps.js +19 -0
  331. package/node_modules/aws-sdk/clients/qbusiness.d.ts +855 -699
  332. package/node_modules/aws-sdk/clients/qbusiness.js +1 -0
  333. package/node_modules/aws-sdk/clients/qconnect.d.ts +219 -1
  334. package/node_modules/aws-sdk/clients/quicksight.d.ts +901 -14
  335. package/node_modules/aws-sdk/clients/rds.d.ts +67 -19
  336. package/node_modules/aws-sdk/clients/redshift.d.ts +16 -16
  337. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +17 -7
  338. package/node_modules/aws-sdk/clients/rekognition.d.ts +11 -3
  339. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +80 -15
  340. package/node_modules/aws-sdk/clients/route53profiles.d.ts +4 -4
  341. package/node_modules/aws-sdk/clients/route53resolver.d.ts +18 -5
  342. package/node_modules/aws-sdk/clients/s3.d.ts +34 -10
  343. package/node_modules/aws-sdk/clients/sagemaker.d.ts +1065 -59
  344. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +20 -15
  345. package/node_modules/aws-sdk/clients/securityhub.d.ts +71 -71
  346. package/node_modules/aws-sdk/clients/securitylake.d.ts +3 -3
  347. package/node_modules/aws-sdk/clients/sesv2.d.ts +28 -10
  348. package/node_modules/aws-sdk/clients/signer.d.ts +3 -3
  349. package/node_modules/aws-sdk/clients/sns.d.ts +7 -7
  350. package/node_modules/aws-sdk/clients/sqs.d.ts +24 -19
  351. package/node_modules/aws-sdk/clients/ssmsap.d.ts +121 -1
  352. package/node_modules/aws-sdk/clients/ssooidc.d.ts +32 -4
  353. package/node_modules/aws-sdk/clients/storagegateway.d.ts +37 -22
  354. package/node_modules/aws-sdk/clients/swf.d.ts +38 -2
  355. package/node_modules/aws-sdk/clients/taxsettings.d.ts +809 -0
  356. package/node_modules/aws-sdk/clients/taxsettings.js +18 -0
  357. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +54 -0
  358. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +32 -0
  359. package/node_modules/aws-sdk/clients/transfer.d.ts +5 -5
  360. package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +66 -2
  361. package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +300 -14
  362. package/node_modules/aws-sdk/clients/vpclattice.d.ts +81 -81
  363. package/node_modules/aws-sdk/clients/wafv2.d.ts +35 -5
  364. package/node_modules/aws-sdk/clients/workspaces.d.ts +598 -6
  365. package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +15 -0
  366. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +21 -1
  367. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +9 -5
  368. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2141 -1908
  369. package/node_modules/aws-sdk/dist/aws-sdk.js +4544 -2431
  370. package/node_modules/aws-sdk/dist/aws-sdk.min.js +107 -106
  371. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +12 -6
  372. package/node_modules/aws-sdk/lib/core.js +1 -1
  373. package/node_modules/aws-sdk/lib/credentials/cognito_identity_credentials.js +9 -0
  374. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +1 -1
  375. package/node_modules/aws-sdk/lib/credentials/token_file_web_identity_credentials.d.ts +2 -2
  376. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +86 -17
  377. package/node_modules/aws-sdk/lib/metadata_service.d.ts +4 -0
  378. package/node_modules/aws-sdk/lib/metadata_service.js +1 -2
  379. package/node_modules/aws-sdk/lib/protocol/rest_json.js +2 -1
  380. package/node_modules/aws-sdk/lib/query/query_param_serializer.js +3 -1
  381. package/node_modules/aws-sdk/lib/region_config.js +2 -1
  382. package/node_modules/aws-sdk/lib/services/s3.js +51 -6
  383. package/node_modules/aws-sdk/lib/shared-ini/ini-loader.d.ts +24 -1
  384. package/node_modules/aws-sdk/lib/shared-ini/ini-loader.js +0 -6
  385. package/node_modules/aws-sdk/package.json +1 -1
  386. package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +10 -10
  387. package/node_modules/xml2js/node_modules/sax/LICENSE +2 -2
  388. package/node_modules/xml2js/node_modules/sax/README.md +3 -0
  389. package/node_modules/xml2js/node_modules/sax/lib/sax.js +33 -10
  390. package/node_modules/xml2js/node_modules/sax/package.json +1 -1
  391. package/package.json +18 -16
  392. package/node_modules/aws-sdk/apis/alexaforbusiness-2017-11-09.min.json +0 -2905
  393. package/node_modules/aws-sdk/apis/alexaforbusiness-2017-11-09.paginators.json +0 -94
  394. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.min.json +0 -522
  395. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.paginators.json +0 -14
  396. package/node_modules/aws-sdk/apis/honeycode-2020-03-01.min.json +0 -962
  397. package/node_modules/aws-sdk/apis/honeycode-2020-03-01.paginators.json +0 -27
  398. package/node_modules/aws-sdk/clients/alexaforbusiness.d.ts +0 -3862
  399. package/node_modules/aws-sdk/clients/alexaforbusiness.js +0 -18
  400. package/node_modules/aws-sdk/clients/backupstorage.d.ts +0 -469
  401. package/node_modules/aws-sdk/clients/backupstorage.js +0 -18
  402. package/node_modules/aws-sdk/clients/honeycode.d.ts +0 -910
  403. package/node_modules/aws-sdk/clients/honeycode.js +0 -18
  404. /package/node_modules/aws-sdk/apis/{alexaforbusiness-2017-11-09.examples.json → application-signals-2024-04-15.examples.json} +0 -0
  405. /package/node_modules/aws-sdk/apis/{backupstorage-2018-04-10.examples.json → apptest-2022-12-06.examples.json} +0 -0
  406. /package/node_modules/aws-sdk/apis/{honeycode-2020-03-01.examples.json → mailmanager-2023-10-17.examples.json} +0 -0
@@ -12,11 +12,11 @@ declare class Grafana extends Service {
12
12
  constructor(options?: Grafana.Types.ClientConfiguration)
13
13
  config: Config & Grafana.Types.ClientConfiguration;
14
14
  /**
15
- * Assigns a Grafana Enterprise license to a workspace. Upgrading to Grafana Enterprise incurs additional fees. For more information, see Upgrade a workspace to Grafana Enterprise.
15
+ * Assigns a Grafana Enterprise license to a workspace. To upgrade, you must use ENTERPRISE for the licenseType, and pass in a valid Grafana Labs token for the grafanaToken. Upgrading to Grafana Enterprise incurs additional fees. For more information, see Upgrade a workspace to Grafana Enterprise.
16
16
  */
17
17
  associateLicense(params: Grafana.Types.AssociateLicenseRequest, callback?: (err: AWSError, data: Grafana.Types.AssociateLicenseResponse) => void): Request<Grafana.Types.AssociateLicenseResponse, AWSError>;
18
18
  /**
19
- * Assigns a Grafana Enterprise license to a workspace. Upgrading to Grafana Enterprise incurs additional fees. For more information, see Upgrade a workspace to Grafana Enterprise.
19
+ * Assigns a Grafana Enterprise license to a workspace. To upgrade, you must use ENTERPRISE for the licenseType, and pass in a valid Grafana Labs token for the grafanaToken. Upgrading to Grafana Enterprise incurs additional fees. For more information, see Upgrade a workspace to Grafana Enterprise.
20
20
  */
21
21
  associateLicense(callback?: (err: AWSError, data: Grafana.Types.AssociateLicenseResponse) => void): Request<Grafana.Types.AssociateLicenseResponse, AWSError>;
22
22
  /**
@@ -28,13 +28,29 @@ declare class Grafana extends Service {
28
28
  */
29
29
  createWorkspace(callback?: (err: AWSError, data: Grafana.Types.CreateWorkspaceResponse) => void): Request<Grafana.Types.CreateWorkspaceResponse, AWSError>;
30
30
  /**
31
- * Creates a Grafana 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.
31
+ * Creates a Grafana 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. In workspaces compatible with Grafana version 9 or above, use workspace service accounts instead of API keys. API keys will be removed in a future release.
32
32
  */
33
33
  createWorkspaceApiKey(params: Grafana.Types.CreateWorkspaceApiKeyRequest, callback?: (err: AWSError, data: Grafana.Types.CreateWorkspaceApiKeyResponse) => void): Request<Grafana.Types.CreateWorkspaceApiKeyResponse, AWSError>;
34
34
  /**
35
- * Creates a Grafana 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.
35
+ * Creates a Grafana 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. In workspaces compatible with Grafana version 9 or above, use workspace service accounts instead of API keys. API keys will be removed in a future release.
36
36
  */
37
37
  createWorkspaceApiKey(callback?: (err: AWSError, data: Grafana.Types.CreateWorkspaceApiKeyResponse) => void): Request<Grafana.Types.CreateWorkspaceApiKeyResponse, AWSError>;
38
+ /**
39
+ * Creates a service account for the workspace. A service account can be used to call Grafana HTTP APIs, and run automated workloads. After creating the service account with the correct GrafanaRole for your use case, use CreateWorkspaceServiceAccountToken to create a token that can be used to authenticate and authorize Grafana HTTP API calls. You can only create service accounts for workspaces that are compatible with Grafana version 9 and above. For more information about service accounts, see Service accounts in the Amazon Managed Grafana User Guide. For more information about the Grafana HTTP APIs, see Using Grafana HTTP APIs in the Amazon Managed Grafana User Guide.
40
+ */
41
+ createWorkspaceServiceAccount(params: Grafana.Types.CreateWorkspaceServiceAccountRequest, callback?: (err: AWSError, data: Grafana.Types.CreateWorkspaceServiceAccountResponse) => void): Request<Grafana.Types.CreateWorkspaceServiceAccountResponse, AWSError>;
42
+ /**
43
+ * Creates a service account for the workspace. A service account can be used to call Grafana HTTP APIs, and run automated workloads. After creating the service account with the correct GrafanaRole for your use case, use CreateWorkspaceServiceAccountToken to create a token that can be used to authenticate and authorize Grafana HTTP API calls. You can only create service accounts for workspaces that are compatible with Grafana version 9 and above. For more information about service accounts, see Service accounts in the Amazon Managed Grafana User Guide. For more information about the Grafana HTTP APIs, see Using Grafana HTTP APIs in the Amazon Managed Grafana User Guide.
44
+ */
45
+ createWorkspaceServiceAccount(callback?: (err: AWSError, data: Grafana.Types.CreateWorkspaceServiceAccountResponse) => void): Request<Grafana.Types.CreateWorkspaceServiceAccountResponse, AWSError>;
46
+ /**
47
+ * Creates a token that can be used to authenticate and authorize Grafana HTTP API operations for the given workspace service account. The service account acts as a user for the API operations, and defines the permissions that are used by the API. When you create the service account token, you will receive a key that is used when calling Grafana APIs. Do not lose this key, as it will not be retrievable again. If you do lose the key, you can delete the token and recreate it to receive a new key. This will disable the initial key. Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
48
+ */
49
+ createWorkspaceServiceAccountToken(params: Grafana.Types.CreateWorkspaceServiceAccountTokenRequest, callback?: (err: AWSError, data: Grafana.Types.CreateWorkspaceServiceAccountTokenResponse) => void): Request<Grafana.Types.CreateWorkspaceServiceAccountTokenResponse, AWSError>;
50
+ /**
51
+ * Creates a token that can be used to authenticate and authorize Grafana HTTP API operations for the given workspace service account. The service account acts as a user for the API operations, and defines the permissions that are used by the API. When you create the service account token, you will receive a key that is used when calling Grafana APIs. Do not lose this key, as it will not be retrievable again. If you do lose the key, you can delete the token and recreate it to receive a new key. This will disable the initial key. Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
52
+ */
53
+ createWorkspaceServiceAccountToken(callback?: (err: AWSError, data: Grafana.Types.CreateWorkspaceServiceAccountTokenResponse) => void): Request<Grafana.Types.CreateWorkspaceServiceAccountTokenResponse, AWSError>;
38
54
  /**
39
55
  * Deletes an Amazon Managed Grafana workspace.
40
56
  */
@@ -44,13 +60,29 @@ declare class Grafana extends Service {
44
60
  */
45
61
  deleteWorkspace(callback?: (err: AWSError, data: Grafana.Types.DeleteWorkspaceResponse) => void): Request<Grafana.Types.DeleteWorkspaceResponse, AWSError>;
46
62
  /**
47
- * Deletes a Grafana API key for the workspace.
63
+ * Deletes a Grafana API key for the workspace. In workspaces compatible with Grafana version 9 or above, use workspace service accounts instead of API keys. API keys will be removed in a future release.
48
64
  */
49
65
  deleteWorkspaceApiKey(params: Grafana.Types.DeleteWorkspaceApiKeyRequest, callback?: (err: AWSError, data: Grafana.Types.DeleteWorkspaceApiKeyResponse) => void): Request<Grafana.Types.DeleteWorkspaceApiKeyResponse, AWSError>;
50
66
  /**
51
- * Deletes a Grafana API key for the workspace.
67
+ * Deletes a Grafana API key for the workspace. In workspaces compatible with Grafana version 9 or above, use workspace service accounts instead of API keys. API keys will be removed in a future release.
52
68
  */
53
69
  deleteWorkspaceApiKey(callback?: (err: AWSError, data: Grafana.Types.DeleteWorkspaceApiKeyResponse) => void): Request<Grafana.Types.DeleteWorkspaceApiKeyResponse, AWSError>;
70
+ /**
71
+ * Deletes a workspace service account from the workspace. This will delete any tokens created for the service account, as well. If the tokens are currently in use, the will fail to authenticate / authorize after they are deleted. Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
72
+ */
73
+ deleteWorkspaceServiceAccount(params: Grafana.Types.DeleteWorkspaceServiceAccountRequest, callback?: (err: AWSError, data: Grafana.Types.DeleteWorkspaceServiceAccountResponse) => void): Request<Grafana.Types.DeleteWorkspaceServiceAccountResponse, AWSError>;
74
+ /**
75
+ * Deletes a workspace service account from the workspace. This will delete any tokens created for the service account, as well. If the tokens are currently in use, the will fail to authenticate / authorize after they are deleted. Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
76
+ */
77
+ deleteWorkspaceServiceAccount(callback?: (err: AWSError, data: Grafana.Types.DeleteWorkspaceServiceAccountResponse) => void): Request<Grafana.Types.DeleteWorkspaceServiceAccountResponse, AWSError>;
78
+ /**
79
+ * Deletes a token for the workspace service account. This will disable the key associated with the token. If any automation is currently using the key, it will no longer be authenticated or authorized to perform actions with the Grafana HTTP APIs. Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
80
+ */
81
+ deleteWorkspaceServiceAccountToken(params: Grafana.Types.DeleteWorkspaceServiceAccountTokenRequest, callback?: (err: AWSError, data: Grafana.Types.DeleteWorkspaceServiceAccountTokenResponse) => void): Request<Grafana.Types.DeleteWorkspaceServiceAccountTokenResponse, AWSError>;
82
+ /**
83
+ * Deletes a token for the workspace service account. This will disable the key associated with the token. If any automation is currently using the key, it will no longer be authenticated or authorized to perform actions with the Grafana HTTP APIs. Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
84
+ */
85
+ deleteWorkspaceServiceAccountToken(callback?: (err: AWSError, data: Grafana.Types.DeleteWorkspaceServiceAccountTokenResponse) => void): Request<Grafana.Types.DeleteWorkspaceServiceAccountTokenResponse, AWSError>;
54
86
  /**
55
87
  * Displays information about one Amazon Managed Grafana workspace.
56
88
  */
@@ -107,6 +139,22 @@ declare class Grafana extends Service {
107
139
  * Lists available versions of Grafana. These are available when calling CreateWorkspace. Optionally, include a workspace to list the versions to which it can be upgraded.
108
140
  */
109
141
  listVersions(callback?: (err: AWSError, data: Grafana.Types.ListVersionsResponse) => void): Request<Grafana.Types.ListVersionsResponse, AWSError>;
142
+ /**
143
+ * Returns a list of tokens for a workspace service account. This does not return the key for each token. You cannot access keys after they are created. To create a new key, delete the token and recreate it. Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
144
+ */
145
+ listWorkspaceServiceAccountTokens(params: Grafana.Types.ListWorkspaceServiceAccountTokensRequest, callback?: (err: AWSError, data: Grafana.Types.ListWorkspaceServiceAccountTokensResponse) => void): Request<Grafana.Types.ListWorkspaceServiceAccountTokensResponse, AWSError>;
146
+ /**
147
+ * Returns a list of tokens for a workspace service account. This does not return the key for each token. You cannot access keys after they are created. To create a new key, delete the token and recreate it. Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
148
+ */
149
+ listWorkspaceServiceAccountTokens(callback?: (err: AWSError, data: Grafana.Types.ListWorkspaceServiceAccountTokensResponse) => void): Request<Grafana.Types.ListWorkspaceServiceAccountTokensResponse, AWSError>;
150
+ /**
151
+ * Returns a list of service accounts for a workspace. Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
152
+ */
153
+ listWorkspaceServiceAccounts(params: Grafana.Types.ListWorkspaceServiceAccountsRequest, callback?: (err: AWSError, data: Grafana.Types.ListWorkspaceServiceAccountsResponse) => void): Request<Grafana.Types.ListWorkspaceServiceAccountsResponse, AWSError>;
154
+ /**
155
+ * Returns a list of service accounts for a workspace. Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
156
+ */
157
+ listWorkspaceServiceAccounts(callback?: (err: AWSError, data: Grafana.Types.ListWorkspaceServiceAccountsResponse) => void): Request<Grafana.Types.ListWorkspaceServiceAccountsResponse, AWSError>;
110
158
  /**
111
159
  * Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace. For more complete information about one workspace, use DescribeWorkspace.
112
160
  */
@@ -199,7 +247,7 @@ declare namespace Grafana {
199
247
  }
200
248
  export interface AssociateLicenseRequest {
201
249
  /**
202
- * A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account. For more information, see Register with Grafana Labs.
250
+ * A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account. For more information, see Link your account with Grafana Labs.
203
251
  */
204
252
  grafanaToken?: GrafanaToken;
205
253
  /**
@@ -257,7 +305,7 @@ declare namespace Grafana {
257
305
  */
258
306
  keyName: ApiKeyName;
259
307
  /**
260
- * Specifies the permission level of the key. Valid values: VIEWER|EDITOR|ADMIN
308
+ * Specifies the permission level of the key. Valid values: ADMIN|EDITOR|VIEWER
261
309
  */
262
310
  keyRole: String;
263
311
  /**
@@ -302,7 +350,7 @@ declare namespace Grafana {
302
350
  */
303
351
  configuration?: OverridableConfigurationJson;
304
352
  /**
305
- * Specifies the version of Grafana to support in the new workspace. If not specified, defaults to the latest version (for example, 9.4). To get a list of supported versions, use the ListVersions operation.
353
+ * Specifies the version of Grafana to support in the new workspace. If not specified, defaults to the latest version (for example, 10.4). To get a list of supported versions, use the ListVersions operation.
306
354
  */
307
355
  grafanaVersion?: GrafanaVersion;
308
356
  /**
@@ -360,6 +408,71 @@ declare namespace Grafana {
360
408
  */
361
409
  workspace: WorkspaceDescription;
362
410
  }
411
+ export interface CreateWorkspaceServiceAccountRequest {
412
+ /**
413
+ * The permission level to use for this service account. For more information about the roles and the permissions each has, see User roles in the Amazon Managed Grafana User Guide.
414
+ */
415
+ grafanaRole: Role;
416
+ /**
417
+ * A name for the service account. The name must be unique within the workspace, as it determines the ID associated with the service account.
418
+ */
419
+ name: ServiceAccountName;
420
+ /**
421
+ * The ID of the workspace within which to create the service account.
422
+ */
423
+ workspaceId: WorkspaceId;
424
+ }
425
+ export interface CreateWorkspaceServiceAccountResponse {
426
+ /**
427
+ * The permission level given to the service account.
428
+ */
429
+ grafanaRole: Role;
430
+ /**
431
+ * The ID of the service account.
432
+ */
433
+ id: String;
434
+ /**
435
+ * The name of the service account.
436
+ */
437
+ name: String;
438
+ /**
439
+ * The workspace with which the service account is associated.
440
+ */
441
+ workspaceId: WorkspaceId;
442
+ }
443
+ export interface CreateWorkspaceServiceAccountTokenRequest {
444
+ /**
445
+ * A name for the token to create.
446
+ */
447
+ name: ServiceAccountTokenName;
448
+ /**
449
+ * Sets how long the token will be valid, in seconds. You can set the time up to 30 days in the future.
450
+ */
451
+ secondsToLive: CreateWorkspaceServiceAccountTokenRequestSecondsToLiveInteger;
452
+ /**
453
+ * The ID of the service account for which to create a token.
454
+ */
455
+ serviceAccountId: String;
456
+ /**
457
+ * The ID of the workspace the service account resides within.
458
+ */
459
+ workspaceId: WorkspaceId;
460
+ }
461
+ export type CreateWorkspaceServiceAccountTokenRequestSecondsToLiveInteger = number;
462
+ export interface CreateWorkspaceServiceAccountTokenResponse {
463
+ /**
464
+ * The ID of the service account where the token was created.
465
+ */
466
+ serviceAccountId: String;
467
+ /**
468
+ * Information about the created token, including the key. Be sure to store the key securely.
469
+ */
470
+ serviceAccountToken: ServiceAccountTokenSummaryWithKey;
471
+ /**
472
+ * The ID of the workspace where the token was created.
473
+ */
474
+ workspaceId: WorkspaceId;
475
+ }
363
476
  export type DataSourceType = "AMAZON_OPENSEARCH_SERVICE"|"CLOUDWATCH"|"PROMETHEUS"|"XRAY"|"TIMESTREAM"|"SITEWISE"|"ATHENA"|"REDSHIFT"|"TWINMAKER"|string;
364
477
  export type DataSourceTypesList = DataSourceType[];
365
478
  export interface DeleteWorkspaceApiKeyRequest {
@@ -394,6 +507,54 @@ declare namespace Grafana {
394
507
  */
395
508
  workspace: WorkspaceDescription;
396
509
  }
510
+ export interface DeleteWorkspaceServiceAccountRequest {
511
+ /**
512
+ * The ID of the service account to delete.
513
+ */
514
+ serviceAccountId: String;
515
+ /**
516
+ * The ID of the workspace where the service account resides.
517
+ */
518
+ workspaceId: WorkspaceId;
519
+ }
520
+ export interface DeleteWorkspaceServiceAccountResponse {
521
+ /**
522
+ * The ID of the service account deleted.
523
+ */
524
+ serviceAccountId: String;
525
+ /**
526
+ * The ID of the workspace where the service account was deleted.
527
+ */
528
+ workspaceId: WorkspaceId;
529
+ }
530
+ export interface DeleteWorkspaceServiceAccountTokenRequest {
531
+ /**
532
+ * The ID of the service account from which to delete the token.
533
+ */
534
+ serviceAccountId: String;
535
+ /**
536
+ * The ID of the token to delete.
537
+ */
538
+ tokenId: String;
539
+ /**
540
+ * The ID of the workspace from which to delete the token.
541
+ */
542
+ workspaceId: WorkspaceId;
543
+ }
544
+ export interface DeleteWorkspaceServiceAccountTokenResponse {
545
+ /**
546
+ * The ID of the service account where the token was deleted.
547
+ */
548
+ serviceAccountId: String;
549
+ /**
550
+ * The ID of the token that was deleted.
551
+ */
552
+ tokenId: String;
553
+ /**
554
+ * The ID of the workspace where the token was deleted.
555
+ */
556
+ workspaceId: WorkspaceId;
557
+ }
397
558
  export interface DescribeWorkspaceAuthenticationRequest {
398
559
  /**
399
560
  * The ID of the workspace to return authentication information about.
@@ -542,6 +703,72 @@ declare namespace Grafana {
542
703
  */
543
704
  nextToken?: PaginationToken;
544
705
  }
706
+ export interface ListWorkspaceServiceAccountTokensRequest {
707
+ /**
708
+ * The maximum number of tokens to include in the results.
709
+ */
710
+ maxResults?: ListWorkspaceServiceAccountTokensRequestMaxResultsInteger;
711
+ /**
712
+ * The token for the next set of service accounts to return. (You receive this token from a previous ListWorkspaceServiceAccountTokens operation.)
713
+ */
714
+ nextToken?: PaginationToken;
715
+ /**
716
+ * The ID of the service account for which to return tokens.
717
+ */
718
+ serviceAccountId: String;
719
+ /**
720
+ * The ID of the workspace for which to return tokens.
721
+ */
722
+ workspaceId: WorkspaceId;
723
+ }
724
+ export type ListWorkspaceServiceAccountTokensRequestMaxResultsInteger = number;
725
+ export interface ListWorkspaceServiceAccountTokensResponse {
726
+ /**
727
+ * The token to use when requesting the next set of service accounts.
728
+ */
729
+ nextToken?: PaginationToken;
730
+ /**
731
+ * The ID of the service account where the tokens reside.
732
+ */
733
+ serviceAccountId: String;
734
+ /**
735
+ * An array of structures containing information about the tokens.
736
+ */
737
+ serviceAccountTokens: ServiceAccountTokenList;
738
+ /**
739
+ * The ID of the workspace where the tokens reside.
740
+ */
741
+ workspaceId: WorkspaceId;
742
+ }
743
+ export interface ListWorkspaceServiceAccountsRequest {
744
+ /**
745
+ * The maximum number of service accounts to include in the results.
746
+ */
747
+ maxResults?: ListWorkspaceServiceAccountsRequestMaxResultsInteger;
748
+ /**
749
+ * The token for the next set of service accounts to return. (You receive this token from a previous ListWorkspaceServiceAccounts operation.)
750
+ */
751
+ nextToken?: PaginationToken;
752
+ /**
753
+ * The workspace for which to list service accounts.
754
+ */
755
+ workspaceId: WorkspaceId;
756
+ }
757
+ export type ListWorkspaceServiceAccountsRequestMaxResultsInteger = number;
758
+ export interface ListWorkspaceServiceAccountsResponse {
759
+ /**
760
+ * The token to use when requesting the next set of service accounts.
761
+ */
762
+ nextToken?: PaginationToken;
763
+ /**
764
+ * An array of structures containing information about the service accounts.
765
+ */
766
+ serviceAccounts: ServiceAccountList;
767
+ /**
768
+ * The workspace to which the service accounts are associated.
769
+ */
770
+ workspaceId: WorkspaceId;
771
+ }
545
772
  export interface ListWorkspacesRequest {
546
773
  /**
547
774
  * The maximum number of workspaces to include in the results.
@@ -644,6 +871,65 @@ declare namespace Grafana {
644
871
  export type SamlConfigurationStatus = "CONFIGURED"|"NOT_CONFIGURED"|string;
645
872
  export type SecurityGroupId = string;
646
873
  export type SecurityGroupIds = SecurityGroupId[];
874
+ export type ServiceAccountList = ServiceAccountSummary[];
875
+ export type ServiceAccountName = string;
876
+ export interface ServiceAccountSummary {
877
+ /**
878
+ * The role of the service account, which sets the permission level used when calling Grafana APIs.
879
+ */
880
+ grafanaRole: Role;
881
+ /**
882
+ * The unique ID of the service account.
883
+ */
884
+ id: String;
885
+ /**
886
+ * Returns true if the service account is disabled. Service accounts can be disabled and enabled in the Amazon Managed Grafana console.
887
+ */
888
+ isDisabled: String;
889
+ /**
890
+ * The name of the service account.
891
+ */
892
+ name: String;
893
+ }
894
+ export type ServiceAccountTokenKey = string;
895
+ export type ServiceAccountTokenList = ServiceAccountTokenSummary[];
896
+ export type ServiceAccountTokenName = string;
897
+ export interface ServiceAccountTokenSummary {
898
+ /**
899
+ * When the service account token was created.
900
+ */
901
+ createdAt: Timestamp;
902
+ /**
903
+ * When the service account token will expire.
904
+ */
905
+ expiresAt: Timestamp;
906
+ /**
907
+ * The unique ID of the service account token.
908
+ */
909
+ id: String;
910
+ /**
911
+ * The last time the token was used to authorize a Grafana HTTP API.
912
+ */
913
+ lastUsedAt?: Timestamp;
914
+ /**
915
+ * The name of the service account token.
916
+ */
917
+ name: String;
918
+ }
919
+ export interface ServiceAccountTokenSummaryWithKey {
920
+ /**
921
+ * The unique ID of the service account token.
922
+ */
923
+ id: String;
924
+ /**
925
+ * The key for the service account token. Used when making calls to the Grafana HTTP APIs to authenticate and authorize the requests.
926
+ */
927
+ key: ServiceAccountTokenKey;
928
+ /**
929
+ * The name of the service account token.
930
+ */
931
+ name: String;
932
+ }
647
933
  export type SsoId = string;
648
934
  export type StackSetName = string;
649
935
  export type String = string;
@@ -888,7 +1174,7 @@ declare namespace Grafana {
888
1174
  */
889
1175
  freeTrialExpiration?: Timestamp;
890
1176
  /**
891
- * The token that ties this workspace to a Grafana Labs account. For more information, see Register with Grafana Labs.
1177
+ * The token that ties this workspace to a Grafana Labs account. For more information, see Link your account with Grafana Labs.
892
1178
  */
893
1179
  grafanaToken?: GrafanaToken;
894
1180
  /**
@@ -978,7 +1264,7 @@ declare namespace Grafana {
978
1264
  */
979
1265
  endpoint: Endpoint;
980
1266
  /**
981
- * The token that ties this workspace to a Grafana Labs account. For more information, see Register with Grafana Labs.
1267
+ * The token that ties this workspace to a Grafana Labs account. For more information, see Link your account with Grafana Labs.
982
1268
  */
983
1269
  grafanaToken?: GrafanaToken;
984
1270
  /**
@@ -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 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.
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 accepts Lambda functions in all supported versions of Python, Node.js, and Java runtimes. IoT Greengrass doesn't apply any additional restrictions on deprecated Lambda runtime versions. 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 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.
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 accepts Lambda functions in all supported versions of Python, Node.js, and Java runtimes. IoT Greengrass doesn't apply any additional restrictions on deprecated Lambda runtime versions. 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
  /**
@@ -418,7 +418,7 @@ declare namespace GreengrassV2 {
418
418
  /**
419
419
  * The version of the component.
420
420
  */
421
- componentVersion?: ComponentVersionString;
421
+ componentVersion: ComponentVersionString;
422
422
  /**
423
423
  * The configuration updates to deploy for the component. You can define reset updates and merge updates. A reset updates the keys that you specify to the default configuration for the component. A merge updates the core device's component configuration with the keys and values that you specify. The IoT Greengrass Core software applies reset updates before it applies merge updates. For more information, see Update component configurations in the IoT Greengrass V2 Developer Guide.
424
424
  */
@@ -905,6 +905,14 @@ declare namespace GreengrassV2 {
905
905
  * The name of the artifact. You can use the GetComponent operation to download the component recipe, which includes the URI of the artifact. The artifact name is the section of the URI after the scheme. For example, in the artifact URI greengrass:SomeArtifact.zip, the artifact name is SomeArtifact.zip.
906
906
  */
907
907
  artifactName: NonEmptyString;
908
+ /**
909
+ * Specifies the endpoint to use when getting Amazon S3 pre-signed URLs. All Amazon Web Services Regions except US East (N. Virginia) use REGIONAL in all cases. In the US East (N. Virginia) Region the default is GLOBAL, but you can change it to REGIONAL with this parameter.
910
+ */
911
+ s3EndpointType?: S3EndpointType;
912
+ /**
913
+ * Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint. Specify fips if you want the returned Amazon S3 pre-signed URL to point to an Amazon S3 FIPS endpoint. If you don't specify a value, the default is standard.
914
+ */
915
+ iotEndpointType?: IotEndpointType;
908
916
  }
909
917
  export interface GetComponentVersionArtifactResponse {
910
918
  /**
@@ -1070,7 +1078,7 @@ declare namespace GreengrassV2 {
1070
1078
  */
1071
1079
  lastReportedTimestamp?: Timestamp;
1072
1080
  /**
1073
- * The most recent deployment source that brought the component to the Greengrass core device. For a thing group deployment or thing deployment, the source will be the The ID of the deployment. and for local deployments it will be LOCAL. Any deployment will attempt to reinstall currently broken components on the device, which will update the last installation source.
1081
+ * The most recent deployment source that brought the component to the Greengrass core device. For a thing group deployment or thing deployment, the source will be the ID of the last deployment that contained the component. For local deployments it will be LOCAL. Any deployment will attempt to reinstall currently broken components on the device, which will update the last installation source.
1074
1082
  */
1075
1083
  lastInstallationSource?: NonEmptyString;
1076
1084
  /**
@@ -1160,6 +1168,7 @@ declare namespace GreengrassV2 {
1160
1168
  inProgressTimeoutInMinutes?: IoTJobInProgressTimeoutInMinutes;
1161
1169
  }
1162
1170
  export type IoTThingName = string;
1171
+ export type IotEndpointType = "fips"|"standard"|string;
1163
1172
  export type IsLatestForTarget = boolean;
1164
1173
  export type IsRoot = boolean;
1165
1174
  export interface LambdaContainerParams {
@@ -1429,7 +1438,7 @@ declare namespace GreengrassV2 {
1429
1438
  */
1430
1439
  parentTargetArn?: ThingGroupARN;
1431
1440
  /**
1432
- * The maximum number of results to be returned per paginated request.
1441
+ * The maximum number of results to be returned per paginated request. Default: 50
1433
1442
  */
1434
1443
  maxResults?: DefaultMaxResults;
1435
1444
  /**
@@ -1566,6 +1575,7 @@ declare namespace GreengrassV2 {
1566
1575
  message?: NonEmptyString;
1567
1576
  }
1568
1577
  export type ResolvedComponentVersionsList = ResolvedComponentVersion[];
1578
+ export type S3EndpointType = "REGIONAL"|"GLOBAL"|string;
1569
1579
  export type String = string;
1570
1580
  export type StringMap = {[key: string]: NonEmptyString};
1571
1581
  export interface SystemResourceLimits {