@aws-sdk/client-athena 3.952.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +940 -598
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/BatchGetNamedQueryCommand.js +2 -2
- package/dist-es/commands/BatchGetPreparedStatementCommand.js +2 -2
- package/dist-es/commands/BatchGetQueryExecutionCommand.js +2 -2
- package/dist-es/commands/CancelCapacityReservationCommand.js +2 -2
- package/dist-es/commands/CreateCapacityReservationCommand.js +2 -2
- package/dist-es/commands/CreateDataCatalogCommand.js +2 -2
- package/dist-es/commands/CreateNamedQueryCommand.js +2 -2
- package/dist-es/commands/CreateNotebookCommand.js +2 -2
- package/dist-es/commands/CreatePreparedStatementCommand.js +2 -2
- package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +2 -2
- package/dist-es/commands/CreateWorkGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCapacityReservationCommand.js +2 -2
- package/dist-es/commands/DeleteDataCatalogCommand.js +2 -2
- package/dist-es/commands/DeleteNamedQueryCommand.js +2 -2
- package/dist-es/commands/DeleteNotebookCommand.js +2 -2
- package/dist-es/commands/DeletePreparedStatementCommand.js +2 -2
- package/dist-es/commands/DeleteWorkGroupCommand.js +2 -2
- package/dist-es/commands/ExportNotebookCommand.js +2 -2
- package/dist-es/commands/GetCalculationExecutionCodeCommand.js +2 -2
- package/dist-es/commands/GetCalculationExecutionCommand.js +2 -2
- package/dist-es/commands/GetCalculationExecutionStatusCommand.js +2 -2
- package/dist-es/commands/GetCapacityAssignmentConfigurationCommand.js +2 -2
- package/dist-es/commands/GetCapacityReservationCommand.js +2 -2
- package/dist-es/commands/GetDataCatalogCommand.js +2 -2
- package/dist-es/commands/GetDatabaseCommand.js +2 -2
- package/dist-es/commands/GetNamedQueryCommand.js +2 -2
- package/dist-es/commands/GetNotebookMetadataCommand.js +2 -2
- package/dist-es/commands/GetPreparedStatementCommand.js +2 -2
- package/dist-es/commands/GetQueryExecutionCommand.js +2 -2
- package/dist-es/commands/GetQueryResultsCommand.js +2 -2
- package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +2 -2
- package/dist-es/commands/GetResourceDashboardCommand.js +2 -2
- package/dist-es/commands/GetSessionCommand.js +2 -2
- package/dist-es/commands/GetSessionEndpointCommand.js +2 -2
- package/dist-es/commands/GetSessionStatusCommand.js +2 -2
- package/dist-es/commands/GetTableMetadataCommand.js +2 -2
- package/dist-es/commands/GetWorkGroupCommand.js +2 -2
- package/dist-es/commands/ImportNotebookCommand.js +2 -2
- package/dist-es/commands/ListApplicationDPUSizesCommand.js +2 -2
- package/dist-es/commands/ListCalculationExecutionsCommand.js +2 -2
- package/dist-es/commands/ListCapacityReservationsCommand.js +2 -2
- package/dist-es/commands/ListDataCatalogsCommand.js +2 -2
- package/dist-es/commands/ListDatabasesCommand.js +2 -2
- package/dist-es/commands/ListEngineVersionsCommand.js +2 -2
- package/dist-es/commands/ListExecutorsCommand.js +2 -2
- package/dist-es/commands/ListNamedQueriesCommand.js +2 -2
- package/dist-es/commands/ListNotebookMetadataCommand.js +2 -2
- package/dist-es/commands/ListNotebookSessionsCommand.js +2 -2
- package/dist-es/commands/ListPreparedStatementsCommand.js +2 -2
- package/dist-es/commands/ListQueryExecutionsCommand.js +2 -2
- package/dist-es/commands/ListSessionsCommand.js +2 -2
- package/dist-es/commands/ListTableMetadataCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkGroupsCommand.js +2 -2
- package/dist-es/commands/PutCapacityAssignmentConfigurationCommand.js +2 -2
- package/dist-es/commands/StartCalculationExecutionCommand.js +2 -2
- package/dist-es/commands/StartQueryExecutionCommand.js +2 -2
- package/dist-es/commands/StartSessionCommand.js +2 -2
- package/dist-es/commands/StopCalculationExecutionCommand.js +2 -2
- package/dist-es/commands/StopQueryExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateSessionCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCapacityReservationCommand.js +2 -2
- package/dist-es/commands/UpdateDataCatalogCommand.js +2 -2
- package/dist-es/commands/UpdateNamedQueryCommand.js +2 -2
- package/dist-es/commands/UpdateNotebookCommand.js +2 -2
- package/dist-es/commands/UpdateNotebookMetadataCommand.js +2 -2
- package/dist-es/commands/UpdatePreparedStatementCommand.js +2 -2
- package/dist-es/commands/UpdateWorkGroupCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +577 -521
- package/dist-types/AthenaClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +287 -326
- package/dist-types/ts3.4/AthenaClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +286 -327
- package/package.json +34 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetTableMetadata } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTableMetadata$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTableMetadataCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTableMetadataCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "GetTableMetadata", {})
|
|
13
13
|
.n("AthenaClient", "GetTableMetadataCommand")
|
|
14
|
-
.sc(GetTableMetadata)
|
|
14
|
+
.sc(GetTableMetadata$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetWorkGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { GetWorkGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetWorkGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetWorkGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "GetWorkGroup", {})
|
|
13
13
|
.n("AthenaClient", "GetWorkGroupCommand")
|
|
14
|
-
.sc(GetWorkGroup)
|
|
14
|
+
.sc(GetWorkGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ImportNotebook } from "../schemas/schemas_0";
|
|
4
|
+
import { ImportNotebook$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ImportNotebookCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ImportNotebookCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ImportNotebook", {})
|
|
13
13
|
.n("AthenaClient", "ImportNotebookCommand")
|
|
14
|
-
.sc(ImportNotebook)
|
|
14
|
+
.sc(ImportNotebook$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListApplicationDPUSizes } from "../schemas/schemas_0";
|
|
4
|
+
import { ListApplicationDPUSizes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListApplicationDPUSizesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListApplicationDPUSizesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListApplicationDPUSizes", {})
|
|
13
13
|
.n("AthenaClient", "ListApplicationDPUSizesCommand")
|
|
14
|
-
.sc(ListApplicationDPUSizes)
|
|
14
|
+
.sc(ListApplicationDPUSizes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCalculationExecutions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCalculationExecutions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCalculationExecutionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCalculationExecutionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListCalculationExecutions", {})
|
|
13
13
|
.n("AthenaClient", "ListCalculationExecutionsCommand")
|
|
14
|
-
.sc(ListCalculationExecutions)
|
|
14
|
+
.sc(ListCalculationExecutions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCapacityReservations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCapacityReservations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCapacityReservationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCapacityReservationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListCapacityReservations", {})
|
|
13
13
|
.n("AthenaClient", "ListCapacityReservationsCommand")
|
|
14
|
-
.sc(ListCapacityReservations)
|
|
14
|
+
.sc(ListCapacityReservations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListDataCatalogs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDataCatalogs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDataCatalogsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDataCatalogsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListDataCatalogs", {})
|
|
13
13
|
.n("AthenaClient", "ListDataCatalogsCommand")
|
|
14
|
-
.sc(ListDataCatalogs)
|
|
14
|
+
.sc(ListDataCatalogs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListDatabases } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDatabases$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDatabasesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDatabasesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListDatabases", {})
|
|
13
13
|
.n("AthenaClient", "ListDatabasesCommand")
|
|
14
|
-
.sc(ListDatabases)
|
|
14
|
+
.sc(ListDatabases$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListEngineVersions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListEngineVersions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListEngineVersionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListEngineVersionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListEngineVersions", {})
|
|
13
13
|
.n("AthenaClient", "ListEngineVersionsCommand")
|
|
14
|
-
.sc(ListEngineVersions)
|
|
14
|
+
.sc(ListEngineVersions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListExecutors } from "../schemas/schemas_0";
|
|
4
|
+
import { ListExecutors$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListExecutorsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListExecutorsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListExecutors", {})
|
|
13
13
|
.n("AthenaClient", "ListExecutorsCommand")
|
|
14
|
-
.sc(ListExecutors)
|
|
14
|
+
.sc(ListExecutors$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListNamedQueries } from "../schemas/schemas_0";
|
|
4
|
+
import { ListNamedQueries$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListNamedQueriesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListNamedQueriesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListNamedQueries", {})
|
|
13
13
|
.n("AthenaClient", "ListNamedQueriesCommand")
|
|
14
|
-
.sc(ListNamedQueries)
|
|
14
|
+
.sc(ListNamedQueries$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListNotebookMetadata } from "../schemas/schemas_0";
|
|
4
|
+
import { ListNotebookMetadata$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListNotebookMetadataCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListNotebookMetadataCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListNotebookMetadata", {})
|
|
13
13
|
.n("AthenaClient", "ListNotebookMetadataCommand")
|
|
14
|
-
.sc(ListNotebookMetadata)
|
|
14
|
+
.sc(ListNotebookMetadata$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListNotebookSessions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListNotebookSessions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListNotebookSessionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListNotebookSessionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListNotebookSessions", {})
|
|
13
13
|
.n("AthenaClient", "ListNotebookSessionsCommand")
|
|
14
|
-
.sc(ListNotebookSessions)
|
|
14
|
+
.sc(ListNotebookSessions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListPreparedStatements } from "../schemas/schemas_0";
|
|
4
|
+
import { ListPreparedStatements$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListPreparedStatementsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListPreparedStatementsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListPreparedStatements", {})
|
|
13
13
|
.n("AthenaClient", "ListPreparedStatementsCommand")
|
|
14
|
-
.sc(ListPreparedStatements)
|
|
14
|
+
.sc(ListPreparedStatements$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListQueryExecutions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListQueryExecutions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListQueryExecutionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListQueryExecutionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListQueryExecutions", {})
|
|
13
13
|
.n("AthenaClient", "ListQueryExecutionsCommand")
|
|
14
|
-
.sc(ListQueryExecutions)
|
|
14
|
+
.sc(ListQueryExecutions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListSessions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListSessions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListSessionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListSessionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListSessions", {})
|
|
13
13
|
.n("AthenaClient", "ListSessionsCommand")
|
|
14
|
-
.sc(ListSessions)
|
|
14
|
+
.sc(ListSessions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTableMetadata } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTableMetadata$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTableMetadataCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTableMetadataCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListTableMetadata", {})
|
|
13
13
|
.n("AthenaClient", "ListTableMetadataCommand")
|
|
14
|
-
.sc(ListTableMetadata)
|
|
14
|
+
.sc(ListTableMetadata$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListTagsForResource", {})
|
|
13
13
|
.n("AthenaClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListWorkGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { ListWorkGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListWorkGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListWorkGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "ListWorkGroups", {})
|
|
13
13
|
.n("AthenaClient", "ListWorkGroupsCommand")
|
|
14
|
-
.sc(ListWorkGroups)
|
|
14
|
+
.sc(ListWorkGroups$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutCapacityAssignmentConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { PutCapacityAssignmentConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutCapacityAssignmentConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutCapacityAssignmentConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "PutCapacityAssignmentConfiguration", {})
|
|
13
13
|
.n("AthenaClient", "PutCapacityAssignmentConfigurationCommand")
|
|
14
|
-
.sc(PutCapacityAssignmentConfiguration)
|
|
14
|
+
.sc(PutCapacityAssignmentConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartCalculationExecution } from "../schemas/schemas_0";
|
|
4
|
+
import { StartCalculationExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartCalculationExecutionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartCalculationExecutionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "StartCalculationExecution", {})
|
|
13
13
|
.n("AthenaClient", "StartCalculationExecutionCommand")
|
|
14
|
-
.sc(StartCalculationExecution)
|
|
14
|
+
.sc(StartCalculationExecution$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartQueryExecution } from "../schemas/schemas_0";
|
|
4
|
+
import { StartQueryExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartQueryExecutionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartQueryExecutionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "StartQueryExecution", {})
|
|
13
13
|
.n("AthenaClient", "StartQueryExecutionCommand")
|
|
14
|
-
.sc(StartQueryExecution)
|
|
14
|
+
.sc(StartQueryExecution$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartSession } from "../schemas/schemas_0";
|
|
4
|
+
import { StartSession$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartSessionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartSessionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "StartSession", {})
|
|
13
13
|
.n("AthenaClient", "StartSessionCommand")
|
|
14
|
-
.sc(StartSession)
|
|
14
|
+
.sc(StartSession$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StopCalculationExecution } from "../schemas/schemas_0";
|
|
4
|
+
import { StopCalculationExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopCalculationExecutionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopCalculationExecutionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "StopCalculationExecution", {})
|
|
13
13
|
.n("AthenaClient", "StopCalculationExecutionCommand")
|
|
14
|
-
.sc(StopCalculationExecution)
|
|
14
|
+
.sc(StopCalculationExecution$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StopQueryExecution } from "../schemas/schemas_0";
|
|
4
|
+
import { StopQueryExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopQueryExecutionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopQueryExecutionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "StopQueryExecution", {})
|
|
13
13
|
.n("AthenaClient", "StopQueryExecutionCommand")
|
|
14
|
-
.sc(StopQueryExecution)
|
|
14
|
+
.sc(StopQueryExecution$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "TagResource", {})
|
|
13
13
|
.n("AthenaClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TerminateSession } from "../schemas/schemas_0";
|
|
4
|
+
import { TerminateSession$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TerminateSessionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TerminateSessionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "TerminateSession", {})
|
|
13
13
|
.n("AthenaClient", "TerminateSessionCommand")
|
|
14
|
-
.sc(TerminateSession)
|
|
14
|
+
.sc(TerminateSession$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "UntagResource", {})
|
|
13
13
|
.n("AthenaClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCapacityReservation } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCapacityReservation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCapacityReservationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCapacityReservationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "UpdateCapacityReservation", {})
|
|
13
13
|
.n("AthenaClient", "UpdateCapacityReservationCommand")
|
|
14
|
-
.sc(UpdateCapacityReservation)
|
|
14
|
+
.sc(UpdateCapacityReservation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateDataCatalog } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDataCatalog$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDataCatalogCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDataCatalogCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "UpdateDataCatalog", {})
|
|
13
13
|
.n("AthenaClient", "UpdateDataCatalogCommand")
|
|
14
|
-
.sc(UpdateDataCatalog)
|
|
14
|
+
.sc(UpdateDataCatalog$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateNamedQuery } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateNamedQuery$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateNamedQueryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateNamedQueryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "UpdateNamedQuery", {})
|
|
13
13
|
.n("AthenaClient", "UpdateNamedQueryCommand")
|
|
14
|
-
.sc(UpdateNamedQuery)
|
|
14
|
+
.sc(UpdateNamedQuery$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateNotebook } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateNotebook$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateNotebookCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateNotebookCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "UpdateNotebook", {})
|
|
13
13
|
.n("AthenaClient", "UpdateNotebookCommand")
|
|
14
|
-
.sc(UpdateNotebook)
|
|
14
|
+
.sc(UpdateNotebook$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateNotebookMetadata } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateNotebookMetadata$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateNotebookMetadataCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateNotebookMetadataCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "UpdateNotebookMetadata", {})
|
|
13
13
|
.n("AthenaClient", "UpdateNotebookMetadataCommand")
|
|
14
|
-
.sc(UpdateNotebookMetadata)
|
|
14
|
+
.sc(UpdateNotebookMetadata$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdatePreparedStatement } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdatePreparedStatement$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdatePreparedStatementCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdatePreparedStatementCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "UpdatePreparedStatement", {})
|
|
13
13
|
.n("AthenaClient", "UpdatePreparedStatementCommand")
|
|
14
|
-
.sc(UpdatePreparedStatement)
|
|
14
|
+
.sc(UpdatePreparedStatement$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateWorkGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateWorkGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateWorkGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateWorkGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonAthena", "UpdateWorkGroup", {})
|
|
13
13
|
.n("AthenaClient", "UpdateWorkGroupCommand")
|
|
14
|
-
.sc(UpdateWorkGroup)
|
|
14
|
+
.sc(UpdateWorkGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|