@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
|
@@ -1,6 +1,141 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
|
-
import {
|
|
3
|
+
import { AuditContext, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Column, ColumnStatistics, Compatibility, ConnectionInput, ConnectionsList, ConnectionType, Crawler, CrawlerTargets, CsvHeaderOption, DatabaseIdentifier, DatabaseInput, DataFormat, DevEndpoint, EncryptionConfiguration, ErrorDetail, ExecutionProperty, GlueTable, Job, JobCommand, JobRun, LakeFormationConfiguration, Language, LineageConfiguration, NotificationProperty, Partition, PartitionInput, PartitionValueList, PhysicalConnectionRequirements, PrincipalPermissions, PrincipalType, RecrawlPolicy, RegistryId, RegistryStatus, ResourceUri, SchemaChangePolicy, SchemaId, SchemaStatus, SchemaVersionStatus, Session, StorageDescriptor, TableIdentifier, TableInput, TaskStatusType, TransformEncryption, TransformParameters, TransformType, Trigger, WorkerType, Workflow, WorkflowRun } from "./models_0";
|
|
4
|
+
export interface GetConnectionRequest {
|
|
5
|
+
|
|
6
|
+
CatalogId?: string;
|
|
7
|
+
|
|
8
|
+
Name: string | undefined;
|
|
9
|
+
|
|
10
|
+
HidePassword?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare namespace GetConnectionRequest {
|
|
13
|
+
|
|
14
|
+
const filterSensitiveLog: (obj: GetConnectionRequest) => any;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface Connection {
|
|
18
|
+
|
|
19
|
+
Name?: string;
|
|
20
|
+
|
|
21
|
+
Description?: string;
|
|
22
|
+
|
|
23
|
+
ConnectionType?: ConnectionType | string;
|
|
24
|
+
|
|
25
|
+
MatchCriteria?: string[];
|
|
26
|
+
|
|
27
|
+
ConnectionProperties?: {
|
|
28
|
+
[key: string]: string;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
PhysicalConnectionRequirements?: PhysicalConnectionRequirements;
|
|
32
|
+
|
|
33
|
+
CreationTime?: Date;
|
|
34
|
+
|
|
35
|
+
LastUpdatedTime?: Date;
|
|
36
|
+
|
|
37
|
+
LastUpdatedBy?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace Connection {
|
|
40
|
+
|
|
41
|
+
const filterSensitiveLog: (obj: Connection) => any;
|
|
42
|
+
}
|
|
43
|
+
export interface GetConnectionResponse {
|
|
44
|
+
|
|
45
|
+
Connection?: Connection;
|
|
46
|
+
}
|
|
47
|
+
export declare namespace GetConnectionResponse {
|
|
48
|
+
|
|
49
|
+
const filterSensitiveLog: (obj: GetConnectionResponse) => any;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export interface GetConnectionsFilter {
|
|
53
|
+
|
|
54
|
+
MatchCriteria?: string[];
|
|
55
|
+
|
|
56
|
+
ConnectionType?: ConnectionType | string;
|
|
57
|
+
}
|
|
58
|
+
export declare namespace GetConnectionsFilter {
|
|
59
|
+
|
|
60
|
+
const filterSensitiveLog: (obj: GetConnectionsFilter) => any;
|
|
61
|
+
}
|
|
62
|
+
export interface GetConnectionsRequest {
|
|
63
|
+
|
|
64
|
+
CatalogId?: string;
|
|
65
|
+
|
|
66
|
+
Filter?: GetConnectionsFilter;
|
|
67
|
+
|
|
68
|
+
HidePassword?: boolean;
|
|
69
|
+
|
|
70
|
+
NextToken?: string;
|
|
71
|
+
|
|
72
|
+
MaxResults?: number;
|
|
73
|
+
}
|
|
74
|
+
export declare namespace GetConnectionsRequest {
|
|
75
|
+
|
|
76
|
+
const filterSensitiveLog: (obj: GetConnectionsRequest) => any;
|
|
77
|
+
}
|
|
78
|
+
export interface GetConnectionsResponse {
|
|
79
|
+
|
|
80
|
+
ConnectionList?: Connection[];
|
|
81
|
+
|
|
82
|
+
NextToken?: string;
|
|
83
|
+
}
|
|
84
|
+
export declare namespace GetConnectionsResponse {
|
|
85
|
+
|
|
86
|
+
const filterSensitiveLog: (obj: GetConnectionsResponse) => any;
|
|
87
|
+
}
|
|
88
|
+
export interface GetCrawlerRequest {
|
|
89
|
+
|
|
90
|
+
Name: string | undefined;
|
|
91
|
+
}
|
|
92
|
+
export declare namespace GetCrawlerRequest {
|
|
93
|
+
|
|
94
|
+
const filterSensitiveLog: (obj: GetCrawlerRequest) => any;
|
|
95
|
+
}
|
|
96
|
+
export interface GetCrawlerResponse {
|
|
97
|
+
|
|
98
|
+
Crawler?: Crawler;
|
|
99
|
+
}
|
|
100
|
+
export declare namespace GetCrawlerResponse {
|
|
101
|
+
|
|
102
|
+
const filterSensitiveLog: (obj: GetCrawlerResponse) => any;
|
|
103
|
+
}
|
|
104
|
+
export interface GetCrawlerMetricsRequest {
|
|
105
|
+
|
|
106
|
+
CrawlerNameList?: string[];
|
|
107
|
+
|
|
108
|
+
MaxResults?: number;
|
|
109
|
+
|
|
110
|
+
NextToken?: string;
|
|
111
|
+
}
|
|
112
|
+
export declare namespace GetCrawlerMetricsRequest {
|
|
113
|
+
|
|
114
|
+
const filterSensitiveLog: (obj: GetCrawlerMetricsRequest) => any;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export interface CrawlerMetrics {
|
|
118
|
+
|
|
119
|
+
CrawlerName?: string;
|
|
120
|
+
|
|
121
|
+
TimeLeftSeconds?: number;
|
|
122
|
+
|
|
123
|
+
StillEstimating?: boolean;
|
|
124
|
+
|
|
125
|
+
LastRuntimeSeconds?: number;
|
|
126
|
+
|
|
127
|
+
MedianRuntimeSeconds?: number;
|
|
128
|
+
|
|
129
|
+
TablesCreated?: number;
|
|
130
|
+
|
|
131
|
+
TablesUpdated?: number;
|
|
132
|
+
|
|
133
|
+
TablesDeleted?: number;
|
|
134
|
+
}
|
|
135
|
+
export declare namespace CrawlerMetrics {
|
|
136
|
+
|
|
137
|
+
const filterSensitiveLog: (obj: CrawlerMetrics) => any;
|
|
138
|
+
}
|
|
4
139
|
export interface GetCrawlerMetricsResponse {
|
|
5
140
|
|
|
6
141
|
CrawlerMetricsList?: CrawlerMetrics[];
|
|
@@ -1254,6 +1389,101 @@ export declare namespace GetSecurityConfigurationsResponse {
|
|
|
1254
1389
|
|
|
1255
1390
|
const filterSensitiveLog: (obj: GetSecurityConfigurationsResponse) => any;
|
|
1256
1391
|
}
|
|
1392
|
+
export interface GetSessionRequest {
|
|
1393
|
+
|
|
1394
|
+
Id: string | undefined;
|
|
1395
|
+
|
|
1396
|
+
RequestOrigin?: string;
|
|
1397
|
+
}
|
|
1398
|
+
export declare namespace GetSessionRequest {
|
|
1399
|
+
|
|
1400
|
+
const filterSensitiveLog: (obj: GetSessionRequest) => any;
|
|
1401
|
+
}
|
|
1402
|
+
export interface GetSessionResponse {
|
|
1403
|
+
|
|
1404
|
+
Session?: Session;
|
|
1405
|
+
}
|
|
1406
|
+
export declare namespace GetSessionResponse {
|
|
1407
|
+
|
|
1408
|
+
const filterSensitiveLog: (obj: GetSessionResponse) => any;
|
|
1409
|
+
}
|
|
1410
|
+
export interface GetStatementRequest {
|
|
1411
|
+
|
|
1412
|
+
SessionId: string | undefined;
|
|
1413
|
+
|
|
1414
|
+
Id: number | undefined;
|
|
1415
|
+
|
|
1416
|
+
RequestOrigin?: string;
|
|
1417
|
+
}
|
|
1418
|
+
export declare namespace GetStatementRequest {
|
|
1419
|
+
|
|
1420
|
+
const filterSensitiveLog: (obj: GetStatementRequest) => any;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
export interface StatementOutputData {
|
|
1424
|
+
|
|
1425
|
+
TextPlain?: string;
|
|
1426
|
+
}
|
|
1427
|
+
export declare namespace StatementOutputData {
|
|
1428
|
+
|
|
1429
|
+
const filterSensitiveLog: (obj: StatementOutputData) => any;
|
|
1430
|
+
}
|
|
1431
|
+
export declare enum StatementState {
|
|
1432
|
+
AVAILABLE = "AVAILABLE",
|
|
1433
|
+
CANCELLED = "CANCELLED",
|
|
1434
|
+
CANCELLING = "CANCELLING",
|
|
1435
|
+
ERROR = "ERROR",
|
|
1436
|
+
RUNNING = "RUNNING",
|
|
1437
|
+
WAITING = "WAITING"
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
export interface StatementOutput {
|
|
1441
|
+
|
|
1442
|
+
Data?: StatementOutputData;
|
|
1443
|
+
|
|
1444
|
+
ExecutionCount?: number;
|
|
1445
|
+
|
|
1446
|
+
Status?: StatementState | string;
|
|
1447
|
+
|
|
1448
|
+
ErrorName?: string;
|
|
1449
|
+
|
|
1450
|
+
ErrorValue?: string;
|
|
1451
|
+
|
|
1452
|
+
Traceback?: string[];
|
|
1453
|
+
}
|
|
1454
|
+
export declare namespace StatementOutput {
|
|
1455
|
+
|
|
1456
|
+
const filterSensitiveLog: (obj: StatementOutput) => any;
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1459
|
+
export interface Statement {
|
|
1460
|
+
|
|
1461
|
+
Id?: number;
|
|
1462
|
+
|
|
1463
|
+
Code?: string;
|
|
1464
|
+
|
|
1465
|
+
State?: StatementState | string;
|
|
1466
|
+
|
|
1467
|
+
Output?: StatementOutput;
|
|
1468
|
+
|
|
1469
|
+
Progress?: number;
|
|
1470
|
+
|
|
1471
|
+
StartedOn?: number;
|
|
1472
|
+
|
|
1473
|
+
CompletedOn?: number;
|
|
1474
|
+
}
|
|
1475
|
+
export declare namespace Statement {
|
|
1476
|
+
|
|
1477
|
+
const filterSensitiveLog: (obj: Statement) => any;
|
|
1478
|
+
}
|
|
1479
|
+
export interface GetStatementResponse {
|
|
1480
|
+
|
|
1481
|
+
Statement?: Statement;
|
|
1482
|
+
}
|
|
1483
|
+
export declare namespace GetStatementResponse {
|
|
1484
|
+
|
|
1485
|
+
const filterSensitiveLog: (obj: GetStatementResponse) => any;
|
|
1486
|
+
}
|
|
1257
1487
|
export interface GetTableRequest {
|
|
1258
1488
|
|
|
1259
1489
|
CatalogId?: string;
|
|
@@ -1480,6 +1710,7 @@ export interface GetUnfilteredPartitionMetadataRequest {
|
|
|
1480
1710
|
DatabaseName: string | undefined;
|
|
1481
1711
|
TableName: string | undefined;
|
|
1482
1712
|
PartitionValues: string[] | undefined;
|
|
1713
|
+
|
|
1483
1714
|
AuditContext?: AuditContext;
|
|
1484
1715
|
SupportedPermissionTypes: (PermissionType | string)[] | undefined;
|
|
1485
1716
|
}
|
|
@@ -1509,6 +1740,7 @@ export interface GetUnfilteredPartitionsMetadataRequest {
|
|
|
1509
1740
|
DatabaseName: string | undefined;
|
|
1510
1741
|
TableName: string | undefined;
|
|
1511
1742
|
Expression?: string;
|
|
1743
|
+
|
|
1512
1744
|
AuditContext?: AuditContext;
|
|
1513
1745
|
SupportedPermissionTypes: (PermissionType | string)[] | undefined;
|
|
1514
1746
|
NextToken?: string;
|
|
@@ -1542,6 +1774,7 @@ export interface GetUnfilteredTableMetadataRequest {
|
|
|
1542
1774
|
CatalogId: string | undefined;
|
|
1543
1775
|
DatabaseName: string | undefined;
|
|
1544
1776
|
Name: string | undefined;
|
|
1777
|
+
|
|
1545
1778
|
AuditContext?: AuditContext;
|
|
1546
1779
|
SupportedPermissionTypes: (PermissionType | string)[] | undefined;
|
|
1547
1780
|
}
|
|
@@ -1978,6 +2211,54 @@ export declare namespace ListSchemaVersionsResponse {
|
|
|
1978
2211
|
|
|
1979
2212
|
const filterSensitiveLog: (obj: ListSchemaVersionsResponse) => any;
|
|
1980
2213
|
}
|
|
2214
|
+
export interface ListSessionsRequest {
|
|
2215
|
+
|
|
2216
|
+
NextToken?: string;
|
|
2217
|
+
|
|
2218
|
+
MaxResults?: number;
|
|
2219
|
+
|
|
2220
|
+
Tags?: {
|
|
2221
|
+
[key: string]: string;
|
|
2222
|
+
};
|
|
2223
|
+
|
|
2224
|
+
RequestOrigin?: string;
|
|
2225
|
+
}
|
|
2226
|
+
export declare namespace ListSessionsRequest {
|
|
2227
|
+
|
|
2228
|
+
const filterSensitiveLog: (obj: ListSessionsRequest) => any;
|
|
2229
|
+
}
|
|
2230
|
+
export interface ListSessionsResponse {
|
|
2231
|
+
|
|
2232
|
+
Ids?: string[];
|
|
2233
|
+
|
|
2234
|
+
Sessions?: Session[];
|
|
2235
|
+
|
|
2236
|
+
NextToken?: string;
|
|
2237
|
+
}
|
|
2238
|
+
export declare namespace ListSessionsResponse {
|
|
2239
|
+
|
|
2240
|
+
const filterSensitiveLog: (obj: ListSessionsResponse) => any;
|
|
2241
|
+
}
|
|
2242
|
+
export interface ListStatementsRequest {
|
|
2243
|
+
|
|
2244
|
+
SessionId: string | undefined;
|
|
2245
|
+
|
|
2246
|
+
RequestOrigin?: string;
|
|
2247
|
+
NextToken?: string;
|
|
2248
|
+
}
|
|
2249
|
+
export declare namespace ListStatementsRequest {
|
|
2250
|
+
|
|
2251
|
+
const filterSensitiveLog: (obj: ListStatementsRequest) => any;
|
|
2252
|
+
}
|
|
2253
|
+
export interface ListStatementsResponse {
|
|
2254
|
+
|
|
2255
|
+
Statements?: Statement[];
|
|
2256
|
+
NextToken?: string;
|
|
2257
|
+
}
|
|
2258
|
+
export declare namespace ListStatementsResponse {
|
|
2259
|
+
|
|
2260
|
+
const filterSensitiveLog: (obj: ListStatementsResponse) => any;
|
|
2261
|
+
}
|
|
1981
2262
|
export interface ListTriggersRequest {
|
|
1982
2263
|
|
|
1983
2264
|
NextToken?: string;
|
|
@@ -2312,6 +2593,26 @@ export declare namespace ResumeWorkflowRunResponse {
|
|
|
2312
2593
|
|
|
2313
2594
|
const filterSensitiveLog: (obj: ResumeWorkflowRunResponse) => any;
|
|
2314
2595
|
}
|
|
2596
|
+
export interface RunStatementRequest {
|
|
2597
|
+
|
|
2598
|
+
SessionId: string | undefined;
|
|
2599
|
+
|
|
2600
|
+
Code: string | undefined;
|
|
2601
|
+
|
|
2602
|
+
RequestOrigin?: string;
|
|
2603
|
+
}
|
|
2604
|
+
export declare namespace RunStatementRequest {
|
|
2605
|
+
|
|
2606
|
+
const filterSensitiveLog: (obj: RunStatementRequest) => any;
|
|
2607
|
+
}
|
|
2608
|
+
export interface RunStatementResponse {
|
|
2609
|
+
|
|
2610
|
+
Id?: number;
|
|
2611
|
+
}
|
|
2612
|
+
export declare namespace RunStatementResponse {
|
|
2613
|
+
|
|
2614
|
+
const filterSensitiveLog: (obj: RunStatementResponse) => any;
|
|
2615
|
+
}
|
|
2315
2616
|
export declare enum Comparator {
|
|
2316
2617
|
EQUALS = "EQUALS",
|
|
2317
2618
|
GREATER_THAN = "GREATER_THAN",
|
|
@@ -2658,6 +2959,24 @@ export declare namespace StopCrawlerScheduleResponse {
|
|
|
2658
2959
|
|
|
2659
2960
|
const filterSensitiveLog: (obj: StopCrawlerScheduleResponse) => any;
|
|
2660
2961
|
}
|
|
2962
|
+
export interface StopSessionRequest {
|
|
2963
|
+
|
|
2964
|
+
Id: string | undefined;
|
|
2965
|
+
|
|
2966
|
+
RequestOrigin?: string;
|
|
2967
|
+
}
|
|
2968
|
+
export declare namespace StopSessionRequest {
|
|
2969
|
+
|
|
2970
|
+
const filterSensitiveLog: (obj: StopSessionRequest) => any;
|
|
2971
|
+
}
|
|
2972
|
+
export interface StopSessionResponse {
|
|
2973
|
+
|
|
2974
|
+
Id?: string;
|
|
2975
|
+
}
|
|
2976
|
+
export declare namespace StopSessionResponse {
|
|
2977
|
+
|
|
2978
|
+
const filterSensitiveLog: (obj: StopSessionResponse) => any;
|
|
2979
|
+
}
|
|
2661
2980
|
export interface StopTriggerRequest {
|
|
2662
2981
|
|
|
2663
2982
|
Name: string | undefined;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Action, EventBatchingCondition, Predicate, Trigger, UserDefinedFunctionInput } from "./models_0";
|
|
2
|
+
|
|
3
|
+
export interface TriggerUpdate {
|
|
4
|
+
|
|
5
|
+
Name?: string;
|
|
6
|
+
|
|
7
|
+
Description?: string;
|
|
8
|
+
|
|
9
|
+
Schedule?: string;
|
|
10
|
+
|
|
11
|
+
Actions?: Action[];
|
|
12
|
+
|
|
13
|
+
Predicate?: Predicate;
|
|
14
|
+
|
|
15
|
+
EventBatchingCondition?: EventBatchingCondition;
|
|
16
|
+
}
|
|
17
|
+
export declare namespace TriggerUpdate {
|
|
18
|
+
|
|
19
|
+
const filterSensitiveLog: (obj: TriggerUpdate) => any;
|
|
20
|
+
}
|
|
21
|
+
export interface UpdateTriggerRequest {
|
|
22
|
+
|
|
23
|
+
Name: string | undefined;
|
|
24
|
+
|
|
25
|
+
TriggerUpdate: TriggerUpdate | undefined;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace UpdateTriggerRequest {
|
|
28
|
+
|
|
29
|
+
const filterSensitiveLog: (obj: UpdateTriggerRequest) => any;
|
|
30
|
+
}
|
|
31
|
+
export interface UpdateTriggerResponse {
|
|
32
|
+
|
|
33
|
+
Trigger?: Trigger;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace UpdateTriggerResponse {
|
|
36
|
+
|
|
37
|
+
const filterSensitiveLog: (obj: UpdateTriggerResponse) => any;
|
|
38
|
+
}
|
|
39
|
+
export interface UpdateUserDefinedFunctionRequest {
|
|
40
|
+
|
|
41
|
+
CatalogId?: string;
|
|
42
|
+
|
|
43
|
+
DatabaseName: string | undefined;
|
|
44
|
+
|
|
45
|
+
FunctionName: string | undefined;
|
|
46
|
+
|
|
47
|
+
FunctionInput: UserDefinedFunctionInput | undefined;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace UpdateUserDefinedFunctionRequest {
|
|
50
|
+
|
|
51
|
+
const filterSensitiveLog: (obj: UpdateUserDefinedFunctionRequest) => any;
|
|
52
|
+
}
|
|
53
|
+
export interface UpdateUserDefinedFunctionResponse {
|
|
54
|
+
}
|
|
55
|
+
export declare namespace UpdateUserDefinedFunctionResponse {
|
|
56
|
+
|
|
57
|
+
const filterSensitiveLog: (obj: UpdateUserDefinedFunctionResponse) => any;
|
|
58
|
+
}
|
|
59
|
+
export interface UpdateWorkflowRequest {
|
|
60
|
+
|
|
61
|
+
Name: string | undefined;
|
|
62
|
+
|
|
63
|
+
Description?: string;
|
|
64
|
+
|
|
65
|
+
DefaultRunProperties?: {
|
|
66
|
+
[key: string]: string;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
MaxConcurrentRuns?: number;
|
|
70
|
+
}
|
|
71
|
+
export declare namespace UpdateWorkflowRequest {
|
|
72
|
+
|
|
73
|
+
const filterSensitiveLog: (obj: UpdateWorkflowRequest) => any;
|
|
74
|
+
}
|
|
75
|
+
export interface UpdateWorkflowResponse {
|
|
76
|
+
|
|
77
|
+
Name?: string;
|
|
78
|
+
}
|
|
79
|
+
export declare namespace UpdateWorkflowResponse {
|
|
80
|
+
|
|
81
|
+
const filterSensitiveLog: (obj: UpdateWorkflowResponse) => any;
|
|
82
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListSessions(config: GluePaginationConfiguration, input: ListSessionsCommandInput, ...additionalArguments: any): Paginator<ListSessionsCommandOutput>;
|
|
@@ -28,6 +28,7 @@ export * from "./ListMLTransformsPaginator";
|
|
|
28
28
|
export * from "./ListRegistriesPaginator";
|
|
29
29
|
export * from "./ListSchemaVersionsPaginator";
|
|
30
30
|
export * from "./ListSchemasPaginator";
|
|
31
|
+
export * from "./ListSessionsPaginator";
|
|
31
32
|
export * from "./ListTriggersPaginator";
|
|
32
33
|
export * from "./ListWorkflowsPaginator";
|
|
33
34
|
export * from "./SearchTablesPaginator";
|
|
@@ -15,6 +15,7 @@ import { BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput } from ".
|
|
|
15
15
|
import { BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput } from "../commands/BatchStopJobRunCommand";
|
|
16
16
|
import { BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput } from "../commands/BatchUpdatePartitionCommand";
|
|
17
17
|
import { CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput } from "../commands/CancelMLTaskRunCommand";
|
|
18
|
+
import { CancelStatementCommandInput, CancelStatementCommandOutput } from "../commands/CancelStatementCommand";
|
|
18
19
|
import { CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput } from "../commands/CheckSchemaVersionValidityCommand";
|
|
19
20
|
import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "../commands/CreateBlueprintCommand";
|
|
20
21
|
import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "../commands/CreateClassifierCommand";
|
|
@@ -30,6 +31,7 @@ import { CreateRegistryCommandInput, CreateRegistryCommandOutput } from "../comm
|
|
|
30
31
|
import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "../commands/CreateSchemaCommand";
|
|
31
32
|
import { CreateScriptCommandInput, CreateScriptCommandOutput } from "../commands/CreateScriptCommand";
|
|
32
33
|
import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "../commands/CreateSecurityConfigurationCommand";
|
|
34
|
+
import { CreateSessionCommandInput, CreateSessionCommandOutput } from "../commands/CreateSessionCommand";
|
|
33
35
|
import { CreateTableCommandInput, CreateTableCommandOutput } from "../commands/CreateTableCommand";
|
|
34
36
|
import { CreateTriggerCommandInput, CreateTriggerCommandOutput } from "../commands/CreateTriggerCommand";
|
|
35
37
|
import { CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput } from "../commands/CreateUserDefinedFunctionCommand";
|
|
@@ -51,6 +53,7 @@ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } f
|
|
|
51
53
|
import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "../commands/DeleteSchemaCommand";
|
|
52
54
|
import { DeleteSchemaVersionsCommandInput, DeleteSchemaVersionsCommandOutput } from "../commands/DeleteSchemaVersionsCommand";
|
|
53
55
|
import { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "../commands/DeleteSecurityConfigurationCommand";
|
|
56
|
+
import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "../commands/DeleteSessionCommand";
|
|
54
57
|
import { DeleteTableCommandInput, DeleteTableCommandOutput } from "../commands/DeleteTableCommand";
|
|
55
58
|
import { DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput } from "../commands/DeleteTableVersionCommand";
|
|
56
59
|
import { DeleteTriggerCommandInput, DeleteTriggerCommandOutput } from "../commands/DeleteTriggerCommand";
|
|
@@ -98,6 +101,8 @@ import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "../
|
|
|
98
101
|
import { GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput } from "../commands/GetSchemaVersionsDiffCommand";
|
|
99
102
|
import { GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput } from "../commands/GetSecurityConfigurationCommand";
|
|
100
103
|
import { GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput } from "../commands/GetSecurityConfigurationsCommand";
|
|
104
|
+
import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
|
|
105
|
+
import { GetStatementCommandInput, GetStatementCommandOutput } from "../commands/GetStatementCommand";
|
|
101
106
|
import { GetTableCommandInput, GetTableCommandOutput } from "../commands/GetTableCommand";
|
|
102
107
|
import { GetTablesCommandInput, GetTablesCommandOutput } from "../commands/GetTablesCommand";
|
|
103
108
|
import { GetTableVersionCommandInput, GetTableVersionCommandOutput } from "../commands/GetTableVersionCommand";
|
|
@@ -123,6 +128,8 @@ import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "../
|
|
|
123
128
|
import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "../commands/ListRegistriesCommand";
|
|
124
129
|
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
|
|
125
130
|
import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "../commands/ListSchemaVersionsCommand";
|
|
131
|
+
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
|
|
132
|
+
import { ListStatementsCommandInput, ListStatementsCommandOutput } from "../commands/ListStatementsCommand";
|
|
126
133
|
import { ListTriggersCommandInput, ListTriggersCommandOutput } from "../commands/ListTriggersCommand";
|
|
127
134
|
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
|
|
128
135
|
import { PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput } from "../commands/PutDataCatalogEncryptionSettingsCommand";
|
|
@@ -134,6 +141,7 @@ import { RegisterSchemaVersionCommandInput, RegisterSchemaVersionCommandOutput }
|
|
|
134
141
|
import { RemoveSchemaVersionMetadataCommandInput, RemoveSchemaVersionMetadataCommandOutput } from "../commands/RemoveSchemaVersionMetadataCommand";
|
|
135
142
|
import { ResetJobBookmarkCommandInput, ResetJobBookmarkCommandOutput } from "../commands/ResetJobBookmarkCommand";
|
|
136
143
|
import { ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput } from "../commands/ResumeWorkflowRunCommand";
|
|
144
|
+
import { RunStatementCommandInput, RunStatementCommandOutput } from "../commands/RunStatementCommand";
|
|
137
145
|
import { SearchTablesCommandInput, SearchTablesCommandOutput } from "../commands/SearchTablesCommand";
|
|
138
146
|
import { StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput } from "../commands/StartBlueprintRunCommand";
|
|
139
147
|
import { StartCrawlerCommandInput, StartCrawlerCommandOutput } from "../commands/StartCrawlerCommand";
|
|
@@ -147,6 +155,7 @@ import { StartTriggerCommandInput, StartTriggerCommandOutput } from "../commands
|
|
|
147
155
|
import { StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput } from "../commands/StartWorkflowRunCommand";
|
|
148
156
|
import { StopCrawlerCommandInput, StopCrawlerCommandOutput } from "../commands/StopCrawlerCommand";
|
|
149
157
|
import { StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput } from "../commands/StopCrawlerScheduleCommand";
|
|
158
|
+
import { StopSessionCommandInput, StopSessionCommandOutput } from "../commands/StopSessionCommand";
|
|
150
159
|
import { StopTriggerCommandInput, StopTriggerCommandOutput } from "../commands/StopTriggerCommand";
|
|
151
160
|
import { StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput } from "../commands/StopWorkflowRunCommand";
|
|
152
161
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
@@ -184,6 +193,7 @@ export declare const serializeAws_json1_1BatchGetWorkflowsCommand: (input: Batch
|
|
|
184
193
|
export declare const serializeAws_json1_1BatchStopJobRunCommand: (input: BatchStopJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
194
|
export declare const serializeAws_json1_1BatchUpdatePartitionCommand: (input: BatchUpdatePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
195
|
export declare const serializeAws_json1_1CancelMLTaskRunCommand: (input: CancelMLTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
196
|
+
export declare const serializeAws_json1_1CancelStatementCommand: (input: CancelStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
197
|
export declare const serializeAws_json1_1CheckSchemaVersionValidityCommand: (input: CheckSchemaVersionValidityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
198
|
export declare const serializeAws_json1_1CreateBlueprintCommand: (input: CreateBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
199
|
export declare const serializeAws_json1_1CreateClassifierCommand: (input: CreateClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -199,6 +209,7 @@ export declare const serializeAws_json1_1CreateRegistryCommand: (input: CreateRe
|
|
|
199
209
|
export declare const serializeAws_json1_1CreateSchemaCommand: (input: CreateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
210
|
export declare const serializeAws_json1_1CreateScriptCommand: (input: CreateScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
211
|
export declare const serializeAws_json1_1CreateSecurityConfigurationCommand: (input: CreateSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
212
|
+
export declare const serializeAws_json1_1CreateSessionCommand: (input: CreateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
213
|
export declare const serializeAws_json1_1CreateTableCommand: (input: CreateTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
214
|
export declare const serializeAws_json1_1CreateTriggerCommand: (input: CreateTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
215
|
export declare const serializeAws_json1_1CreateUserDefinedFunctionCommand: (input: CreateUserDefinedFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -220,6 +231,7 @@ export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (input: De
|
|
|
220
231
|
export declare const serializeAws_json1_1DeleteSchemaCommand: (input: DeleteSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
232
|
export declare const serializeAws_json1_1DeleteSchemaVersionsCommand: (input: DeleteSchemaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
233
|
export declare const serializeAws_json1_1DeleteSecurityConfigurationCommand: (input: DeleteSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_1DeleteSessionCommand: (input: DeleteSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
223
235
|
export declare const serializeAws_json1_1DeleteTableCommand: (input: DeleteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
224
236
|
export declare const serializeAws_json1_1DeleteTableVersionCommand: (input: DeleteTableVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
225
237
|
export declare const serializeAws_json1_1DeleteTriggerCommand: (input: DeleteTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -267,6 +279,8 @@ export declare const serializeAws_json1_1GetSchemaVersionCommand: (input: GetSch
|
|
|
267
279
|
export declare const serializeAws_json1_1GetSchemaVersionsDiffCommand: (input: GetSchemaVersionsDiffCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
268
280
|
export declare const serializeAws_json1_1GetSecurityConfigurationCommand: (input: GetSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
269
281
|
export declare const serializeAws_json1_1GetSecurityConfigurationsCommand: (input: GetSecurityConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
283
|
+
export declare const serializeAws_json1_1GetStatementCommand: (input: GetStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
284
|
export declare const serializeAws_json1_1GetTableCommand: (input: GetTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
271
285
|
export declare const serializeAws_json1_1GetTablesCommand: (input: GetTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
272
286
|
export declare const serializeAws_json1_1GetTableVersionCommand: (input: GetTableVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -292,6 +306,8 @@ export declare const serializeAws_json1_1ListMLTransformsCommand: (input: ListML
|
|
|
292
306
|
export declare const serializeAws_json1_1ListRegistriesCommand: (input: ListRegistriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
293
307
|
export declare const serializeAws_json1_1ListSchemasCommand: (input: ListSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
294
308
|
export declare const serializeAws_json1_1ListSchemaVersionsCommand: (input: ListSchemaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
309
|
+
export declare const serializeAws_json1_1ListSessionsCommand: (input: ListSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1ListStatementsCommand: (input: ListStatementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
295
311
|
export declare const serializeAws_json1_1ListTriggersCommand: (input: ListTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
296
312
|
export declare const serializeAws_json1_1ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
297
313
|
export declare const serializeAws_json1_1PutDataCatalogEncryptionSettingsCommand: (input: PutDataCatalogEncryptionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -303,6 +319,7 @@ export declare const serializeAws_json1_1RegisterSchemaVersionCommand: (input: R
|
|
|
303
319
|
export declare const serializeAws_json1_1RemoveSchemaVersionMetadataCommand: (input: RemoveSchemaVersionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
304
320
|
export declare const serializeAws_json1_1ResetJobBookmarkCommand: (input: ResetJobBookmarkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
305
321
|
export declare const serializeAws_json1_1ResumeWorkflowRunCommand: (input: ResumeWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1RunStatementCommand: (input: RunStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
306
323
|
export declare const serializeAws_json1_1SearchTablesCommand: (input: SearchTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
307
324
|
export declare const serializeAws_json1_1StartBlueprintRunCommand: (input: StartBlueprintRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
308
325
|
export declare const serializeAws_json1_1StartCrawlerCommand: (input: StartCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -316,6 +333,7 @@ export declare const serializeAws_json1_1StartTriggerCommand: (input: StartTrigg
|
|
|
316
333
|
export declare const serializeAws_json1_1StartWorkflowRunCommand: (input: StartWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
317
334
|
export declare const serializeAws_json1_1StopCrawlerCommand: (input: StopCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
318
335
|
export declare const serializeAws_json1_1StopCrawlerScheduleCommand: (input: StopCrawlerScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
336
|
+
export declare const serializeAws_json1_1StopSessionCommand: (input: StopSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
319
337
|
export declare const serializeAws_json1_1StopTriggerCommand: (input: StopTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
320
338
|
export declare const serializeAws_json1_1StopWorkflowRunCommand: (input: StopWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
321
339
|
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -353,6 +371,7 @@ export declare const deserializeAws_json1_1BatchGetWorkflowsCommand: (output: __
|
|
|
353
371
|
export declare const deserializeAws_json1_1BatchStopJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchStopJobRunCommandOutput>;
|
|
354
372
|
export declare const deserializeAws_json1_1BatchUpdatePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdatePartitionCommandOutput>;
|
|
355
373
|
export declare const deserializeAws_json1_1CancelMLTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelMLTaskRunCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_json1_1CancelStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelStatementCommandOutput>;
|
|
356
375
|
export declare const deserializeAws_json1_1CheckSchemaVersionValidityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckSchemaVersionValidityCommandOutput>;
|
|
357
376
|
export declare const deserializeAws_json1_1CreateBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBlueprintCommandOutput>;
|
|
358
377
|
export declare const deserializeAws_json1_1CreateClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClassifierCommandOutput>;
|
|
@@ -368,6 +387,7 @@ export declare const deserializeAws_json1_1CreateRegistryCommand: (output: __Htt
|
|
|
368
387
|
export declare const deserializeAws_json1_1CreateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSchemaCommandOutput>;
|
|
369
388
|
export declare const deserializeAws_json1_1CreateScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScriptCommandOutput>;
|
|
370
389
|
export declare const deserializeAws_json1_1CreateSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSecurityConfigurationCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_json1_1CreateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSessionCommandOutput>;
|
|
371
391
|
export declare const deserializeAws_json1_1CreateTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTableCommandOutput>;
|
|
372
392
|
export declare const deserializeAws_json1_1CreateTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTriggerCommandOutput>;
|
|
373
393
|
export declare const deserializeAws_json1_1CreateUserDefinedFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserDefinedFunctionCommandOutput>;
|
|
@@ -389,6 +409,7 @@ export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (output:
|
|
|
389
409
|
export declare const deserializeAws_json1_1DeleteSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaCommandOutput>;
|
|
390
410
|
export declare const deserializeAws_json1_1DeleteSchemaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaVersionsCommandOutput>;
|
|
391
411
|
export declare const deserializeAws_json1_1DeleteSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSecurityConfigurationCommandOutput>;
|
|
412
|
+
export declare const deserializeAws_json1_1DeleteSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSessionCommandOutput>;
|
|
392
413
|
export declare const deserializeAws_json1_1DeleteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTableCommandOutput>;
|
|
393
414
|
export declare const deserializeAws_json1_1DeleteTableVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTableVersionCommandOutput>;
|
|
394
415
|
export declare const deserializeAws_json1_1DeleteTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTriggerCommandOutput>;
|
|
@@ -436,6 +457,8 @@ export declare const deserializeAws_json1_1GetSchemaVersionCommand: (output: __H
|
|
|
436
457
|
export declare const deserializeAws_json1_1GetSchemaVersionsDiffCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaVersionsDiffCommandOutput>;
|
|
437
458
|
export declare const deserializeAws_json1_1GetSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSecurityConfigurationCommandOutput>;
|
|
438
459
|
export declare const deserializeAws_json1_1GetSecurityConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSecurityConfigurationsCommandOutput>;
|
|
460
|
+
export declare const deserializeAws_json1_1GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
|
|
461
|
+
export declare const deserializeAws_json1_1GetStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStatementCommandOutput>;
|
|
439
462
|
export declare const deserializeAws_json1_1GetTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableCommandOutput>;
|
|
440
463
|
export declare const deserializeAws_json1_1GetTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTablesCommandOutput>;
|
|
441
464
|
export declare const deserializeAws_json1_1GetTableVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableVersionCommandOutput>;
|
|
@@ -461,6 +484,8 @@ export declare const deserializeAws_json1_1ListMLTransformsCommand: (output: __H
|
|
|
461
484
|
export declare const deserializeAws_json1_1ListRegistriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRegistriesCommandOutput>;
|
|
462
485
|
export declare const deserializeAws_json1_1ListSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemasCommandOutput>;
|
|
463
486
|
export declare const deserializeAws_json1_1ListSchemaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemaVersionsCommandOutput>;
|
|
487
|
+
export declare const deserializeAws_json1_1ListSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsCommandOutput>;
|
|
488
|
+
export declare const deserializeAws_json1_1ListStatementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStatementsCommandOutput>;
|
|
464
489
|
export declare const deserializeAws_json1_1ListTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTriggersCommandOutput>;
|
|
465
490
|
export declare const deserializeAws_json1_1ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
|
|
466
491
|
export declare const deserializeAws_json1_1PutDataCatalogEncryptionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataCatalogEncryptionSettingsCommandOutput>;
|
|
@@ -472,6 +497,7 @@ export declare const deserializeAws_json1_1RegisterSchemaVersionCommand: (output
|
|
|
472
497
|
export declare const deserializeAws_json1_1RemoveSchemaVersionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveSchemaVersionMetadataCommandOutput>;
|
|
473
498
|
export declare const deserializeAws_json1_1ResetJobBookmarkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetJobBookmarkCommandOutput>;
|
|
474
499
|
export declare const deserializeAws_json1_1ResumeWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeWorkflowRunCommandOutput>;
|
|
500
|
+
export declare const deserializeAws_json1_1RunStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RunStatementCommandOutput>;
|
|
475
501
|
export declare const deserializeAws_json1_1SearchTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTablesCommandOutput>;
|
|
476
502
|
export declare const deserializeAws_json1_1StartBlueprintRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBlueprintRunCommandOutput>;
|
|
477
503
|
export declare const deserializeAws_json1_1StartCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCrawlerCommandOutput>;
|
|
@@ -485,6 +511,7 @@ export declare const deserializeAws_json1_1StartTriggerCommand: (output: __HttpR
|
|
|
485
511
|
export declare const deserializeAws_json1_1StartWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkflowRunCommandOutput>;
|
|
486
512
|
export declare const deserializeAws_json1_1StopCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCrawlerCommandOutput>;
|
|
487
513
|
export declare const deserializeAws_json1_1StopCrawlerScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCrawlerScheduleCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_json1_1StopSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSessionCommandOutput>;
|
|
488
515
|
export declare const deserializeAws_json1_1StopTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTriggerCommandOutput>;
|
|
489
516
|
export declare const deserializeAws_json1_1StopWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopWorkflowRunCommandOutput>;
|
|
490
517
|
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|