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
@@ -44,11 +44,11 @@ declare class Organizations extends Service {
44
44
  */
45
45
  closeAccount(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
46
46
  /**
47
- * Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request. This is an asynchronous request that Amazon Web Services performs in the background. Because CreateAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following: Use the Id value of the CreateAccountStatus response element from this operation to provide as a parameter to the DescribeCreateAccountStatus operation. Check the CloudTrail log for the CreateAccountResult event. For information on using CloudTrail with Organizations, see Logging and monitoring in Organizations in the Organizations User Guide. The user who calls the API to create an account must have the organizations:CreateAccount permission. If you enabled all features in the organization, Organizations creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see Organizations and service-linked roles in the Organizations User Guide. If the request includes tags, then the requester must have the organizations:TagResource permission. Organizations preconfigures the new member account with a role (named OrganizationAccountAccessRole by default) that grants users in the management account administrator permissions in the new member account. Principals in the management account can assume the role. Organizations clones the company name and address information for the new account from the organization's management account. This operation can be called only from the organization's management account. For more information about creating accounts, see Creating a member account in your organization in the Organizations User Guide. When you create an account in an organization using the Organizations console, API, or CLI commands, the information required for the account to operate as a standalone account, such as a payment method and signing the end user license agreement (EULA) is not automatically collected. If you must remove an account from your organization later, you can do so only after you provide the missing information. For more information, see Considerations before removing an account from an organization in the Organizations User Guide. If you get an exception that indicates that you exceeded your account limits for the organization, contact Amazon Web Services Support. If you get an exception that indicates that the operation failed because your organization is still initializing, wait one hour and then try again. If the error persists, contact Amazon Web Services Support. Using CreateAccount to create multiple temporary accounts isn't recommended. You can only close an account from the Billing and Cost Management console, and you must be signed in as the root user. For information on the requirements and process for closing an account, see Closing a member account in your organization in the Organizations User Guide. When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable it, only the account root user can access billing information. For information about how to disable this switch for an account, see Granting access to your billing information and tools.
47
+ * Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request. This is an asynchronous request that Amazon Web Services performs in the background. Because CreateAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following: Use the Id value of the CreateAccountStatus response element from this operation to provide as a parameter to the DescribeCreateAccountStatus operation. Check the CloudTrail log for the CreateAccountResult event. For information on using CloudTrail with Organizations, see Logging and monitoring in Organizations in the Organizations User Guide. The user who calls the API to create an account must have the organizations:CreateAccount permission. If you enabled all features in the organization, Organizations creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see Organizations and service-linked roles in the Organizations User Guide. If the request includes tags, then the requester must have the organizations:TagResource permission. Organizations preconfigures the new member account with a role (named OrganizationAccountAccessRole by default) that grants users in the management account administrator permissions in the new member account. Principals in the management account can assume the role. Organizations clones the company name and address information for the new account from the organization's management account. This operation can be called only from the organization's management account. For more information about creating accounts, see Creating a member account in your organization in the Organizations User Guide. When you create an account in an organization using the Organizations console, API, or CLI commands, the information required for the account to operate as a standalone account, such as a payment method is not automatically collected. If you must remove an account from your organization later, you can do so only after you provide the missing information. For more information, see Considerations before removing an account from an organization in the Organizations User Guide. If you get an exception that indicates that you exceeded your account limits for the organization, contact Amazon Web Services Support. If you get an exception that indicates that the operation failed because your organization is still initializing, wait one hour and then try again. If the error persists, contact Amazon Web Services Support. Using CreateAccount to create multiple temporary accounts isn't recommended. You can only close an account from the Billing and Cost Management console, and you must be signed in as the root user. For information on the requirements and process for closing an account, see Closing a member account in your organization in the Organizations User Guide. When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable it, only the account root user can access billing information. For information about how to disable this switch for an account, see Granting access to your billing information and tools.
48
48
  */
49
49
  createAccount(params: Organizations.Types.CreateAccountRequest, callback?: (err: AWSError, data: Organizations.Types.CreateAccountResponse) => void): Request<Organizations.Types.CreateAccountResponse, AWSError>;
50
50
  /**
51
- * Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request. This is an asynchronous request that Amazon Web Services performs in the background. Because CreateAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following: Use the Id value of the CreateAccountStatus response element from this operation to provide as a parameter to the DescribeCreateAccountStatus operation. Check the CloudTrail log for the CreateAccountResult event. For information on using CloudTrail with Organizations, see Logging and monitoring in Organizations in the Organizations User Guide. The user who calls the API to create an account must have the organizations:CreateAccount permission. If you enabled all features in the organization, Organizations creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see Organizations and service-linked roles in the Organizations User Guide. If the request includes tags, then the requester must have the organizations:TagResource permission. Organizations preconfigures the new member account with a role (named OrganizationAccountAccessRole by default) that grants users in the management account administrator permissions in the new member account. Principals in the management account can assume the role. Organizations clones the company name and address information for the new account from the organization's management account. This operation can be called only from the organization's management account. For more information about creating accounts, see Creating a member account in your organization in the Organizations User Guide. When you create an account in an organization using the Organizations console, API, or CLI commands, the information required for the account to operate as a standalone account, such as a payment method and signing the end user license agreement (EULA) is not automatically collected. If you must remove an account from your organization later, you can do so only after you provide the missing information. For more information, see Considerations before removing an account from an organization in the Organizations User Guide. If you get an exception that indicates that you exceeded your account limits for the organization, contact Amazon Web Services Support. If you get an exception that indicates that the operation failed because your organization is still initializing, wait one hour and then try again. If the error persists, contact Amazon Web Services Support. Using CreateAccount to create multiple temporary accounts isn't recommended. You can only close an account from the Billing and Cost Management console, and you must be signed in as the root user. For information on the requirements and process for closing an account, see Closing a member account in your organization in the Organizations User Guide. When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable it, only the account root user can access billing information. For information about how to disable this switch for an account, see Granting access to your billing information and tools.
51
+ * Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request. This is an asynchronous request that Amazon Web Services performs in the background. Because CreateAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following: Use the Id value of the CreateAccountStatus response element from this operation to provide as a parameter to the DescribeCreateAccountStatus operation. Check the CloudTrail log for the CreateAccountResult event. For information on using CloudTrail with Organizations, see Logging and monitoring in Organizations in the Organizations User Guide. The user who calls the API to create an account must have the organizations:CreateAccount permission. If you enabled all features in the organization, Organizations creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see Organizations and service-linked roles in the Organizations User Guide. If the request includes tags, then the requester must have the organizations:TagResource permission. Organizations preconfigures the new member account with a role (named OrganizationAccountAccessRole by default) that grants users in the management account administrator permissions in the new member account. Principals in the management account can assume the role. Organizations clones the company name and address information for the new account from the organization's management account. This operation can be called only from the organization's management account. For more information about creating accounts, see Creating a member account in your organization in the Organizations User Guide. When you create an account in an organization using the Organizations console, API, or CLI commands, the information required for the account to operate as a standalone account, such as a payment method is not automatically collected. If you must remove an account from your organization later, you can do so only after you provide the missing information. For more information, see Considerations before removing an account from an organization in the Organizations User Guide. If you get an exception that indicates that you exceeded your account limits for the organization, contact Amazon Web Services Support. If you get an exception that indicates that the operation failed because your organization is still initializing, wait one hour and then try again. If the error persists, contact Amazon Web Services Support. Using CreateAccount to create multiple temporary accounts isn't recommended. You can only close an account from the Billing and Cost Management console, and you must be signed in as the root user. For information on the requirements and process for closing an account, see Closing a member account in your organization in the Organizations User Guide. When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable it, only the account root user can access billing information. For information about how to disable this switch for an account, see Granting access to your billing information and tools.
52
52
  */
53
53
  createAccount(callback?: (err: AWSError, data: Organizations.Types.CreateAccountResponse) => void): Request<Organizations.Types.CreateAccountResponse, AWSError>;
54
54
  /**
@@ -125,6 +125,7 @@ declare class OSIS extends Service {
125
125
  validatePipeline(callback?: (err: AWSError, data: OSIS.Types.ValidatePipelineResponse) => void): Request<OSIS.Types.ValidatePipelineResponse, AWSError>;
126
126
  }
127
127
  declare namespace OSIS {
128
+ export type BlueprintFormat = string;
128
129
  export type Boolean = boolean;
129
130
  export interface BufferOptions {
130
131
  /**
@@ -172,9 +173,10 @@ declare namespace OSIS {
172
173
  }
173
174
  export type ChangeProgressStatusList = ChangeProgressStatus[];
174
175
  export type ChangeProgressStatuses = "PENDING"|"IN_PROGRESS"|"COMPLETED"|"FAILED"|string;
176
+ export type CidrBlock = string;
175
177
  export interface CloudWatchLogDestination {
176
178
  /**
177
- * The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a new one. For example, /aws/OpenSearchService/IngestionService/my-pipeline.
179
+ * The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a new one. For example, /aws/vendedlogs/OpenSearchService/pipelines.
178
180
  */
179
181
  LogGroup: LogGroup;
180
182
  }
@@ -232,7 +234,7 @@ declare namespace OSIS {
232
234
  }
233
235
  export interface EncryptionAtRestOptions {
234
236
  /**
235
- * The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion. By default, data is encrypted using an AWS owned key.
237
+ * The ARN of the KMS key used to encrypt buffer data. By default, data is encrypted using an Amazon Web Services owned key.
236
238
  */
237
239
  KmsKeyArn: KmsKeyArn;
238
240
  }
@@ -241,12 +243,20 @@ declare namespace OSIS {
241
243
  * The name of the blueprint to retrieve.
242
244
  */
243
245
  BlueprintName: String;
246
+ /**
247
+ * The format format of the blueprint to retrieve.
248
+ */
249
+ Format?: BlueprintFormat;
244
250
  }
245
251
  export interface GetPipelineBlueprintResponse {
246
252
  /**
247
253
  * The requested blueprint in YAML format.
248
254
  */
249
255
  Blueprint?: PipelineBlueprint;
256
+ /**
257
+ * The format of the blueprint.
258
+ */
259
+ Format?: String;
250
260
  }
251
261
  export interface GetPipelineChangeProgressRequest {
252
262
  /**
@@ -262,7 +272,7 @@ declare namespace OSIS {
262
272
  }
263
273
  export interface GetPipelineRequest {
264
274
  /**
265
- * The name of the pipeline to get information about.
275
+ * The name of the pipeline.
266
276
  */
267
277
  PipelineName: PipelineName;
268
278
  }
@@ -380,9 +390,17 @@ declare namespace OSIS {
380
390
  BufferOptions?: BufferOptions;
381
391
  EncryptionAtRestOptions?: EncryptionAtRestOptions;
382
392
  /**
383
- * A list of VPC endpoints that OpenSearch Ingestion has created to other AWS services.
393
+ * The VPC endpoint service name for the pipeline.
394
+ */
395
+ VpcEndpointService?: String;
396
+ /**
397
+ * A list of VPC endpoints that OpenSearch Ingestion has created to other Amazon Web Services services.
384
398
  */
385
399
  ServiceVpcEndpoints?: ServiceVpcEndpointsList;
400
+ /**
401
+ * Destinations to which the pipeline writes data.
402
+ */
403
+ Destinations?: PipelineDestinationList;
386
404
  /**
387
405
  * A list of tags associated with the given pipeline.
388
406
  */
@@ -398,15 +416,58 @@ declare namespace OSIS {
398
416
  * The YAML configuration of the blueprint.
399
417
  */
400
418
  PipelineConfigurationBody?: String;
419
+ /**
420
+ * The display name of the blueprint.
421
+ */
422
+ DisplayName?: String;
423
+ /**
424
+ * A description of the blueprint.
425
+ */
426
+ DisplayDescription?: String;
427
+ /**
428
+ * The name of the service that the blueprint is associated with.
429
+ */
430
+ Service?: String;
431
+ /**
432
+ * The use case that the blueprint relates to.
433
+ */
434
+ UseCase?: String;
401
435
  }
402
436
  export interface PipelineBlueprintSummary {
403
437
  /**
404
438
  * The name of the blueprint.
405
439
  */
406
440
  BlueprintName?: String;
441
+ /**
442
+ * The display name of the blueprint.
443
+ */
444
+ DisplayName?: String;
445
+ /**
446
+ * A description of the blueprint.
447
+ */
448
+ DisplayDescription?: String;
449
+ /**
450
+ * The name of the service that the blueprint is associated with.
451
+ */
452
+ Service?: String;
453
+ /**
454
+ * The use case that the blueprint relates to.
455
+ */
456
+ UseCase?: String;
407
457
  }
408
458
  export type PipelineBlueprintsSummaryList = PipelineBlueprintSummary[];
409
459
  export type PipelineConfigurationBody = string;
460
+ export interface PipelineDestination {
461
+ /**
462
+ * The name of the service receiving data from the pipeline.
463
+ */
464
+ ServiceName?: String;
465
+ /**
466
+ * The endpoint receiving data from the pipeline.
467
+ */
468
+ Endpoint?: String;
469
+ }
470
+ export type PipelineDestinationList = PipelineDestination[];
410
471
  export type PipelineName = string;
411
472
  export type PipelineStatus = "CREATING"|"ACTIVE"|"UPDATING"|"DELETING"|"CREATE_FAILED"|"UPDATE_FAILED"|"STARTING"|"START_FAILED"|"STOPPING"|"STOPPED"|string;
412
473
  export interface PipelineStatusReason {
@@ -445,6 +506,10 @@ declare namespace OSIS {
445
506
  * The date and time when the pipeline was last updated.
446
507
  */
447
508
  LastUpdatedAt?: Timestamp;
509
+ /**
510
+ * A list of destinations to which the pipeline writes data.
511
+ */
512
+ Destinations?: PipelineDestinationList;
448
513
  /**
449
514
  * A list of tags associated with the given pipeline.
450
515
  */
@@ -460,7 +525,7 @@ declare namespace OSIS {
460
525
  */
461
526
  ServiceName?: VpcEndpointServiceName;
462
527
  /**
463
- * The ID of the VPC endpoint that was created.
528
+ * The unique identifier of the VPC endpoint that was created.
464
529
  */
465
530
  VpcEndpointId?: String;
466
531
  }
@@ -584,6 +649,16 @@ declare namespace OSIS {
584
649
  Message?: String;
585
650
  }
586
651
  export type ValidationMessageList = ValidationMessage[];
652
+ export interface VpcAttachmentOptions {
653
+ /**
654
+ * Whether a VPC is attached to the pipeline.
655
+ */
656
+ AttachToVpc: Boolean;
657
+ /**
658
+ * The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).
659
+ */
660
+ CidrBlock?: CidrBlock;
661
+ }
587
662
  export interface VpcEndpoint {
588
663
  /**
589
664
  * The unique identifier of the endpoint.
@@ -598,6 +673,7 @@ declare namespace OSIS {
598
673
  */
599
674
  VpcOptions?: VpcOptions;
600
675
  }
676
+ export type VpcEndpointManagement = "CUSTOMER"|"SERVICE"|string;
601
677
  export type VpcEndpointServiceName = "OPENSEARCH_SERVERLESS"|string;
602
678
  export type VpcEndpointsList = VpcEndpoint[];
603
679
  export interface VpcOptions {
@@ -609,6 +685,14 @@ declare namespace OSIS {
609
685
  * A list of security groups associated with the VPC endpoint.
610
686
  */
611
687
  SecurityGroupIds?: SecurityGroupIds;
688
+ /**
689
+ * Options for attaching a VPC to a pipeline.
690
+ */
691
+ VpcAttachmentOptions?: VpcAttachmentOptions;
692
+ /**
693
+ * Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.
694
+ */
695
+ VpcEndpointManagement?: VpcEndpointManagement;
612
696
  }
613
697
  /**
614
698
  * 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.
@@ -256,6 +256,7 @@ declare namespace PaymentCryptography {
256
256
  */
257
257
  Key: Key;
258
258
  }
259
+ export type EvenHexLengthBetween16And32 = string;
259
260
  export interface ExportAttributes {
260
261
  /**
261
262
  * Parameter information for IPEK export.
@@ -351,7 +352,7 @@ declare namespace PaymentCryptography {
351
352
  /**
352
353
  * A random number value that is unique to the TR-34 key block generated using 2 pass. The operation will fail, if a random nonce value is not provided for a TR-34 key block generated using 2 pass.
353
354
  */
354
- RandomNonce?: HexLength16;
355
+ RandomNonce?: EvenHexLengthBetween16And32;
355
356
  /**
356
357
  * Optional metadata for export associated with the key material. This data is signed but transmitted in clear text.
357
358
  */
@@ -461,7 +462,6 @@ declare namespace PaymentCryptography {
461
462
  */
462
463
  KeyCertificateChain: CertificateType;
463
464
  }
464
- export type HexLength16 = string;
465
465
  export type HexLength20Or24 = string;
466
466
  export interface ImportKeyCryptogram {
467
467
  KeyAttributes: KeyAttributes;
@@ -563,7 +563,7 @@ declare namespace PaymentCryptography {
563
563
  /**
564
564
  * A random number value that is unique to the TR-34 key block generated using 2 pass. The operation will fail, if a random nonce value is not provided for a TR-34 key block generated using 2 pass.
565
565
  */
566
- RandomNonce?: HexLength16;
566
+ RandomNonce?: EvenHexLengthBetween16And32;
567
567
  }
568
568
  export interface Key {
569
569
  /**