@effect-aws/client-athena 1.10.9 → 2.0.0-beta.1

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 (38) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/dist/dts/AthenaClientInstance.d.ts +4 -2
  4. package/dist/dts/AthenaClientInstance.d.ts.map +1 -1
  5. package/dist/dts/AthenaService.d.ts +75 -75
  6. package/dist/dts/AthenaService.d.ts.map +1 -1
  7. package/dist/dts/AthenaServiceConfig.d.ts +2 -1
  8. package/dist/dts/AthenaServiceConfig.d.ts.map +1 -1
  9. package/dist/esm/AthenaClientInstance.js +5 -3
  10. package/dist/esm/AthenaClientInstance.js.map +1 -1
  11. package/dist/esm/AthenaService.js +4 -2
  12. package/dist/esm/AthenaService.js.map +1 -1
  13. package/dist/esm/AthenaServiceConfig.js +7 -6
  14. package/dist/esm/AthenaServiceConfig.js.map +1 -1
  15. package/package.json +8 -14
  16. package/src/AthenaClientInstance.ts +6 -4
  17. package/src/AthenaService.ts +76 -74
  18. package/src/AthenaServiceConfig.ts +8 -7
  19. package/dist/cjs/AthenaClientInstance.d.ts +0 -24
  20. package/dist/cjs/AthenaClientInstance.d.ts.map +0 -1
  21. package/dist/cjs/AthenaClientInstance.js +0 -50
  22. package/dist/cjs/AthenaClientInstance.js.map +0 -1
  23. package/dist/cjs/AthenaService.d.ts +0 -326
  24. package/dist/cjs/AthenaService.d.ts.map +0 -1
  25. package/dist/cjs/AthenaService.js +0 -129
  26. package/dist/cjs/AthenaService.js.map +0 -1
  27. package/dist/cjs/AthenaServiceConfig.d.ts +0 -25
  28. package/dist/cjs/AthenaServiceConfig.d.ts.map +0 -1
  29. package/dist/cjs/AthenaServiceConfig.js +0 -35
  30. package/dist/cjs/AthenaServiceConfig.js.map +0 -1
  31. package/dist/cjs/Errors.d.ts +0 -13
  32. package/dist/cjs/Errors.d.ts.map +0 -1
  33. package/dist/cjs/Errors.js +0 -12
  34. package/dist/cjs/Errors.js.map +0 -1
  35. package/dist/cjs/index.d.ts +0 -44
  36. package/dist/cjs/index.d.ts.map +0 -1
  37. package/dist/cjs/index.js +0 -56
  38. package/dist/cjs/index.js.map +0 -1
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2025 Victor Korzunin
1
+ Copyright (c) 2026 Victor Korzunin
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -16,7 +16,7 @@ With default AthenaClient instance:
16
16
  ```typescript
17
17
  import { Athena } from "@effect-aws/client-athena";
18
18
 
19
- const program = Athena.startQueryExecution(args);
19
+ const program = Athena.use((svc) => svc.startQueryExecution(args));
20
20
 
21
21
  const result = pipe(
22
22
  program,
@@ -30,7 +30,7 @@ With custom AthenaClient instance:
30
30
  ```typescript
31
31
  import { Athena } from "@effect-aws/client-athena";
32
32
 
33
- const program = Athena.startQueryExecution(args);
33
+ const program = Athena.use((svc) => svc.startQueryExecution(args));
34
34
 
35
35
  const result = await pipe(
36
36
  program,
@@ -46,7 +46,7 @@ With custom AthenaClient configuration:
46
46
  ```typescript
47
47
  import { Athena } from "@effect-aws/client-athena";
48
48
 
49
- const program = Athena.startQueryExecution(args);
49
+ const program = Athena.use((svc) => svc.startQueryExecution(args));
50
50
 
51
51
  const result = await pipe(
52
52
  program,
@@ -2,8 +2,10 @@
2
2
  * @since 1.0.0
3
3
  */
4
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>;
5
+ import * as Effect from "effect/Effect";
6
+ import * as Layer from "effect/Layer";
7
+ import * as ServiceMap from "effect/ServiceMap";
8
+ declare const AthenaClientInstance_base: ServiceMap.ServiceClass<AthenaClientInstance, "@effect-aws/client-athena/AthenaClientInstance", AthenaClient>;
7
9
  /**
8
10
  * @since 1.0.0
9
11
  * @category tags
@@ -1 +1 @@
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
+ {"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,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,KAAK,MAAM,cAAc,CAAC;AACtC,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;;AAGhD;;;GAGG;AACH,qBAAa,oBAAqB,SAAQ,yBAEzC;CAAG;AAEJ;;;GAGG;AACH,eAAO,MAAM,IAAI,kEAOhB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,iDAA2C,CAAC"}
@@ -3,8 +3,10 @@
3
3
  */
4
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
5
  import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
6
- import type { Cause } from "effect";
7
- import { Effect, Layer } from "effect";
6
+ import type * as Cause from "effect/Cause";
7
+ import * as Effect from "effect/Effect";
8
+ import * as Layer from "effect/Layer";
9
+ import * as ServiceMap from "effect/ServiceMap";
8
10
  import * as Instance from "./AthenaClientInstance.js";
9
11
  import type { InternalServerError, InvalidRequestError, MetadataError, ResourceNotFoundError, SdkError, SessionAlreadyExistsError, TooManyRequestsError } from "./Errors.js";
10
12
  interface AthenaService$ {
@@ -12,292 +14,290 @@ interface AthenaService$ {
12
14
  /**
13
15
  * @see {@link BatchGetNamedQueryCommand}
14
16
  */
15
- batchGetNamedQuery(args: BatchGetNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<BatchGetNamedQueryCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
17
+ batchGetNamedQuery(args: BatchGetNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<BatchGetNamedQueryCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
16
18
  /**
17
19
  * @see {@link BatchGetPreparedStatementCommand}
18
20
  */
19
- batchGetPreparedStatement(args: BatchGetPreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<BatchGetPreparedStatementCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
21
+ batchGetPreparedStatement(args: BatchGetPreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<BatchGetPreparedStatementCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
20
22
  /**
21
23
  * @see {@link BatchGetQueryExecutionCommand}
22
24
  */
23
- batchGetQueryExecution(args: BatchGetQueryExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<BatchGetQueryExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
25
+ batchGetQueryExecution(args: BatchGetQueryExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<BatchGetQueryExecutionCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
24
26
  /**
25
27
  * @see {@link CancelCapacityReservationCommand}
26
28
  */
27
- cancelCapacityReservation(args: CancelCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelCapacityReservationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
29
+ cancelCapacityReservation(args: CancelCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelCapacityReservationCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
28
30
  /**
29
31
  * @see {@link CreateCapacityReservationCommand}
30
32
  */
31
- createCapacityReservation(args: CreateCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityReservationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
33
+ createCapacityReservation(args: CreateCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityReservationCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
32
34
  /**
33
35
  * @see {@link CreateDataCatalogCommand}
34
36
  */
35
- createDataCatalog(args: CreateDataCatalogCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDataCatalogCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
37
+ createDataCatalog(args: CreateDataCatalogCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDataCatalogCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
36
38
  /**
37
39
  * @see {@link CreateNamedQueryCommand}
38
40
  */
39
- createNamedQuery(args: CreateNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNamedQueryCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
41
+ createNamedQuery(args: CreateNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNamedQueryCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
40
42
  /**
41
43
  * @see {@link CreateNotebookCommand}
42
44
  */
43
- createNotebook(args: CreateNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNotebookCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
45
+ createNotebook(args: CreateNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNotebookCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
44
46
  /**
45
47
  * @see {@link CreatePreparedStatementCommand}
46
48
  */
47
- createPreparedStatement(args: CreatePreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePreparedStatementCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
49
+ createPreparedStatement(args: CreatePreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePreparedStatementCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
48
50
  /**
49
51
  * @see {@link CreatePresignedNotebookUrlCommand}
50
52
  */
51
- createPresignedNotebookUrl(args: CreatePresignedNotebookUrlCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePresignedNotebookUrlCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
53
+ createPresignedNotebookUrl(args: CreatePresignedNotebookUrlCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePresignedNotebookUrlCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
52
54
  /**
53
55
  * @see {@link CreateWorkGroupCommand}
54
56
  */
55
- createWorkGroup(args: CreateWorkGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateWorkGroupCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
57
+ createWorkGroup(args: CreateWorkGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateWorkGroupCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
56
58
  /**
57
59
  * @see {@link DeleteCapacityReservationCommand}
58
60
  */
59
- deleteCapacityReservation(args: DeleteCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCapacityReservationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
61
+ deleteCapacityReservation(args: DeleteCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCapacityReservationCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
60
62
  /**
61
63
  * @see {@link DeleteDataCatalogCommand}
62
64
  */
63
- deleteDataCatalog(args: DeleteDataCatalogCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDataCatalogCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
65
+ deleteDataCatalog(args: DeleteDataCatalogCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDataCatalogCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
64
66
  /**
65
67
  * @see {@link DeleteNamedQueryCommand}
66
68
  */
67
- deleteNamedQuery(args: DeleteNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNamedQueryCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
69
+ deleteNamedQuery(args: DeleteNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNamedQueryCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
68
70
  /**
69
71
  * @see {@link DeleteNotebookCommand}
70
72
  */
71
- deleteNotebook(args: DeleteNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNotebookCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
73
+ deleteNotebook(args: DeleteNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNotebookCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
72
74
  /**
73
75
  * @see {@link DeletePreparedStatementCommand}
74
76
  */
75
- deletePreparedStatement(args: DeletePreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePreparedStatementCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
77
+ deletePreparedStatement(args: DeletePreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePreparedStatementCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
76
78
  /**
77
79
  * @see {@link DeleteWorkGroupCommand}
78
80
  */
79
- deleteWorkGroup(args: DeleteWorkGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteWorkGroupCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
81
+ deleteWorkGroup(args: DeleteWorkGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteWorkGroupCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
80
82
  /**
81
83
  * @see {@link ExportNotebookCommand}
82
84
  */
83
- exportNotebook(args: ExportNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportNotebookCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
85
+ exportNotebook(args: ExportNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportNotebookCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
84
86
  /**
85
87
  * @see {@link GetCalculationExecutionCommand}
86
88
  */
87
- getCalculationExecution(args: GetCalculationExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCalculationExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
89
+ getCalculationExecution(args: GetCalculationExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCalculationExecutionCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
88
90
  /**
89
91
  * @see {@link GetCalculationExecutionCodeCommand}
90
92
  */
91
- getCalculationExecutionCode(args: GetCalculationExecutionCodeCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCalculationExecutionCodeCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
93
+ getCalculationExecutionCode(args: GetCalculationExecutionCodeCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCalculationExecutionCodeCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
92
94
  /**
93
95
  * @see {@link GetCalculationExecutionStatusCommand}
94
96
  */
95
- getCalculationExecutionStatus(args: GetCalculationExecutionStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCalculationExecutionStatusCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
97
+ getCalculationExecutionStatus(args: GetCalculationExecutionStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCalculationExecutionStatusCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
96
98
  /**
97
99
  * @see {@link GetCapacityAssignmentConfigurationCommand}
98
100
  */
99
- getCapacityAssignmentConfiguration(args: GetCapacityAssignmentConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityAssignmentConfigurationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
101
+ getCapacityAssignmentConfiguration(args: GetCapacityAssignmentConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityAssignmentConfigurationCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
100
102
  /**
101
103
  * @see {@link GetCapacityReservationCommand}
102
104
  */
103
- getCapacityReservation(args: GetCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityReservationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
105
+ getCapacityReservation(args: GetCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityReservationCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
104
106
  /**
105
107
  * @see {@link GetDataCatalogCommand}
106
108
  */
107
- getDataCatalog(args: GetDataCatalogCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDataCatalogCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
109
+ getDataCatalog(args: GetDataCatalogCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDataCatalogCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
108
110
  /**
109
111
  * @see {@link GetDatabaseCommand}
110
112
  */
111
- getDatabase(args: GetDatabaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDatabaseCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | MetadataError>;
113
+ getDatabase(args: GetDatabaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDatabaseCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | MetadataError>;
112
114
  /**
113
115
  * @see {@link GetNamedQueryCommand}
114
116
  */
115
- getNamedQuery(args: GetNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetNamedQueryCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
117
+ getNamedQuery(args: GetNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetNamedQueryCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
116
118
  /**
117
119
  * @see {@link GetNotebookMetadataCommand}
118
120
  */
119
- getNotebookMetadata(args: GetNotebookMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetNotebookMetadataCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
121
+ getNotebookMetadata(args: GetNotebookMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetNotebookMetadataCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
120
122
  /**
121
123
  * @see {@link GetPreparedStatementCommand}
122
124
  */
123
- getPreparedStatement(args: GetPreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPreparedStatementCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
125
+ getPreparedStatement(args: GetPreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPreparedStatementCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
124
126
  /**
125
127
  * @see {@link GetQueryExecutionCommand}
126
128
  */
127
- getQueryExecution(args: GetQueryExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetQueryExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
129
+ getQueryExecution(args: GetQueryExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetQueryExecutionCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
128
130
  /**
129
131
  * @see {@link GetQueryResultsCommand}
130
132
  */
131
- getQueryResults(args: GetQueryResultsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetQueryResultsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
133
+ getQueryResults(args: GetQueryResultsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetQueryResultsCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
132
134
  /**
133
135
  * @see {@link GetQueryRuntimeStatisticsCommand}
134
136
  */
135
- getQueryRuntimeStatistics(args: GetQueryRuntimeStatisticsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetQueryRuntimeStatisticsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
137
+ getQueryRuntimeStatistics(args: GetQueryRuntimeStatisticsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetQueryRuntimeStatisticsCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
136
138
  /**
137
139
  * @see {@link GetResourceDashboardCommand}
138
140
  */
139
- getResourceDashboard(args: GetResourceDashboardCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetResourceDashboardCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
141
+ getResourceDashboard(args: GetResourceDashboardCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetResourceDashboardCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
140
142
  /**
141
143
  * @see {@link GetSessionCommand}
142
144
  */
143
- getSession(args: GetSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSessionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
145
+ getSession(args: GetSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSessionCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
144
146
  /**
145
147
  * @see {@link GetSessionEndpointCommand}
146
148
  */
147
- getSessionEndpoint(args: GetSessionEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSessionEndpointCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
149
+ getSessionEndpoint(args: GetSessionEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSessionEndpointCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
148
150
  /**
149
151
  * @see {@link GetSessionStatusCommand}
150
152
  */
151
- getSessionStatus(args: GetSessionStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSessionStatusCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
153
+ getSessionStatus(args: GetSessionStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSessionStatusCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
152
154
  /**
153
155
  * @see {@link GetTableMetadataCommand}
154
156
  */
155
- getTableMetadata(args: GetTableMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTableMetadataCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | MetadataError>;
157
+ getTableMetadata(args: GetTableMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTableMetadataCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | MetadataError>;
156
158
  /**
157
159
  * @see {@link GetWorkGroupCommand}
158
160
  */
159
- getWorkGroup(args: GetWorkGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetWorkGroupCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
161
+ getWorkGroup(args: GetWorkGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetWorkGroupCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
160
162
  /**
161
163
  * @see {@link ImportNotebookCommand}
162
164
  */
163
- importNotebook(args: ImportNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportNotebookCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
165
+ importNotebook(args: ImportNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportNotebookCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
164
166
  /**
165
167
  * @see {@link ListApplicationDPUSizesCommand}
166
168
  */
167
- listApplicationDPUSizes(args: ListApplicationDPUSizesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListApplicationDPUSizesCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
169
+ listApplicationDPUSizes(args: ListApplicationDPUSizesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListApplicationDPUSizesCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
168
170
  /**
169
171
  * @see {@link ListCalculationExecutionsCommand}
170
172
  */
171
- listCalculationExecutions(args: ListCalculationExecutionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCalculationExecutionsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
173
+ listCalculationExecutions(args: ListCalculationExecutionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCalculationExecutionsCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
172
174
  /**
173
175
  * @see {@link ListCapacityReservationsCommand}
174
176
  */
175
- listCapacityReservations(args: ListCapacityReservationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCapacityReservationsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
177
+ listCapacityReservations(args: ListCapacityReservationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCapacityReservationsCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
176
178
  /**
177
179
  * @see {@link ListDataCatalogsCommand}
178
180
  */
179
- listDataCatalogs(args: ListDataCatalogsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDataCatalogsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
181
+ listDataCatalogs(args: ListDataCatalogsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDataCatalogsCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
180
182
  /**
181
183
  * @see {@link ListDatabasesCommand}
182
184
  */
183
- listDatabases(args: ListDatabasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDatabasesCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | MetadataError>;
185
+ listDatabases(args: ListDatabasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDatabasesCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | MetadataError>;
184
186
  /**
185
187
  * @see {@link ListEngineVersionsCommand}
186
188
  */
187
- listEngineVersions(args: ListEngineVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEngineVersionsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
189
+ listEngineVersions(args: ListEngineVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEngineVersionsCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
188
190
  /**
189
191
  * @see {@link ListExecutorsCommand}
190
192
  */
191
- listExecutors(args: ListExecutorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListExecutorsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
193
+ listExecutors(args: ListExecutorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListExecutorsCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
192
194
  /**
193
195
  * @see {@link ListNamedQueriesCommand}
194
196
  */
195
- listNamedQueries(args: ListNamedQueriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListNamedQueriesCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
197
+ listNamedQueries(args: ListNamedQueriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListNamedQueriesCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
196
198
  /**
197
199
  * @see {@link ListNotebookMetadataCommand}
198
200
  */
199
- listNotebookMetadata(args: ListNotebookMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListNotebookMetadataCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
201
+ listNotebookMetadata(args: ListNotebookMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListNotebookMetadataCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
200
202
  /**
201
203
  * @see {@link ListNotebookSessionsCommand}
202
204
  */
203
- listNotebookSessions(args: ListNotebookSessionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListNotebookSessionsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
205
+ listNotebookSessions(args: ListNotebookSessionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListNotebookSessionsCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
204
206
  /**
205
207
  * @see {@link ListPreparedStatementsCommand}
206
208
  */
207
- listPreparedStatements(args: ListPreparedStatementsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPreparedStatementsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
209
+ listPreparedStatements(args: ListPreparedStatementsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPreparedStatementsCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
208
210
  /**
209
211
  * @see {@link ListQueryExecutionsCommand}
210
212
  */
211
- listQueryExecutions(args: ListQueryExecutionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListQueryExecutionsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
213
+ listQueryExecutions(args: ListQueryExecutionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListQueryExecutionsCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
212
214
  /**
213
215
  * @see {@link ListSessionsCommand}
214
216
  */
215
- listSessions(args: ListSessionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListSessionsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
217
+ listSessions(args: ListSessionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListSessionsCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
216
218
  /**
217
219
  * @see {@link ListTableMetadataCommand}
218
220
  */
219
- listTableMetadata(args: ListTableMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTableMetadataCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | MetadataError>;
221
+ listTableMetadata(args: ListTableMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTableMetadataCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | MetadataError>;
220
222
  /**
221
223
  * @see {@link ListTagsForResourceCommand}
222
224
  */
223
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
225
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
224
226
  /**
225
227
  * @see {@link ListWorkGroupsCommand}
226
228
  */
227
- listWorkGroups(args: ListWorkGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListWorkGroupsCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
229
+ listWorkGroups(args: ListWorkGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListWorkGroupsCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
228
230
  /**
229
231
  * @see {@link PutCapacityAssignmentConfigurationCommand}
230
232
  */
231
- putCapacityAssignmentConfiguration(args: PutCapacityAssignmentConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutCapacityAssignmentConfigurationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
233
+ putCapacityAssignmentConfiguration(args: PutCapacityAssignmentConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutCapacityAssignmentConfigurationCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
232
234
  /**
233
235
  * @see {@link StartCalculationExecutionCommand}
234
236
  */
235
- startCalculationExecution(args: StartCalculationExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartCalculationExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
237
+ startCalculationExecution(args: StartCalculationExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartCalculationExecutionCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
236
238
  /**
237
239
  * @see {@link StartQueryExecutionCommand}
238
240
  */
239
- startQueryExecution(args: StartQueryExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartQueryExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
241
+ startQueryExecution(args: StartQueryExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartQueryExecutionCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
240
242
  /**
241
243
  * @see {@link StartSessionCommand}
242
244
  */
243
- startSession(args: StartSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartSessionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError | SessionAlreadyExistsError | TooManyRequestsError>;
245
+ startSession(args: StartSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartSessionCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError | SessionAlreadyExistsError | TooManyRequestsError>;
244
246
  /**
245
247
  * @see {@link StopCalculationExecutionCommand}
246
248
  */
247
- stopCalculationExecution(args: StopCalculationExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopCalculationExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
249
+ stopCalculationExecution(args: StopCalculationExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopCalculationExecutionCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
248
250
  /**
249
251
  * @see {@link StopQueryExecutionCommand}
250
252
  */
251
- stopQueryExecution(args: StopQueryExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopQueryExecutionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
253
+ stopQueryExecution(args: StopQueryExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopQueryExecutionCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
252
254
  /**
253
255
  * @see {@link TagResourceCommand}
254
256
  */
255
- tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
257
+ tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
256
258
  /**
257
259
  * @see {@link TerminateSessionCommand}
258
260
  */
259
- terminateSession(args: TerminateSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<TerminateSessionCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
261
+ terminateSession(args: TerminateSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<TerminateSessionCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
260
262
  /**
261
263
  * @see {@link UntagResourceCommand}
262
264
  */
263
- untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
265
+ untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
264
266
  /**
265
267
  * @see {@link UpdateCapacityReservationCommand}
266
268
  */
267
- updateCapacityReservation(args: UpdateCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCapacityReservationCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
269
+ updateCapacityReservation(args: UpdateCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCapacityReservationCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
268
270
  /**
269
271
  * @see {@link UpdateDataCatalogCommand}
270
272
  */
271
- updateDataCatalog(args: UpdateDataCatalogCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDataCatalogCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
273
+ updateDataCatalog(args: UpdateDataCatalogCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDataCatalogCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
272
274
  /**
273
275
  * @see {@link UpdateNamedQueryCommand}
274
276
  */
275
- updateNamedQuery(args: UpdateNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateNamedQueryCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
277
+ updateNamedQuery(args: UpdateNamedQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateNamedQueryCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
276
278
  /**
277
279
  * @see {@link UpdateNotebookCommand}
278
280
  */
279
- updateNotebook(args: UpdateNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateNotebookCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
281
+ updateNotebook(args: UpdateNotebookCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateNotebookCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
280
282
  /**
281
283
  * @see {@link UpdateNotebookMetadataCommand}
282
284
  */
283
- updateNotebookMetadata(args: UpdateNotebookMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateNotebookMetadataCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
285
+ updateNotebookMetadata(args: UpdateNotebookMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateNotebookMetadataCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | TooManyRequestsError>;
284
286
  /**
285
287
  * @see {@link UpdatePreparedStatementCommand}
286
288
  */
287
- updatePreparedStatement(args: UpdatePreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePreparedStatementCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
289
+ updatePreparedStatement(args: UpdatePreparedStatementCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePreparedStatementCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError | ResourceNotFoundError>;
288
290
  /**
289
291
  * @see {@link UpdateWorkGroupCommand}
290
292
  */
291
- updateWorkGroup(args: UpdateWorkGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateWorkGroupCommandOutput, Cause.TimeoutException | SdkError | InternalServerError | InvalidRequestError>;
293
+ updateWorkGroup(args: UpdateWorkGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateWorkGroupCommandOutput, Cause.TimeoutError | SdkError | InternalServerError | InvalidRequestError>;
292
294
  }
293
295
  /**
294
296
  * @since 1.0.0
295
297
  * @category constructors
296
298
  */
297
299
  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
- };
300
+ declare const AthenaService_base: ServiceMap.ServiceClass<AthenaService, "@effect-aws/client-athena/AthenaService", AthenaService$>;
301
301
  /**
302
302
  * @since 1.0.0
303
303
  * @category models
@@ -1 +1 @@
1
- {"version":3,"file":"AthenaService.d.ts","sourceRoot":"","sources":["../../src/AthenaService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AthenaService.d.ts","sourceRoot":"","sources":["../../src/AthenaService.ts"],"names":[],"mappings":"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"}
@@ -2,7 +2,8 @@
2
2
  * @since 1.0.0
3
3
  */
4
4
  import type { AthenaClientConfig } from "@aws-sdk/client-athena";
5
- import { Effect, Layer } from "effect";
5
+ import * as Effect from "effect/Effect";
6
+ import * as Layer from "effect/Layer";
6
7
  import type { AthenaService } from "./AthenaService.js";
7
8
  /**
8
9
  * @since 1.0.0
@@ -1 +1 @@
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"}
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,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,KAAK,KAAK,MAAM,cAAc,CAAC;AAEtC,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,qCAChB,CAAC;AAEpD;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,MAAM,CAAC,kBAAkB,CAQjE,CAAC"}
@@ -2,13 +2,15 @@
2
2
  * @since 1.0.0
3
3
  */
4
4
  import { AthenaClient } from "@aws-sdk/client-athena";
5
- import { Context, Effect, Layer } from "effect";
5
+ import * as Effect from "effect/Effect";
6
+ import * as Layer from "effect/Layer";
7
+ import * as ServiceMap from "effect/ServiceMap";
6
8
  import * as AthenaServiceConfig from "./AthenaServiceConfig.js";
7
9
  /**
8
10
  * @since 1.0.0
9
11
  * @category tags
10
12
  */
11
- export class AthenaClientInstance extends Context.Tag("@effect-aws/client-athena/AthenaClientInstance")() {
13
+ export class AthenaClientInstance extends ServiceMap.Service()("@effect-aws/client-athena/AthenaClientInstance") {
12
14
  }
13
15
  /**
14
16
  * @since 1.0.0
@@ -19,5 +21,5 @@ export const make = Effect.flatMap(AthenaServiceConfig.toAthenaClientConfig, (co
19
21
  * @since 1.0.0
20
22
  * @category layers
21
23
  */
22
- export const layer = Layer.scoped(AthenaClientInstance, make);
24
+ export const layer = Layer.effect(AthenaClientInstance, make);
23
25
  //# sourceMappingURL=AthenaClientInstance.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AthenaClientInstance.js","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;AAChD,OAAO,KAAK,mBAAmB,MAAM,0BAA0B,CAAC;AAEhE;;;GAGG;AACH,MAAM,OAAO,oBAAqB,SAAQ,OAAO,CAAC,GAAG,CACnD,gDAAgD,CACjD,EAAsC;CAAG;AAE1C;;;GAGG;AACH,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAChC,mBAAmB,CAAC,oBAAoB,EACxC,CAAC,MAAM,EAAE,EAAE,CACT,MAAM,CAAC,cAAc,CACnB,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,YAAY,CAAC,MAAM,CAAC,CAAC,EAC3C,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAChD,CACJ,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,oBAAoB,EAAE,IAAI,CAAC,CAAC"}
1
+ {"version":3,"file":"AthenaClientInstance.js","sourceRoot":"","sources":["../../src/AthenaClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,KAAK,MAAM,cAAc,CAAC;AACtC,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,mBAAmB,MAAM,0BAA0B,CAAC;AAEhE;;;GAGG;AACH,MAAM,OAAO,oBAAqB,SAAQ,UAAU,CAAC,OAAO,EAAsC,CAChG,gDAAgD,CACjD;CAAG;AAEJ;;;GAGG;AACH,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAChC,mBAAmB,CAAC,oBAAoB,EACxC,CAAC,MAAM,EAAE,EAAE,CACT,MAAM,CAAC,cAAc,CACnB,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,YAAY,CAAC,MAAM,CAAC,CAAC,EAC3C,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAChD,CACJ,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,oBAAoB,EAAE,IAAI,CAAC,CAAC"}