@aws-sdk/client-athena 3.1087.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Athena.d.ts +228 -249
- package/dist-types/ts3.4/AthenaClient.d.ts +18 -37
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetResourceDashboardCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/models/models_0.d.ts +11 -33
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38