@aws-sdk/client-athena 3.193.0 → 3.195.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/CHANGELOG.md +19 -0
- package/dist-cjs/AthenaClient.js +11 -8
- package/dist-cjs/commands/BatchGetNamedQueryCommand.js +10 -0
- package/dist-cjs/commands/BatchGetPreparedStatementCommand.js +10 -0
- package/dist-cjs/commands/BatchGetQueryExecutionCommand.js +10 -0
- package/dist-cjs/commands/CreateDataCatalogCommand.js +10 -0
- package/dist-cjs/commands/CreateNamedQueryCommand.js +10 -0
- package/dist-cjs/commands/CreatePreparedStatementCommand.js +10 -0
- package/dist-cjs/commands/CreateWorkGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteDataCatalogCommand.js +10 -0
- package/dist-cjs/commands/DeleteNamedQueryCommand.js +10 -0
- package/dist-cjs/commands/DeletePreparedStatementCommand.js +10 -0
- package/dist-cjs/commands/DeleteWorkGroupCommand.js +10 -0
- package/dist-cjs/commands/GetDataCatalogCommand.js +10 -0
- package/dist-cjs/commands/GetDatabaseCommand.js +10 -0
- package/dist-cjs/commands/GetNamedQueryCommand.js +10 -0
- package/dist-cjs/commands/GetPreparedStatementCommand.js +10 -0
- package/dist-cjs/commands/GetQueryExecutionCommand.js +10 -0
- package/dist-cjs/commands/GetQueryResultsCommand.js +10 -0
- package/dist-cjs/commands/GetQueryRuntimeStatisticsCommand.js +10 -0
- package/dist-cjs/commands/GetTableMetadataCommand.js +10 -0
- package/dist-cjs/commands/GetWorkGroupCommand.js +10 -0
- package/dist-cjs/commands/ListDataCatalogsCommand.js +10 -0
- package/dist-cjs/commands/ListDatabasesCommand.js +10 -0
- package/dist-cjs/commands/ListEngineVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListNamedQueriesCommand.js +10 -0
- package/dist-cjs/commands/ListPreparedStatementsCommand.js +10 -0
- package/dist-cjs/commands/ListQueryExecutionsCommand.js +10 -0
- package/dist-cjs/commands/ListTableMetadataCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListWorkGroupsCommand.js +10 -0
- package/dist-cjs/commands/StartQueryExecutionCommand.js +10 -0
- package/dist-cjs/commands/StopQueryExecutionCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateDataCatalogCommand.js +10 -0
- package/dist-cjs/commands/UpdateNamedQueryCommand.js +10 -0
- package/dist-cjs/commands/UpdatePreparedStatementCommand.js +10 -0
- package/dist-cjs/commands/UpdateWorkGroupCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/AthenaClient.js +12 -9
- package/dist-es/commands/BatchGetNamedQueryCommand.js +10 -0
- package/dist-es/commands/BatchGetPreparedStatementCommand.js +10 -0
- package/dist-es/commands/BatchGetQueryExecutionCommand.js +10 -0
- package/dist-es/commands/CreateDataCatalogCommand.js +10 -0
- package/dist-es/commands/CreateNamedQueryCommand.js +10 -0
- package/dist-es/commands/CreatePreparedStatementCommand.js +10 -0
- package/dist-es/commands/CreateWorkGroupCommand.js +10 -0
- package/dist-es/commands/DeleteDataCatalogCommand.js +10 -0
- package/dist-es/commands/DeleteNamedQueryCommand.js +10 -0
- package/dist-es/commands/DeletePreparedStatementCommand.js +10 -0
- package/dist-es/commands/DeleteWorkGroupCommand.js +10 -0
- package/dist-es/commands/GetDataCatalogCommand.js +10 -0
- package/dist-es/commands/GetDatabaseCommand.js +10 -0
- package/dist-es/commands/GetNamedQueryCommand.js +10 -0
- package/dist-es/commands/GetPreparedStatementCommand.js +10 -0
- package/dist-es/commands/GetQueryExecutionCommand.js +10 -0
- package/dist-es/commands/GetQueryResultsCommand.js +10 -0
- package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +10 -0
- package/dist-es/commands/GetTableMetadataCommand.js +10 -0
- package/dist-es/commands/GetWorkGroupCommand.js +10 -0
- package/dist-es/commands/ListDataCatalogsCommand.js +10 -0
- package/dist-es/commands/ListDatabasesCommand.js +10 -0
- package/dist-es/commands/ListEngineVersionsCommand.js +10 -0
- package/dist-es/commands/ListNamedQueriesCommand.js +10 -0
- package/dist-es/commands/ListPreparedStatementsCommand.js +10 -0
- package/dist-es/commands/ListQueryExecutionsCommand.js +10 -0
- package/dist-es/commands/ListTableMetadataCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListWorkGroupsCommand.js +10 -0
- package/dist-es/commands/StartQueryExecutionCommand.js +10 -0
- package/dist-es/commands/StopQueryExecutionCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateDataCatalogCommand.js +10 -0
- package/dist-es/commands/UpdateNamedQueryCommand.js +10 -0
- package/dist-es/commands/UpdatePreparedStatementCommand.js +10 -0
- package/dist-es/commands/UpdateWorkGroupCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/AthenaClient.d.ts +6 -9
- package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataCatalogCommand.d.ts +2 -0
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +2 -0
- package/dist-types/commands/CreatePreparedStatementCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataCatalogCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNamedQueryCommand.d.ts +2 -0
- package/dist-types/commands/DeletePreparedStatementCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkGroupCommand.d.ts +2 -0
- package/dist-types/commands/GetDataCatalogCommand.d.ts +2 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +2 -0
- package/dist-types/commands/GetNamedQueryCommand.d.ts +2 -0
- package/dist-types/commands/GetPreparedStatementCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +2 -0
- package/dist-types/commands/GetTableMetadataCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkGroupCommand.d.ts +2 -0
- package/dist-types/commands/ListDataCatalogsCommand.d.ts +2 -0
- package/dist-types/commands/ListDatabasesCommand.d.ts +2 -0
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListNamedQueriesCommand.d.ts +2 -0
- package/dist-types/commands/ListPreparedStatementsCommand.d.ts +2 -0
- package/dist-types/commands/ListQueryExecutionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTableMetadataCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkGroupsCommand.d.ts +2 -0
- package/dist-types/commands/StartQueryExecutionCommand.d.ts +2 -0
- package/dist-types/commands/StopQueryExecutionCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDataCatalogCommand.d.ts +2 -0
- package/dist-types/commands/UpdateNamedQueryCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/AthenaClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -2
- package/dist-cjs/endpoints.js +0 -185
- package/dist-es/endpoints.js +0 -181
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -25,6 +26,7 @@ export interface GetWorkGroupCommandOutput extends GetWorkGroupOutput, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetWorkGroupCommand extends $Command<GetWorkGroupCommandInput, GetWorkGroupCommandOutput, AthenaClientResolvedConfig> {
|
|
27
28
|
readonly input: GetWorkGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetWorkGroupCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -25,6 +26,7 @@ export interface ListDataCatalogsCommandOutput extends ListDataCatalogsOutput, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListDataCatalogsCommand extends $Command<ListDataCatalogsCommandInput, ListDataCatalogsCommandOutput, AthenaClientResolvedConfig> {
|
|
27
28
|
readonly input: ListDataCatalogsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDataCatalogsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -25,6 +26,7 @@ export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListDatabasesCommand extends $Command<ListDatabasesCommandInput, ListDatabasesCommandOutput, AthenaClientResolvedConfig> {
|
|
27
28
|
readonly input: ListDatabasesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDatabasesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -26,6 +27,7 @@ export interface ListEngineVersionsCommandOutput extends ListEngineVersionsOutpu
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListEngineVersionsCommand extends $Command<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput, AthenaClientResolvedConfig> {
|
|
28
29
|
readonly input: ListEngineVersionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListEngineVersionsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -30,6 +31,7 @@ export interface ListNamedQueriesCommandOutput extends ListNamedQueriesOutput, _
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class ListNamedQueriesCommand extends $Command<ListNamedQueriesCommandInput, ListNamedQueriesCommandOutput, AthenaClientResolvedConfig> {
|
|
32
33
|
readonly input: ListNamedQueriesCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: ListNamedQueriesCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -25,6 +26,7 @@ export interface ListPreparedStatementsCommandOutput extends ListPreparedStateme
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListPreparedStatementsCommand extends $Command<ListPreparedStatementsCommandInput, ListPreparedStatementsCommandOutput, AthenaClientResolvedConfig> {
|
|
27
28
|
readonly input: ListPreparedStatementsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListPreparedStatementsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -31,6 +32,7 @@ export interface ListQueryExecutionsCommandOutput extends ListQueryExecutionsOut
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class ListQueryExecutionsCommand extends $Command<ListQueryExecutionsCommandInput, ListQueryExecutionsCommandOutput, AthenaClientResolvedConfig> {
|
|
33
34
|
readonly input: ListQueryExecutionsCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: ListQueryExecutionsCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -25,6 +26,7 @@ export interface ListTableMetadataCommandOutput extends ListTableMetadataOutput,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListTableMetadataCommand extends $Command<ListTableMetadataCommandInput, ListTableMetadataCommandOutput, AthenaClientResolvedConfig> {
|
|
27
28
|
readonly input: ListTableMetadataCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTableMetadataCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -26,6 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AthenaClientResolvedConfig> {
|
|
28
29
|
readonly input: ListTagsForResourceCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -25,6 +26,7 @@ export interface ListWorkGroupsCommandOutput extends ListWorkGroupsOutput, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListWorkGroupsCommand extends $Command<ListWorkGroupsCommandInput, ListWorkGroupsCommandOutput, AthenaClientResolvedConfig> {
|
|
27
28
|
readonly input: ListWorkGroupsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListWorkGroupsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -30,6 +31,7 @@ export interface StartQueryExecutionCommandOutput extends StartQueryExecutionOut
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class StartQueryExecutionCommand extends $Command<StartQueryExecutionCommandInput, StartQueryExecutionCommandOutput, AthenaClientResolvedConfig> {
|
|
32
33
|
readonly input: StartQueryExecutionCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: StartQueryExecutionCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -29,6 +30,7 @@ export interface StopQueryExecutionCommandOutput extends StopQueryExecutionOutpu
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class StopQueryExecutionCommand extends $Command<StopQueryExecutionCommandInput, StopQueryExecutionCommandOutput, AthenaClientResolvedConfig> {
|
|
31
32
|
readonly input: StopQueryExecutionCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: StopQueryExecutionCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -35,6 +36,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AthenaClientResolvedConfig> {
|
|
37
38
|
readonly input: TagResourceCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: TagResourceCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AthenaClientResolvedConfig> {
|
|
27
28
|
readonly input: UntagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UntagResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateDataCatalogCommandOutput extends UpdateDataCatalogOutput,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateDataCatalogCommand extends $Command<UpdateDataCatalogCommandInput, UpdateDataCatalogCommandOutput, AthenaClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateDataCatalogCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateDataCatalogCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -26,6 +27,7 @@ export interface UpdateNamedQueryCommandOutput extends UpdateNamedQueryOutput, _
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class UpdateNamedQueryCommand extends $Command<UpdateNamedQueryCommandInput, UpdateNamedQueryCommandOutput, AthenaClientResolvedConfig> {
|
|
28
29
|
readonly input: UpdateNamedQueryCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: UpdateNamedQueryCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdatePreparedStatementCommandOutput extends UpdatePreparedStat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdatePreparedStatementCommand extends $Command<UpdatePreparedStatementCommandInput, UpdatePreparedStatementCommandOutput, AthenaClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdatePreparedStatementCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdatePreparedStatementCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
@@ -26,6 +27,7 @@ export interface UpdateWorkGroupCommandOutput extends UpdateWorkGroupOutput, __M
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class UpdateWorkGroupCommand extends $Command<UpdateWorkGroupCommandInput, UpdateWorkGroupCommandOutput, AthenaClientResolvedConfig> {
|
|
28
29
|
readonly input: UpdateWorkGroupCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: UpdateWorkGroupCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: AthenaClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: AthenaClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: AthenaClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
28
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { AthenaClientConfig } from "./AthenaClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: AthenaClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -190,6 +191,11 @@ import {
|
|
|
190
191
|
UpdateWorkGroupCommandInput,
|
|
191
192
|
UpdateWorkGroupCommandOutput,
|
|
192
193
|
} from "./commands/UpdateWorkGroupCommand";
|
|
194
|
+
import {
|
|
195
|
+
ClientInputEndpointParameters,
|
|
196
|
+
ClientResolvedEndpointParameters,
|
|
197
|
+
EndpointParameters,
|
|
198
|
+
} from "./endpoint/EndpointParameters";
|
|
193
199
|
export declare type ServiceInputTypes =
|
|
194
200
|
| BatchGetNamedQueryCommandInput
|
|
195
201
|
| BatchGetPreparedStatementCommandInput
|
|
@@ -287,7 +293,6 @@ export interface ClientDefaults
|
|
|
287
293
|
serviceId?: string;
|
|
288
294
|
region?: string | __Provider<string>;
|
|
289
295
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
290
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
291
296
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
292
297
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
293
298
|
}
|
|
@@ -296,21 +301,23 @@ declare type AthenaClientConfigType = Partial<
|
|
|
296
301
|
> &
|
|
297
302
|
ClientDefaults &
|
|
298
303
|
RegionInputConfig &
|
|
299
|
-
|
|
304
|
+
EndpointInputConfig<EndpointParameters> &
|
|
300
305
|
RetryInputConfig &
|
|
301
306
|
HostHeaderInputConfig &
|
|
302
307
|
AwsAuthInputConfig &
|
|
303
|
-
UserAgentInputConfig
|
|
308
|
+
UserAgentInputConfig &
|
|
309
|
+
ClientInputEndpointParameters;
|
|
304
310
|
export interface AthenaClientConfig extends AthenaClientConfigType {}
|
|
305
311
|
declare type AthenaClientResolvedConfigType =
|
|
306
312
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
307
313
|
Required<ClientDefaults> &
|
|
308
314
|
RegionResolvedConfig &
|
|
309
|
-
|
|
315
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
310
316
|
RetryResolvedConfig &
|
|
311
317
|
HostHeaderResolvedConfig &
|
|
312
318
|
AwsAuthResolvedConfig &
|
|
313
|
-
UserAgentResolvedConfig
|
|
319
|
+
UserAgentResolvedConfig &
|
|
320
|
+
ClientResolvedEndpointParameters;
|
|
314
321
|
export interface AthenaClientResolvedConfig
|
|
315
322
|
extends AthenaClientResolvedConfigType {}
|
|
316
323
|
export declare class AthenaClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchGetNamedQueryCommand extends $Command<
|
|
|
25
26
|
AthenaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchGetNamedQueryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchGetNamedQueryCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchGetPreparedStatementCommand extends $Command<
|
|
|
25
26
|
AthenaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchGetPreparedStatementCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchGetPreparedStatementCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchGetQueryExecutionCommand extends $Command<
|
|
|
25
26
|
AthenaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchGetQueryExecutionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchGetQueryExecutionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateDataCatalogCommand extends $Command<
|
|
|
24
25
|
AthenaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateDataCatalogCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateDataCatalogCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateNamedQueryCommand extends $Command<
|
|
|
24
25
|
AthenaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateNamedQueryCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateNamedQueryCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreatePreparedStatementCommand extends $Command<
|
|
|
25
26
|
AthenaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreatePreparedStatementCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreatePreparedStatementCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateWorkGroupCommand extends $Command<
|
|
|
24
25
|
AthenaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateWorkGroupCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateWorkGroupCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteDataCatalogCommand extends $Command<
|
|
|
24
25
|
AthenaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteDataCatalogCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteDataCatalogCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteNamedQueryCommand extends $Command<
|
|
|
24
25
|
AthenaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteNamedQueryCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteNamedQueryCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeletePreparedStatementCommand extends $Command<
|
|
|
25
26
|
AthenaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeletePreparedStatementCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeletePreparedStatementCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteWorkGroupCommand extends $Command<
|
|
|
24
25
|
AthenaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteWorkGroupCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteWorkGroupCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetDataCatalogCommand extends $Command<
|
|
|
21
22
|
AthenaClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetDataCatalogCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetDataCatalogCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetDatabaseCommand extends $Command<
|
|
|
21
22
|
AthenaClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetDatabaseCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetDatabaseCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetNamedQueryCommand extends $Command<
|
|
|
21
22
|
AthenaClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetNamedQueryCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetNamedQueryCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetPreparedStatementCommand extends $Command<
|
|
|
25
26
|
AthenaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetPreparedStatementCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetPreparedStatementCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class GetQueryExecutionCommand extends $Command<
|
|
|
24
25
|
AthenaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GetQueryExecutionCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GetQueryExecutionCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|