@aws-sdk/client-athena 3.1076.0 → 3.1078.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 +219 -843
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchGetNamedQueryCommand.js +2 -14
- package/dist-es/commands/BatchGetPreparedStatementCommand.js +2 -14
- package/dist-es/commands/BatchGetQueryExecutionCommand.js +2 -14
- package/dist-es/commands/CancelCapacityReservationCommand.js +2 -14
- package/dist-es/commands/CreateCapacityReservationCommand.js +2 -14
- package/dist-es/commands/CreateDataCatalogCommand.js +2 -14
- package/dist-es/commands/CreateNamedQueryCommand.js +2 -14
- package/dist-es/commands/CreateNotebookCommand.js +2 -14
- package/dist-es/commands/CreatePreparedStatementCommand.js +2 -14
- package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +2 -14
- package/dist-es/commands/CreateWorkGroupCommand.js +2 -14
- package/dist-es/commands/DeleteCapacityReservationCommand.js +2 -14
- package/dist-es/commands/DeleteDataCatalogCommand.js +2 -14
- package/dist-es/commands/DeleteNamedQueryCommand.js +2 -14
- package/dist-es/commands/DeleteNotebookCommand.js +2 -14
- package/dist-es/commands/DeletePreparedStatementCommand.js +2 -14
- package/dist-es/commands/DeleteWorkGroupCommand.js +2 -14
- package/dist-es/commands/ExportNotebookCommand.js +2 -14
- package/dist-es/commands/GetCalculationExecutionCodeCommand.js +2 -14
- package/dist-es/commands/GetCalculationExecutionCommand.js +2 -14
- package/dist-es/commands/GetCalculationExecutionStatusCommand.js +2 -14
- package/dist-es/commands/GetCapacityAssignmentConfigurationCommand.js +2 -14
- package/dist-es/commands/GetCapacityReservationCommand.js +2 -14
- package/dist-es/commands/GetDataCatalogCommand.js +2 -14
- package/dist-es/commands/GetDatabaseCommand.js +2 -14
- package/dist-es/commands/GetNamedQueryCommand.js +2 -14
- package/dist-es/commands/GetNotebookMetadataCommand.js +2 -14
- package/dist-es/commands/GetPreparedStatementCommand.js +2 -14
- package/dist-es/commands/GetQueryExecutionCommand.js +2 -14
- package/dist-es/commands/GetQueryResultsCommand.js +2 -14
- package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +2 -14
- package/dist-es/commands/GetResourceDashboardCommand.js +2 -14
- package/dist-es/commands/GetSessionCommand.js +2 -14
- package/dist-es/commands/GetSessionEndpointCommand.js +2 -14
- package/dist-es/commands/GetSessionStatusCommand.js +2 -14
- package/dist-es/commands/GetTableMetadataCommand.js +2 -14
- package/dist-es/commands/GetWorkGroupCommand.js +2 -14
- package/dist-es/commands/ImportNotebookCommand.js +2 -14
- package/dist-es/commands/ListApplicationDPUSizesCommand.js +2 -14
- package/dist-es/commands/ListCalculationExecutionsCommand.js +2 -14
- package/dist-es/commands/ListCapacityReservationsCommand.js +2 -14
- package/dist-es/commands/ListDataCatalogsCommand.js +2 -14
- package/dist-es/commands/ListDatabasesCommand.js +2 -14
- package/dist-es/commands/ListEngineVersionsCommand.js +2 -14
- package/dist-es/commands/ListExecutorsCommand.js +2 -14
- package/dist-es/commands/ListNamedQueriesCommand.js +2 -14
- package/dist-es/commands/ListNotebookMetadataCommand.js +2 -14
- package/dist-es/commands/ListNotebookSessionsCommand.js +2 -14
- package/dist-es/commands/ListPreparedStatementsCommand.js +2 -14
- package/dist-es/commands/ListQueryExecutionsCommand.js +2 -14
- package/dist-es/commands/ListSessionsCommand.js +2 -14
- package/dist-es/commands/ListTableMetadataCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWorkGroupsCommand.js +2 -14
- package/dist-es/commands/PutCapacityAssignmentConfigurationCommand.js +2 -14
- package/dist-es/commands/StartCalculationExecutionCommand.js +2 -14
- package/dist-es/commands/StartQueryExecutionCommand.js +2 -14
- package/dist-es/commands/StartSessionCommand.js +2 -14
- package/dist-es/commands/StopCalculationExecutionCommand.js +2 -14
- package/dist-es/commands/StopQueryExecutionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TerminateSessionCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCapacityReservationCommand.js +2 -14
- package/dist-es/commands/UpdateDataCatalogCommand.js +2 -14
- package/dist-es/commands/UpdateNamedQueryCommand.js +2 -14
- package/dist-es/commands/UpdateNotebookCommand.js +2 -14
- package/dist-es/commands/UpdateNotebookMetadataCommand.js +2 -14
- package/dist-es/commands/UpdatePreparedStatementCommand.js +2 -14
- package/dist-es/commands/UpdateWorkGroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +3 -8
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +3 -8
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataCatalogCommand.d.ts +3 -8
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +3 -8
- package/dist-types/commands/CreateNotebookCommand.d.ts +3 -8
- package/dist-types/commands/CreatePreparedStatementCommand.d.ts +3 -8
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCapacityReservationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataCatalogCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNamedQueryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNotebookCommand.d.ts +3 -8
- package/dist-types/commands/DeletePreparedStatementCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkGroupCommand.d.ts +3 -8
- package/dist-types/commands/ExportNotebookCommand.d.ts +3 -8
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +3 -8
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +3 -8
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetCapacityReservationCommand.d.ts +3 -8
- package/dist-types/commands/GetDataCatalogCommand.d.ts +3 -8
- package/dist-types/commands/GetDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/GetNamedQueryCommand.d.ts +3 -8
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +3 -8
- package/dist-types/commands/GetPreparedStatementCommand.d.ts +3 -8
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +3 -8
- package/dist-types/commands/GetQueryResultsCommand.d.ts +3 -8
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceDashboardCommand.d.ts +3 -8
- package/dist-types/commands/GetSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetSessionEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetSessionStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTableMetadataCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkGroupCommand.d.ts +3 -8
- package/dist-types/commands/ImportNotebookCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +3 -8
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListCapacityReservationsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataCatalogsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatabasesCommand.d.ts +3 -8
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListExecutorsCommand.d.ts +3 -8
- package/dist-types/commands/ListNamedQueriesCommand.d.ts +3 -8
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +3 -8
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPreparedStatementsCommand.d.ts +3 -8
- package/dist-types/commands/ListQueryExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTableMetadataCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkGroupsCommand.d.ts +3 -8
- package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StartQueryExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StartSessionCommand.d.ts +3 -8
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StopQueryExecutionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TerminateSessionCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataCatalogCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNamedQueryCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNotebookCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceDashboardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultAthenaHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -2147,6 +2149,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2147
2149
|
serviceTarget: "AmazonAthena",
|
|
2148
2150
|
},
|
|
2149
2151
|
serviceId: config?.serviceId ?? "Athena",
|
|
2152
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2150
2153
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2151
2154
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2152
2155
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2180,7 +2183,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2180
2183
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2181
2184
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2182
2185
|
}, config),
|
|
2183
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2184
2186
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2185
2187
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2186
2188
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2268,844 +2270,218 @@ class AthenaClient extends Client {
|
|
|
2268
2270
|
}
|
|
2269
2271
|
}
|
|
2270
2272
|
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
}
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
}
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
}
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
}
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
}
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
}
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
}
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
}
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
}
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
}
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
}
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
}
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
}
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
}
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
}
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
}
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
}
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
}
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
.sc(ExportNotebook$)
|
|
2484
|
-
.build() {
|
|
2485
|
-
}
|
|
2486
|
-
|
|
2487
|
-
class GetCalculationExecutionCodeCommand extends Command
|
|
2488
|
-
.classBuilder()
|
|
2489
|
-
.ep(commonParams)
|
|
2490
|
-
.m(function (Command, cs, config, o) {
|
|
2491
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2492
|
-
})
|
|
2493
|
-
.s("AmazonAthena", "GetCalculationExecutionCode", {})
|
|
2494
|
-
.n("AthenaClient", "GetCalculationExecutionCodeCommand")
|
|
2495
|
-
.sc(GetCalculationExecutionCode$)
|
|
2496
|
-
.build() {
|
|
2497
|
-
}
|
|
2498
|
-
|
|
2499
|
-
class GetCalculationExecutionCommand extends Command
|
|
2500
|
-
.classBuilder()
|
|
2501
|
-
.ep(commonParams)
|
|
2502
|
-
.m(function (Command, cs, config, o) {
|
|
2503
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2504
|
-
})
|
|
2505
|
-
.s("AmazonAthena", "GetCalculationExecution", {})
|
|
2506
|
-
.n("AthenaClient", "GetCalculationExecutionCommand")
|
|
2507
|
-
.sc(GetCalculationExecution$)
|
|
2508
|
-
.build() {
|
|
2509
|
-
}
|
|
2510
|
-
|
|
2511
|
-
class GetCalculationExecutionStatusCommand extends Command
|
|
2512
|
-
.classBuilder()
|
|
2513
|
-
.ep(commonParams)
|
|
2514
|
-
.m(function (Command, cs, config, o) {
|
|
2515
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2516
|
-
})
|
|
2517
|
-
.s("AmazonAthena", "GetCalculationExecutionStatus", {})
|
|
2518
|
-
.n("AthenaClient", "GetCalculationExecutionStatusCommand")
|
|
2519
|
-
.sc(GetCalculationExecutionStatus$)
|
|
2520
|
-
.build() {
|
|
2521
|
-
}
|
|
2522
|
-
|
|
2523
|
-
class GetCapacityAssignmentConfigurationCommand extends Command
|
|
2524
|
-
.classBuilder()
|
|
2525
|
-
.ep(commonParams)
|
|
2526
|
-
.m(function (Command, cs, config, o) {
|
|
2527
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2528
|
-
})
|
|
2529
|
-
.s("AmazonAthena", "GetCapacityAssignmentConfiguration", {})
|
|
2530
|
-
.n("AthenaClient", "GetCapacityAssignmentConfigurationCommand")
|
|
2531
|
-
.sc(GetCapacityAssignmentConfiguration$)
|
|
2532
|
-
.build() {
|
|
2533
|
-
}
|
|
2534
|
-
|
|
2535
|
-
class GetCapacityReservationCommand extends Command
|
|
2536
|
-
.classBuilder()
|
|
2537
|
-
.ep(commonParams)
|
|
2538
|
-
.m(function (Command, cs, config, o) {
|
|
2539
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2540
|
-
})
|
|
2541
|
-
.s("AmazonAthena", "GetCapacityReservation", {})
|
|
2542
|
-
.n("AthenaClient", "GetCapacityReservationCommand")
|
|
2543
|
-
.sc(GetCapacityReservation$)
|
|
2544
|
-
.build() {
|
|
2545
|
-
}
|
|
2546
|
-
|
|
2547
|
-
class GetDatabaseCommand extends Command
|
|
2548
|
-
.classBuilder()
|
|
2549
|
-
.ep(commonParams)
|
|
2550
|
-
.m(function (Command, cs, config, o) {
|
|
2551
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2552
|
-
})
|
|
2553
|
-
.s("AmazonAthena", "GetDatabase", {})
|
|
2554
|
-
.n("AthenaClient", "GetDatabaseCommand")
|
|
2555
|
-
.sc(GetDatabase$)
|
|
2556
|
-
.build() {
|
|
2557
|
-
}
|
|
2558
|
-
|
|
2559
|
-
class GetDataCatalogCommand extends Command
|
|
2560
|
-
.classBuilder()
|
|
2561
|
-
.ep(commonParams)
|
|
2562
|
-
.m(function (Command, cs, config, o) {
|
|
2563
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2564
|
-
})
|
|
2565
|
-
.s("AmazonAthena", "GetDataCatalog", {})
|
|
2566
|
-
.n("AthenaClient", "GetDataCatalogCommand")
|
|
2567
|
-
.sc(GetDataCatalog$)
|
|
2568
|
-
.build() {
|
|
2569
|
-
}
|
|
2570
|
-
|
|
2571
|
-
class GetNamedQueryCommand extends Command
|
|
2572
|
-
.classBuilder()
|
|
2573
|
-
.ep(commonParams)
|
|
2574
|
-
.m(function (Command, cs, config, o) {
|
|
2575
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2576
|
-
})
|
|
2577
|
-
.s("AmazonAthena", "GetNamedQuery", {})
|
|
2578
|
-
.n("AthenaClient", "GetNamedQueryCommand")
|
|
2579
|
-
.sc(GetNamedQuery$)
|
|
2580
|
-
.build() {
|
|
2581
|
-
}
|
|
2582
|
-
|
|
2583
|
-
class GetNotebookMetadataCommand extends Command
|
|
2584
|
-
.classBuilder()
|
|
2585
|
-
.ep(commonParams)
|
|
2586
|
-
.m(function (Command, cs, config, o) {
|
|
2587
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2588
|
-
})
|
|
2589
|
-
.s("AmazonAthena", "GetNotebookMetadata", {})
|
|
2590
|
-
.n("AthenaClient", "GetNotebookMetadataCommand")
|
|
2591
|
-
.sc(GetNotebookMetadata$)
|
|
2592
|
-
.build() {
|
|
2593
|
-
}
|
|
2594
|
-
|
|
2595
|
-
class GetPreparedStatementCommand extends Command
|
|
2596
|
-
.classBuilder()
|
|
2597
|
-
.ep(commonParams)
|
|
2598
|
-
.m(function (Command, cs, config, o) {
|
|
2599
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2600
|
-
})
|
|
2601
|
-
.s("AmazonAthena", "GetPreparedStatement", {})
|
|
2602
|
-
.n("AthenaClient", "GetPreparedStatementCommand")
|
|
2603
|
-
.sc(GetPreparedStatement$)
|
|
2604
|
-
.build() {
|
|
2605
|
-
}
|
|
2606
|
-
|
|
2607
|
-
class GetQueryExecutionCommand extends Command
|
|
2608
|
-
.classBuilder()
|
|
2609
|
-
.ep(commonParams)
|
|
2610
|
-
.m(function (Command, cs, config, o) {
|
|
2611
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2612
|
-
})
|
|
2613
|
-
.s("AmazonAthena", "GetQueryExecution", {})
|
|
2614
|
-
.n("AthenaClient", "GetQueryExecutionCommand")
|
|
2615
|
-
.sc(GetQueryExecution$)
|
|
2616
|
-
.build() {
|
|
2617
|
-
}
|
|
2618
|
-
|
|
2619
|
-
class GetQueryResultsCommand extends Command
|
|
2620
|
-
.classBuilder()
|
|
2621
|
-
.ep(commonParams)
|
|
2622
|
-
.m(function (Command, cs, config, o) {
|
|
2623
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2624
|
-
})
|
|
2625
|
-
.s("AmazonAthena", "GetQueryResults", {})
|
|
2626
|
-
.n("AthenaClient", "GetQueryResultsCommand")
|
|
2627
|
-
.sc(GetQueryResults$)
|
|
2628
|
-
.build() {
|
|
2629
|
-
}
|
|
2630
|
-
|
|
2631
|
-
class GetQueryRuntimeStatisticsCommand extends Command
|
|
2632
|
-
.classBuilder()
|
|
2633
|
-
.ep(commonParams)
|
|
2634
|
-
.m(function (Command, cs, config, o) {
|
|
2635
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2636
|
-
})
|
|
2637
|
-
.s("AmazonAthena", "GetQueryRuntimeStatistics", {})
|
|
2638
|
-
.n("AthenaClient", "GetQueryRuntimeStatisticsCommand")
|
|
2639
|
-
.sc(GetQueryRuntimeStatistics$)
|
|
2640
|
-
.build() {
|
|
2641
|
-
}
|
|
2642
|
-
|
|
2643
|
-
class GetResourceDashboardCommand extends Command
|
|
2644
|
-
.classBuilder()
|
|
2645
|
-
.ep(commonParams)
|
|
2646
|
-
.m(function (Command, cs, config, o) {
|
|
2647
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2648
|
-
})
|
|
2649
|
-
.s("AmazonAthena", "GetResourceDashboard", {})
|
|
2650
|
-
.n("AthenaClient", "GetResourceDashboardCommand")
|
|
2651
|
-
.sc(GetResourceDashboard$)
|
|
2652
|
-
.build() {
|
|
2653
|
-
}
|
|
2654
|
-
|
|
2655
|
-
class GetSessionCommand extends Command
|
|
2656
|
-
.classBuilder()
|
|
2657
|
-
.ep(commonParams)
|
|
2658
|
-
.m(function (Command, cs, config, o) {
|
|
2659
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2660
|
-
})
|
|
2661
|
-
.s("AmazonAthena", "GetSession", {})
|
|
2662
|
-
.n("AthenaClient", "GetSessionCommand")
|
|
2663
|
-
.sc(GetSession$)
|
|
2664
|
-
.build() {
|
|
2665
|
-
}
|
|
2666
|
-
|
|
2667
|
-
class GetSessionEndpointCommand extends Command
|
|
2668
|
-
.classBuilder()
|
|
2669
|
-
.ep(commonParams)
|
|
2670
|
-
.m(function (Command, cs, config, o) {
|
|
2671
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2672
|
-
})
|
|
2673
|
-
.s("AmazonAthena", "GetSessionEndpoint", {})
|
|
2674
|
-
.n("AthenaClient", "GetSessionEndpointCommand")
|
|
2675
|
-
.sc(GetSessionEndpoint$)
|
|
2676
|
-
.build() {
|
|
2677
|
-
}
|
|
2678
|
-
|
|
2679
|
-
class GetSessionStatusCommand extends Command
|
|
2680
|
-
.classBuilder()
|
|
2681
|
-
.ep(commonParams)
|
|
2682
|
-
.m(function (Command, cs, config, o) {
|
|
2683
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2684
|
-
})
|
|
2685
|
-
.s("AmazonAthena", "GetSessionStatus", {})
|
|
2686
|
-
.n("AthenaClient", "GetSessionStatusCommand")
|
|
2687
|
-
.sc(GetSessionStatus$)
|
|
2688
|
-
.build() {
|
|
2689
|
-
}
|
|
2690
|
-
|
|
2691
|
-
class GetTableMetadataCommand extends Command
|
|
2692
|
-
.classBuilder()
|
|
2693
|
-
.ep(commonParams)
|
|
2694
|
-
.m(function (Command, cs, config, o) {
|
|
2695
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2696
|
-
})
|
|
2697
|
-
.s("AmazonAthena", "GetTableMetadata", {})
|
|
2698
|
-
.n("AthenaClient", "GetTableMetadataCommand")
|
|
2699
|
-
.sc(GetTableMetadata$)
|
|
2700
|
-
.build() {
|
|
2701
|
-
}
|
|
2702
|
-
|
|
2703
|
-
class GetWorkGroupCommand extends Command
|
|
2704
|
-
.classBuilder()
|
|
2705
|
-
.ep(commonParams)
|
|
2706
|
-
.m(function (Command, cs, config, o) {
|
|
2707
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2708
|
-
})
|
|
2709
|
-
.s("AmazonAthena", "GetWorkGroup", {})
|
|
2710
|
-
.n("AthenaClient", "GetWorkGroupCommand")
|
|
2711
|
-
.sc(GetWorkGroup$)
|
|
2712
|
-
.build() {
|
|
2713
|
-
}
|
|
2714
|
-
|
|
2715
|
-
class ImportNotebookCommand extends Command
|
|
2716
|
-
.classBuilder()
|
|
2717
|
-
.ep(commonParams)
|
|
2718
|
-
.m(function (Command, cs, config, o) {
|
|
2719
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2720
|
-
})
|
|
2721
|
-
.s("AmazonAthena", "ImportNotebook", {})
|
|
2722
|
-
.n("AthenaClient", "ImportNotebookCommand")
|
|
2723
|
-
.sc(ImportNotebook$)
|
|
2724
|
-
.build() {
|
|
2725
|
-
}
|
|
2726
|
-
|
|
2727
|
-
class ListApplicationDPUSizesCommand extends Command
|
|
2728
|
-
.classBuilder()
|
|
2729
|
-
.ep(commonParams)
|
|
2730
|
-
.m(function (Command, cs, config, o) {
|
|
2731
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2732
|
-
})
|
|
2733
|
-
.s("AmazonAthena", "ListApplicationDPUSizes", {})
|
|
2734
|
-
.n("AthenaClient", "ListApplicationDPUSizesCommand")
|
|
2735
|
-
.sc(ListApplicationDPUSizes$)
|
|
2736
|
-
.build() {
|
|
2737
|
-
}
|
|
2738
|
-
|
|
2739
|
-
class ListCalculationExecutionsCommand extends Command
|
|
2740
|
-
.classBuilder()
|
|
2741
|
-
.ep(commonParams)
|
|
2742
|
-
.m(function (Command, cs, config, o) {
|
|
2743
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2744
|
-
})
|
|
2745
|
-
.s("AmazonAthena", "ListCalculationExecutions", {})
|
|
2746
|
-
.n("AthenaClient", "ListCalculationExecutionsCommand")
|
|
2747
|
-
.sc(ListCalculationExecutions$)
|
|
2748
|
-
.build() {
|
|
2749
|
-
}
|
|
2750
|
-
|
|
2751
|
-
class ListCapacityReservationsCommand extends Command
|
|
2752
|
-
.classBuilder()
|
|
2753
|
-
.ep(commonParams)
|
|
2754
|
-
.m(function (Command, cs, config, o) {
|
|
2755
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2756
|
-
})
|
|
2757
|
-
.s("AmazonAthena", "ListCapacityReservations", {})
|
|
2758
|
-
.n("AthenaClient", "ListCapacityReservationsCommand")
|
|
2759
|
-
.sc(ListCapacityReservations$)
|
|
2760
|
-
.build() {
|
|
2761
|
-
}
|
|
2762
|
-
|
|
2763
|
-
class ListDatabasesCommand extends Command
|
|
2764
|
-
.classBuilder()
|
|
2765
|
-
.ep(commonParams)
|
|
2766
|
-
.m(function (Command, cs, config, o) {
|
|
2767
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2768
|
-
})
|
|
2769
|
-
.s("AmazonAthena", "ListDatabases", {})
|
|
2770
|
-
.n("AthenaClient", "ListDatabasesCommand")
|
|
2771
|
-
.sc(ListDatabases$)
|
|
2772
|
-
.build() {
|
|
2773
|
-
}
|
|
2774
|
-
|
|
2775
|
-
class ListDataCatalogsCommand extends Command
|
|
2776
|
-
.classBuilder()
|
|
2777
|
-
.ep(commonParams)
|
|
2778
|
-
.m(function (Command, cs, config, o) {
|
|
2779
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2780
|
-
})
|
|
2781
|
-
.s("AmazonAthena", "ListDataCatalogs", {})
|
|
2782
|
-
.n("AthenaClient", "ListDataCatalogsCommand")
|
|
2783
|
-
.sc(ListDataCatalogs$)
|
|
2784
|
-
.build() {
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2787
|
-
class ListEngineVersionsCommand extends Command
|
|
2788
|
-
.classBuilder()
|
|
2789
|
-
.ep(commonParams)
|
|
2790
|
-
.m(function (Command, cs, config, o) {
|
|
2791
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2792
|
-
})
|
|
2793
|
-
.s("AmazonAthena", "ListEngineVersions", {})
|
|
2794
|
-
.n("AthenaClient", "ListEngineVersionsCommand")
|
|
2795
|
-
.sc(ListEngineVersions$)
|
|
2796
|
-
.build() {
|
|
2797
|
-
}
|
|
2798
|
-
|
|
2799
|
-
class ListExecutorsCommand extends Command
|
|
2800
|
-
.classBuilder()
|
|
2801
|
-
.ep(commonParams)
|
|
2802
|
-
.m(function (Command, cs, config, o) {
|
|
2803
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2804
|
-
})
|
|
2805
|
-
.s("AmazonAthena", "ListExecutors", {})
|
|
2806
|
-
.n("AthenaClient", "ListExecutorsCommand")
|
|
2807
|
-
.sc(ListExecutors$)
|
|
2808
|
-
.build() {
|
|
2809
|
-
}
|
|
2810
|
-
|
|
2811
|
-
class ListNamedQueriesCommand extends Command
|
|
2812
|
-
.classBuilder()
|
|
2813
|
-
.ep(commonParams)
|
|
2814
|
-
.m(function (Command, cs, config, o) {
|
|
2815
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2816
|
-
})
|
|
2817
|
-
.s("AmazonAthena", "ListNamedQueries", {})
|
|
2818
|
-
.n("AthenaClient", "ListNamedQueriesCommand")
|
|
2819
|
-
.sc(ListNamedQueries$)
|
|
2820
|
-
.build() {
|
|
2821
|
-
}
|
|
2822
|
-
|
|
2823
|
-
class ListNotebookMetadataCommand extends Command
|
|
2824
|
-
.classBuilder()
|
|
2825
|
-
.ep(commonParams)
|
|
2826
|
-
.m(function (Command, cs, config, o) {
|
|
2827
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2828
|
-
})
|
|
2829
|
-
.s("AmazonAthena", "ListNotebookMetadata", {})
|
|
2830
|
-
.n("AthenaClient", "ListNotebookMetadataCommand")
|
|
2831
|
-
.sc(ListNotebookMetadata$)
|
|
2832
|
-
.build() {
|
|
2833
|
-
}
|
|
2834
|
-
|
|
2835
|
-
class ListNotebookSessionsCommand extends Command
|
|
2836
|
-
.classBuilder()
|
|
2837
|
-
.ep(commonParams)
|
|
2838
|
-
.m(function (Command, cs, config, o) {
|
|
2839
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2840
|
-
})
|
|
2841
|
-
.s("AmazonAthena", "ListNotebookSessions", {})
|
|
2842
|
-
.n("AthenaClient", "ListNotebookSessionsCommand")
|
|
2843
|
-
.sc(ListNotebookSessions$)
|
|
2844
|
-
.build() {
|
|
2845
|
-
}
|
|
2846
|
-
|
|
2847
|
-
class ListPreparedStatementsCommand extends Command
|
|
2848
|
-
.classBuilder()
|
|
2849
|
-
.ep(commonParams)
|
|
2850
|
-
.m(function (Command, cs, config, o) {
|
|
2851
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2852
|
-
})
|
|
2853
|
-
.s("AmazonAthena", "ListPreparedStatements", {})
|
|
2854
|
-
.n("AthenaClient", "ListPreparedStatementsCommand")
|
|
2855
|
-
.sc(ListPreparedStatements$)
|
|
2856
|
-
.build() {
|
|
2857
|
-
}
|
|
2858
|
-
|
|
2859
|
-
class ListQueryExecutionsCommand extends Command
|
|
2860
|
-
.classBuilder()
|
|
2861
|
-
.ep(commonParams)
|
|
2862
|
-
.m(function (Command, cs, config, o) {
|
|
2863
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2864
|
-
})
|
|
2865
|
-
.s("AmazonAthena", "ListQueryExecutions", {})
|
|
2866
|
-
.n("AthenaClient", "ListQueryExecutionsCommand")
|
|
2867
|
-
.sc(ListQueryExecutions$)
|
|
2868
|
-
.build() {
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
|
-
class ListSessionsCommand extends Command
|
|
2872
|
-
.classBuilder()
|
|
2873
|
-
.ep(commonParams)
|
|
2874
|
-
.m(function (Command, cs, config, o) {
|
|
2875
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2876
|
-
})
|
|
2877
|
-
.s("AmazonAthena", "ListSessions", {})
|
|
2878
|
-
.n("AthenaClient", "ListSessionsCommand")
|
|
2879
|
-
.sc(ListSessions$)
|
|
2880
|
-
.build() {
|
|
2881
|
-
}
|
|
2882
|
-
|
|
2883
|
-
class ListTableMetadataCommand extends Command
|
|
2884
|
-
.classBuilder()
|
|
2885
|
-
.ep(commonParams)
|
|
2886
|
-
.m(function (Command, cs, config, o) {
|
|
2887
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2888
|
-
})
|
|
2889
|
-
.s("AmazonAthena", "ListTableMetadata", {})
|
|
2890
|
-
.n("AthenaClient", "ListTableMetadataCommand")
|
|
2891
|
-
.sc(ListTableMetadata$)
|
|
2892
|
-
.build() {
|
|
2893
|
-
}
|
|
2894
|
-
|
|
2895
|
-
class ListTagsForResourceCommand extends Command
|
|
2896
|
-
.classBuilder()
|
|
2897
|
-
.ep(commonParams)
|
|
2898
|
-
.m(function (Command, cs, config, o) {
|
|
2899
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2900
|
-
})
|
|
2901
|
-
.s("AmazonAthena", "ListTagsForResource", {})
|
|
2902
|
-
.n("AthenaClient", "ListTagsForResourceCommand")
|
|
2903
|
-
.sc(ListTagsForResource$)
|
|
2904
|
-
.build() {
|
|
2905
|
-
}
|
|
2906
|
-
|
|
2907
|
-
class ListWorkGroupsCommand extends Command
|
|
2908
|
-
.classBuilder()
|
|
2909
|
-
.ep(commonParams)
|
|
2910
|
-
.m(function (Command, cs, config, o) {
|
|
2911
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2912
|
-
})
|
|
2913
|
-
.s("AmazonAthena", "ListWorkGroups", {})
|
|
2914
|
-
.n("AthenaClient", "ListWorkGroupsCommand")
|
|
2915
|
-
.sc(ListWorkGroups$)
|
|
2916
|
-
.build() {
|
|
2917
|
-
}
|
|
2918
|
-
|
|
2919
|
-
class PutCapacityAssignmentConfigurationCommand extends Command
|
|
2920
|
-
.classBuilder()
|
|
2921
|
-
.ep(commonParams)
|
|
2922
|
-
.m(function (Command, cs, config, o) {
|
|
2923
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2924
|
-
})
|
|
2925
|
-
.s("AmazonAthena", "PutCapacityAssignmentConfiguration", {})
|
|
2926
|
-
.n("AthenaClient", "PutCapacityAssignmentConfigurationCommand")
|
|
2927
|
-
.sc(PutCapacityAssignmentConfiguration$)
|
|
2928
|
-
.build() {
|
|
2929
|
-
}
|
|
2930
|
-
|
|
2931
|
-
class StartCalculationExecutionCommand extends Command
|
|
2932
|
-
.classBuilder()
|
|
2933
|
-
.ep(commonParams)
|
|
2934
|
-
.m(function (Command, cs, config, o) {
|
|
2935
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2936
|
-
})
|
|
2937
|
-
.s("AmazonAthena", "StartCalculationExecution", {})
|
|
2938
|
-
.n("AthenaClient", "StartCalculationExecutionCommand")
|
|
2939
|
-
.sc(StartCalculationExecution$)
|
|
2940
|
-
.build() {
|
|
2941
|
-
}
|
|
2942
|
-
|
|
2943
|
-
class StartQueryExecutionCommand extends Command
|
|
2944
|
-
.classBuilder()
|
|
2945
|
-
.ep(commonParams)
|
|
2946
|
-
.m(function (Command, cs, config, o) {
|
|
2947
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2948
|
-
})
|
|
2949
|
-
.s("AmazonAthena", "StartQueryExecution", {})
|
|
2950
|
-
.n("AthenaClient", "StartQueryExecutionCommand")
|
|
2951
|
-
.sc(StartQueryExecution$)
|
|
2952
|
-
.build() {
|
|
2953
|
-
}
|
|
2954
|
-
|
|
2955
|
-
class StartSessionCommand extends Command
|
|
2956
|
-
.classBuilder()
|
|
2957
|
-
.ep(commonParams)
|
|
2958
|
-
.m(function (Command, cs, config, o) {
|
|
2959
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2960
|
-
})
|
|
2961
|
-
.s("AmazonAthena", "StartSession", {})
|
|
2962
|
-
.n("AthenaClient", "StartSessionCommand")
|
|
2963
|
-
.sc(StartSession$)
|
|
2964
|
-
.build() {
|
|
2965
|
-
}
|
|
2966
|
-
|
|
2967
|
-
class StopCalculationExecutionCommand extends Command
|
|
2968
|
-
.classBuilder()
|
|
2969
|
-
.ep(commonParams)
|
|
2970
|
-
.m(function (Command, cs, config, o) {
|
|
2971
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2972
|
-
})
|
|
2973
|
-
.s("AmazonAthena", "StopCalculationExecution", {})
|
|
2974
|
-
.n("AthenaClient", "StopCalculationExecutionCommand")
|
|
2975
|
-
.sc(StopCalculationExecution$)
|
|
2976
|
-
.build() {
|
|
2977
|
-
}
|
|
2978
|
-
|
|
2979
|
-
class StopQueryExecutionCommand extends Command
|
|
2980
|
-
.classBuilder()
|
|
2981
|
-
.ep(commonParams)
|
|
2982
|
-
.m(function (Command, cs, config, o) {
|
|
2983
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2984
|
-
})
|
|
2985
|
-
.s("AmazonAthena", "StopQueryExecution", {})
|
|
2986
|
-
.n("AthenaClient", "StopQueryExecutionCommand")
|
|
2987
|
-
.sc(StopQueryExecution$)
|
|
2988
|
-
.build() {
|
|
2989
|
-
}
|
|
2990
|
-
|
|
2991
|
-
class TagResourceCommand extends Command
|
|
2992
|
-
.classBuilder()
|
|
2993
|
-
.ep(commonParams)
|
|
2994
|
-
.m(function (Command, cs, config, o) {
|
|
2995
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2996
|
-
})
|
|
2997
|
-
.s("AmazonAthena", "TagResource", {})
|
|
2998
|
-
.n("AthenaClient", "TagResourceCommand")
|
|
2999
|
-
.sc(TagResource$)
|
|
3000
|
-
.build() {
|
|
3001
|
-
}
|
|
3002
|
-
|
|
3003
|
-
class TerminateSessionCommand extends Command
|
|
3004
|
-
.classBuilder()
|
|
3005
|
-
.ep(commonParams)
|
|
3006
|
-
.m(function (Command, cs, config, o) {
|
|
3007
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3008
|
-
})
|
|
3009
|
-
.s("AmazonAthena", "TerminateSession", {})
|
|
3010
|
-
.n("AthenaClient", "TerminateSessionCommand")
|
|
3011
|
-
.sc(TerminateSession$)
|
|
3012
|
-
.build() {
|
|
3013
|
-
}
|
|
3014
|
-
|
|
3015
|
-
class UntagResourceCommand extends Command
|
|
3016
|
-
.classBuilder()
|
|
3017
|
-
.ep(commonParams)
|
|
3018
|
-
.m(function (Command, cs, config, o) {
|
|
3019
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3020
|
-
})
|
|
3021
|
-
.s("AmazonAthena", "UntagResource", {})
|
|
3022
|
-
.n("AthenaClient", "UntagResourceCommand")
|
|
3023
|
-
.sc(UntagResource$)
|
|
3024
|
-
.build() {
|
|
3025
|
-
}
|
|
3026
|
-
|
|
3027
|
-
class UpdateCapacityReservationCommand extends Command
|
|
3028
|
-
.classBuilder()
|
|
3029
|
-
.ep(commonParams)
|
|
3030
|
-
.m(function (Command, cs, config, o) {
|
|
3031
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3032
|
-
})
|
|
3033
|
-
.s("AmazonAthena", "UpdateCapacityReservation", {})
|
|
3034
|
-
.n("AthenaClient", "UpdateCapacityReservationCommand")
|
|
3035
|
-
.sc(UpdateCapacityReservation$)
|
|
3036
|
-
.build() {
|
|
3037
|
-
}
|
|
3038
|
-
|
|
3039
|
-
class UpdateDataCatalogCommand extends Command
|
|
3040
|
-
.classBuilder()
|
|
3041
|
-
.ep(commonParams)
|
|
3042
|
-
.m(function (Command, cs, config, o) {
|
|
3043
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3044
|
-
})
|
|
3045
|
-
.s("AmazonAthena", "UpdateDataCatalog", {})
|
|
3046
|
-
.n("AthenaClient", "UpdateDataCatalogCommand")
|
|
3047
|
-
.sc(UpdateDataCatalog$)
|
|
3048
|
-
.build() {
|
|
3049
|
-
}
|
|
3050
|
-
|
|
3051
|
-
class UpdateNamedQueryCommand extends Command
|
|
3052
|
-
.classBuilder()
|
|
3053
|
-
.ep(commonParams)
|
|
3054
|
-
.m(function (Command, cs, config, o) {
|
|
3055
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3056
|
-
})
|
|
3057
|
-
.s("AmazonAthena", "UpdateNamedQuery", {})
|
|
3058
|
-
.n("AthenaClient", "UpdateNamedQueryCommand")
|
|
3059
|
-
.sc(UpdateNamedQuery$)
|
|
3060
|
-
.build() {
|
|
3061
|
-
}
|
|
3062
|
-
|
|
3063
|
-
class UpdateNotebookCommand extends Command
|
|
3064
|
-
.classBuilder()
|
|
3065
|
-
.ep(commonParams)
|
|
3066
|
-
.m(function (Command, cs, config, o) {
|
|
3067
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3068
|
-
})
|
|
3069
|
-
.s("AmazonAthena", "UpdateNotebook", {})
|
|
3070
|
-
.n("AthenaClient", "UpdateNotebookCommand")
|
|
3071
|
-
.sc(UpdateNotebook$)
|
|
3072
|
-
.build() {
|
|
3073
|
-
}
|
|
3074
|
-
|
|
3075
|
-
class UpdateNotebookMetadataCommand extends Command
|
|
3076
|
-
.classBuilder()
|
|
3077
|
-
.ep(commonParams)
|
|
3078
|
-
.m(function (Command, cs, config, o) {
|
|
3079
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3080
|
-
})
|
|
3081
|
-
.s("AmazonAthena", "UpdateNotebookMetadata", {})
|
|
3082
|
-
.n("AthenaClient", "UpdateNotebookMetadataCommand")
|
|
3083
|
-
.sc(UpdateNotebookMetadata$)
|
|
3084
|
-
.build() {
|
|
3085
|
-
}
|
|
3086
|
-
|
|
3087
|
-
class UpdatePreparedStatementCommand extends Command
|
|
3088
|
-
.classBuilder()
|
|
3089
|
-
.ep(commonParams)
|
|
3090
|
-
.m(function (Command, cs, config, o) {
|
|
3091
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3092
|
-
})
|
|
3093
|
-
.s("AmazonAthena", "UpdatePreparedStatement", {})
|
|
3094
|
-
.n("AthenaClient", "UpdatePreparedStatementCommand")
|
|
3095
|
-
.sc(UpdatePreparedStatement$)
|
|
3096
|
-
.build() {
|
|
3097
|
-
}
|
|
3098
|
-
|
|
3099
|
-
class UpdateWorkGroupCommand extends Command
|
|
3100
|
-
.classBuilder()
|
|
3101
|
-
.ep(commonParams)
|
|
3102
|
-
.m(function (Command, cs, config, o) {
|
|
3103
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3104
|
-
})
|
|
3105
|
-
.s("AmazonAthena", "UpdateWorkGroup", {})
|
|
3106
|
-
.n("AthenaClient", "UpdateWorkGroupCommand")
|
|
3107
|
-
.sc(UpdateWorkGroup$)
|
|
3108
|
-
.build() {
|
|
2273
|
+
const command = makeBuilder(commonParams, "AmazonAthena", "AthenaClient", getEndpointPlugin);
|
|
2274
|
+
const _ep0 = {};
|
|
2275
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2276
|
+
|
|
2277
|
+
class BatchGetNamedQueryCommand extends command(_ep0, _mw0, "BatchGetNamedQuery", BatchGetNamedQuery$) {
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
class BatchGetPreparedStatementCommand extends command(_ep0, _mw0, "BatchGetPreparedStatement", BatchGetPreparedStatement$) {
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2283
|
+
class BatchGetQueryExecutionCommand extends command(_ep0, _mw0, "BatchGetQueryExecution", BatchGetQueryExecution$) {
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2286
|
+
class CancelCapacityReservationCommand extends command(_ep0, _mw0, "CancelCapacityReservation", CancelCapacityReservation$) {
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
class CreateCapacityReservationCommand extends command(_ep0, _mw0, "CreateCapacityReservation", CreateCapacityReservation$) {
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
class CreateDataCatalogCommand extends command(_ep0, _mw0, "CreateDataCatalog", CreateDataCatalog$) {
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2295
|
+
class CreateNamedQueryCommand extends command(_ep0, _mw0, "CreateNamedQuery", CreateNamedQuery$) {
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
class CreateNotebookCommand extends command(_ep0, _mw0, "CreateNotebook", CreateNotebook$) {
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
class CreatePreparedStatementCommand extends command(_ep0, _mw0, "CreatePreparedStatement", CreatePreparedStatement$) {
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
class CreatePresignedNotebookUrlCommand extends command(_ep0, _mw0, "CreatePresignedNotebookUrl", CreatePresignedNotebookUrl$) {
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
class CreateWorkGroupCommand extends command(_ep0, _mw0, "CreateWorkGroup", CreateWorkGroup$) {
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
class DeleteCapacityReservationCommand extends command(_ep0, _mw0, "DeleteCapacityReservation", DeleteCapacityReservation$) {
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2313
|
+
class DeleteDataCatalogCommand extends command(_ep0, _mw0, "DeleteDataCatalog", DeleteDataCatalog$) {
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
class DeleteNamedQueryCommand extends command(_ep0, _mw0, "DeleteNamedQuery", DeleteNamedQuery$) {
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
class DeleteNotebookCommand extends command(_ep0, _mw0, "DeleteNotebook", DeleteNotebook$) {
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
class DeletePreparedStatementCommand extends command(_ep0, _mw0, "DeletePreparedStatement", DeletePreparedStatement$) {
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2325
|
+
class DeleteWorkGroupCommand extends command(_ep0, _mw0, "DeleteWorkGroup", DeleteWorkGroup$) {
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
class ExportNotebookCommand extends command(_ep0, _mw0, "ExportNotebook", ExportNotebook$) {
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
class GetCalculationExecutionCodeCommand extends command(_ep0, _mw0, "GetCalculationExecutionCode", GetCalculationExecutionCode$) {
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
class GetCalculationExecutionCommand extends command(_ep0, _mw0, "GetCalculationExecution", GetCalculationExecution$) {
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
class GetCalculationExecutionStatusCommand extends command(_ep0, _mw0, "GetCalculationExecutionStatus", GetCalculationExecutionStatus$) {
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
class GetCapacityAssignmentConfigurationCommand extends command(_ep0, _mw0, "GetCapacityAssignmentConfiguration", GetCapacityAssignmentConfiguration$) {
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
class GetCapacityReservationCommand extends command(_ep0, _mw0, "GetCapacityReservation", GetCapacityReservation$) {
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
class GetDatabaseCommand extends command(_ep0, _mw0, "GetDatabase", GetDatabase$) {
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
class GetDataCatalogCommand extends command(_ep0, _mw0, "GetDataCatalog", GetDataCatalog$) {
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
class GetNamedQueryCommand extends command(_ep0, _mw0, "GetNamedQuery", GetNamedQuery$) {
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
class GetNotebookMetadataCommand extends command(_ep0, _mw0, "GetNotebookMetadata", GetNotebookMetadata$) {
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
class GetPreparedStatementCommand extends command(_ep0, _mw0, "GetPreparedStatement", GetPreparedStatement$) {
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
class GetQueryExecutionCommand extends command(_ep0, _mw0, "GetQueryExecution", GetQueryExecution$) {
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
class GetQueryResultsCommand extends command(_ep0, _mw0, "GetQueryResults", GetQueryResults$) {
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
class GetQueryRuntimeStatisticsCommand extends command(_ep0, _mw0, "GetQueryRuntimeStatistics", GetQueryRuntimeStatistics$) {
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
class GetResourceDashboardCommand extends command(_ep0, _mw0, "GetResourceDashboard", GetResourceDashboard$) {
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
class GetSessionCommand extends command(_ep0, _mw0, "GetSession", GetSession$) {
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
class GetSessionEndpointCommand extends command(_ep0, _mw0, "GetSessionEndpoint", GetSessionEndpoint$) {
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2379
|
+
class GetSessionStatusCommand extends command(_ep0, _mw0, "GetSessionStatus", GetSessionStatus$) {
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
class GetTableMetadataCommand extends command(_ep0, _mw0, "GetTableMetadata", GetTableMetadata$) {
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
class GetWorkGroupCommand extends command(_ep0, _mw0, "GetWorkGroup", GetWorkGroup$) {
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2388
|
+
class ImportNotebookCommand extends command(_ep0, _mw0, "ImportNotebook", ImportNotebook$) {
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
class ListApplicationDPUSizesCommand extends command(_ep0, _mw0, "ListApplicationDPUSizes", ListApplicationDPUSizes$) {
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
class ListCalculationExecutionsCommand extends command(_ep0, _mw0, "ListCalculationExecutions", ListCalculationExecutions$) {
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
class ListCapacityReservationsCommand extends command(_ep0, _mw0, "ListCapacityReservations", ListCapacityReservations$) {
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
class ListDatabasesCommand extends command(_ep0, _mw0, "ListDatabases", ListDatabases$) {
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
class ListDataCatalogsCommand extends command(_ep0, _mw0, "ListDataCatalogs", ListDataCatalogs$) {
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
class ListEngineVersionsCommand extends command(_ep0, _mw0, "ListEngineVersions", ListEngineVersions$) {
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
class ListExecutorsCommand extends command(_ep0, _mw0, "ListExecutors", ListExecutors$) {
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
class ListNamedQueriesCommand extends command(_ep0, _mw0, "ListNamedQueries", ListNamedQueries$) {
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
class ListNotebookMetadataCommand extends command(_ep0, _mw0, "ListNotebookMetadata", ListNotebookMetadata$) {
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
class ListNotebookSessionsCommand extends command(_ep0, _mw0, "ListNotebookSessions", ListNotebookSessions$) {
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2421
|
+
class ListPreparedStatementsCommand extends command(_ep0, _mw0, "ListPreparedStatements", ListPreparedStatements$) {
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
class ListQueryExecutionsCommand extends command(_ep0, _mw0, "ListQueryExecutions", ListQueryExecutions$) {
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
class ListSessionsCommand extends command(_ep0, _mw0, "ListSessions", ListSessions$) {
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
class ListTableMetadataCommand extends command(_ep0, _mw0, "ListTableMetadata", ListTableMetadata$) {
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2433
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
class ListWorkGroupsCommand extends command(_ep0, _mw0, "ListWorkGroups", ListWorkGroups$) {
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
class PutCapacityAssignmentConfigurationCommand extends command(_ep0, _mw0, "PutCapacityAssignmentConfiguration", PutCapacityAssignmentConfiguration$) {
|
|
2440
|
+
}
|
|
2441
|
+
|
|
2442
|
+
class StartCalculationExecutionCommand extends command(_ep0, _mw0, "StartCalculationExecution", StartCalculationExecution$) {
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
class StartQueryExecutionCommand extends command(_ep0, _mw0, "StartQueryExecution", StartQueryExecution$) {
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
class StartSessionCommand extends command(_ep0, _mw0, "StartSession", StartSession$) {
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
class StopCalculationExecutionCommand extends command(_ep0, _mw0, "StopCalculationExecution", StopCalculationExecution$) {
|
|
2452
|
+
}
|
|
2453
|
+
|
|
2454
|
+
class StopQueryExecutionCommand extends command(_ep0, _mw0, "StopQueryExecution", StopQueryExecution$) {
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
class TerminateSessionCommand extends command(_ep0, _mw0, "TerminateSession", TerminateSession$) {
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
class UpdateCapacityReservationCommand extends command(_ep0, _mw0, "UpdateCapacityReservation", UpdateCapacityReservation$) {
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
class UpdateDataCatalogCommand extends command(_ep0, _mw0, "UpdateDataCatalog", UpdateDataCatalog$) {
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
class UpdateNamedQueryCommand extends command(_ep0, _mw0, "UpdateNamedQuery", UpdateNamedQuery$) {
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2475
|
+
class UpdateNotebookCommand extends command(_ep0, _mw0, "UpdateNotebook", UpdateNotebook$) {
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
class UpdateNotebookMetadataCommand extends command(_ep0, _mw0, "UpdateNotebookMetadata", UpdateNotebookMetadata$) {
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2481
|
+
class UpdatePreparedStatementCommand extends command(_ep0, _mw0, "UpdatePreparedStatement", UpdatePreparedStatement$) {
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
class UpdateWorkGroupCommand extends command(_ep0, _mw0, "UpdateWorkGroup", UpdateWorkGroup$) {
|
|
3109
2485
|
}
|
|
3110
2486
|
|
|
3111
2487
|
const paginateGetQueryResults = createPaginator(AthenaClient, GetQueryResultsCommand, "NextToken", "NextToken", "MaxResults");
|