@effect-aws/client-athena 1.10.7 → 2.0.0-beta.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/LICENSE +1 -1
- package/README.md +3 -3
- package/dist/dts/AthenaClientInstance.d.ts +2 -2
- package/dist/dts/AthenaClientInstance.d.ts.map +1 -1
- package/dist/dts/AthenaService.d.ts +72 -74
- package/dist/dts/AthenaService.d.ts.map +1 -1
- package/dist/dts/AthenaServiceConfig.d.ts.map +1 -1
- package/dist/esm/AthenaClientInstance.js +3 -3
- package/dist/esm/AthenaClientInstance.js.map +1 -1
- package/dist/esm/AthenaService.js +2 -2
- package/dist/esm/AthenaService.js.map +1 -1
- package/dist/esm/AthenaServiceConfig.js +5 -6
- package/dist/esm/AthenaServiceConfig.js.map +1 -1
- package/package.json +8 -14
- package/src/AthenaClientInstance.ts +4 -4
- package/src/AthenaService.ts +73 -73
- package/src/AthenaServiceConfig.ts +6 -7
- package/dist/cjs/AthenaClientInstance.d.ts +0 -24
- package/dist/cjs/AthenaClientInstance.d.ts.map +0 -1
- package/dist/cjs/AthenaClientInstance.js +0 -50
- package/dist/cjs/AthenaClientInstance.js.map +0 -1
- package/dist/cjs/AthenaService.d.ts +0 -326
- package/dist/cjs/AthenaService.d.ts.map +0 -1
- package/dist/cjs/AthenaService.js +0 -129
- package/dist/cjs/AthenaService.js.map +0 -1
- package/dist/cjs/AthenaServiceConfig.d.ts +0 -25
- package/dist/cjs/AthenaServiceConfig.d.ts.map +0 -1
- package/dist/cjs/AthenaServiceConfig.js +0 -35
- package/dist/cjs/AthenaServiceConfig.js.map +0 -1
- package/dist/cjs/Errors.d.ts +0 -13
- package/dist/cjs/Errors.d.ts.map +0 -1
- package/dist/cjs/Errors.js +0 -12
- package/dist/cjs/Errors.js.map +0 -1
- package/dist/cjs/index.d.ts +0 -44
- package/dist/cjs/index.d.ts.map +0 -1
- package/dist/cjs/index.js +0 -56
- package/dist/cjs/index.js.map +0 -1
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @since 1.0.0
|
|
3
|
-
*/
|
|
4
|
-
import { AthenaClient } from "@aws-sdk/client-athena";
|
|
5
|
-
import { Context, Effect, Layer } from "effect";
|
|
6
|
-
declare const AthenaClientInstance_base: Context.TagClass<AthenaClientInstance, "@effect-aws/client-athena/AthenaClientInstance", AthenaClient>;
|
|
7
|
-
/**
|
|
8
|
-
* @since 1.0.0
|
|
9
|
-
* @category tags
|
|
10
|
-
*/
|
|
11
|
-
export declare class AthenaClientInstance extends AthenaClientInstance_base {
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* @since 1.0.0
|
|
15
|
-
* @category constructors
|
|
16
|
-
*/
|
|
17
|
-
export declare const make: Effect.Effect<AthenaClient, never, import("effect/Scope").Scope>;
|
|
18
|
-
/**
|
|
19
|
-
* @since 1.0.0
|
|
20
|
-
* @category layers
|
|
21
|
-
*/
|
|
22
|
-
export declare const layer: Layer.Layer<AthenaClientInstance, never, never>;
|
|
23
|
-
export {};
|
|
24
|
-
//# sourceMappingURL=AthenaClientInstance.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AthenaClientInstance.d.ts","sourceRoot":"","sources":["../../src/AthenaClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;;AAGhD;;;GAGG;AACH,qBAAa,oBAAqB,SAAQ,yBAEH;CAAG;AAE1C;;;GAGG;AACH,eAAO,MAAM,IAAI,kEAOhB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,iDAA2C,CAAC"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.layer = exports.make = exports.AthenaClientInstance = void 0;
|
|
27
|
-
/**
|
|
28
|
-
* @since 1.0.0
|
|
29
|
-
*/
|
|
30
|
-
const client_athena_1 = require("@aws-sdk/client-athena");
|
|
31
|
-
const effect_1 = require("effect");
|
|
32
|
-
const AthenaServiceConfig = __importStar(require("./AthenaServiceConfig.js"));
|
|
33
|
-
/**
|
|
34
|
-
* @since 1.0.0
|
|
35
|
-
* @category tags
|
|
36
|
-
*/
|
|
37
|
-
class AthenaClientInstance extends effect_1.Context.Tag("@effect-aws/client-athena/AthenaClientInstance")() {
|
|
38
|
-
}
|
|
39
|
-
exports.AthenaClientInstance = AthenaClientInstance;
|
|
40
|
-
/**
|
|
41
|
-
* @since 1.0.0
|
|
42
|
-
* @category constructors
|
|
43
|
-
*/
|
|
44
|
-
exports.make = effect_1.Effect.flatMap(AthenaServiceConfig.toAthenaClientConfig, (config) => effect_1.Effect.acquireRelease(effect_1.Effect.sync(() => new client_athena_1.AthenaClient(config)), (client) => effect_1.Effect.sync(() => client.destroy())));
|
|
45
|
-
/**
|
|
46
|
-
* @since 1.0.0
|
|
47
|
-
* @category layers
|
|
48
|
-
*/
|
|
49
|
-
exports.layer = effect_1.Layer.scoped(AthenaClientInstance, exports.make);
|
|
50
|
-
//# sourceMappingURL=AthenaClientInstance.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AthenaClientInstance.js","sourceRoot":"","sources":["../../src/AthenaClientInstance.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;GAEG;AACH,0DAAsD;AACtD,mCAAgD;AAChD,8EAAgE;AAEhE;;;GAGG;AACH,MAAa,oBAAqB,SAAQ,gBAAO,CAAC,GAAG,CACnD,gDAAgD,CACjD,EAAsC;CAAG;AAF1C,oDAE0C;AAE1C;;;GAGG;AACU,QAAA,IAAI,GAAG,eAAM,CAAC,OAAO,CAChC,mBAAmB,CAAC,oBAAoB,EACxC,CAAC,MAAM,EAAE,EAAE,CACT,eAAM,CAAC,cAAc,CACnB,eAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,4BAAY,CAAC,MAAM,CAAC,CAAC,EAC3C,CAAC,MAAM,EAAE,EAAE,CAAC,eAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAChD,CACJ,CAAC;AAEF;;;GAGG;AACU,QAAA,KAAK,GAAG,cAAK,CAAC,MAAM,CAAC,oBAAoB,EAAE,YAAI,CAAC,CAAC"}
|
|
@@ -1,326 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @since 1.0.0
|
|
3
|
-
*/
|
|
4
|
-
import { type AthenaClient, type AthenaClientConfig, type BatchGetNamedQueryCommandInput, type BatchGetNamedQueryCommandOutput, type BatchGetPreparedStatementCommandInput, type BatchGetPreparedStatementCommandOutput, type BatchGetQueryExecutionCommandInput, type BatchGetQueryExecutionCommandOutput, type CancelCapacityReservationCommandInput, type CancelCapacityReservationCommandOutput, type CreateCapacityReservationCommandInput, type CreateCapacityReservationCommandOutput, type CreateDataCatalogCommandInput, type CreateDataCatalogCommandOutput, type CreateNamedQueryCommandInput, type CreateNamedQueryCommandOutput, type CreateNotebookCommandInput, type CreateNotebookCommandOutput, type CreatePreparedStatementCommandInput, type CreatePreparedStatementCommandOutput, type CreatePresignedNotebookUrlCommandInput, type CreatePresignedNotebookUrlCommandOutput, type CreateWorkGroupCommandInput, type CreateWorkGroupCommandOutput, type DeleteCapacityReservationCommandInput, type DeleteCapacityReservationCommandOutput, type DeleteDataCatalogCommandInput, type DeleteDataCatalogCommandOutput, type DeleteNamedQueryCommandInput, type DeleteNamedQueryCommandOutput, type DeleteNotebookCommandInput, type DeleteNotebookCommandOutput, type DeletePreparedStatementCommandInput, type DeletePreparedStatementCommandOutput, type DeleteWorkGroupCommandInput, type DeleteWorkGroupCommandOutput, type ExportNotebookCommandInput, type ExportNotebookCommandOutput, type GetCalculationExecutionCodeCommandInput, type GetCalculationExecutionCodeCommandOutput, type GetCalculationExecutionCommandInput, type GetCalculationExecutionCommandOutput, type GetCalculationExecutionStatusCommandInput, type GetCalculationExecutionStatusCommandOutput, type GetCapacityAssignmentConfigurationCommandInput, type GetCapacityAssignmentConfigurationCommandOutput, type GetCapacityReservationCommandInput, type GetCapacityReservationCommandOutput, type GetDatabaseCommandInput, type GetDatabaseCommandOutput, type GetDataCatalogCommandInput, type GetDataCatalogCommandOutput, type GetNamedQueryCommandInput, type GetNamedQueryCommandOutput, type GetNotebookMetadataCommandInput, type GetNotebookMetadataCommandOutput, type GetPreparedStatementCommandInput, type GetPreparedStatementCommandOutput, type GetQueryExecutionCommandInput, type GetQueryExecutionCommandOutput, type GetQueryResultsCommandInput, type GetQueryResultsCommandOutput, type GetQueryRuntimeStatisticsCommandInput, type GetQueryRuntimeStatisticsCommandOutput, type GetResourceDashboardCommandInput, type GetResourceDashboardCommandOutput, type GetSessionCommandInput, type GetSessionCommandOutput, type GetSessionEndpointCommandInput, type GetSessionEndpointCommandOutput, type GetSessionStatusCommandInput, type GetSessionStatusCommandOutput, type GetTableMetadataCommandInput, type GetTableMetadataCommandOutput, type GetWorkGroupCommandInput, type GetWorkGroupCommandOutput, type ImportNotebookCommandInput, type ImportNotebookCommandOutput, type ListApplicationDPUSizesCommandInput, type ListApplicationDPUSizesCommandOutput, type ListCalculationExecutionsCommandInput, type ListCalculationExecutionsCommandOutput, type ListCapacityReservationsCommandInput, type ListCapacityReservationsCommandOutput, type ListDatabasesCommandInput, type ListDatabasesCommandOutput, type ListDataCatalogsCommandInput, type ListDataCatalogsCommandOutput, type ListEngineVersionsCommandInput, type ListEngineVersionsCommandOutput, type ListExecutorsCommandInput, type ListExecutorsCommandOutput, type ListNamedQueriesCommandInput, type ListNamedQueriesCommandOutput, type ListNotebookMetadataCommandInput, type ListNotebookMetadataCommandOutput, type ListNotebookSessionsCommandInput, type ListNotebookSessionsCommandOutput, type ListPreparedStatementsCommandInput, type ListPreparedStatementsCommandOutput, type ListQueryExecutionsCommandInput, type ListQueryExecutionsCommandOutput, type ListSessionsCommandInput, type ListSessionsCommandOutput, type ListTableMetadataCommandInput, type ListTableMetadataCommandOutput, type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput, type ListWorkGroupsCommandInput, type ListWorkGroupsCommandOutput, type PutCapacityAssignmentConfigurationCommandInput, type PutCapacityAssignmentConfigurationCommandOutput, type StartCalculationExecutionCommandInput, type StartCalculationExecutionCommandOutput, type StartQueryExecutionCommandInput, type StartQueryExecutionCommandOutput, type StartSessionCommandInput, type StartSessionCommandOutput, type StopCalculationExecutionCommandInput, type StopCalculationExecutionCommandOutput, type StopQueryExecutionCommandInput, type StopQueryExecutionCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type TerminateSessionCommandInput, type TerminateSessionCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateCapacityReservationCommandInput, type UpdateCapacityReservationCommandOutput, type UpdateDataCatalogCommandInput, type UpdateDataCatalogCommandOutput, type UpdateNamedQueryCommandInput, type UpdateNamedQueryCommandOutput, type UpdateNotebookCommandInput, type UpdateNotebookCommandOutput, type UpdateNotebookMetadataCommandInput, type UpdateNotebookMetadataCommandOutput, type UpdatePreparedStatementCommandInput, type UpdatePreparedStatementCommandOutput, type UpdateWorkGroupCommandInput, type UpdateWorkGroupCommandOutput } from "@aws-sdk/client-athena";
|
|
5
|
-
import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
|
|
6
|
-
import type { Cause } from "effect";
|
|
7
|
-
import { Effect, Layer } from "effect";
|
|
8
|
-
import * as Instance from "./AthenaClientInstance.js";
|
|
9
|
-
import type { InternalServerError, InvalidRequestError, MetadataError, ResourceNotFoundError, SdkError, SessionAlreadyExistsError, TooManyRequestsError } from "./Errors.js";
|
|
10
|
-
interface AthenaService$ {
|
|
11
|
-
readonly _: unique symbol;
|
|
12
|
-
/**
|
|
13
|
-
* @see {@link BatchGetNamedQueryCommand}
|
|
14
|
-
*/
|
|
15
|
-
batchGetNamedQuery(args: BatchGetNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<BatchGetNamedQueryCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
16
|
-
/**
|
|
17
|
-
* @see {@link BatchGetPreparedStatementCommand}
|
|
18
|
-
*/
|
|
19
|
-
batchGetPreparedStatement(args: BatchGetPreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<BatchGetPreparedStatementCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
20
|
-
/**
|
|
21
|
-
* @see {@link BatchGetQueryExecutionCommand}
|
|
22
|
-
*/
|
|
23
|
-
batchGetQueryExecution(args: BatchGetQueryExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<BatchGetQueryExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
24
|
-
/**
|
|
25
|
-
* @see {@link CancelCapacityReservationCommand}
|
|
26
|
-
*/
|
|
27
|
-
cancelCapacityReservation(args: CancelCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelCapacityReservationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
28
|
-
/**
|
|
29
|
-
* @see {@link CreateCapacityReservationCommand}
|
|
30
|
-
*/
|
|
31
|
-
createCapacityReservation(args: CreateCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityReservationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
32
|
-
/**
|
|
33
|
-
* @see {@link CreateDataCatalogCommand}
|
|
34
|
-
*/
|
|
35
|
-
createDataCatalog(args: CreateDataCatalogCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDataCatalogCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
36
|
-
/**
|
|
37
|
-
* @see {@link CreateNamedQueryCommand}
|
|
38
|
-
*/
|
|
39
|
-
createNamedQuery(args: CreateNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNamedQueryCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
40
|
-
/**
|
|
41
|
-
* @see {@link CreateNotebookCommand}
|
|
42
|
-
*/
|
|
43
|
-
createNotebook(args: CreateNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNotebookCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
|
|
44
|
-
/**
|
|
45
|
-
* @see {@link CreatePreparedStatementCommand}
|
|
46
|
-
*/
|
|
47
|
-
createPreparedStatement(args: CreatePreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePreparedStatementCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
48
|
-
/**
|
|
49
|
-
* @see {@link CreatePresignedNotebookUrlCommand}
|
|
50
|
-
*/
|
|
51
|
-
createPresignedNotebookUrl(args: CreatePresignedNotebookUrlCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePresignedNotebookUrlCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
52
|
-
/**
|
|
53
|
-
* @see {@link CreateWorkGroupCommand}
|
|
54
|
-
*/
|
|
55
|
-
createWorkGroup(args: CreateWorkGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateWorkGroupCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
56
|
-
/**
|
|
57
|
-
* @see {@link DeleteCapacityReservationCommand}
|
|
58
|
-
*/
|
|
59
|
-
deleteCapacityReservation(args: DeleteCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCapacityReservationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
60
|
-
/**
|
|
61
|
-
* @see {@link DeleteDataCatalogCommand}
|
|
62
|
-
*/
|
|
63
|
-
deleteDataCatalog(args: DeleteDataCatalogCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDataCatalogCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
64
|
-
/**
|
|
65
|
-
* @see {@link DeleteNamedQueryCommand}
|
|
66
|
-
*/
|
|
67
|
-
deleteNamedQuery(args: DeleteNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNamedQueryCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
68
|
-
/**
|
|
69
|
-
* @see {@link DeleteNotebookCommand}
|
|
70
|
-
*/
|
|
71
|
-
deleteNotebook(args: DeleteNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNotebookCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
|
|
72
|
-
/**
|
|
73
|
-
* @see {@link DeletePreparedStatementCommand}
|
|
74
|
-
*/
|
|
75
|
-
deletePreparedStatement(args: DeletePreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePreparedStatementCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
76
|
-
/**
|
|
77
|
-
* @see {@link DeleteWorkGroupCommand}
|
|
78
|
-
*/
|
|
79
|
-
deleteWorkGroup(args: DeleteWorkGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteWorkGroupCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
80
|
-
/**
|
|
81
|
-
* @see {@link ExportNotebookCommand}
|
|
82
|
-
*/
|
|
83
|
-
exportNotebook(args: ExportNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportNotebookCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
|
|
84
|
-
/**
|
|
85
|
-
* @see {@link GetCalculationExecutionCommand}
|
|
86
|
-
*/
|
|
87
|
-
getCalculationExecution(args: GetCalculationExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCalculationExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
88
|
-
/**
|
|
89
|
-
* @see {@link GetCalculationExecutionCodeCommand}
|
|
90
|
-
*/
|
|
91
|
-
getCalculationExecutionCode(args: GetCalculationExecutionCodeCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCalculationExecutionCodeCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
92
|
-
/**
|
|
93
|
-
* @see {@link GetCalculationExecutionStatusCommand}
|
|
94
|
-
*/
|
|
95
|
-
getCalculationExecutionStatus(args: GetCalculationExecutionStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCalculationExecutionStatusCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
96
|
-
/**
|
|
97
|
-
* @see {@link GetCapacityAssignmentConfigurationCommand}
|
|
98
|
-
*/
|
|
99
|
-
getCapacityAssignmentConfiguration(args: GetCapacityAssignmentConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityAssignmentConfigurationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
100
|
-
/**
|
|
101
|
-
* @see {@link GetCapacityReservationCommand}
|
|
102
|
-
*/
|
|
103
|
-
getCapacityReservation(args: GetCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityReservationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
104
|
-
/**
|
|
105
|
-
* @see {@link GetDataCatalogCommand}
|
|
106
|
-
*/
|
|
107
|
-
getDataCatalog(args: GetDataCatalogCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDataCatalogCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
108
|
-
/**
|
|
109
|
-
* @see {@link GetDatabaseCommand}
|
|
110
|
-
*/
|
|
111
|
-
getDatabase(args: GetDatabaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDatabaseCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | MetadataError>;
|
|
112
|
-
/**
|
|
113
|
-
* @see {@link GetNamedQueryCommand}
|
|
114
|
-
*/
|
|
115
|
-
getNamedQuery(args: GetNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetNamedQueryCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
116
|
-
/**
|
|
117
|
-
* @see {@link GetNotebookMetadataCommand}
|
|
118
|
-
*/
|
|
119
|
-
getNotebookMetadata(args: GetNotebookMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetNotebookMetadataCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
|
|
120
|
-
/**
|
|
121
|
-
* @see {@link GetPreparedStatementCommand}
|
|
122
|
-
*/
|
|
123
|
-
getPreparedStatement(args: GetPreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPreparedStatementCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
124
|
-
/**
|
|
125
|
-
* @see {@link GetQueryExecutionCommand}
|
|
126
|
-
*/
|
|
127
|
-
getQueryExecution(args: GetQueryExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetQueryExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
128
|
-
/**
|
|
129
|
-
* @see {@link GetQueryResultsCommand}
|
|
130
|
-
*/
|
|
131
|
-
getQueryResults(args: GetQueryResultsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetQueryResultsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
|
|
132
|
-
/**
|
|
133
|
-
* @see {@link GetQueryRuntimeStatisticsCommand}
|
|
134
|
-
*/
|
|
135
|
-
getQueryRuntimeStatistics(args: GetQueryRuntimeStatisticsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetQueryRuntimeStatisticsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
136
|
-
/**
|
|
137
|
-
* @see {@link GetResourceDashboardCommand}
|
|
138
|
-
*/
|
|
139
|
-
getResourceDashboard(args: GetResourceDashboardCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetResourceDashboardCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
140
|
-
/**
|
|
141
|
-
* @see {@link GetSessionCommand}
|
|
142
|
-
*/
|
|
143
|
-
getSession(args: GetSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSessionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
144
|
-
/**
|
|
145
|
-
* @see {@link GetSessionEndpointCommand}
|
|
146
|
-
*/
|
|
147
|
-
getSessionEndpoint(args: GetSessionEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSessionEndpointCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
148
|
-
/**
|
|
149
|
-
* @see {@link GetSessionStatusCommand}
|
|
150
|
-
*/
|
|
151
|
-
getSessionStatus(args: GetSessionStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSessionStatusCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
152
|
-
/**
|
|
153
|
-
* @see {@link GetTableMetadataCommand}
|
|
154
|
-
*/
|
|
155
|
-
getTableMetadata(args: GetTableMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTableMetadataCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | MetadataError>;
|
|
156
|
-
/**
|
|
157
|
-
* @see {@link GetWorkGroupCommand}
|
|
158
|
-
*/
|
|
159
|
-
getWorkGroup(args: GetWorkGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetWorkGroupCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
160
|
-
/**
|
|
161
|
-
* @see {@link ImportNotebookCommand}
|
|
162
|
-
*/
|
|
163
|
-
importNotebook(args: ImportNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportNotebookCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
|
|
164
|
-
/**
|
|
165
|
-
* @see {@link ListApplicationDPUSizesCommand}
|
|
166
|
-
*/
|
|
167
|
-
listApplicationDPUSizes(args: ListApplicationDPUSizesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListApplicationDPUSizesCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
|
|
168
|
-
/**
|
|
169
|
-
* @see {@link ListCalculationExecutionsCommand}
|
|
170
|
-
*/
|
|
171
|
-
listCalculationExecutions(args: ListCalculationExecutionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCalculationExecutionsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
172
|
-
/**
|
|
173
|
-
* @see {@link ListCapacityReservationsCommand}
|
|
174
|
-
*/
|
|
175
|
-
listCapacityReservations(args: ListCapacityReservationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCapacityReservationsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
176
|
-
/**
|
|
177
|
-
* @see {@link ListDataCatalogsCommand}
|
|
178
|
-
*/
|
|
179
|
-
listDataCatalogs(args: ListDataCatalogsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDataCatalogsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
180
|
-
/**
|
|
181
|
-
* @see {@link ListDatabasesCommand}
|
|
182
|
-
*/
|
|
183
|
-
listDatabases(args: ListDatabasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDatabasesCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | MetadataError>;
|
|
184
|
-
/**
|
|
185
|
-
* @see {@link ListEngineVersionsCommand}
|
|
186
|
-
*/
|
|
187
|
-
listEngineVersions(args: ListEngineVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEngineVersionsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
188
|
-
/**
|
|
189
|
-
* @see {@link ListExecutorsCommand}
|
|
190
|
-
*/
|
|
191
|
-
listExecutors(args: ListExecutorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListExecutorsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
192
|
-
/**
|
|
193
|
-
* @see {@link ListNamedQueriesCommand}
|
|
194
|
-
*/
|
|
195
|
-
listNamedQueries(args: ListNamedQueriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListNamedQueriesCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
196
|
-
/**
|
|
197
|
-
* @see {@link ListNotebookMetadataCommand}
|
|
198
|
-
*/
|
|
199
|
-
listNotebookMetadata(args: ListNotebookMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListNotebookMetadataCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
|
|
200
|
-
/**
|
|
201
|
-
* @see {@link ListNotebookSessionsCommand}
|
|
202
|
-
*/
|
|
203
|
-
listNotebookSessions(args: ListNotebookSessionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListNotebookSessionsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
204
|
-
/**
|
|
205
|
-
* @see {@link ListPreparedStatementsCommand}
|
|
206
|
-
*/
|
|
207
|
-
listPreparedStatements(args: ListPreparedStatementsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPreparedStatementsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
208
|
-
/**
|
|
209
|
-
* @see {@link ListQueryExecutionsCommand}
|
|
210
|
-
*/
|
|
211
|
-
listQueryExecutions(args: ListQueryExecutionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListQueryExecutionsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
212
|
-
/**
|
|
213
|
-
* @see {@link ListSessionsCommand}
|
|
214
|
-
*/
|
|
215
|
-
listSessions(args: ListSessionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListSessionsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
216
|
-
/**
|
|
217
|
-
* @see {@link ListTableMetadataCommand}
|
|
218
|
-
*/
|
|
219
|
-
listTableMetadata(args: ListTableMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTableMetadataCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | MetadataError>;
|
|
220
|
-
/**
|
|
221
|
-
* @see {@link ListTagsForResourceCommand}
|
|
222
|
-
*/
|
|
223
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
224
|
-
/**
|
|
225
|
-
* @see {@link ListWorkGroupsCommand}
|
|
226
|
-
*/
|
|
227
|
-
listWorkGroups(args: ListWorkGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListWorkGroupsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
228
|
-
/**
|
|
229
|
-
* @see {@link PutCapacityAssignmentConfigurationCommand}
|
|
230
|
-
*/
|
|
231
|
-
putCapacityAssignmentConfiguration(args: PutCapacityAssignmentConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutCapacityAssignmentConfigurationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
232
|
-
/**
|
|
233
|
-
* @see {@link StartCalculationExecutionCommand}
|
|
234
|
-
*/
|
|
235
|
-
startCalculationExecution(args: StartCalculationExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartCalculationExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
236
|
-
/**
|
|
237
|
-
* @see {@link StartQueryExecutionCommand}
|
|
238
|
-
*/
|
|
239
|
-
startQueryExecution(args: StartQueryExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartQueryExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
|
|
240
|
-
/**
|
|
241
|
-
* @see {@link StartSessionCommand}
|
|
242
|
-
*/
|
|
243
|
-
startSession(args: StartSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartSessionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError | SessionAlreadyExistsError | TooManyRequestsError>;
|
|
244
|
-
/**
|
|
245
|
-
* @see {@link StopCalculationExecutionCommand}
|
|
246
|
-
*/
|
|
247
|
-
stopCalculationExecution(args: StopCalculationExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopCalculationExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
248
|
-
/**
|
|
249
|
-
* @see {@link StopQueryExecutionCommand}
|
|
250
|
-
*/
|
|
251
|
-
stopQueryExecution(args: StopQueryExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopQueryExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
252
|
-
/**
|
|
253
|
-
* @see {@link TagResourceCommand}
|
|
254
|
-
*/
|
|
255
|
-
tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
256
|
-
/**
|
|
257
|
-
* @see {@link TerminateSessionCommand}
|
|
258
|
-
*/
|
|
259
|
-
terminateSession(args: TerminateSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<TerminateSessionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
260
|
-
/**
|
|
261
|
-
* @see {@link UntagResourceCommand}
|
|
262
|
-
*/
|
|
263
|
-
untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
264
|
-
/**
|
|
265
|
-
* @see {@link UpdateCapacityReservationCommand}
|
|
266
|
-
*/
|
|
267
|
-
updateCapacityReservation(args: UpdateCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCapacityReservationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
268
|
-
/**
|
|
269
|
-
* @see {@link UpdateDataCatalogCommand}
|
|
270
|
-
*/
|
|
271
|
-
updateDataCatalog(args: UpdateDataCatalogCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDataCatalogCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
272
|
-
/**
|
|
273
|
-
* @see {@link UpdateNamedQueryCommand}
|
|
274
|
-
*/
|
|
275
|
-
updateNamedQuery(args: UpdateNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateNamedQueryCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
276
|
-
/**
|
|
277
|
-
* @see {@link UpdateNotebookCommand}
|
|
278
|
-
*/
|
|
279
|
-
updateNotebook(args: UpdateNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateNotebookCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
|
|
280
|
-
/**
|
|
281
|
-
* @see {@link UpdateNotebookMetadataCommand}
|
|
282
|
-
*/
|
|
283
|
-
updateNotebookMetadata(args: UpdateNotebookMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateNotebookMetadataCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
|
|
284
|
-
/**
|
|
285
|
-
* @see {@link UpdatePreparedStatementCommand}
|
|
286
|
-
*/
|
|
287
|
-
updatePreparedStatement(args: UpdatePreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePreparedStatementCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
|
|
288
|
-
/**
|
|
289
|
-
* @see {@link UpdateWorkGroupCommand}
|
|
290
|
-
*/
|
|
291
|
-
updateWorkGroup(args: UpdateWorkGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateWorkGroupCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
|
|
292
|
-
}
|
|
293
|
-
/**
|
|
294
|
-
* @since 1.0.0
|
|
295
|
-
* @category constructors
|
|
296
|
-
*/
|
|
297
|
-
export declare const makeAthenaService: Effect.Effect<AthenaService$, never, Instance.AthenaClientInstance>;
|
|
298
|
-
declare const AthenaService_base: import("effect/Context").TagClass<AthenaService, "@effect-aws/client-athena/AthenaService", AthenaService$> & Effect.Tag.Proxy<AthenaService, AthenaService$> & {
|
|
299
|
-
use: <X>(body: (_: AthenaService$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, AthenaService | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, Cause.UnknownException, AthenaService> : Effect.Effect<X, never, AthenaService>;
|
|
300
|
-
};
|
|
301
|
-
/**
|
|
302
|
-
* @since 1.0.0
|
|
303
|
-
* @category models
|
|
304
|
-
*/
|
|
305
|
-
export declare class AthenaService extends AthenaService_base {
|
|
306
|
-
static readonly defaultLayer: Layer.Layer<AthenaService, never, never>;
|
|
307
|
-
static readonly layer: (config: AthenaService.Config) => Layer.Layer<AthenaService, never, never>;
|
|
308
|
-
static readonly baseLayer: (evaluate: (defaultConfig: AthenaClientConfig) => AthenaClient) => Layer.Layer<AthenaService, never, never>;
|
|
309
|
-
}
|
|
310
|
-
/**
|
|
311
|
-
* @since 1.0.0
|
|
312
|
-
*/
|
|
313
|
-
export declare namespace AthenaService {
|
|
314
|
-
/**
|
|
315
|
-
* @since 1.0.0
|
|
316
|
-
*/
|
|
317
|
-
interface Config extends Omit<AthenaClientConfig, "logger"> {
|
|
318
|
-
readonly logger?: ServiceLogger.ServiceLoggerConstructorProps | true;
|
|
319
|
-
}
|
|
320
|
-
/**
|
|
321
|
-
* @since 1.0.0
|
|
322
|
-
*/
|
|
323
|
-
type Type = AthenaService$;
|
|
324
|
-
}
|
|
325
|
-
export {};
|
|
326
|
-
//# sourceMappingURL=AthenaService.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AthenaService.d.ts","sourceRoot":"","sources":["../../src/AthenaService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.AthenaService = exports.makeAthenaService = void 0;
|
|
27
|
-
/**
|
|
28
|
-
* @since 1.0.0
|
|
29
|
-
*/
|
|
30
|
-
const client_athena_1 = require("@aws-sdk/client-athena");
|
|
31
|
-
const commons_1 = require("@effect-aws/commons");
|
|
32
|
-
const effect_1 = require("effect");
|
|
33
|
-
const Instance = __importStar(require("./AthenaClientInstance.js"));
|
|
34
|
-
const AthenaServiceConfig = __importStar(require("./AthenaServiceConfig.js"));
|
|
35
|
-
const Errors_js_1 = require("./Errors.js");
|
|
36
|
-
const commands = {
|
|
37
|
-
BatchGetNamedQueryCommand: client_athena_1.BatchGetNamedQueryCommand,
|
|
38
|
-
BatchGetPreparedStatementCommand: client_athena_1.BatchGetPreparedStatementCommand,
|
|
39
|
-
BatchGetQueryExecutionCommand: client_athena_1.BatchGetQueryExecutionCommand,
|
|
40
|
-
CancelCapacityReservationCommand: client_athena_1.CancelCapacityReservationCommand,
|
|
41
|
-
CreateCapacityReservationCommand: client_athena_1.CreateCapacityReservationCommand,
|
|
42
|
-
CreateDataCatalogCommand: client_athena_1.CreateDataCatalogCommand,
|
|
43
|
-
CreateNamedQueryCommand: client_athena_1.CreateNamedQueryCommand,
|
|
44
|
-
CreateNotebookCommand: client_athena_1.CreateNotebookCommand,
|
|
45
|
-
CreatePreparedStatementCommand: client_athena_1.CreatePreparedStatementCommand,
|
|
46
|
-
CreatePresignedNotebookUrlCommand: client_athena_1.CreatePresignedNotebookUrlCommand,
|
|
47
|
-
CreateWorkGroupCommand: client_athena_1.CreateWorkGroupCommand,
|
|
48
|
-
DeleteCapacityReservationCommand: client_athena_1.DeleteCapacityReservationCommand,
|
|
49
|
-
DeleteDataCatalogCommand: client_athena_1.DeleteDataCatalogCommand,
|
|
50
|
-
DeleteNamedQueryCommand: client_athena_1.DeleteNamedQueryCommand,
|
|
51
|
-
DeleteNotebookCommand: client_athena_1.DeleteNotebookCommand,
|
|
52
|
-
DeletePreparedStatementCommand: client_athena_1.DeletePreparedStatementCommand,
|
|
53
|
-
DeleteWorkGroupCommand: client_athena_1.DeleteWorkGroupCommand,
|
|
54
|
-
ExportNotebookCommand: client_athena_1.ExportNotebookCommand,
|
|
55
|
-
GetCalculationExecutionCommand: client_athena_1.GetCalculationExecutionCommand,
|
|
56
|
-
GetCalculationExecutionCodeCommand: client_athena_1.GetCalculationExecutionCodeCommand,
|
|
57
|
-
GetCalculationExecutionStatusCommand: client_athena_1.GetCalculationExecutionStatusCommand,
|
|
58
|
-
GetCapacityAssignmentConfigurationCommand: client_athena_1.GetCapacityAssignmentConfigurationCommand,
|
|
59
|
-
GetCapacityReservationCommand: client_athena_1.GetCapacityReservationCommand,
|
|
60
|
-
GetDataCatalogCommand: client_athena_1.GetDataCatalogCommand,
|
|
61
|
-
GetDatabaseCommand: client_athena_1.GetDatabaseCommand,
|
|
62
|
-
GetNamedQueryCommand: client_athena_1.GetNamedQueryCommand,
|
|
63
|
-
GetNotebookMetadataCommand: client_athena_1.GetNotebookMetadataCommand,
|
|
64
|
-
GetPreparedStatementCommand: client_athena_1.GetPreparedStatementCommand,
|
|
65
|
-
GetQueryExecutionCommand: client_athena_1.GetQueryExecutionCommand,
|
|
66
|
-
GetQueryResultsCommand: client_athena_1.GetQueryResultsCommand,
|
|
67
|
-
GetQueryRuntimeStatisticsCommand: client_athena_1.GetQueryRuntimeStatisticsCommand,
|
|
68
|
-
GetResourceDashboardCommand: client_athena_1.GetResourceDashboardCommand,
|
|
69
|
-
GetSessionCommand: client_athena_1.GetSessionCommand,
|
|
70
|
-
GetSessionEndpointCommand: client_athena_1.GetSessionEndpointCommand,
|
|
71
|
-
GetSessionStatusCommand: client_athena_1.GetSessionStatusCommand,
|
|
72
|
-
GetTableMetadataCommand: client_athena_1.GetTableMetadataCommand,
|
|
73
|
-
GetWorkGroupCommand: client_athena_1.GetWorkGroupCommand,
|
|
74
|
-
ImportNotebookCommand: client_athena_1.ImportNotebookCommand,
|
|
75
|
-
ListApplicationDPUSizesCommand: client_athena_1.ListApplicationDPUSizesCommand,
|
|
76
|
-
ListCalculationExecutionsCommand: client_athena_1.ListCalculationExecutionsCommand,
|
|
77
|
-
ListCapacityReservationsCommand: client_athena_1.ListCapacityReservationsCommand,
|
|
78
|
-
ListDataCatalogsCommand: client_athena_1.ListDataCatalogsCommand,
|
|
79
|
-
ListDatabasesCommand: client_athena_1.ListDatabasesCommand,
|
|
80
|
-
ListEngineVersionsCommand: client_athena_1.ListEngineVersionsCommand,
|
|
81
|
-
ListExecutorsCommand: client_athena_1.ListExecutorsCommand,
|
|
82
|
-
ListNamedQueriesCommand: client_athena_1.ListNamedQueriesCommand,
|
|
83
|
-
ListNotebookMetadataCommand: client_athena_1.ListNotebookMetadataCommand,
|
|
84
|
-
ListNotebookSessionsCommand: client_athena_1.ListNotebookSessionsCommand,
|
|
85
|
-
ListPreparedStatementsCommand: client_athena_1.ListPreparedStatementsCommand,
|
|
86
|
-
ListQueryExecutionsCommand: client_athena_1.ListQueryExecutionsCommand,
|
|
87
|
-
ListSessionsCommand: client_athena_1.ListSessionsCommand,
|
|
88
|
-
ListTableMetadataCommand: client_athena_1.ListTableMetadataCommand,
|
|
89
|
-
ListTagsForResourceCommand: client_athena_1.ListTagsForResourceCommand,
|
|
90
|
-
ListWorkGroupsCommand: client_athena_1.ListWorkGroupsCommand,
|
|
91
|
-
PutCapacityAssignmentConfigurationCommand: client_athena_1.PutCapacityAssignmentConfigurationCommand,
|
|
92
|
-
StartCalculationExecutionCommand: client_athena_1.StartCalculationExecutionCommand,
|
|
93
|
-
StartQueryExecutionCommand: client_athena_1.StartQueryExecutionCommand,
|
|
94
|
-
StartSessionCommand: client_athena_1.StartSessionCommand,
|
|
95
|
-
StopCalculationExecutionCommand: client_athena_1.StopCalculationExecutionCommand,
|
|
96
|
-
StopQueryExecutionCommand: client_athena_1.StopQueryExecutionCommand,
|
|
97
|
-
TagResourceCommand: client_athena_1.TagResourceCommand,
|
|
98
|
-
TerminateSessionCommand: client_athena_1.TerminateSessionCommand,
|
|
99
|
-
UntagResourceCommand: client_athena_1.UntagResourceCommand,
|
|
100
|
-
UpdateCapacityReservationCommand: client_athena_1.UpdateCapacityReservationCommand,
|
|
101
|
-
UpdateDataCatalogCommand: client_athena_1.UpdateDataCatalogCommand,
|
|
102
|
-
UpdateNamedQueryCommand: client_athena_1.UpdateNamedQueryCommand,
|
|
103
|
-
UpdateNotebookCommand: client_athena_1.UpdateNotebookCommand,
|
|
104
|
-
UpdateNotebookMetadataCommand: client_athena_1.UpdateNotebookMetadataCommand,
|
|
105
|
-
UpdatePreparedStatementCommand: client_athena_1.UpdatePreparedStatementCommand,
|
|
106
|
-
UpdateWorkGroupCommand: client_athena_1.UpdateWorkGroupCommand,
|
|
107
|
-
};
|
|
108
|
-
/**
|
|
109
|
-
* @since 1.0.0
|
|
110
|
-
* @category constructors
|
|
111
|
-
*/
|
|
112
|
-
exports.makeAthenaService = effect_1.Effect.gen(function* () {
|
|
113
|
-
const client = yield* Instance.AthenaClientInstance;
|
|
114
|
-
return yield* commons_1.Service.fromClientAndCommands(client, commands, {
|
|
115
|
-
errorTags: Errors_js_1.AllServiceErrors,
|
|
116
|
-
resolveClientConfig: AthenaServiceConfig.toAthenaClientConfig,
|
|
117
|
-
});
|
|
118
|
-
});
|
|
119
|
-
/**
|
|
120
|
-
* @since 1.0.0
|
|
121
|
-
* @category models
|
|
122
|
-
*/
|
|
123
|
-
class AthenaService extends effect_1.Effect.Tag("@effect-aws/client-athena/AthenaService")() {
|
|
124
|
-
static defaultLayer = effect_1.Layer.effect(this, exports.makeAthenaService).pipe(effect_1.Layer.provide(Instance.layer));
|
|
125
|
-
static layer = (config) => effect_1.Layer.effect(this, exports.makeAthenaService).pipe(effect_1.Layer.provide(Instance.layer), effect_1.Layer.provide(AthenaServiceConfig.setAthenaServiceConfig(config)));
|
|
126
|
-
static baseLayer = (evaluate) => effect_1.Layer.effect(this, exports.makeAthenaService).pipe(effect_1.Layer.provide(effect_1.Layer.effect(Instance.AthenaClientInstance, effect_1.Effect.map(AthenaServiceConfig.toAthenaClientConfig, evaluate))));
|
|
127
|
-
}
|
|
128
|
-
exports.AthenaService = AthenaService;
|
|
129
|
-
//# sourceMappingURL=AthenaService.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AthenaService.js","sourceRoot":"","sources":["../../src/AthenaService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @since 1.0.0
|
|
3
|
-
*/
|
|
4
|
-
import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
5
|
-
import { Effect, Layer } from "effect";
|
|
6
|
-
import type { AthenaService } from "./AthenaService.js";
|
|
7
|
-
/**
|
|
8
|
-
* @since 1.0.0
|
|
9
|
-
* @category athena service config
|
|
10
|
-
*/
|
|
11
|
-
export declare const withAthenaServiceConfig: {
|
|
12
|
-
(config: AthenaService.Config): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>;
|
|
13
|
-
<A, E, R>(effect: Effect.Effect<A, E, R>, config: AthenaService.Config): Effect.Effect<A, E, R>;
|
|
14
|
-
};
|
|
15
|
-
/**
|
|
16
|
-
* @since 1.0.0
|
|
17
|
-
* @category athena service config
|
|
18
|
-
*/
|
|
19
|
-
export declare const setAthenaServiceConfig: (config: AthenaService.Config) => Layer.Layer<never, never, never>;
|
|
20
|
-
/**
|
|
21
|
-
* @since 1.0.0
|
|
22
|
-
* @category adapters
|
|
23
|
-
*/
|
|
24
|
-
export declare const toAthenaClientConfig: Effect.Effect<AthenaClientConfig>;
|
|
25
|
-
//# sourceMappingURL=AthenaServiceConfig.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AthenaServiceConfig.d.ts","sourceRoot":"","sources":["../../src/AthenaServiceConfig.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,OAAO,EAAE,MAAM,EAAY,KAAK,EAAE,MAAM,QAAQ,CAAC;AAGjD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAWxD;;;GAGG;AACH,eAAO,MAAM,uBAAuB,EAAE;IACpC,CAAC,MAAM,EAAE,aAAa,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACpG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,aAAa,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;CAKjG,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,WAAY,cAAc,MAAM,qCACV,CAAC;AAE1D;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,MAAM,CAAC,kBAAkB,CAQjE,CAAC"}
|