@aws-sdk/client-athena 3.1086.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Athena.d.ts +228 -249
- package/dist-types/ts3.4/AthenaClient.d.ts +18 -37
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetResourceDashboardCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/models/models_0.d.ts +11 -33
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateCapacityReservationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateCapacityReservationCommandInput
|
|
8
|
-
extends UpdateCapacityReservationInput {}
|
|
7
|
+
export interface UpdateCapacityReservationCommandInput extends UpdateCapacityReservationInput {}
|
|
9
8
|
export interface UpdateCapacityReservationCommandOutput
|
|
10
|
-
extends UpdateCapacityReservationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateCapacityReservationOutput, __MetadataBearer {}
|
|
12
10
|
declare const UpdateCapacityReservationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateCapacityReservationCommandInput
|
|
12
|
+
input: UpdateCapacityReservationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateCapacityReservationCommandInput,
|
|
17
15
|
UpdateCapacityReservationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateCapacityReservationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateCapacityReservationCommandInput
|
|
21
|
+
input: UpdateCapacityReservationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateCapacityReservationCommandInput,
|
|
26
24
|
UpdateCapacityReservationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateDataCatalogInput,
|
|
4
|
-
UpdateDataCatalogOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateDataCatalogInput, UpdateDataCatalogOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateDataCatalogCommandInput extends UpdateDataCatalogInput {}
|
|
8
|
-
export interface UpdateDataCatalogCommandOutput
|
|
9
|
-
extends UpdateDataCatalogOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateDataCatalogCommandOutput extends UpdateDataCatalogOutput, __MetadataBearer {}
|
|
11
6
|
declare const UpdateDataCatalogCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateDataCatalogCommandInput
|
|
8
|
+
input: UpdateDataCatalogCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateDataCatalogCommandInput,
|
|
16
11
|
UpdateDataCatalogCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateDataCatalogCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateDataCatalogCommandInput
|
|
17
|
+
input: UpdateDataCatalogCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateDataCatalogCommandInput,
|
|
25
20
|
UpdateDataCatalogCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateNamedQueryInput,
|
|
4
|
-
UpdateNamedQueryOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateNamedQueryInput, UpdateNamedQueryOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateNamedQueryCommandInput extends UpdateNamedQueryInput {}
|
|
8
|
-
export interface UpdateNamedQueryCommandOutput
|
|
9
|
-
extends UpdateNamedQueryOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateNamedQueryCommandOutput extends UpdateNamedQueryOutput, __MetadataBearer {}
|
|
11
6
|
declare const UpdateNamedQueryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateNamedQueryCommandInput
|
|
8
|
+
input: UpdateNamedQueryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateNamedQueryCommandInput,
|
|
16
11
|
UpdateNamedQueryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateNamedQueryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateNamedQueryCommandInput
|
|
17
|
+
input: UpdateNamedQueryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateNamedQueryCommandInput,
|
|
25
20
|
UpdateNamedQueryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateNotebookInput, UpdateNotebookOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateNotebookCommandInput extends UpdateNotebookInput {}
|
|
5
|
-
export interface UpdateNotebookCommandOutput
|
|
6
|
-
extends UpdateNotebookOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateNotebookCommandOutput extends UpdateNotebookOutput, __MetadataBearer {}
|
|
8
6
|
declare const UpdateNotebookCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateNotebookCommandInput
|
|
8
|
+
input: UpdateNotebookCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateNotebookCommandInput,
|
|
13
11
|
UpdateNotebookCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateNotebookCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateNotebookCommandInput
|
|
17
|
+
input: UpdateNotebookCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateNotebookCommandInput,
|
|
22
20
|
UpdateNotebookCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateNotebookMetadataInput,
|
|
4
|
-
UpdateNotebookMetadataOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateNotebookMetadataInput, UpdateNotebookMetadataOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateNotebookMetadataCommandInput
|
|
8
|
-
extends UpdateNotebookMetadataInput {}
|
|
4
|
+
export interface UpdateNotebookMetadataCommandInput extends UpdateNotebookMetadataInput {}
|
|
9
5
|
export interface UpdateNotebookMetadataCommandOutput
|
|
10
|
-
extends UpdateNotebookMetadataOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateNotebookMetadataOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdateNotebookMetadataCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateNotebookMetadataCommandInput
|
|
9
|
+
input: UpdateNotebookMetadataCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateNotebookMetadataCommandInput,
|
|
17
12
|
UpdateNotebookMetadataCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateNotebookMetadataCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateNotebookMetadataCommandInput
|
|
18
|
+
input: UpdateNotebookMetadataCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateNotebookMetadataCommandInput,
|
|
26
21
|
UpdateNotebookMetadataCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdatePreparedStatementInput,
|
|
4
|
-
UpdatePreparedStatementOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdatePreparedStatementInput, UpdatePreparedStatementOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdatePreparedStatementCommandInput
|
|
8
|
-
extends UpdatePreparedStatementInput {}
|
|
4
|
+
export interface UpdatePreparedStatementCommandInput extends UpdatePreparedStatementInput {}
|
|
9
5
|
export interface UpdatePreparedStatementCommandOutput
|
|
10
|
-
extends UpdatePreparedStatementOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdatePreparedStatementOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdatePreparedStatementCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdatePreparedStatementCommandInput
|
|
9
|
+
input: UpdatePreparedStatementCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdatePreparedStatementCommandInput,
|
|
17
12
|
UpdatePreparedStatementCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdatePreparedStatementCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdatePreparedStatementCommandInput
|
|
18
|
+
input: UpdatePreparedStatementCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdatePreparedStatementCommandInput,
|
|
26
21
|
UpdatePreparedStatementCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateWorkGroupInput,
|
|
4
|
-
UpdateWorkGroupOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateWorkGroupInput, UpdateWorkGroupOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateWorkGroupCommandInput extends UpdateWorkGroupInput {}
|
|
8
|
-
export interface UpdateWorkGroupCommandOutput
|
|
9
|
-
extends UpdateWorkGroupOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateWorkGroupCommandOutput extends UpdateWorkGroupOutput, __MetadataBearer {}
|
|
11
6
|
declare const UpdateWorkGroupCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateWorkGroupCommandInput
|
|
8
|
+
input: UpdateWorkGroupCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateWorkGroupCommandInput,
|
|
16
11
|
UpdateWorkGroupCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateWorkGroupCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateWorkGroupCommandInput
|
|
17
|
+
input: UpdateWorkGroupCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateWorkGroupCommandInput,
|
|
25
20
|
UpdateWorkGroupCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface AthenaExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -5,15 +5,13 @@ export type S3AclOption = (typeof S3AclOption)[keyof typeof S3AclOption];
|
|
|
5
5
|
export declare const AuthenticationType: {
|
|
6
6
|
readonly DIRECTORY_IDENTITY: "DIRECTORY_IDENTITY";
|
|
7
7
|
};
|
|
8
|
-
export type AuthenticationType =
|
|
9
|
-
(typeof AuthenticationType)[keyof typeof AuthenticationType];
|
|
8
|
+
export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
|
|
10
9
|
export declare const EncryptionOption: {
|
|
11
10
|
readonly CSE_KMS: "CSE_KMS";
|
|
12
11
|
readonly SSE_KMS: "SSE_KMS";
|
|
13
12
|
readonly SSE_S3: "SSE_S3";
|
|
14
13
|
};
|
|
15
|
-
export type EncryptionOption =
|
|
16
|
-
(typeof EncryptionOption)[keyof typeof EncryptionOption];
|
|
14
|
+
export type EncryptionOption = (typeof EncryptionOption)[keyof typeof EncryptionOption];
|
|
17
15
|
export declare const StatementType: {
|
|
18
16
|
readonly DDL: "DDL";
|
|
19
17
|
readonly DML: "DML";
|
|
@@ -27,16 +25,14 @@ export declare const QueryExecutionState: {
|
|
|
27
25
|
readonly RUNNING: "RUNNING";
|
|
28
26
|
readonly SUCCEEDED: "SUCCEEDED";
|
|
29
27
|
};
|
|
30
|
-
export type QueryExecutionState =
|
|
31
|
-
(typeof QueryExecutionState)[keyof typeof QueryExecutionState];
|
|
28
|
+
export type QueryExecutionState = (typeof QueryExecutionState)[keyof typeof QueryExecutionState];
|
|
32
29
|
export declare const DataCatalogType: {
|
|
33
30
|
readonly FEDERATED: "FEDERATED";
|
|
34
31
|
readonly GLUE: "GLUE";
|
|
35
32
|
readonly HIVE: "HIVE";
|
|
36
33
|
readonly LAMBDA: "LAMBDA";
|
|
37
34
|
};
|
|
38
|
-
export type DataCatalogType =
|
|
39
|
-
(typeof DataCatalogType)[keyof typeof DataCatalogType];
|
|
35
|
+
export type DataCatalogType = (typeof DataCatalogType)[keyof typeof DataCatalogType];
|
|
40
36
|
export declare const ConnectionType: {
|
|
41
37
|
readonly BIGQUERY: "BIGQUERY";
|
|
42
38
|
readonly CMDB: "CMDB";
|
|
@@ -59,8 +55,7 @@ export declare const ConnectionType: {
|
|
|
59
55
|
readonly TIMESTREAM: "TIMESTREAM";
|
|
60
56
|
readonly TPCDS: "TPCDS";
|
|
61
57
|
};
|
|
62
|
-
export type ConnectionType =
|
|
63
|
-
(typeof ConnectionType)[keyof typeof ConnectionType];
|
|
58
|
+
export type ConnectionType = (typeof ConnectionType)[keyof typeof ConnectionType];
|
|
64
59
|
export declare const DataCatalogStatus: {
|
|
65
60
|
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
66
61
|
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
@@ -72,13 +67,11 @@ export declare const DataCatalogStatus: {
|
|
|
72
67
|
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
73
68
|
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
74
69
|
};
|
|
75
|
-
export type DataCatalogStatus =
|
|
76
|
-
(typeof DataCatalogStatus)[keyof typeof DataCatalogStatus];
|
|
70
|
+
export type DataCatalogStatus = (typeof DataCatalogStatus)[keyof typeof DataCatalogStatus];
|
|
77
71
|
export declare const ThrottleReason: {
|
|
78
72
|
readonly CONCURRENT_QUERY_LIMIT_EXCEEDED: "CONCURRENT_QUERY_LIMIT_EXCEEDED";
|
|
79
73
|
};
|
|
80
|
-
export type ThrottleReason =
|
|
81
|
-
(typeof ThrottleReason)[keyof typeof ThrottleReason];
|
|
74
|
+
export type ThrottleReason = (typeof ThrottleReason)[keyof typeof ThrottleReason];
|
|
82
75
|
export declare const NotebookType: {
|
|
83
76
|
readonly IPYNB: "IPYNB";
|
|
84
77
|
};
|
|
@@ -116,15 +109,13 @@ export declare const QueryResultType: {
|
|
|
116
109
|
readonly DATA_MANIFEST: "DATA_MANIFEST";
|
|
117
110
|
readonly DATA_ROWS: "DATA_ROWS";
|
|
118
111
|
};
|
|
119
|
-
export type QueryResultType =
|
|
120
|
-
(typeof QueryResultType)[keyof typeof QueryResultType];
|
|
112
|
+
export type QueryResultType = (typeof QueryResultType)[keyof typeof QueryResultType];
|
|
121
113
|
export declare const ColumnNullable: {
|
|
122
114
|
readonly NOT_NULL: "NOT_NULL";
|
|
123
115
|
readonly NULLABLE: "NULLABLE";
|
|
124
116
|
readonly UNKNOWN: "UNKNOWN";
|
|
125
117
|
};
|
|
126
|
-
export type ColumnNullable =
|
|
127
|
-
(typeof ColumnNullable)[keyof typeof ColumnNullable];
|
|
118
|
+
export type ColumnNullable = (typeof ColumnNullable)[keyof typeof ColumnNullable];
|
|
128
119
|
export declare const SessionState: {
|
|
129
120
|
readonly BUSY: "BUSY";
|
|
130
121
|
readonly CREATED: "CREATED";
|
|
@@ -140,8 +131,7 @@ export declare const WorkGroupState: {
|
|
|
140
131
|
readonly DISABLED: "DISABLED";
|
|
141
132
|
readonly ENABLED: "ENABLED";
|
|
142
133
|
};
|
|
143
|
-
export type WorkGroupState =
|
|
144
|
-
(typeof WorkGroupState)[keyof typeof WorkGroupState];
|
|
134
|
+
export type WorkGroupState = (typeof WorkGroupState)[keyof typeof WorkGroupState];
|
|
145
135
|
export declare const ExecutorState: {
|
|
146
136
|
readonly CREATED: "CREATED";
|
|
147
137
|
readonly CREATING: "CREATING";
|
|
@@ -5,36 +5,28 @@ export declare class InternalServerException extends __BaseException {
|
|
|
5
5
|
readonly name: "InternalServerException";
|
|
6
6
|
readonly $fault: "server";
|
|
7
7
|
Message?: string | undefined;
|
|
8
|
-
constructor(
|
|
9
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
10
|
-
);
|
|
8
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
11
9
|
}
|
|
12
10
|
export declare class InvalidRequestException extends __BaseException {
|
|
13
11
|
readonly name: "InvalidRequestException";
|
|
14
12
|
readonly $fault: "client";
|
|
15
13
|
AthenaErrorCode?: string | undefined;
|
|
16
14
|
Message?: string | undefined;
|
|
17
|
-
constructor(
|
|
18
|
-
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
19
|
-
);
|
|
15
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
20
16
|
}
|
|
21
17
|
export declare class TooManyRequestsException extends __BaseException {
|
|
22
18
|
readonly name: "TooManyRequestsException";
|
|
23
19
|
readonly $fault: "client";
|
|
24
20
|
Message?: string | undefined;
|
|
25
21
|
Reason?: ThrottleReason | undefined;
|
|
26
|
-
constructor(
|
|
27
|
-
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
28
|
-
);
|
|
22
|
+
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
29
23
|
}
|
|
30
24
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
31
25
|
readonly name: "ResourceNotFoundException";
|
|
32
26
|
readonly $fault: "client";
|
|
33
27
|
Message?: string | undefined;
|
|
34
28
|
ResourceName?: string | undefined;
|
|
35
|
-
constructor(
|
|
36
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
37
|
-
);
|
|
29
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
38
30
|
}
|
|
39
31
|
export declare class MetadataException extends __BaseException {
|
|
40
32
|
readonly name: "MetadataException";
|
|
@@ -46,7 +38,5 @@ export declare class SessionAlreadyExistsException extends __BaseException {
|
|
|
46
38
|
readonly name: "SessionAlreadyExistsException";
|
|
47
39
|
readonly $fault: "client";
|
|
48
40
|
Message?: string | undefined;
|
|
49
|
-
constructor(
|
|
50
|
-
opts: __ExceptionOptionType<SessionAlreadyExistsException, __BaseException>
|
|
51
|
-
);
|
|
41
|
+
constructor(opts: __ExceptionOptionType<SessionAlreadyExistsException, __BaseException>);
|
|
52
42
|
}
|
|
@@ -59,9 +59,7 @@ export interface UnprocessedPreparedStatementName {
|
|
|
59
59
|
}
|
|
60
60
|
export interface BatchGetPreparedStatementOutput {
|
|
61
61
|
PreparedStatements?: PreparedStatement[] | undefined;
|
|
62
|
-
UnprocessedPreparedStatementNames?:
|
|
63
|
-
| UnprocessedPreparedStatementName[]
|
|
64
|
-
| undefined;
|
|
62
|
+
UnprocessedPreparedStatementNames?: UnprocessedPreparedStatementName[] | undefined;
|
|
65
63
|
}
|
|
66
64
|
export interface BatchGetQueryExecutionInput {
|
|
67
65
|
QueryExecutionIds: string[] | undefined;
|
|
@@ -75,9 +73,7 @@ export interface ManagedQueryResultsEncryptionConfiguration {
|
|
|
75
73
|
}
|
|
76
74
|
export interface ManagedQueryResultsConfiguration {
|
|
77
75
|
Enabled: boolean | undefined;
|
|
78
|
-
EncryptionConfiguration?:
|
|
79
|
-
| ManagedQueryResultsEncryptionConfiguration
|
|
80
|
-
| undefined;
|
|
76
|
+
EncryptionConfiguration?: ManagedQueryResultsEncryptionConfiguration | undefined;
|
|
81
77
|
}
|
|
82
78
|
export interface QueryExecutionContext {
|
|
83
79
|
Database?: string | undefined;
|
|
@@ -137,9 +133,7 @@ export interface QueryExecution {
|
|
|
137
133
|
QueryExecutionId?: string | undefined;
|
|
138
134
|
Query?: string | undefined;
|
|
139
135
|
StatementType?: StatementType | undefined;
|
|
140
|
-
ManagedQueryResultsConfiguration?:
|
|
141
|
-
| ManagedQueryResultsConfiguration
|
|
142
|
-
| undefined;
|
|
136
|
+
ManagedQueryResultsConfiguration?: ManagedQueryResultsConfiguration | undefined;
|
|
143
137
|
ResultConfiguration?: ResultConfiguration | undefined;
|
|
144
138
|
ResultReuseConfiguration?: ResultReuseConfiguration | undefined;
|
|
145
139
|
QueryExecutionContext?: QueryExecutionContext | undefined;
|
|
@@ -149,9 +143,7 @@ export interface QueryExecution {
|
|
|
149
143
|
EngineVersion?: EngineVersion | undefined;
|
|
150
144
|
ExecutionParameters?: string[] | undefined;
|
|
151
145
|
SubstatementType?: string | undefined;
|
|
152
|
-
QueryResultsS3AccessGrantsConfiguration?:
|
|
153
|
-
| QueryResultsS3AccessGrantsConfiguration
|
|
154
|
-
| undefined;
|
|
146
|
+
QueryResultsS3AccessGrantsConfiguration?: QueryResultsS3AccessGrantsConfiguration | undefined;
|
|
155
147
|
}
|
|
156
148
|
export interface UnprocessedQueryExecutionId {
|
|
157
149
|
QueryExecutionId?: string | undefined;
|
|
@@ -270,9 +262,7 @@ export interface MonitoringConfiguration {
|
|
|
270
262
|
}
|
|
271
263
|
export interface WorkGroupConfiguration {
|
|
272
264
|
ResultConfiguration?: ResultConfiguration | undefined;
|
|
273
|
-
ManagedQueryResultsConfiguration?:
|
|
274
|
-
| ManagedQueryResultsConfiguration
|
|
275
|
-
| undefined;
|
|
265
|
+
ManagedQueryResultsConfiguration?: ManagedQueryResultsConfiguration | undefined;
|
|
276
266
|
EnforceWorkGroupConfiguration?: boolean | undefined;
|
|
277
267
|
PublishCloudWatchMetricsEnabled?: boolean | undefined;
|
|
278
268
|
BytesScannedCutoffPerQuery?: number | undefined;
|
|
@@ -282,14 +272,10 @@ export interface WorkGroupConfiguration {
|
|
|
282
272
|
ExecutionRole?: string | undefined;
|
|
283
273
|
MonitoringConfiguration?: MonitoringConfiguration | undefined;
|
|
284
274
|
EngineConfiguration?: EngineConfiguration | undefined;
|
|
285
|
-
CustomerContentEncryptionConfiguration?:
|
|
286
|
-
| CustomerContentEncryptionConfiguration
|
|
287
|
-
| undefined;
|
|
275
|
+
CustomerContentEncryptionConfiguration?: CustomerContentEncryptionConfiguration | undefined;
|
|
288
276
|
EnableMinimumEncryptionConfiguration?: boolean | undefined;
|
|
289
277
|
IdentityCenterConfiguration?: IdentityCenterConfiguration | undefined;
|
|
290
|
-
QueryResultsS3AccessGrantsConfiguration?:
|
|
291
|
-
| QueryResultsS3AccessGrantsConfiguration
|
|
292
|
-
| undefined;
|
|
278
|
+
QueryResultsS3AccessGrantsConfiguration?: QueryResultsS3AccessGrantsConfiguration | undefined;
|
|
293
279
|
}
|
|
294
280
|
export interface CreateWorkGroupInput {
|
|
295
281
|
Name: string | undefined;
|
|
@@ -932,9 +918,7 @@ export interface UpdatePreparedStatementInput {
|
|
|
932
918
|
export interface UpdatePreparedStatementOutput {}
|
|
933
919
|
export interface ManagedQueryResultsConfigurationUpdates {
|
|
934
920
|
Enabled?: boolean | undefined;
|
|
935
|
-
EncryptionConfiguration?:
|
|
936
|
-
| ManagedQueryResultsEncryptionConfiguration
|
|
937
|
-
| undefined;
|
|
921
|
+
EncryptionConfiguration?: ManagedQueryResultsEncryptionConfiguration | undefined;
|
|
938
922
|
RemoveEncryptionConfiguration?: boolean | undefined;
|
|
939
923
|
}
|
|
940
924
|
export interface ResultConfigurationUpdates {
|
|
@@ -950,9 +934,7 @@ export interface ResultConfigurationUpdates {
|
|
|
950
934
|
export interface WorkGroupConfigurationUpdates {
|
|
951
935
|
EnforceWorkGroupConfiguration?: boolean | undefined;
|
|
952
936
|
ResultConfigurationUpdates?: ResultConfigurationUpdates | undefined;
|
|
953
|
-
ManagedQueryResultsConfigurationUpdates?:
|
|
954
|
-
| ManagedQueryResultsConfigurationUpdates
|
|
955
|
-
| undefined;
|
|
937
|
+
ManagedQueryResultsConfigurationUpdates?: ManagedQueryResultsConfigurationUpdates | undefined;
|
|
956
938
|
PublishCloudWatchMetricsEnabled?: boolean | undefined;
|
|
957
939
|
BytesScannedCutoffPerQuery?: number | undefined;
|
|
958
940
|
RemoveBytesScannedCutoffPerQuery?: boolean | undefined;
|
|
@@ -961,13 +943,9 @@ export interface WorkGroupConfigurationUpdates {
|
|
|
961
943
|
RemoveCustomerContentEncryptionConfiguration?: boolean | undefined;
|
|
962
944
|
AdditionalConfiguration?: string | undefined;
|
|
963
945
|
ExecutionRole?: string | undefined;
|
|
964
|
-
CustomerContentEncryptionConfiguration?:
|
|
965
|
-
| CustomerContentEncryptionConfiguration
|
|
966
|
-
| undefined;
|
|
946
|
+
CustomerContentEncryptionConfiguration?: CustomerContentEncryptionConfiguration | undefined;
|
|
967
947
|
EnableMinimumEncryptionConfiguration?: boolean | undefined;
|
|
968
|
-
QueryResultsS3AccessGrantsConfiguration?:
|
|
969
|
-
| QueryResultsS3AccessGrantsConfiguration
|
|
970
|
-
| undefined;
|
|
948
|
+
QueryResultsS3AccessGrantsConfiguration?: QueryResultsS3AccessGrantsConfiguration | undefined;
|
|
971
949
|
MonitoringConfiguration?: MonitoringConfiguration | undefined;
|
|
972
950
|
EngineConfiguration?: EngineConfiguration | undefined;
|
|
973
951
|
}
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: AthenaClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: AthenaClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: AthenaClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: AthenaClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|
|
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: AthenaClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
|
-
requestHandler:
|
|
21
|
-
| RequestHandler
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
22
|
streamCollector: (
|
|
25
|
-
stream:
|
|
26
|
-
| import("stream").Readable
|
|
27
|
-
| import("stream/web").ReadableStream
|
|
28
|
-
| ReadableStream
|
|
29
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
30
24
|
) => Promise<Uint8Array>;
|
|
31
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: AthenaClientConfig) => {
|
|
|
53
47
|
logger: import("@smithy/types").Logger;
|
|
54
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
retryStrategy?:
|
|
57
|
-
| import("@smithy/types").RetryStrategy
|
|
58
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
59
51
|
endpoint?:
|
|
60
52
|
| ((
|
|
61
53
|
| string
|
|
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: AthenaClientConfig) => {
|
|
|
77
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
78
70
|
context?: {
|
|
79
71
|
logger?: import("@smithy/types").Logger;
|
|
80
|
-
}
|
|
72
|
+
},
|
|
81
73
|
) => import("@smithy/types").EndpointV2;
|
|
82
74
|
tls?: boolean;
|
|
83
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: AthenaClientConfig) => {
|
|
|
89
81
|
signer?:
|
|
90
82
|
| import("@smithy/types").RequestSigner
|
|
91
83
|
| ((
|
|
92
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
93
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
94
86
|
signingEscapePath?: boolean;
|
|
95
87
|
systemClockOffset?: number;
|
|
96
88
|
signingRegion?: string;
|
|
97
89
|
signerConstructor?: new (
|
|
98
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
92
|
) => import("@smithy/types").RequestSigner;
|
|
101
93
|
};
|