@aws-sdk/client-athena 3.49.0 → 3.50.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +7 -0
- package/dist-es/protocols/Aws_json1_1.js +9 -5
- package/dist-types/Athena.d.ts +6 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +39 -2
- package/package.json +25 -25
- package/dist-types/ts3.4/Athena.d.ts +0 -175
- package/dist-types/ts3.4/AthenaClient.d.ts +0 -107
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -34
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1161
- package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListDataCatalogsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListDatabasesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListNamedQueriesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPreparedStatementsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListQueryExecutionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTableMetadataPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListWorkGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -10
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -104
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|