@aws-sdk/client-athena 3.590.0 → 3.596.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 (141) hide show
  1. package/dist-cjs/index.js +0 -68
  2. package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +2 -1
  3. package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +2 -1
  5. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDataCatalogCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateNamedQueryCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateNotebookCommand.d.ts +2 -1
  10. package/dist-types/commands/CreatePreparedStatementCommand.d.ts +2 -1
  11. package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateWorkGroupCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteCapacityReservationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteDataCatalogCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteNamedQueryCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteNotebookCommand.d.ts +2 -1
  17. package/dist-types/commands/DeletePreparedStatementCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteWorkGroupCommand.d.ts +2 -1
  19. package/dist-types/commands/ExportNotebookCommand.d.ts +2 -1
  20. package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +2 -1
  21. package/dist-types/commands/GetCalculationExecutionCommand.d.ts +2 -1
  22. package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +2 -1
  23. package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +2 -1
  24. package/dist-types/commands/GetCapacityReservationCommand.d.ts +2 -1
  25. package/dist-types/commands/GetDataCatalogCommand.d.ts +2 -1
  26. package/dist-types/commands/GetDatabaseCommand.d.ts +2 -1
  27. package/dist-types/commands/GetNamedQueryCommand.d.ts +2 -1
  28. package/dist-types/commands/GetNotebookMetadataCommand.d.ts +2 -1
  29. package/dist-types/commands/GetPreparedStatementCommand.d.ts +2 -1
  30. package/dist-types/commands/GetQueryExecutionCommand.d.ts +2 -1
  31. package/dist-types/commands/GetQueryResultsCommand.d.ts +2 -1
  32. package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +2 -1
  33. package/dist-types/commands/GetSessionCommand.d.ts +2 -1
  34. package/dist-types/commands/GetSessionStatusCommand.d.ts +2 -1
  35. package/dist-types/commands/GetTableMetadataCommand.d.ts +2 -1
  36. package/dist-types/commands/GetWorkGroupCommand.d.ts +2 -1
  37. package/dist-types/commands/ImportNotebookCommand.d.ts +2 -1
  38. package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +2 -1
  39. package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListCapacityReservationsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListDataCatalogsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListDatabasesCommand.d.ts +2 -1
  43. package/dist-types/commands/ListEngineVersionsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListExecutorsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListNamedQueriesCommand.d.ts +2 -1
  46. package/dist-types/commands/ListNotebookMetadataCommand.d.ts +2 -1
  47. package/dist-types/commands/ListNotebookSessionsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListPreparedStatementsCommand.d.ts +2 -1
  49. package/dist-types/commands/ListQueryExecutionsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListSessionsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListTableMetadataCommand.d.ts +2 -1
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/ListWorkGroupsCommand.d.ts +2 -1
  54. package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +2 -1
  55. package/dist-types/commands/StartCalculationExecutionCommand.d.ts +2 -1
  56. package/dist-types/commands/StartQueryExecutionCommand.d.ts +2 -1
  57. package/dist-types/commands/StartSessionCommand.d.ts +2 -1
  58. package/dist-types/commands/StopCalculationExecutionCommand.d.ts +2 -1
  59. package/dist-types/commands/StopQueryExecutionCommand.d.ts +2 -1
  60. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  61. package/dist-types/commands/TerminateSessionCommand.d.ts +2 -1
  62. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateDataCatalogCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateNamedQueryCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdateNotebookCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +2 -1
  68. package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateWorkGroupCommand.d.ts +2 -1
  70. package/dist-types/index.d.ts +2 -2
  71. package/dist-types/models/AthenaServiceException.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +2 -1
  125. package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +2 -1
  127. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +2 -1
  128. package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +2 -1
  129. package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  131. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +2 -1
  132. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  133. package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +2 -1
  134. package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +2 -1
  135. package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +2 -1
  136. package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +2 -1
  137. package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +2 -1
  138. package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +2 -1
  139. package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +2 -1
  140. package/dist-types/ts3.4/models/AthenaServiceException.d.ts +2 -1
  141. package/package.json +6 -6
@@ -9,7 +9,8 @@ import {
9
9
  CancelCapacityReservationInput,
10
10
  CancelCapacityReservationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CancelCapacityReservationCommandInput
14
15
  extends CancelCapacityReservationInput {}
15
16
  export interface CancelCapacityReservationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateCapacityReservationInput,
10
10
  CreateCapacityReservationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateCapacityReservationCommandInput
14
15
  extends CreateCapacityReservationInput {}
15
16
  export interface CreateCapacityReservationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateDataCatalogInput,
10
10
  CreateDataCatalogOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateDataCatalogCommandInput extends CreateDataCatalogInput {}
14
15
  export interface CreateDataCatalogCommandOutput
15
16
  extends CreateDataCatalogOutput,
@@ -9,7 +9,8 @@ import {
9
9
  CreateNamedQueryInput,
10
10
  CreateNamedQueryOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateNamedQueryCommandInput extends CreateNamedQueryInput {}
14
15
  export interface CreateNamedQueryCommandOutput
15
16
  extends CreateNamedQueryOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { CreateNotebookInput, CreateNotebookOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateNotebookCommandInput extends CreateNotebookInput {}
11
12
  export interface CreateNotebookCommandOutput
12
13
  extends CreateNotebookOutput,
@@ -9,7 +9,8 @@ import {
9
9
  CreatePreparedStatementInput,
10
10
  CreatePreparedStatementOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreatePreparedStatementCommandInput
14
15
  extends CreatePreparedStatementInput {}
15
16
  export interface CreatePreparedStatementCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreatePresignedNotebookUrlRequest,
10
10
  CreatePresignedNotebookUrlResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreatePresignedNotebookUrlCommandInput
14
15
  extends CreatePresignedNotebookUrlRequest {}
15
16
  export interface CreatePresignedNotebookUrlCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateWorkGroupInput,
10
10
  CreateWorkGroupOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateWorkGroupCommandInput extends CreateWorkGroupInput {}
14
15
  export interface CreateWorkGroupCommandOutput
15
16
  extends CreateWorkGroupOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteCapacityReservationInput,
10
10
  DeleteCapacityReservationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteCapacityReservationCommandInput
14
15
  extends DeleteCapacityReservationInput {}
15
16
  export interface DeleteCapacityReservationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteDataCatalogInput,
10
10
  DeleteDataCatalogOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteDataCatalogCommandInput extends DeleteDataCatalogInput {}
14
15
  export interface DeleteDataCatalogCommandOutput
15
16
  extends DeleteDataCatalogOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteNamedQueryInput,
10
10
  DeleteNamedQueryOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteNamedQueryCommandInput extends DeleteNamedQueryInput {}
14
15
  export interface DeleteNamedQueryCommandOutput
15
16
  extends DeleteNamedQueryOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { DeleteNotebookInput, DeleteNotebookOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteNotebookCommandInput extends DeleteNotebookInput {}
11
12
  export interface DeleteNotebookCommandOutput
12
13
  extends DeleteNotebookOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DeletePreparedStatementInput,
10
10
  DeletePreparedStatementOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeletePreparedStatementCommandInput
14
15
  extends DeletePreparedStatementInput {}
15
16
  export interface DeletePreparedStatementCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteWorkGroupInput,
10
10
  DeleteWorkGroupOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteWorkGroupCommandInput extends DeleteWorkGroupInput {}
14
15
  export interface DeleteWorkGroupCommandOutput
15
16
  extends DeleteWorkGroupOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { ExportNotebookInput, ExportNotebookOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ExportNotebookCommandInput extends ExportNotebookInput {}
11
12
  export interface ExportNotebookCommandOutput
12
13
  extends ExportNotebookOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetCalculationExecutionCodeRequest,
10
10
  GetCalculationExecutionCodeResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCalculationExecutionCodeCommandInput
14
15
  extends GetCalculationExecutionCodeRequest {}
15
16
  export interface GetCalculationExecutionCodeCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetCalculationExecutionRequest,
10
10
  GetCalculationExecutionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCalculationExecutionCommandInput
14
15
  extends GetCalculationExecutionRequest {}
15
16
  export interface GetCalculationExecutionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetCalculationExecutionStatusRequest,
10
10
  GetCalculationExecutionStatusResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCalculationExecutionStatusCommandInput
14
15
  extends GetCalculationExecutionStatusRequest {}
15
16
  export interface GetCalculationExecutionStatusCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetCapacityAssignmentConfigurationInput,
10
10
  GetCapacityAssignmentConfigurationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCapacityAssignmentConfigurationCommandInput
14
15
  extends GetCapacityAssignmentConfigurationInput {}
15
16
  export interface GetCapacityAssignmentConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetCapacityReservationInput,
10
10
  GetCapacityReservationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCapacityReservationCommandInput
14
15
  extends GetCapacityReservationInput {}
15
16
  export interface GetCapacityReservationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { GetDataCatalogInput, GetDataCatalogOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetDataCatalogCommandInput extends GetDataCatalogInput {}
11
12
  export interface GetDataCatalogCommandOutput
12
13
  extends GetDataCatalogOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { GetDatabaseInput, GetDatabaseOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetDatabaseCommandInput extends GetDatabaseInput {}
11
12
  export interface GetDatabaseCommandOutput
12
13
  extends GetDatabaseOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { GetNamedQueryInput, GetNamedQueryOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetNamedQueryCommandInput extends GetNamedQueryInput {}
11
12
  export interface GetNamedQueryCommandOutput
12
13
  extends GetNamedQueryOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetNotebookMetadataInput,
10
10
  GetNotebookMetadataOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetNotebookMetadataCommandInput
14
15
  extends GetNotebookMetadataInput {}
15
16
  export interface GetNotebookMetadataCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetPreparedStatementInput,
10
10
  GetPreparedStatementOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetPreparedStatementCommandInput
14
15
  extends GetPreparedStatementInput {}
15
16
  export interface GetPreparedStatementCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetQueryExecutionInput,
10
10
  GetQueryExecutionOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetQueryExecutionCommandInput extends GetQueryExecutionInput {}
14
15
  export interface GetQueryExecutionCommandOutput
15
16
  extends GetQueryExecutionOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetQueryResultsInput,
10
10
  GetQueryResultsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetQueryResultsCommandInput extends GetQueryResultsInput {}
14
15
  export interface GetQueryResultsCommandOutput
15
16
  extends GetQueryResultsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetQueryRuntimeStatisticsInput,
10
10
  GetQueryRuntimeStatisticsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetQueryRuntimeStatisticsCommandInput
14
15
  extends GetQueryRuntimeStatisticsInput {}
15
16
  export interface GetQueryRuntimeStatisticsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetSessionCommandInput extends GetSessionRequest {}
11
12
  export interface GetSessionCommandOutput
12
13
  extends GetSessionResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetSessionStatusRequest,
10
10
  GetSessionStatusResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSessionStatusCommandInput extends GetSessionStatusRequest {}
14
15
  export interface GetSessionStatusCommandOutput
15
16
  extends GetSessionStatusResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetTableMetadataInput,
10
10
  GetTableMetadataOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetTableMetadataCommandInput extends GetTableMetadataInput {}
14
15
  export interface GetTableMetadataCommandOutput
15
16
  extends GetTableMetadataOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { GetWorkGroupInput, GetWorkGroupOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetWorkGroupCommandInput extends GetWorkGroupInput {}
11
12
  export interface GetWorkGroupCommandOutput
12
13
  extends GetWorkGroupOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { ImportNotebookInput, ImportNotebookOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ImportNotebookCommandInput extends ImportNotebookInput {}
11
12
  export interface ImportNotebookCommandOutput
12
13
  extends ImportNotebookOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListApplicationDPUSizesInput,
10
10
  ListApplicationDPUSizesOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListApplicationDPUSizesCommandInput
14
15
  extends ListApplicationDPUSizesInput {}
15
16
  export interface ListApplicationDPUSizesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListCalculationExecutionsRequest,
10
10
  ListCalculationExecutionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListCalculationExecutionsCommandInput
14
15
  extends ListCalculationExecutionsRequest {}
15
16
  export interface ListCalculationExecutionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListCapacityReservationsInput,
10
10
  ListCapacityReservationsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListCapacityReservationsCommandInput
14
15
  extends ListCapacityReservationsInput {}
15
16
  export interface ListCapacityReservationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListDataCatalogsInput,
10
10
  ListDataCatalogsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDataCatalogsCommandInput extends ListDataCatalogsInput {}
14
15
  export interface ListDataCatalogsCommandOutput
15
16
  extends ListDataCatalogsOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListDatabasesCommandInput extends ListDatabasesInput {}
11
12
  export interface ListDatabasesCommandOutput
12
13
  extends ListDatabasesOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListEngineVersionsInput,
10
10
  ListEngineVersionsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEngineVersionsCommandInput
14
15
  extends ListEngineVersionsInput {}
15
16
  export interface ListEngineVersionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListExecutorsRequest,
10
10
  ListExecutorsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListExecutorsCommandInput extends ListExecutorsRequest {}
14
15
  export interface ListExecutorsCommandOutput
15
16
  extends ListExecutorsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListNamedQueriesInput,
10
10
  ListNamedQueriesOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListNamedQueriesCommandInput extends ListNamedQueriesInput {}
14
15
  export interface ListNamedQueriesCommandOutput
15
16
  extends ListNamedQueriesOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListNotebookMetadataInput,
10
10
  ListNotebookMetadataOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListNotebookMetadataCommandInput
14
15
  extends ListNotebookMetadataInput {}
15
16
  export interface ListNotebookMetadataCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListNotebookSessionsRequest,
10
10
  ListNotebookSessionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListNotebookSessionsCommandInput
14
15
  extends ListNotebookSessionsRequest {}
15
16
  export interface ListNotebookSessionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListPreparedStatementsInput,
10
10
  ListPreparedStatementsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListPreparedStatementsCommandInput
14
15
  extends ListPreparedStatementsInput {}
15
16
  export interface ListPreparedStatementsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListQueryExecutionsInput,
10
10
  ListQueryExecutionsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListQueryExecutionsCommandInput
14
15
  extends ListQueryExecutionsInput {}
15
16
  export interface ListQueryExecutionsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { ListSessionsRequest, ListSessionsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListSessionsCommandInput extends ListSessionsRequest {}
11
12
  export interface ListSessionsCommandOutput
12
13
  extends ListSessionsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListTableMetadataInput,
10
10
  ListTableMetadataOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTableMetadataCommandInput extends ListTableMetadataInput {}
14
15
  export interface ListTableMetadataCommandOutput
15
16
  extends ListTableMetadataOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceInput,
10
10
  ListTagsForResourceOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceInput {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { ListWorkGroupsInput, ListWorkGroupsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListWorkGroupsCommandInput extends ListWorkGroupsInput {}
11
12
  export interface ListWorkGroupsCommandOutput
12
13
  extends ListWorkGroupsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  PutCapacityAssignmentConfigurationInput,
10
10
  PutCapacityAssignmentConfigurationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutCapacityAssignmentConfigurationCommandInput
14
15
  extends PutCapacityAssignmentConfigurationInput {}
15
16
  export interface PutCapacityAssignmentConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  StartCalculationExecutionRequest,
10
10
  StartCalculationExecutionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartCalculationExecutionCommandInput
14
15
  extends StartCalculationExecutionRequest {}
15
16
  export interface StartCalculationExecutionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  StartQueryExecutionInput,
10
10
  StartQueryExecutionOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartQueryExecutionCommandInput
14
15
  extends StartQueryExecutionInput {}
15
16
  export interface StartQueryExecutionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { StartSessionRequest, StartSessionResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StartSessionCommandInput extends StartSessionRequest {}
11
12
  export interface StartSessionCommandOutput
12
13
  extends StartSessionResponse,
@@ -9,7 +9,8 @@ import {
9
9
  StopCalculationExecutionRequest,
10
10
  StopCalculationExecutionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StopCalculationExecutionCommandInput
14
15
  extends StopCalculationExecutionRequest {}
15
16
  export interface StopCalculationExecutionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  StopQueryExecutionInput,
10
10
  StopQueryExecutionOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StopQueryExecutionCommandInput
14
15
  extends StopQueryExecutionInput {}
15
16
  export interface StopQueryExecutionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AthenaClient";
8
8
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceInput {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceOutput,