@aws-sdk/client-glue 3.53.0 → 3.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/Glue.js +135 -0
- package/dist-cjs/GlueClient.js +13 -13
- package/dist-cjs/commands/BatchCreatePartitionCommand.js +3 -3
- package/dist-cjs/commands/BatchDeleteConnectionCommand.js +3 -3
- package/dist-cjs/commands/BatchDeletePartitionCommand.js +3 -3
- package/dist-cjs/commands/BatchDeleteTableCommand.js +3 -3
- package/dist-cjs/commands/BatchDeleteTableVersionCommand.js +3 -3
- package/dist-cjs/commands/BatchGetBlueprintsCommand.js +3 -3
- package/dist-cjs/commands/BatchGetCrawlersCommand.js +3 -3
- package/dist-cjs/commands/BatchGetDevEndpointsCommand.js +3 -3
- package/dist-cjs/commands/BatchGetJobsCommand.js +3 -3
- package/dist-cjs/commands/BatchGetPartitionCommand.js +3 -3
- package/dist-cjs/commands/BatchGetTriggersCommand.js +3 -3
- package/dist-cjs/commands/BatchGetWorkflowsCommand.js +3 -3
- package/dist-cjs/commands/BatchStopJobRunCommand.js +3 -3
- package/dist-cjs/commands/BatchUpdatePartitionCommand.js +3 -3
- package/dist-cjs/commands/CancelMLTaskRunCommand.js +3 -3
- package/dist-cjs/commands/CancelStatementCommand.js +36 -0
- package/dist-cjs/commands/CheckSchemaVersionValidityCommand.js +3 -3
- package/dist-cjs/commands/CreateBlueprintCommand.js +3 -3
- package/dist-cjs/commands/CreateClassifierCommand.js +3 -3
- package/dist-cjs/commands/CreateConnectionCommand.js +3 -3
- package/dist-cjs/commands/CreateCrawlerCommand.js +3 -3
- package/dist-cjs/commands/CreateDatabaseCommand.js +3 -3
- package/dist-cjs/commands/CreateDevEndpointCommand.js +3 -3
- package/dist-cjs/commands/CreateJobCommand.js +3 -3
- package/dist-cjs/commands/CreateMLTransformCommand.js +3 -3
- package/dist-cjs/commands/CreatePartitionCommand.js +3 -3
- package/dist-cjs/commands/CreatePartitionIndexCommand.js +3 -3
- package/dist-cjs/commands/CreateRegistryCommand.js +3 -3
- package/dist-cjs/commands/CreateSchemaCommand.js +3 -3
- package/dist-cjs/commands/CreateScriptCommand.js +3 -3
- package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateSessionCommand.js +36 -0
- package/dist-cjs/commands/CreateTableCommand.js +3 -3
- package/dist-cjs/commands/CreateTriggerCommand.js +3 -3
- package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +3 -3
- package/dist-cjs/commands/CreateWorkflowCommand.js +3 -3
- package/dist-cjs/commands/DeleteBlueprintCommand.js +3 -3
- package/dist-cjs/commands/DeleteClassifierCommand.js +3 -3
- package/dist-cjs/commands/DeleteColumnStatisticsForPartitionCommand.js +3 -3
- package/dist-cjs/commands/DeleteColumnStatisticsForTableCommand.js +3 -3
- package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
- package/dist-cjs/commands/DeleteCrawlerCommand.js +3 -3
- package/dist-cjs/commands/DeleteDatabaseCommand.js +3 -3
- package/dist-cjs/commands/DeleteDevEndpointCommand.js +3 -3
- package/dist-cjs/commands/DeleteJobCommand.js +3 -3
- package/dist-cjs/commands/DeleteMLTransformCommand.js +3 -3
- package/dist-cjs/commands/DeletePartitionCommand.js +3 -3
- package/dist-cjs/commands/DeletePartitionIndexCommand.js +3 -3
- package/dist-cjs/commands/DeleteRegistryCommand.js +3 -3
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteSchemaCommand.js +3 -3
- package/dist-cjs/commands/DeleteSchemaVersionsCommand.js +3 -3
- package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DeleteSessionCommand.js +36 -0
- package/dist-cjs/commands/DeleteTableCommand.js +3 -3
- package/dist-cjs/commands/DeleteTableVersionCommand.js +3 -3
- package/dist-cjs/commands/DeleteTriggerCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserDefinedFunctionCommand.js +3 -3
- package/dist-cjs/commands/DeleteWorkflowCommand.js +3 -3
- package/dist-cjs/commands/GetBlueprintCommand.js +3 -3
- package/dist-cjs/commands/GetBlueprintRunCommand.js +3 -3
- package/dist-cjs/commands/GetBlueprintRunsCommand.js +3 -3
- package/dist-cjs/commands/GetCatalogImportStatusCommand.js +3 -3
- package/dist-cjs/commands/GetClassifierCommand.js +3 -3
- package/dist-cjs/commands/GetClassifiersCommand.js +3 -3
- package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +3 -3
- package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +3 -3
- package/dist-cjs/commands/GetConnectionCommand.js +6 -6
- package/dist-cjs/commands/GetConnectionsCommand.js +6 -6
- package/dist-cjs/commands/GetCrawlerCommand.js +6 -6
- package/dist-cjs/commands/GetCrawlerMetricsCommand.js +4 -5
- package/dist-cjs/commands/GetCrawlersCommand.js +3 -3
- package/dist-cjs/commands/GetDataCatalogEncryptionSettingsCommand.js +3 -3
- package/dist-cjs/commands/GetDatabaseCommand.js +3 -3
- package/dist-cjs/commands/GetDatabasesCommand.js +3 -3
- package/dist-cjs/commands/GetDataflowGraphCommand.js +3 -3
- package/dist-cjs/commands/GetDevEndpointCommand.js +3 -3
- package/dist-cjs/commands/GetDevEndpointsCommand.js +3 -3
- package/dist-cjs/commands/GetJobBookmarkCommand.js +3 -3
- package/dist-cjs/commands/GetJobCommand.js +3 -3
- package/dist-cjs/commands/GetJobRunCommand.js +3 -3
- package/dist-cjs/commands/GetJobRunsCommand.js +3 -3
- package/dist-cjs/commands/GetJobsCommand.js +3 -3
- package/dist-cjs/commands/GetMLTaskRunCommand.js +3 -3
- package/dist-cjs/commands/GetMLTaskRunsCommand.js +3 -3
- package/dist-cjs/commands/GetMLTransformCommand.js +3 -3
- package/dist-cjs/commands/GetMLTransformsCommand.js +3 -3
- package/dist-cjs/commands/GetMappingCommand.js +3 -3
- package/dist-cjs/commands/GetPartitionCommand.js +3 -3
- package/dist-cjs/commands/GetPartitionIndexesCommand.js +3 -3
- package/dist-cjs/commands/GetPartitionsCommand.js +3 -3
- package/dist-cjs/commands/GetPlanCommand.js +3 -3
- package/dist-cjs/commands/GetRegistryCommand.js +3 -3
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +3 -3
- package/dist-cjs/commands/GetResourcePolicyCommand.js +3 -3
- package/dist-cjs/commands/GetSchemaByDefinitionCommand.js +3 -3
- package/dist-cjs/commands/GetSchemaCommand.js +3 -3
- package/dist-cjs/commands/GetSchemaVersionCommand.js +3 -3
- package/dist-cjs/commands/GetSchemaVersionsDiffCommand.js +3 -3
- package/dist-cjs/commands/GetSecurityConfigurationCommand.js +3 -3
- package/dist-cjs/commands/GetSecurityConfigurationsCommand.js +3 -3
- package/dist-cjs/commands/GetSessionCommand.js +36 -0
- package/dist-cjs/commands/GetStatementCommand.js +36 -0
- package/dist-cjs/commands/GetTableCommand.js +3 -3
- package/dist-cjs/commands/GetTableVersionCommand.js +3 -3
- package/dist-cjs/commands/GetTableVersionsCommand.js +3 -3
- package/dist-cjs/commands/GetTablesCommand.js +3 -3
- package/dist-cjs/commands/GetTagsCommand.js +3 -3
- package/dist-cjs/commands/GetTriggerCommand.js +3 -3
- package/dist-cjs/commands/GetTriggersCommand.js +3 -3
- package/dist-cjs/commands/GetUnfilteredPartitionMetadataCommand.js +3 -3
- package/dist-cjs/commands/GetUnfilteredPartitionsMetadataCommand.js +3 -3
- package/dist-cjs/commands/GetUnfilteredTableMetadataCommand.js +3 -3
- package/dist-cjs/commands/GetUserDefinedFunctionCommand.js +3 -3
- package/dist-cjs/commands/GetUserDefinedFunctionsCommand.js +3 -3
- package/dist-cjs/commands/GetWorkflowCommand.js +3 -3
- package/dist-cjs/commands/GetWorkflowRunCommand.js +3 -3
- package/dist-cjs/commands/GetWorkflowRunPropertiesCommand.js +3 -3
- package/dist-cjs/commands/GetWorkflowRunsCommand.js +3 -3
- package/dist-cjs/commands/ImportCatalogToGlueCommand.js +3 -3
- package/dist-cjs/commands/ListBlueprintsCommand.js +3 -3
- package/dist-cjs/commands/ListCrawlersCommand.js +3 -3
- package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
- package/dist-cjs/commands/ListJobsCommand.js +3 -3
- package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
- package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
- package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListSchemasCommand.js +3 -3
- package/dist-cjs/commands/ListSessionsCommand.js +36 -0
- package/dist-cjs/commands/ListStatementsCommand.js +36 -0
- package/dist-cjs/commands/ListTriggersCommand.js +3 -3
- package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
- package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +3 -3
- package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +3 -3
- package/dist-cjs/commands/QuerySchemaVersionMetadataCommand.js +3 -3
- package/dist-cjs/commands/RegisterSchemaVersionCommand.js +3 -3
- package/dist-cjs/commands/RemoveSchemaVersionMetadataCommand.js +3 -3
- package/dist-cjs/commands/ResetJobBookmarkCommand.js +3 -3
- package/dist-cjs/commands/ResumeWorkflowRunCommand.js +3 -3
- package/dist-cjs/commands/RunStatementCommand.js +36 -0
- package/dist-cjs/commands/SearchTablesCommand.js +3 -3
- package/dist-cjs/commands/StartBlueprintRunCommand.js +3 -3
- package/dist-cjs/commands/StartCrawlerCommand.js +3 -3
- package/dist-cjs/commands/StartCrawlerScheduleCommand.js +3 -3
- package/dist-cjs/commands/StartExportLabelsTaskRunCommand.js +3 -3
- package/dist-cjs/commands/StartImportLabelsTaskRunCommand.js +3 -3
- package/dist-cjs/commands/StartJobRunCommand.js +3 -3
- package/dist-cjs/commands/StartMLEvaluationTaskRunCommand.js +3 -3
- package/dist-cjs/commands/StartMLLabelingSetGenerationTaskRunCommand.js +3 -3
- package/dist-cjs/commands/StartTriggerCommand.js +3 -3
- package/dist-cjs/commands/StartWorkflowRunCommand.js +3 -3
- package/dist-cjs/commands/StopCrawlerCommand.js +3 -3
- package/dist-cjs/commands/StopCrawlerScheduleCommand.js +3 -3
- package/dist-cjs/commands/StopSessionCommand.js +36 -0
- package/dist-cjs/commands/StopTriggerCommand.js +3 -3
- package/dist-cjs/commands/StopWorkflowRunCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateBlueprintCommand.js +3 -3
- package/dist-cjs/commands/UpdateClassifierCommand.js +3 -3
- package/dist-cjs/commands/UpdateColumnStatisticsForPartitionCommand.js +3 -3
- package/dist-cjs/commands/UpdateColumnStatisticsForTableCommand.js +3 -3
- package/dist-cjs/commands/UpdateConnectionCommand.js +3 -3
- package/dist-cjs/commands/UpdateCrawlerCommand.js +3 -3
- package/dist-cjs/commands/UpdateCrawlerScheduleCommand.js +3 -3
- package/dist-cjs/commands/UpdateDatabaseCommand.js +3 -3
- package/dist-cjs/commands/UpdateDevEndpointCommand.js +3 -3
- package/dist-cjs/commands/UpdateJobCommand.js +3 -3
- package/dist-cjs/commands/UpdateMLTransformCommand.js +3 -3
- package/dist-cjs/commands/UpdatePartitionCommand.js +3 -3
- package/dist-cjs/commands/UpdateRegistryCommand.js +3 -3
- package/dist-cjs/commands/UpdateSchemaCommand.js +3 -3
- package/dist-cjs/commands/UpdateTableCommand.js +3 -3
- package/dist-cjs/commands/UpdateTriggerCommand.js +6 -6
- package/dist-cjs/commands/UpdateUserDefinedFunctionCommand.js +6 -6
- package/dist-cjs/commands/UpdateWorkflowCommand.js +6 -6
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +75 -64
- package/dist-cjs/models/models_1.js +165 -48
- package/dist-cjs/models/models_2.js +45 -0
- package/dist-cjs/pagination/ListSessionsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1786 -940
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/Glue.js +304 -169
- package/dist-es/commands/CancelStatementCommand.js +39 -0
- package/dist-es/commands/CreateSessionCommand.js +39 -0
- package/dist-es/commands/DeleteSessionCommand.js +39 -0
- package/dist-es/commands/GetConnectionCommand.js +1 -1
- package/dist-es/commands/GetConnectionsCommand.js +1 -1
- package/dist-es/commands/GetCrawlerCommand.js +1 -1
- package/dist-es/commands/GetCrawlerMetricsCommand.js +1 -2
- package/dist-es/commands/GetSessionCommand.js +39 -0
- package/dist-es/commands/GetStatementCommand.js +39 -0
- package/dist-es/commands/ListSessionsCommand.js +39 -0
- package/dist-es/commands/ListStatementsCommand.js +39 -0
- package/dist-es/commands/RunStatementCommand.js +39 -0
- package/dist-es/commands/StopSessionCommand.js +39 -0
- package/dist-es/commands/UpdateTriggerCommand.js +1 -1
- package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +1 -1
- package/dist-es/commands/UpdateWorkflowCommand.js +1 -1
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +54 -40
- package/dist-es/models/models_1.js +109 -28
- package/dist-es/models/models_2.js +29 -0
- package/dist-es/pagination/GetBlueprintRunsPaginator.js +4 -4
- package/dist-es/pagination/GetClassifiersPaginator.js +4 -4
- package/dist-es/pagination/GetConnectionsPaginator.js +4 -4
- package/dist-es/pagination/GetCrawlerMetricsPaginator.js +4 -4
- package/dist-es/pagination/GetCrawlersPaginator.js +4 -4
- package/dist-es/pagination/GetDatabasesPaginator.js +4 -4
- package/dist-es/pagination/GetDevEndpointsPaginator.js +4 -4
- package/dist-es/pagination/GetJobRunsPaginator.js +4 -4
- package/dist-es/pagination/GetJobsPaginator.js +4 -4
- package/dist-es/pagination/GetMLTaskRunsPaginator.js +4 -4
- package/dist-es/pagination/GetMLTransformsPaginator.js +4 -4
- package/dist-es/pagination/GetPartitionIndexesPaginator.js +4 -4
- package/dist-es/pagination/GetPartitionsPaginator.js +4 -4
- package/dist-es/pagination/GetResourcePoliciesPaginator.js +4 -4
- package/dist-es/pagination/GetSecurityConfigurationsPaginator.js +4 -4
- package/dist-es/pagination/GetTableVersionsPaginator.js +4 -4
- package/dist-es/pagination/GetTablesPaginator.js +4 -4
- package/dist-es/pagination/GetTriggersPaginator.js +4 -4
- package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +4 -4
- package/dist-es/pagination/GetUserDefinedFunctionsPaginator.js +4 -4
- package/dist-es/pagination/GetWorkflowRunsPaginator.js +4 -4
- package/dist-es/pagination/ListBlueprintsPaginator.js +4 -4
- package/dist-es/pagination/ListCrawlersPaginator.js +4 -4
- package/dist-es/pagination/ListDevEndpointsPaginator.js +4 -4
- package/dist-es/pagination/ListJobsPaginator.js +4 -4
- package/dist-es/pagination/ListMLTransformsPaginator.js +4 -4
- package/dist-es/pagination/ListRegistriesPaginator.js +4 -4
- package/dist-es/pagination/ListSchemaVersionsPaginator.js +4 -4
- package/dist-es/pagination/ListSchemasPaginator.js +4 -4
- package/dist-es/pagination/ListSessionsPaginator.js +74 -0
- package/dist-es/pagination/ListTriggersPaginator.js +4 -4
- package/dist-es/pagination/ListWorkflowsPaginator.js +4 -4
- package/dist-es/pagination/SearchTablesPaginator.js +4 -4
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +1020 -47
- package/dist-types/Glue.d.ts +63 -0
- package/dist-types/GlueClient.d.ts +13 -4
- package/dist-types/commands/CancelStatementCommand.d.ts +35 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +1 -2
- package/dist-types/commands/GetSessionCommand.d.ts +35 -0
- package/dist-types/commands/GetStatementCommand.d.ts +35 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +35 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +35 -0
- package/dist-types/commands/RunStatementCommand.d.ts +35 -0
- package/dist-types/commands/StopSessionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +269 -377
- package/dist-types/models/models_1.d.ts +679 -142
- package/dist-types/models/models_2.d.ts +142 -0
- package/dist-types/pagination/ListSessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -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 +3 -3
- package/dist-types/ts3.4/Glue.d.ts +45 -0
- package/dist-types/ts3.4/GlueClient.d.ts +13 -4
- package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +33 -0
- package/dist-types/ts3.4/models/models_1.d.ts +320 -1
- package/dist-types/ts3.4/models/models_2.d.ts +82 -0
- package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -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 +3 -3
- package/package.json +34 -34
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { BatchCreatePartitionCommandInput, BatchCreatePartitionCommandOutput } from "./commands/BatchCreatePartitionCommand";
|
|
10
10
|
import { BatchDeleteConnectionCommandInput, BatchDeleteConnectionCommandOutput } from "./commands/BatchDeleteConnectionCommand";
|
|
11
11
|
import { BatchDeletePartitionCommandInput, BatchDeletePartitionCommandOutput } from "./commands/BatchDeletePartitionCommand";
|
|
@@ -21,6 +21,7 @@ import { BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput } from ".
|
|
|
21
21
|
import { BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput } from "./commands/BatchStopJobRunCommand";
|
|
22
22
|
import { BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput } from "./commands/BatchUpdatePartitionCommand";
|
|
23
23
|
import { CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput } from "./commands/CancelMLTaskRunCommand";
|
|
24
|
+
import { CancelStatementCommandInput, CancelStatementCommandOutput } from "./commands/CancelStatementCommand";
|
|
24
25
|
import { CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput } from "./commands/CheckSchemaVersionValidityCommand";
|
|
25
26
|
import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "./commands/CreateBlueprintCommand";
|
|
26
27
|
import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "./commands/CreateClassifierCommand";
|
|
@@ -36,6 +37,7 @@ import { CreateRegistryCommandInput, CreateRegistryCommandOutput } from "./comma
|
|
|
36
37
|
import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
|
|
37
38
|
import { CreateScriptCommandInput, CreateScriptCommandOutput } from "./commands/CreateScriptCommand";
|
|
38
39
|
import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
|
|
40
|
+
import { CreateSessionCommandInput, CreateSessionCommandOutput } from "./commands/CreateSessionCommand";
|
|
39
41
|
import { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
|
|
40
42
|
import { CreateTriggerCommandInput, CreateTriggerCommandOutput } from "./commands/CreateTriggerCommand";
|
|
41
43
|
import { CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput } from "./commands/CreateUserDefinedFunctionCommand";
|
|
@@ -57,6 +59,7 @@ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } f
|
|
|
57
59
|
import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
|
|
58
60
|
import { DeleteSchemaVersionsCommandInput, DeleteSchemaVersionsCommandOutput } from "./commands/DeleteSchemaVersionsCommand";
|
|
59
61
|
import { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
|
|
62
|
+
import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "./commands/DeleteSessionCommand";
|
|
60
63
|
import { DeleteTableCommandInput, DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
|
|
61
64
|
import { DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput } from "./commands/DeleteTableVersionCommand";
|
|
62
65
|
import { DeleteTriggerCommandInput, DeleteTriggerCommandOutput } from "./commands/DeleteTriggerCommand";
|
|
@@ -104,6 +107,8 @@ import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "./c
|
|
|
104
107
|
import { GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput } from "./commands/GetSchemaVersionsDiffCommand";
|
|
105
108
|
import { GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput } from "./commands/GetSecurityConfigurationCommand";
|
|
106
109
|
import { GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput } from "./commands/GetSecurityConfigurationsCommand";
|
|
110
|
+
import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
111
|
+
import { GetStatementCommandInput, GetStatementCommandOutput } from "./commands/GetStatementCommand";
|
|
107
112
|
import { GetTableCommandInput, GetTableCommandOutput } from "./commands/GetTableCommand";
|
|
108
113
|
import { GetTablesCommandInput, GetTablesCommandOutput } from "./commands/GetTablesCommand";
|
|
109
114
|
import { GetTableVersionCommandInput, GetTableVersionCommandOutput } from "./commands/GetTableVersionCommand";
|
|
@@ -129,6 +134,8 @@ import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./c
|
|
|
129
134
|
import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "./commands/ListRegistriesCommand";
|
|
130
135
|
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
|
|
131
136
|
import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "./commands/ListSchemaVersionsCommand";
|
|
137
|
+
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
|
|
138
|
+
import { ListStatementsCommandInput, ListStatementsCommandOutput } from "./commands/ListStatementsCommand";
|
|
132
139
|
import { ListTriggersCommandInput, ListTriggersCommandOutput } from "./commands/ListTriggersCommand";
|
|
133
140
|
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
|
|
134
141
|
import { PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput } from "./commands/PutDataCatalogEncryptionSettingsCommand";
|
|
@@ -140,6 +147,7 @@ import { RegisterSchemaVersionCommandInput, RegisterSchemaVersionCommandOutput }
|
|
|
140
147
|
import { RemoveSchemaVersionMetadataCommandInput, RemoveSchemaVersionMetadataCommandOutput } from "./commands/RemoveSchemaVersionMetadataCommand";
|
|
141
148
|
import { ResetJobBookmarkCommandInput, ResetJobBookmarkCommandOutput } from "./commands/ResetJobBookmarkCommand";
|
|
142
149
|
import { ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput } from "./commands/ResumeWorkflowRunCommand";
|
|
150
|
+
import { RunStatementCommandInput, RunStatementCommandOutput } from "./commands/RunStatementCommand";
|
|
143
151
|
import { SearchTablesCommandInput, SearchTablesCommandOutput } from "./commands/SearchTablesCommand";
|
|
144
152
|
import { StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput } from "./commands/StartBlueprintRunCommand";
|
|
145
153
|
import { StartCrawlerCommandInput, StartCrawlerCommandOutput } from "./commands/StartCrawlerCommand";
|
|
@@ -153,6 +161,7 @@ import { StartTriggerCommandInput, StartTriggerCommandOutput } from "./commands/
|
|
|
153
161
|
import { StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput } from "./commands/StartWorkflowRunCommand";
|
|
154
162
|
import { StopCrawlerCommandInput, StopCrawlerCommandOutput } from "./commands/StopCrawlerCommand";
|
|
155
163
|
import { StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput } from "./commands/StopCrawlerScheduleCommand";
|
|
164
|
+
import { StopSessionCommandInput, StopSessionCommandOutput } from "./commands/StopSessionCommand";
|
|
156
165
|
import { StopTriggerCommandInput, StopTriggerCommandOutput } from "./commands/StopTriggerCommand";
|
|
157
166
|
import { StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput } from "./commands/StopWorkflowRunCommand";
|
|
158
167
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
@@ -175,8 +184,8 @@ import { UpdateTableCommandInput, UpdateTableCommandOutput } from "./commands/Up
|
|
|
175
184
|
import { UpdateTriggerCommandInput, UpdateTriggerCommandOutput } from "./commands/UpdateTriggerCommand";
|
|
176
185
|
import { UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommandOutput } from "./commands/UpdateUserDefinedFunctionCommand";
|
|
177
186
|
import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
|
|
178
|
-
export declare type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelMLTaskRunCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateTableCommandInput | CreateTriggerCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteTableCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetTableCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListCrawlersCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListTriggersCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateTableCommandInput | UpdateTriggerCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
179
|
-
export declare type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelMLTaskRunCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateTableCommandOutput | CreateTriggerCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteTableCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetTableCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListCrawlersCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListTriggersCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateTableCommandOutput | UpdateTriggerCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
187
|
+
export declare type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTriggerCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListCrawlersCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTriggersCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateTableCommandInput | UpdateTriggerCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
188
|
+
export declare type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTriggerCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListCrawlersCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTriggersCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateTableCommandOutput | UpdateTriggerCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
180
189
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
181
190
|
|
|
182
191
|
requestHandler?: __HttpHandler;
|
|
@@ -185,7 +194,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
185
194
|
|
|
186
195
|
urlParser?: __UrlParser;
|
|
187
196
|
|
|
188
|
-
bodyLengthChecker?:
|
|
197
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
189
198
|
|
|
190
199
|
streamCollector?: __StreamCollector;
|
|
191
200
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { CancelStatementRequest, CancelStatementResponse } from "../models/models_0";
|
|
5
|
+
export interface CancelStatementCommandInput extends CancelStatementRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CancelStatementCommandOutput extends CancelStatementResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CancelStatementCommand extends $Command<CancelStatementCommandInput, CancelStatementCommandOutput, GlueClientResolvedConfig> {
|
|
11
|
+
readonly input: CancelStatementCommandInput;
|
|
12
|
+
constructor(input: CancelStatementCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelStatementCommandInput, CancelStatementCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { CreateSessionRequest, CreateSessionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateSessionCommandInput extends CreateSessionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateSessionCommandOutput extends CreateSessionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateSessionCommand extends $Command<CreateSessionCommandInput, CreateSessionCommandOutput, GlueClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateSessionCommandInput;
|
|
12
|
+
constructor(input: CreateSessionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSessionCommandInput, CreateSessionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteSessionCommandInput extends DeleteSessionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteSessionCommandOutput extends DeleteSessionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteSessionCommand extends $Command<DeleteSessionCommandInput, DeleteSessionCommandOutput, GlueClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteSessionCommandInput;
|
|
12
|
+
constructor(input: DeleteSessionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSessionCommandInput, DeleteSessionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { GetConnectionRequest, GetConnectionResponse } from "../models/
|
|
4
|
+
import { GetConnectionRequest, GetConnectionResponse } from "../models/models_1";
|
|
5
5
|
export interface GetConnectionCommandInput extends GetConnectionRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetConnectionCommandOutput extends GetConnectionResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { GetConnectionsRequest, GetConnectionsResponse } from "../models/
|
|
4
|
+
import { GetConnectionsRequest, GetConnectionsResponse } from "../models/models_1";
|
|
5
5
|
export interface GetConnectionsCommandInput extends GetConnectionsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetConnectionsCommandOutput extends GetConnectionsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { GetCrawlerRequest, GetCrawlerResponse } from "../models/
|
|
4
|
+
import { GetCrawlerRequest, GetCrawlerResponse } from "../models/models_1";
|
|
5
5
|
export interface GetCrawlerCommandInput extends GetCrawlerRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetCrawlerCommandOutput extends GetCrawlerResponse, __MetadataBearer {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { GetCrawlerMetricsRequest } from "../models/
|
|
5
|
-
import { GetCrawlerMetricsResponse } from "../models/models_1";
|
|
4
|
+
import { GetCrawlerMetricsRequest, GetCrawlerMetricsResponse } from "../models/models_1";
|
|
6
5
|
export interface GetCrawlerMetricsCommandInput extends GetCrawlerMetricsRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface GetCrawlerMetricsCommandOutput extends GetCrawlerMetricsResponse, __MetadataBearer {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { GetSessionRequest, GetSessionResponse } from "../models/models_1";
|
|
5
|
+
export interface GetSessionCommandInput extends GetSessionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetSessionCommand extends $Command<GetSessionCommandInput, GetSessionCommandOutput, GlueClientResolvedConfig> {
|
|
11
|
+
readonly input: GetSessionCommandInput;
|
|
12
|
+
constructor(input: GetSessionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSessionCommandInput, GetSessionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { GetStatementRequest, GetStatementResponse } from "../models/models_1";
|
|
5
|
+
export interface GetStatementCommandInput extends GetStatementRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetStatementCommandOutput extends GetStatementResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetStatementCommand extends $Command<GetStatementCommandInput, GetStatementCommandOutput, GlueClientResolvedConfig> {
|
|
11
|
+
readonly input: GetStatementCommandInput;
|
|
12
|
+
constructor(input: GetStatementCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStatementCommandInput, GetStatementCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { ListSessionsRequest, ListSessionsResponse } from "../models/models_1";
|
|
5
|
+
export interface ListSessionsCommandInput extends ListSessionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListSessionsCommandOutput extends ListSessionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListSessionsCommand extends $Command<ListSessionsCommandInput, ListSessionsCommandOutput, GlueClientResolvedConfig> {
|
|
11
|
+
readonly input: ListSessionsCommandInput;
|
|
12
|
+
constructor(input: ListSessionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSessionsCommandInput, ListSessionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { ListStatementsRequest, ListStatementsResponse } from "../models/models_1";
|
|
5
|
+
export interface ListStatementsCommandInput extends ListStatementsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListStatementsCommandOutput extends ListStatementsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListStatementsCommand extends $Command<ListStatementsCommandInput, ListStatementsCommandOutput, GlueClientResolvedConfig> {
|
|
11
|
+
readonly input: ListStatementsCommandInput;
|
|
12
|
+
constructor(input: ListStatementsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStatementsCommandInput, ListStatementsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { RunStatementRequest, RunStatementResponse } from "../models/models_1";
|
|
5
|
+
export interface RunStatementCommandInput extends RunStatementRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface RunStatementCommandOutput extends RunStatementResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RunStatementCommand extends $Command<RunStatementCommandInput, RunStatementCommandOutput, GlueClientResolvedConfig> {
|
|
11
|
+
readonly input: RunStatementCommandInput;
|
|
12
|
+
constructor(input: RunStatementCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RunStatementCommandInput, RunStatementCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { StopSessionRequest, StopSessionResponse } from "../models/models_1";
|
|
5
|
+
export interface StopSessionCommandInput extends StopSessionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface StopSessionCommandOutput extends StopSessionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StopSessionCommand extends $Command<StopSessionCommandInput, StopSessionCommandOutput, GlueClientResolvedConfig> {
|
|
11
|
+
readonly input: StopSessionCommandInput;
|
|
12
|
+
constructor(input: StopSessionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopSessionCommandInput, StopSessionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { UpdateTriggerRequest, UpdateTriggerResponse } from "../models/
|
|
4
|
+
import { UpdateTriggerRequest, UpdateTriggerResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateTriggerCommandInput extends UpdateTriggerRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateTriggerCommandOutput extends UpdateTriggerResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { UpdateUserDefinedFunctionRequest, UpdateUserDefinedFunctionResponse } from "../models/
|
|
4
|
+
import { UpdateUserDefinedFunctionRequest, UpdateUserDefinedFunctionResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateUserDefinedFunctionCommandInput extends UpdateUserDefinedFunctionRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateUserDefinedFunctionCommandOutput extends UpdateUserDefinedFunctionResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { UpdateWorkflowRequest, UpdateWorkflowResponse } from "../models/
|
|
4
|
+
import { UpdateWorkflowRequest, UpdateWorkflowResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateWorkflowCommandInput extends UpdateWorkflowRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateWorkflowCommandOutput extends UpdateWorkflowResponse, __MetadataBearer {
|
|
@@ -13,6 +13,7 @@ export * from "./BatchGetWorkflowsCommand";
|
|
|
13
13
|
export * from "./BatchStopJobRunCommand";
|
|
14
14
|
export * from "./BatchUpdatePartitionCommand";
|
|
15
15
|
export * from "./CancelMLTaskRunCommand";
|
|
16
|
+
export * from "./CancelStatementCommand";
|
|
16
17
|
export * from "./CheckSchemaVersionValidityCommand";
|
|
17
18
|
export * from "./CreateBlueprintCommand";
|
|
18
19
|
export * from "./CreateClassifierCommand";
|
|
@@ -28,6 +29,7 @@ export * from "./CreateRegistryCommand";
|
|
|
28
29
|
export * from "./CreateSchemaCommand";
|
|
29
30
|
export * from "./CreateScriptCommand";
|
|
30
31
|
export * from "./CreateSecurityConfigurationCommand";
|
|
32
|
+
export * from "./CreateSessionCommand";
|
|
31
33
|
export * from "./CreateTableCommand";
|
|
32
34
|
export * from "./CreateTriggerCommand";
|
|
33
35
|
export * from "./CreateUserDefinedFunctionCommand";
|
|
@@ -49,6 +51,7 @@ export * from "./DeleteResourcePolicyCommand";
|
|
|
49
51
|
export * from "./DeleteSchemaCommand";
|
|
50
52
|
export * from "./DeleteSchemaVersionsCommand";
|
|
51
53
|
export * from "./DeleteSecurityConfigurationCommand";
|
|
54
|
+
export * from "./DeleteSessionCommand";
|
|
52
55
|
export * from "./DeleteTableCommand";
|
|
53
56
|
export * from "./DeleteTableVersionCommand";
|
|
54
57
|
export * from "./DeleteTriggerCommand";
|
|
@@ -96,6 +99,8 @@ export * from "./GetSchemaVersionCommand";
|
|
|
96
99
|
export * from "./GetSchemaVersionsDiffCommand";
|
|
97
100
|
export * from "./GetSecurityConfigurationCommand";
|
|
98
101
|
export * from "./GetSecurityConfigurationsCommand";
|
|
102
|
+
export * from "./GetSessionCommand";
|
|
103
|
+
export * from "./GetStatementCommand";
|
|
99
104
|
export * from "./GetTableCommand";
|
|
100
105
|
export * from "./GetTableVersionCommand";
|
|
101
106
|
export * from "./GetTableVersionsCommand";
|
|
@@ -121,6 +126,8 @@ export * from "./ListMLTransformsCommand";
|
|
|
121
126
|
export * from "./ListRegistriesCommand";
|
|
122
127
|
export * from "./ListSchemaVersionsCommand";
|
|
123
128
|
export * from "./ListSchemasCommand";
|
|
129
|
+
export * from "./ListSessionsCommand";
|
|
130
|
+
export * from "./ListStatementsCommand";
|
|
124
131
|
export * from "./ListTriggersCommand";
|
|
125
132
|
export * from "./ListWorkflowsCommand";
|
|
126
133
|
export * from "./PutDataCatalogEncryptionSettingsCommand";
|
|
@@ -132,6 +139,7 @@ export * from "./RegisterSchemaVersionCommand";
|
|
|
132
139
|
export * from "./RemoveSchemaVersionMetadataCommand";
|
|
133
140
|
export * from "./ResetJobBookmarkCommand";
|
|
134
141
|
export * from "./ResumeWorkflowRunCommand";
|
|
142
|
+
export * from "./RunStatementCommand";
|
|
135
143
|
export * from "./SearchTablesCommand";
|
|
136
144
|
export * from "./StartBlueprintRunCommand";
|
|
137
145
|
export * from "./StartCrawlerCommand";
|
|
@@ -145,6 +153,7 @@ export * from "./StartTriggerCommand";
|
|
|
145
153
|
export * from "./StartWorkflowRunCommand";
|
|
146
154
|
export * from "./StopCrawlerCommand";
|
|
147
155
|
export * from "./StopCrawlerScheduleCommand";
|
|
156
|
+
export * from "./StopSessionCommand";
|
|
148
157
|
export * from "./StopTriggerCommand";
|
|
149
158
|
export * from "./StopWorkflowRunCommand";
|
|
150
159
|
export * from "./TagResourceCommand";
|
|
@@ -48,8 +48,14 @@ export declare class AlreadyExistsException extends __BaseException {
|
|
|
48
48
|
|
|
49
49
|
constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
|
|
50
50
|
}
|
|
51
|
+
|
|
51
52
|
export interface AuditContext {
|
|
53
|
+
|
|
52
54
|
AdditionalAuditContext?: string;
|
|
55
|
+
|
|
56
|
+
RequestedColumns?: string[];
|
|
57
|
+
|
|
58
|
+
AllColumnsRequested?: boolean;
|
|
53
59
|
}
|
|
54
60
|
export declare namespace AuditContext {
|
|
55
61
|
|
|
@@ -1523,6 +1529,33 @@ export declare namespace CancelMLTaskRunResponse {
|
|
|
1523
1529
|
|
|
1524
1530
|
const filterSensitiveLog: (obj: CancelMLTaskRunResponse) => any;
|
|
1525
1531
|
}
|
|
1532
|
+
export interface CancelStatementRequest {
|
|
1533
|
+
|
|
1534
|
+
SessionId: string | undefined;
|
|
1535
|
+
|
|
1536
|
+
Id: number | undefined;
|
|
1537
|
+
|
|
1538
|
+
RequestOrigin?: string;
|
|
1539
|
+
}
|
|
1540
|
+
export declare namespace CancelStatementRequest {
|
|
1541
|
+
|
|
1542
|
+
const filterSensitiveLog: (obj: CancelStatementRequest) => any;
|
|
1543
|
+
}
|
|
1544
|
+
export interface CancelStatementResponse {
|
|
1545
|
+
}
|
|
1546
|
+
export declare namespace CancelStatementResponse {
|
|
1547
|
+
|
|
1548
|
+
const filterSensitiveLog: (obj: CancelStatementResponse) => any;
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1551
|
+
export declare class IllegalSessionStateException extends __BaseException {
|
|
1552
|
+
readonly name: "IllegalSessionStateException";
|
|
1553
|
+
readonly $fault: "client";
|
|
1554
|
+
|
|
1555
|
+
Message?: string;
|
|
1556
|
+
|
|
1557
|
+
constructor(opts: __ExceptionOptionType<IllegalSessionStateException, __BaseException>);
|
|
1558
|
+
}
|
|
1526
1559
|
export declare enum DataFormat {
|
|
1527
1560
|
AVRO = "AVRO",
|
|
1528
1561
|
JSON = "JSON",
|