@aws-sdk/client-athena 3.803.0 → 3.806.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/runtimeConfig.js +6 -6
- package/dist-es/runtimeConfig.js +6 -6
- package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +1 -1
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataCatalogCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookCommand.d.ts +1 -1
- package/dist-types/commands/CreatePreparedStatementCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataCatalogCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookCommand.d.ts +1 -1
- package/dist-types/commands/DeletePreparedStatementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkGroupCommand.d.ts +1 -1
- package/dist-types/commands/ExportNotebookCommand.d.ts +1 -1
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +1 -1
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetDataCatalogCommand.d.ts +1 -1
- package/dist-types/commands/GetDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetNamedQueryCommand.d.ts +1 -1
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetPreparedStatementCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetTableMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkGroupCommand.d.ts +1 -1
- package/dist-types/commands/ImportNotebookCommand.d.ts +1 -1
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatabasesCommand.d.ts +1 -1
- package/dist-types/commands/ListExecutorsCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPreparedStatementsCommand.d.ts +1 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTableMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartQueryExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartSessionCommand.d.ts +1 -1
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataCatalogCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNamedQueryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
- package/dist-types/runtimeConfig.browser.d.ts +17 -17
- package/dist-types/runtimeConfig.d.ts +16 -16
- package/dist-types/runtimeConfig.native.d.ts +18 -18
- package/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
- package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/package.json +22 -22
|
@@ -23,20 +23,20 @@ const getRuntimeConfig = (config) => {
|
|
|
23
23
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
24
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
25
25
|
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
26
|
-
const
|
|
26
|
+
const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
|
|
27
27
|
return {
|
|
28
28
|
...clientSharedValues,
|
|
29
29
|
...config,
|
|
30
30
|
runtime: "node",
|
|
31
31
|
defaultsMode,
|
|
32
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
32
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
33
33
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
34
34
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
35
35
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
36
36
|
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
37
37
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
38
38
|
region: config?.region ??
|
|
39
|
-
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...
|
|
39
|
+
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
40
40
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
41
41
|
retryMode: config?.retryMode ??
|
|
42
42
|
(0, node_config_provider_1.loadConfig)({
|
|
@@ -45,9 +45,9 @@ const getRuntimeConfig = (config) => {
|
|
|
45
45
|
}, config),
|
|
46
46
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
47
47
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
48
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
49
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
50
|
-
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS,
|
|
48
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
49
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
50
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
53
|
exports.getRuntimeConfig = getRuntimeConfig;
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -19,20 +19,20 @@ export const getRuntimeConfig = (config) => {
|
|
|
19
19
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
20
20
|
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
21
21
|
awsCheckVersion(process.version);
|
|
22
|
-
const
|
|
22
|
+
const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
|
|
23
23
|
return {
|
|
24
24
|
...clientSharedValues,
|
|
25
25
|
...config,
|
|
26
26
|
runtime: "node",
|
|
27
27
|
defaultsMode,
|
|
28
|
-
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
28
|
+
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
29
29
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
30
30
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
31
31
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
32
32
|
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
33
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
34
34
|
region: config?.region ??
|
|
35
|
-
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...
|
|
35
|
+
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
36
36
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
37
37
|
retryMode: config?.retryMode ??
|
|
38
38
|
loadNodeConfig({
|
|
@@ -41,8 +41,8 @@ export const getRuntimeConfig = (config) => {
|
|
|
41
41
|
}, config),
|
|
42
42
|
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
43
43
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
44
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
45
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
46
|
-
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS,
|
|
44
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
45
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
46
|
+
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
47
47
|
};
|
|
48
48
|
};
|
|
@@ -23,7 +23,7 @@ export interface BatchGetNamedQueryCommandOutput extends BatchGetNamedQueryOutpu
|
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetNamedQueryCommand_base: {
|
|
25
25
|
new (input: BatchGetNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetNamedQueryCommandInput, BatchGetNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: BatchGetNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetNamedQueryCommandInput, BatchGetNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface BatchGetPreparedStatementCommandOutput extends BatchGetPrepared
|
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetPreparedStatementCommand_base: {
|
|
25
25
|
new (input: BatchGetPreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetPreparedStatementCommandInput, BatchGetPreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: BatchGetPreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetPreparedStatementCommandInput, BatchGetPreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface BatchGetQueryExecutionCommandOutput extends BatchGetQueryExecut
|
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetQueryExecutionCommand_base: {
|
|
25
25
|
new (input: BatchGetQueryExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetQueryExecutionCommandInput, BatchGetQueryExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: BatchGetQueryExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetQueryExecutionCommandInput, BatchGetQueryExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CancelCapacityReservationCommandOutput extends CancelCapacityRe
|
|
|
23
23
|
}
|
|
24
24
|
declare const CancelCapacityReservationCommand_base: {
|
|
25
25
|
new (input: CancelCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<CancelCapacityReservationCommandInput, CancelCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CancelCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<CancelCapacityReservationCommandInput, CancelCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateCapacityReservationCommandOutput extends CreateCapacityRe
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateCapacityReservationCommand_base: {
|
|
25
25
|
new (input: CreateCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateDataCatalogCommandOutput extends CreateDataCatalogOutput,
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDataCatalogCommand_base: {
|
|
25
25
|
new (input: CreateDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataCatalogCommandInput, CreateDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataCatalogCommandInput, CreateDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateNamedQueryCommandOutput extends CreateNamedQueryOutput, _
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateNamedQueryCommand_base: {
|
|
25
25
|
new (input: CreateNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNamedQueryCommandInput, CreateNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNamedQueryCommandInput, CreateNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateNotebookCommandOutput extends CreateNotebookOutput, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateNotebookCommand_base: {
|
|
25
25
|
new (input: CreateNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNotebookCommandInput, CreateNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNotebookCommandInput, CreateNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreatePreparedStatementCommandOutput extends CreatePreparedStat
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePreparedStatementCommand_base: {
|
|
25
25
|
new (input: CreatePreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePreparedStatementCommandInput, CreatePreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreatePreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePreparedStatementCommandInput, CreatePreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreatePresignedNotebookUrlCommandOutput extends CreatePresigned
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePresignedNotebookUrlCommand_base: {
|
|
25
25
|
new (input: CreatePresignedNotebookUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePresignedNotebookUrlCommandInput, CreatePresignedNotebookUrlCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreatePresignedNotebookUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePresignedNotebookUrlCommandInput, CreatePresignedNotebookUrlCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateWorkGroupCommandOutput extends CreateWorkGroupOutput, __M
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateWorkGroupCommand_base: {
|
|
25
25
|
new (input: CreateWorkGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkGroupCommandInput, CreateWorkGroupCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateWorkGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkGroupCommandInput, CreateWorkGroupCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteCapacityReservationCommandOutput extends DeleteCapacityRe
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCapacityReservationCommand_base: {
|
|
25
25
|
new (input: DeleteCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCapacityReservationCommandInput, DeleteCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCapacityReservationCommandInput, DeleteCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteDataCatalogCommandOutput extends DeleteDataCatalogOutput,
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDataCatalogCommand_base: {
|
|
25
25
|
new (input: DeleteDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataCatalogCommandInput, DeleteDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataCatalogCommandInput, DeleteDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteNotebookCommandOutput extends DeleteNotebookOutput, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteNotebookCommand_base: {
|
|
25
25
|
new (input: DeleteNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotebookCommandInput, DeleteNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotebookCommandInput, DeleteNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeletePreparedStatementCommandOutput extends DeletePreparedStat
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePreparedStatementCommand_base: {
|
|
25
25
|
new (input: DeletePreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePreparedStatementCommandInput, DeletePreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeletePreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePreparedStatementCommandInput, DeletePreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteWorkGroupCommandOutput extends DeleteWorkGroupOutput, __M
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteWorkGroupCommand_base: {
|
|
25
25
|
new (input: DeleteWorkGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkGroupCommandInput, DeleteWorkGroupCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteWorkGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkGroupCommandInput, DeleteWorkGroupCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ExportNotebookCommandOutput extends ExportNotebookOutput, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const ExportNotebookCommand_base: {
|
|
25
25
|
new (input: ExportNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<ExportNotebookCommandInput, ExportNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ExportNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<ExportNotebookCommandInput, ExportNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetCalculationExecutionCodeCommandOutput extends GetCalculation
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetCalculationExecutionCodeCommand_base: {
|
|
25
25
|
new (input: GetCalculationExecutionCodeCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculationExecutionCodeCommandInput, GetCalculationExecutionCodeCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetCalculationExecutionCodeCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculationExecutionCodeCommandInput, GetCalculationExecutionCodeCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetCalculationExecutionCommandOutput extends GetCalculationExec
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetCalculationExecutionCommand_base: {
|
|
25
25
|
new (input: GetCalculationExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculationExecutionCommandInput, GetCalculationExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetCalculationExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculationExecutionCommandInput, GetCalculationExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetCalculationExecutionStatusCommandOutput extends GetCalculati
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetCalculationExecutionStatusCommand_base: {
|
|
25
25
|
new (input: GetCalculationExecutionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculationExecutionStatusCommandInput, GetCalculationExecutionStatusCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetCalculationExecutionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculationExecutionStatusCommandInput, GetCalculationExecutionStatusCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetCapacityAssignmentConfigurationCommandOutput extends GetCapa
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetCapacityAssignmentConfigurationCommand_base: {
|
|
25
25
|
new (input: GetCapacityAssignmentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityAssignmentConfigurationCommandInput, GetCapacityAssignmentConfigurationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetCapacityAssignmentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityAssignmentConfigurationCommandInput, GetCapacityAssignmentConfigurationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetCapacityReservationCommandOutput extends GetCapacityReservat
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetCapacityReservationCommand_base: {
|
|
25
25
|
new (input: GetCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityReservationCommandInput, GetCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityReservationCommandInput, GetCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetDataCatalogCommandOutput extends GetDataCatalogOutput, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataCatalogCommand_base: {
|
|
25
25
|
new (input: GetDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataCatalogCommandInput, GetDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataCatalogCommandInput, GetDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetDatabaseCommandOutput extends GetDatabaseOutput, __MetadataB
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetDatabaseCommand_base: {
|
|
25
25
|
new (input: GetDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetDatabaseCommandInput, GetDatabaseCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetDatabaseCommandInput, GetDatabaseCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetNamedQueryCommandOutput extends GetNamedQueryOutput, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetNamedQueryCommand_base: {
|
|
25
25
|
new (input: GetNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamedQueryCommandInput, GetNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamedQueryCommandInput, GetNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetNotebookMetadataCommandOutput extends GetNotebookMetadataOut
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetNotebookMetadataCommand_base: {
|
|
25
25
|
new (input: GetNotebookMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetNotebookMetadataCommandInput, GetNotebookMetadataCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetNotebookMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetNotebookMetadataCommandInput, GetNotebookMetadataCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetPreparedStatementCommandOutput extends GetPreparedStatementO
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetPreparedStatementCommand_base: {
|
|
25
25
|
new (input: GetPreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<GetPreparedStatementCommandInput, GetPreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetPreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<GetPreparedStatementCommandInput, GetPreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetQueryExecutionCommandOutput extends GetQueryExecutionOutput,
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetQueryExecutionCommand_base: {
|
|
25
25
|
new (input: GetQueryExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryExecutionCommandInput, GetQueryExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetQueryExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryExecutionCommandInput, GetQueryExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetQueryResultsCommandOutput extends GetQueryResultsOutput, __M
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetQueryResultsCommand_base: {
|
|
25
25
|
new (input: GetQueryResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetQueryResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetQueryRuntimeStatisticsCommandOutput extends GetQueryRuntimeS
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetQueryRuntimeStatisticsCommand_base: {
|
|
25
25
|
new (input: GetQueryRuntimeStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryRuntimeStatisticsCommandInput, GetQueryRuntimeStatisticsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetQueryRuntimeStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryRuntimeStatisticsCommandInput, GetQueryRuntimeStatisticsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetSessionCommand_base: {
|
|
25
25
|
new (input: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetSessionStatusCommandOutput extends GetSessionStatusResponse,
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetSessionStatusCommand_base: {
|
|
25
25
|
new (input: GetSessionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionStatusCommandInput, GetSessionStatusCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetSessionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionStatusCommandInput, GetSessionStatusCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetTableMetadataCommandOutput extends GetTableMetadataOutput, _
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetTableMetadataCommand_base: {
|
|
25
25
|
new (input: GetTableMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableMetadataCommandInput, GetTableMetadataCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetTableMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableMetadataCommandInput, GetTableMetadataCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetWorkGroupCommandOutput extends GetWorkGroupOutput, __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetWorkGroupCommand_base: {
|
|
25
25
|
new (input: GetWorkGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkGroupCommandInput, GetWorkGroupCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetWorkGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkGroupCommandInput, GetWorkGroupCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ImportNotebookCommandOutput extends ImportNotebookOutput, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const ImportNotebookCommand_base: {
|
|
25
25
|
new (input: ImportNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<ImportNotebookCommandInput, ImportNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ImportNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<ImportNotebookCommandInput, ImportNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListCalculationExecutionsCommandOutput extends ListCalculationE
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListCalculationExecutionsCommand_base: {
|
|
25
25
|
new (input: ListCalculationExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCalculationExecutionsCommandInput, ListCalculationExecutionsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListCalculationExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCalculationExecutionsCommandInput, ListCalculationExecutionsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListDatabasesCommand_base: {
|
|
25
25
|
new (input: ListDatabasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListDatabasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListExecutorsCommandOutput extends ListExecutorsResponse, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListExecutorsCommand_base: {
|
|
25
25
|
new (input: ListExecutorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExecutorsCommandInput, ListExecutorsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListExecutorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExecutorsCommandInput, ListExecutorsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListNotebookMetadataCommandOutput extends ListNotebookMetadataO
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListNotebookMetadataCommand_base: {
|
|
25
25
|
new (input: ListNotebookMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<ListNotebookMetadataCommandInput, ListNotebookMetadataCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListNotebookMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<ListNotebookMetadataCommandInput, ListNotebookMetadataCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListNotebookSessionsCommandOutput extends ListNotebookSessionsR
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListNotebookSessionsCommand_base: {
|
|
25
25
|
new (input: ListNotebookSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNotebookSessionsCommandInput, ListNotebookSessionsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListNotebookSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNotebookSessionsCommandInput, ListNotebookSessionsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListPreparedStatementsCommandOutput extends ListPreparedStateme
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListPreparedStatementsCommand_base: {
|
|
25
25
|
new (input: ListPreparedStatementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPreparedStatementsCommandInput, ListPreparedStatementsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListPreparedStatementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPreparedStatementsCommandInput, ListPreparedStatementsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListSessionsCommandOutput extends ListSessionsResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListSessionsCommand_base: {
|
|
25
25
|
new (input: ListSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSessionsCommandInput, ListSessionsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSessionsCommandInput, ListSessionsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListTableMetadataCommandOutput extends ListTableMetadataOutput,
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListTableMetadataCommand_base: {
|
|
25
25
|
new (input: ListTableMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<ListTableMetadataCommandInput, ListTableMetadataCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListTableMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<ListTableMetadataCommandInput, ListTableMetadataCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
25
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface PutCapacityAssignmentConfigurationCommandOutput extends PutCapa
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutCapacityAssignmentConfigurationCommand_base: {
|
|
25
25
|
new (input: PutCapacityAssignmentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutCapacityAssignmentConfigurationCommandInput, PutCapacityAssignmentConfigurationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PutCapacityAssignmentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutCapacityAssignmentConfigurationCommandInput, PutCapacityAssignmentConfigurationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface StartCalculationExecutionCommandOutput extends StartCalculation
|
|
|
23
23
|
}
|
|
24
24
|
declare const StartCalculationExecutionCommand_base: {
|
|
25
25
|
new (input: StartCalculationExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartCalculationExecutionCommandInput, StartCalculationExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: StartCalculationExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartCalculationExecutionCommandInput, StartCalculationExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|