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
@@ -20,11 +20,11 @@ declare class DirectConnect extends Service {
20
20
  */
21
21
  acceptDirectConnectGatewayAssociationProposal(callback?: (err: AWSError, data: DirectConnect.Types.AcceptDirectConnectGatewayAssociationProposalResult) => void): Request<DirectConnect.Types.AcceptDirectConnectGatewayAssociationProposalResult, AWSError>;
22
22
  /**
23
- * Deprecated. Use AllocateHostedConnection instead. Creates a hosted connection on an interconnect. Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect. Intended for use by Direct Connect Partners only.
23
+ * Deprecated. Use AllocateHostedConnection instead. Creates a hosted connection on an interconnect. Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect. Intended for use by Direct Connect Partners only.
24
24
  */
25
25
  allocateConnectionOnInterconnect(params: DirectConnect.Types.AllocateConnectionOnInterconnectRequest, callback?: (err: AWSError, data: DirectConnect.Types.Connection) => void): Request<DirectConnect.Types.Connection, AWSError>;
26
26
  /**
27
- * Deprecated. Use AllocateHostedConnection instead. Creates a hosted connection on an interconnect. Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect. Intended for use by Direct Connect Partners only.
27
+ * Deprecated. Use AllocateHostedConnection instead. Creates a hosted connection on an interconnect. Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect. Intended for use by Direct Connect Partners only.
28
28
  */
29
29
  allocateConnectionOnInterconnect(callback?: (err: AWSError, data: DirectConnect.Types.Connection) => void): Request<DirectConnect.Types.Connection, AWSError>;
30
30
  /**
@@ -180,19 +180,19 @@ declare class DirectConnect extends Service {
180
180
  */
181
181
  createInterconnect(callback?: (err: AWSError, data: DirectConnect.Types.Interconnect) => void): Request<DirectConnect.Types.Interconnect, AWSError>;
182
182
  /**
183
- * Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface. All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created. You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change. If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
183
+ * Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface. All connections in a LAG must use the same bandwidth (either 1Gbps, 10Gbps, 100Gbps, or 400Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per location. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created.. You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change. If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
184
184
  */
185
185
  createLag(params: DirectConnect.Types.CreateLagRequest, callback?: (err: AWSError, data: DirectConnect.Types.Lag) => void): Request<DirectConnect.Types.Lag, AWSError>;
186
186
  /**
187
- * Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface. All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created. You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change. If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
187
+ * Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface. All connections in a LAG must use the same bandwidth (either 1Gbps, 10Gbps, 100Gbps, or 400Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per location. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created.. You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change. If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
188
188
  */
189
189
  createLag(callback?: (err: AWSError, data: DirectConnect.Types.Lag) => void): Request<DirectConnect.Types.Lag, AWSError>;
190
190
  /**
191
- * Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
191
+ * Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region. Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
192
192
  */
193
193
  createPrivateVirtualInterface(params: DirectConnect.Types.CreatePrivateVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
194
194
  /**
195
- * Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
195
+ * Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region. Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
196
196
  */
197
197
  createPrivateVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
198
198
  /**
@@ -276,11 +276,11 @@ declare class DirectConnect extends Service {
276
276
  */
277
277
  deleteVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.DeleteVirtualInterfaceResponse) => void): Request<DirectConnect.Types.DeleteVirtualInterfaceResponse, AWSError>;
278
278
  /**
279
- * Deprecated. Use DescribeLoa instead. Gets the LOA-CFA for a connection. The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
279
+ * Deprecated. Use DescribeLoa instead. Gets the LOA-CFA for a connection. The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
280
280
  */
281
281
  describeConnectionLoa(params: DirectConnect.Types.DescribeConnectionLoaRequest, callback?: (err: AWSError, data: DirectConnect.Types.DescribeConnectionLoaResponse) => void): Request<DirectConnect.Types.DescribeConnectionLoaResponse, AWSError>;
282
282
  /**
283
- * Deprecated. Use DescribeLoa instead. Gets the LOA-CFA for a connection. The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
283
+ * Deprecated. Use DescribeLoa instead. Gets the LOA-CFA for a connection. The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
284
284
  */
285
285
  describeConnectionLoa(callback?: (err: AWSError, data: DirectConnect.Types.DescribeConnectionLoaResponse) => void): Request<DirectConnect.Types.DescribeConnectionLoaResponse, AWSError>;
286
286
  /**
@@ -292,11 +292,11 @@ declare class DirectConnect extends Service {
292
292
  */
293
293
  describeConnections(callback?: (err: AWSError, data: DirectConnect.Types.Connections) => void): Request<DirectConnect.Types.Connections, AWSError>;
294
294
  /**
295
- * Deprecated. Use DescribeHostedConnections instead. Lists the connections that have been provisioned on the specified interconnect. Intended for use by Direct Connect Partners only.
295
+ * Deprecated. Use DescribeHostedConnections instead. Lists the connections that have been provisioned on the specified interconnect. Intended for use by Direct Connect Partners only.
296
296
  */
297
297
  describeConnectionsOnInterconnect(params: DirectConnect.Types.DescribeConnectionsOnInterconnectRequest, callback?: (err: AWSError, data: DirectConnect.Types.Connections) => void): Request<DirectConnect.Types.Connections, AWSError>;
298
298
  /**
299
- * Deprecated. Use DescribeHostedConnections instead. Lists the connections that have been provisioned on the specified interconnect. Intended for use by Direct Connect Partners only.
299
+ * Deprecated. Use DescribeHostedConnections instead. Lists the connections that have been provisioned on the specified interconnect. Intended for use by Direct Connect Partners only.
300
300
  */
301
301
  describeConnectionsOnInterconnect(callback?: (err: AWSError, data: DirectConnect.Types.Connections) => void): Request<DirectConnect.Types.Connections, AWSError>;
302
302
  /**
@@ -344,11 +344,11 @@ declare class DirectConnect extends Service {
344
344
  */
345
345
  describeHostedConnections(callback?: (err: AWSError, data: DirectConnect.Types.Connections) => void): Request<DirectConnect.Types.Connections, AWSError>;
346
346
  /**
347
- * Deprecated. Use DescribeLoa instead. Gets the LOA-CFA for the specified interconnect. The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
347
+ * Deprecated. Use DescribeLoa instead. Gets the LOA-CFA for the specified interconnect. The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
348
348
  */
349
349
  describeInterconnectLoa(params: DirectConnect.Types.DescribeInterconnectLoaRequest, callback?: (err: AWSError, data: DirectConnect.Types.DescribeInterconnectLoaResponse) => void): Request<DirectConnect.Types.DescribeInterconnectLoaResponse, AWSError>;
350
350
  /**
351
- * Deprecated. Use DescribeLoa instead. Gets the LOA-CFA for the specified interconnect. The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
351
+ * Deprecated. Use DescribeLoa instead. Gets the LOA-CFA for the specified interconnect. The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
352
352
  */
353
353
  describeInterconnectLoa(callback?: (err: AWSError, data: DirectConnect.Types.DescribeInterconnectLoaResponse) => void): Request<DirectConnect.Types.DescribeInterconnectLoaResponse, AWSError>;
354
354
  /**
@@ -396,7 +396,7 @@ declare class DirectConnect extends Service {
396
396
  */
397
397
  describeTags(callback?: (err: AWSError, data: DirectConnect.Types.DescribeTagsResponse) => void): Request<DirectConnect.Types.DescribeTagsResponse, AWSError>;
398
398
  /**
399
- * Lists the virtual private gateways owned by the Amazon Web Services account. You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.
399
+ * Deprecated. Use DescribeVpnGateways instead. See DescribeVPNGateways in the Amazon Elastic Compute Cloud API Reference. Lists the virtual private gateways owned by the Amazon Web Services account. You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.
400
400
  */
401
401
  describeVirtualGateways(callback?: (err: AWSError, data: DirectConnect.Types.VirtualGateways) => void): Request<DirectConnect.Types.VirtualGateways, AWSError>;
402
402
  /**
@@ -496,11 +496,11 @@ declare class DirectConnect extends Service {
496
496
  */
497
497
  updateLag(callback?: (err: AWSError, data: DirectConnect.Types.Lag) => void): Request<DirectConnect.Types.Lag, AWSError>;
498
498
  /**
499
- * Updates the specified attributes of the specified virtual private interface. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
499
+ * Updates the specified attributes of the specified virtual private interface. Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
500
500
  */
501
501
  updateVirtualInterfaceAttributes(params: DirectConnect.Types.UpdateVirtualInterfaceAttributesRequest, callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
502
502
  /**
503
- * Updates the specified attributes of the specified virtual private interface. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
503
+ * Updates the specified attributes of the specified virtual private interface. Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
504
504
  */
505
505
  updateVirtualInterfaceAttributes(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
506
506
  }
@@ -525,6 +525,9 @@ declare namespace DirectConnect {
525
525
  overrideAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefixList;
526
526
  }
527
527
  export interface AcceptDirectConnectGatewayAssociationProposalResult {
528
+ /**
529
+ * Information about an association between a Direct Connect gateway and a virtual gateway or transit gateway.
530
+ */
528
531
  directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
529
532
  }
530
533
  export type AddressFamily = "ipv4"|"ipv6"|string;
@@ -562,7 +565,7 @@ declare namespace DirectConnect {
562
565
  */
563
566
  ownerAccount: OwnerAccount;
564
567
  /**
565
- * The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.
568
+ * The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps, and 25Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps, 10Gbps, or 25Gbps hosted connection.
566
569
  */
567
570
  bandwidth: Bandwidth;
568
571
  /**
@@ -621,6 +624,9 @@ declare namespace DirectConnect {
621
624
  newTransitVirtualInterfaceAllocation: NewTransitVirtualInterfaceAllocation;
622
625
  }
623
626
  export interface AllocateTransitVirtualInterfaceResult {
627
+ /**
628
+ * Information about the transit virtual interface.
629
+ */
624
630
  virtualInterface?: VirtualInterface;
625
631
  }
626
632
  export type AmazonAddress = string;
@@ -1052,7 +1058,7 @@ declare namespace DirectConnect {
1052
1058
  */
1053
1059
  interconnectName: InterconnectName;
1054
1060
  /**
1055
- * The port bandwidth, in Gbps. The possible values are 1 and 10.
1061
+ * The port bandwidth, in Gbps. The possible values are 1, 10, and 100.
1056
1062
  */
1057
1063
  bandwidth: Bandwidth;
1058
1064
  /**
@@ -1074,7 +1080,7 @@ declare namespace DirectConnect {
1074
1080
  }
1075
1081
  export interface CreateLagRequest {
1076
1082
  /**
1077
- * The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1G or 10G, or two when the port speed is 100G.
1083
+ * The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1Gbps or 10Gbps, or two when the port speed is 100Gbps or 400Gbps.
1078
1084
  */
1079
1085
  numberOfConnections: Count;
1080
1086
  /**
@@ -1082,7 +1088,7 @@ declare namespace DirectConnect {
1082
1088
  */
1083
1089
  location: LocationCode;
1084
1090
  /**
1085
- * The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.
1091
+ * The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps,10Gbps, 100Gbps, and 400Gbps.
1086
1092
  */
1087
1093
  connectionsBandwidth: Bandwidth;
1088
1094
  /**
@@ -1141,6 +1147,9 @@ declare namespace DirectConnect {
1141
1147
  newTransitVirtualInterface: NewTransitVirtualInterface;
1142
1148
  }
1143
1149
  export interface CreateTransitVirtualInterfaceResult {
1150
+ /**
1151
+ * Information about a virtual interface.
1152
+ */
1144
1153
  virtualInterface?: VirtualInterface;
1145
1154
  }
1146
1155
  export type CustomerAddress = string;
@@ -1776,11 +1785,11 @@ declare namespace DirectConnect {
1776
1785
  export type JumboFrameCapable = boolean;
1777
1786
  export interface Lag {
1778
1787
  /**
1779
- * The individual bandwidth of the physical connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.
1788
+ * The individual bandwidth of the physical connections bundled by the LAG. The possible values are 1Gbps, 10Gbps, 100Gbps, or 400 Gbps..
1780
1789
  */
1781
1790
  connectionsBandwidth?: Bandwidth;
1782
1791
  /**
1783
- * The number of physical dedicated connections bundled by the LAG, up to a maximum of 10.
1792
+ * The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1 Gbps or 10 Gbps, or two when the port speed is 100 Gbps or 400 Gbps.
1784
1793
  */
1785
1794
  numberOfConnections?: Count;
1786
1795
  /**
@@ -2013,7 +2022,7 @@ declare namespace DirectConnect {
2013
2022
  */
2014
2023
  asn: ASN;
2015
2024
  /**
2016
- * The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
2025
+ * The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.
2017
2026
  */
2018
2027
  mtu?: MTU;
2019
2028
  /**
@@ -2063,7 +2072,7 @@ declare namespace DirectConnect {
2063
2072
  */
2064
2073
  asn: ASN;
2065
2074
  /**
2066
- * The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
2075
+ * The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.
2067
2076
  */
2068
2077
  mtu?: MTU;
2069
2078
  /**
@@ -2415,6 +2424,9 @@ declare namespace DirectConnect {
2415
2424
  removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefixList;
2416
2425
  }
2417
2426
  export interface UpdateDirectConnectGatewayAssociationResult {
2427
+ /**
2428
+ * Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.
2429
+ */
2418
2430
  directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
2419
2431
  }
2420
2432
  export interface UpdateDirectConnectGatewayRequest {
@@ -2428,6 +2440,9 @@ declare namespace DirectConnect {
2428
2440
  newDirectConnectGatewayName: DirectConnectGatewayName;
2429
2441
  }
2430
2442
  export interface UpdateDirectConnectGatewayResponse {
2443
+ /**
2444
+ * Informaiton about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateways or transit gateways.
2445
+ */
2431
2446
  directConnectGateway?: DirectConnectGateway;
2432
2447
  }
2433
2448
  export interface UpdateLagRequest {
@@ -2454,7 +2469,7 @@ declare namespace DirectConnect {
2454
2469
  */
2455
2470
  virtualInterfaceId: VirtualInterfaceId;
2456
2471
  /**
2457
- * The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
2472
+ * The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.
2458
2473
  */
2459
2474
  mtu?: MTU;
2460
2475
  /**
@@ -2506,7 +2521,7 @@ declare namespace DirectConnect {
2506
2521
  */
2507
2522
  connectionId?: ConnectionId;
2508
2523
  /**
2509
- * The type of virtual interface. The possible values are private and public.
2524
+ * The type of virtual interface. The possible values are private, public and transit.
2510
2525
  */
2511
2526
  virtualInterfaceType?: VirtualInterfaceType;
2512
2527
  /**