@aws-sdk/client-athena 3.1086.0 → 3.1088.0

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 (89) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Athena.d.ts +228 -249
  3. package/dist-types/ts3.4/AthenaClient.d.ts +18 -37
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +3 -8
  21. package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/GetResourceDashboardCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
  40. package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +3 -8
  49. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +3 -8
  53. package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +5 -10
  55. package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +2 -4
  61. package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  68. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +4 -9
  72. package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +4 -9
  73. package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +3 -5
  74. package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +5 -10
  75. package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +4 -9
  77. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  78. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  79. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  80. package/dist-types/ts3.4/models/enums.d.ts +10 -20
  81. package/dist-types/ts3.4/models/errors.d.ts +5 -15
  82. package/dist-types/ts3.4/models/models_0.d.ts +11 -33
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  86. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  87. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  88. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  89. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1085.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75