@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,382 @@
|
|
|
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
|
+
* <p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services
|
|
7
|
+
* account ID is used by default.</p>
|
|
8
|
+
*/
|
|
9
|
+
CatalogId?: string;
|
|
10
|
+
/**
|
|
11
|
+
* <p>The name of the connection definition to retrieve.</p>
|
|
12
|
+
*/
|
|
13
|
+
Name: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>Allows you to retrieve the connection metadata without returning the password. For
|
|
16
|
+
* instance, the AWS Glue console uses this flag to retrieve the connection, and does not display
|
|
17
|
+
* the password. Set this parameter when the caller might not have permission to use the KMS
|
|
18
|
+
* key to decrypt the password, but it does have permission to access the rest of the connection
|
|
19
|
+
* properties.</p>
|
|
20
|
+
*/
|
|
21
|
+
HidePassword?: boolean;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace GetConnectionRequest {
|
|
24
|
+
/**
|
|
25
|
+
* @internal
|
|
26
|
+
*/
|
|
27
|
+
const filterSensitiveLog: (obj: GetConnectionRequest) => any;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* <p>Defines a connection to a data source.</p>
|
|
31
|
+
*/
|
|
32
|
+
export interface Connection {
|
|
33
|
+
/**
|
|
34
|
+
* <p>The name of the connection definition.</p>
|
|
35
|
+
*/
|
|
36
|
+
Name?: string;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The description of the connection.</p>
|
|
39
|
+
*/
|
|
40
|
+
Description?: string;
|
|
41
|
+
/**
|
|
42
|
+
* <p>The type of the connection. Currently, SFTP is not supported.</p>
|
|
43
|
+
*/
|
|
44
|
+
ConnectionType?: ConnectionType | string;
|
|
45
|
+
/**
|
|
46
|
+
* <p>A list of criteria that can be used in selecting this connection.</p>
|
|
47
|
+
*/
|
|
48
|
+
MatchCriteria?: string[];
|
|
49
|
+
/**
|
|
50
|
+
* <p>These key-value pairs define parameters for the connection:</p>
|
|
51
|
+
* <ul>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>
|
|
54
|
+
* <code>HOST</code> - The host URI: either the
|
|
55
|
+
* fully qualified domain name (FQDN) or the IPv4 address of
|
|
56
|
+
* the database host.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>
|
|
60
|
+
* <code>PORT</code> - The port number, between
|
|
61
|
+
* 1024 and 65535, of the port on which the database host is
|
|
62
|
+
* listening for database connections.</p>
|
|
63
|
+
* </li>
|
|
64
|
+
* <li>
|
|
65
|
+
* <p>
|
|
66
|
+
* <code>USER_NAME</code> - The name under which
|
|
67
|
+
* to log in to the database. The value string for <code>USER_NAME</code> is "<code>USERNAME</code>".</p>
|
|
68
|
+
* </li>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>
|
|
71
|
+
* <code>PASSWORD</code> - A password,
|
|
72
|
+
* if one is used, for the user name.</p>
|
|
73
|
+
* </li>
|
|
74
|
+
* <li>
|
|
75
|
+
* <p>
|
|
76
|
+
* <code>ENCRYPTED_PASSWORD</code> - When you enable connection password protection by setting <code>ConnectionPasswordEncryption</code> in the Data Catalog encryption settings, this field stores the encrypted password.</p>
|
|
77
|
+
* </li>
|
|
78
|
+
* <li>
|
|
79
|
+
* <p>
|
|
80
|
+
* <code>JDBC_DRIVER_JAR_URI</code> - The Amazon Simple Storage Service (Amazon S3) path of the
|
|
81
|
+
* JAR file that contains the JDBC driver to use.</p>
|
|
82
|
+
* </li>
|
|
83
|
+
* <li>
|
|
84
|
+
* <p>
|
|
85
|
+
* <code>JDBC_DRIVER_CLASS_NAME</code> - The class name of the JDBC driver to use.</p>
|
|
86
|
+
* </li>
|
|
87
|
+
* <li>
|
|
88
|
+
* <p>
|
|
89
|
+
* <code>JDBC_ENGINE</code> - The name of the JDBC engine to use.</p>
|
|
90
|
+
* </li>
|
|
91
|
+
* <li>
|
|
92
|
+
* <p>
|
|
93
|
+
* <code>JDBC_ENGINE_VERSION</code> - The version of the JDBC engine to use.</p>
|
|
94
|
+
* </li>
|
|
95
|
+
* <li>
|
|
96
|
+
* <p>
|
|
97
|
+
* <code>CONFIG_FILES</code> - (Reserved for future use.)</p>
|
|
98
|
+
* </li>
|
|
99
|
+
* <li>
|
|
100
|
+
* <p>
|
|
101
|
+
* <code>INSTANCE_ID</code> - The instance ID to use.</p>
|
|
102
|
+
* </li>
|
|
103
|
+
* <li>
|
|
104
|
+
* <p>
|
|
105
|
+
* <code>JDBC_CONNECTION_URL</code> - The URL for connecting to a JDBC data source.</p>
|
|
106
|
+
* </li>
|
|
107
|
+
* <li>
|
|
108
|
+
* <p>
|
|
109
|
+
* <code>JDBC_ENFORCE_SSL</code> - A Boolean string (true, false) specifying whether Secure
|
|
110
|
+
* Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the
|
|
111
|
+
* client. The default is false.</p>
|
|
112
|
+
* </li>
|
|
113
|
+
* <li>
|
|
114
|
+
* <p>
|
|
115
|
+
* <code>CUSTOM_JDBC_CERT</code> - An Amazon S3 location specifying the customer's root certificate. Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format.</p>
|
|
116
|
+
* </li>
|
|
117
|
+
* <li>
|
|
118
|
+
* <p>
|
|
119
|
+
* <code>SKIP_CUSTOM_JDBC_CERT_VALIDATION</code> - By default, this is <code>false</code>. Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to <code>true</code> to skip Glue’s validation of the customer certificate.</p>
|
|
120
|
+
* </li>
|
|
121
|
+
* <li>
|
|
122
|
+
* <p>
|
|
123
|
+
* <code>CUSTOM_JDBC_CERT_STRING</code> - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the <code>SSL_SERVER_CERT_DN</code>; in Microsoft SQL Server, this is used as the <code>hostNameInCertificate</code>.</p>
|
|
124
|
+
* </li>
|
|
125
|
+
* <li>
|
|
126
|
+
* <p>
|
|
127
|
+
* <code>CONNECTION_URL</code> - The URL for connecting to a general (non-JDBC) data source.</p>
|
|
128
|
+
* </li>
|
|
129
|
+
* <li>
|
|
130
|
+
* <p>
|
|
131
|
+
* <code>KAFKA_BOOTSTRAP_SERVERS</code> - A comma-separated list of host and port pairs that are the addresses of the Apache Kafka brokers in a Kafka cluster to which a Kafka client will connect to and bootstrap itself.</p>
|
|
132
|
+
* </li>
|
|
133
|
+
* <li>
|
|
134
|
+
* <p>
|
|
135
|
+
* <code>KAFKA_SSL_ENABLED</code> - Whether to enable or disable SSL on an Apache Kafka connection. Default value is "true".</p>
|
|
136
|
+
* </li>
|
|
137
|
+
* <li>
|
|
138
|
+
* <p>
|
|
139
|
+
* <code>KAFKA_CUSTOM_CERT</code> - The Amazon S3 URL for the private CA cert file (.pem format). The default is an empty string.</p>
|
|
140
|
+
* </li>
|
|
141
|
+
* <li>
|
|
142
|
+
* <p>
|
|
143
|
+
* <code>KAFKA_SKIP_CUSTOM_CERT_VALIDATION</code> - Whether to skip the validation of the CA cert file or not. Glue validates for three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA. Default value is "false".</p>
|
|
144
|
+
* </li>
|
|
145
|
+
* <li>
|
|
146
|
+
* <p>
|
|
147
|
+
* <code>SECRET_ID</code> - The secret ID used for the secret manager of credentials.</p>
|
|
148
|
+
* </li>
|
|
149
|
+
* <li>
|
|
150
|
+
* <p>
|
|
151
|
+
* <code>CONNECTOR_URL</code> - The connector URL for a MARKETPLACE or CUSTOM connection.</p>
|
|
152
|
+
* </li>
|
|
153
|
+
* <li>
|
|
154
|
+
* <p>
|
|
155
|
+
* <code>CONNECTOR_TYPE</code> - The connector type for a MARKETPLACE or CUSTOM connection.</p>
|
|
156
|
+
* </li>
|
|
157
|
+
* <li>
|
|
158
|
+
* <p>
|
|
159
|
+
* <code>CONNECTOR_CLASS_NAME</code> - The connector class name for a MARKETPLACE or CUSTOM connection.</p>
|
|
160
|
+
* </li>
|
|
161
|
+
* <li>
|
|
162
|
+
* <p>
|
|
163
|
+
* <code>KAFKA_CLIENT_KEYSTORE</code> - The Amazon S3 location of the client keystore file for Kafka client side authentication (Optional).</p>
|
|
164
|
+
* </li>
|
|
165
|
+
* <li>
|
|
166
|
+
* <p>
|
|
167
|
+
* <code>KAFKA_CLIENT_KEYSTORE_PASSWORD</code> - The password to access the provided keystore (Optional).</p>
|
|
168
|
+
* </li>
|
|
169
|
+
* <li>
|
|
170
|
+
* <p>
|
|
171
|
+
* <code>KAFKA_CLIENT_KEY_PASSWORD</code> - A keystore can consist of multiple keys, so this is the password to access the client key to be used with the Kafka server side key (Optional).</p>
|
|
172
|
+
* </li>
|
|
173
|
+
* <li>
|
|
174
|
+
* <p>
|
|
175
|
+
* <code>ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD</code> - The encrypted version of the Kafka client keystore password (if the user has the Glue encrypt passwords setting selected).</p>
|
|
176
|
+
* </li>
|
|
177
|
+
* <li>
|
|
178
|
+
* <p>
|
|
179
|
+
* <code>ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD</code> - The encrypted version of the Kafka client key password (if the user has the Glue encrypt passwords setting selected).</p>
|
|
180
|
+
* </li>
|
|
181
|
+
* </ul>
|
|
182
|
+
*/
|
|
183
|
+
ConnectionProperties?: {
|
|
184
|
+
[key: string]: string;
|
|
185
|
+
};
|
|
186
|
+
/**
|
|
187
|
+
* <p>A map of physical connection requirements, such as virtual private cloud (VPC) and
|
|
188
|
+
* <code>SecurityGroup</code>, that are needed to make this connection successfully.</p>
|
|
189
|
+
*/
|
|
190
|
+
PhysicalConnectionRequirements?: PhysicalConnectionRequirements;
|
|
191
|
+
/**
|
|
192
|
+
* <p>The time that this connection definition was created.</p>
|
|
193
|
+
*/
|
|
194
|
+
CreationTime?: Date;
|
|
195
|
+
/**
|
|
196
|
+
* <p>The last time that this connection definition was updated.</p>
|
|
197
|
+
*/
|
|
198
|
+
LastUpdatedTime?: Date;
|
|
199
|
+
/**
|
|
200
|
+
* <p>The user, group, or role that last updated this connection definition.</p>
|
|
201
|
+
*/
|
|
202
|
+
LastUpdatedBy?: string;
|
|
203
|
+
}
|
|
204
|
+
export declare namespace Connection {
|
|
205
|
+
/**
|
|
206
|
+
* @internal
|
|
207
|
+
*/
|
|
208
|
+
const filterSensitiveLog: (obj: Connection) => any;
|
|
209
|
+
}
|
|
210
|
+
export interface GetConnectionResponse {
|
|
211
|
+
/**
|
|
212
|
+
* <p>The requested connection definition.</p>
|
|
213
|
+
*/
|
|
214
|
+
Connection?: Connection;
|
|
215
|
+
}
|
|
216
|
+
export declare namespace GetConnectionResponse {
|
|
217
|
+
/**
|
|
218
|
+
* @internal
|
|
219
|
+
*/
|
|
220
|
+
const filterSensitiveLog: (obj: GetConnectionResponse) => any;
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* <p>Filters the connection definitions that are returned by the <code>GetConnections</code>
|
|
224
|
+
* API operation.</p>
|
|
225
|
+
*/
|
|
226
|
+
export interface GetConnectionsFilter {
|
|
227
|
+
/**
|
|
228
|
+
* <p>A criteria string that must match the criteria recorded in the
|
|
229
|
+
* connection definition for that connection definition to be returned.</p>
|
|
230
|
+
*/
|
|
231
|
+
MatchCriteria?: string[];
|
|
232
|
+
/**
|
|
233
|
+
* <p>The type of connections to return. Currently, SFTP is not supported.</p>
|
|
234
|
+
*/
|
|
235
|
+
ConnectionType?: ConnectionType | string;
|
|
236
|
+
}
|
|
237
|
+
export declare namespace GetConnectionsFilter {
|
|
238
|
+
/**
|
|
239
|
+
* @internal
|
|
240
|
+
*/
|
|
241
|
+
const filterSensitiveLog: (obj: GetConnectionsFilter) => any;
|
|
242
|
+
}
|
|
243
|
+
export interface GetConnectionsRequest {
|
|
244
|
+
/**
|
|
245
|
+
* <p>The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services
|
|
246
|
+
* account ID is used by default.</p>
|
|
247
|
+
*/
|
|
248
|
+
CatalogId?: string;
|
|
249
|
+
/**
|
|
250
|
+
* <p>A filter that controls which connections are returned.</p>
|
|
251
|
+
*/
|
|
252
|
+
Filter?: GetConnectionsFilter;
|
|
253
|
+
/**
|
|
254
|
+
* <p>Allows you to retrieve the connection metadata without returning the password. For
|
|
255
|
+
* instance, the AWS Glue console uses this flag to retrieve the connection, and does not display
|
|
256
|
+
* the password. Set this parameter when the caller might not have permission to use the KMS
|
|
257
|
+
* key to decrypt the password, but it does have permission to access the rest of the connection
|
|
258
|
+
* properties.</p>
|
|
259
|
+
*/
|
|
260
|
+
HidePassword?: boolean;
|
|
261
|
+
/**
|
|
262
|
+
* <p>A continuation token, if this is a continuation call.</p>
|
|
263
|
+
*/
|
|
264
|
+
NextToken?: string;
|
|
265
|
+
/**
|
|
266
|
+
* <p>The maximum number of connections to return in one response.</p>
|
|
267
|
+
*/
|
|
268
|
+
MaxResults?: number;
|
|
269
|
+
}
|
|
270
|
+
export declare namespace GetConnectionsRequest {
|
|
271
|
+
/**
|
|
272
|
+
* @internal
|
|
273
|
+
*/
|
|
274
|
+
const filterSensitiveLog: (obj: GetConnectionsRequest) => any;
|
|
275
|
+
}
|
|
276
|
+
export interface GetConnectionsResponse {
|
|
277
|
+
/**
|
|
278
|
+
* <p>A list of requested connection definitions.</p>
|
|
279
|
+
*/
|
|
280
|
+
ConnectionList?: Connection[];
|
|
281
|
+
/**
|
|
282
|
+
* <p>A continuation token, if the list of connections returned does not
|
|
283
|
+
* include the last of the filtered connections.</p>
|
|
284
|
+
*/
|
|
285
|
+
NextToken?: string;
|
|
286
|
+
}
|
|
287
|
+
export declare namespace GetConnectionsResponse {
|
|
288
|
+
/**
|
|
289
|
+
* @internal
|
|
290
|
+
*/
|
|
291
|
+
const filterSensitiveLog: (obj: GetConnectionsResponse) => any;
|
|
292
|
+
}
|
|
293
|
+
export interface GetCrawlerRequest {
|
|
294
|
+
/**
|
|
295
|
+
* <p>The name of the crawler to retrieve metadata for.</p>
|
|
296
|
+
*/
|
|
297
|
+
Name: string | undefined;
|
|
298
|
+
}
|
|
299
|
+
export declare namespace GetCrawlerRequest {
|
|
300
|
+
/**
|
|
301
|
+
* @internal
|
|
302
|
+
*/
|
|
303
|
+
const filterSensitiveLog: (obj: GetCrawlerRequest) => any;
|
|
304
|
+
}
|
|
305
|
+
export interface GetCrawlerResponse {
|
|
306
|
+
/**
|
|
307
|
+
* <p>The metadata for the specified crawler.</p>
|
|
308
|
+
*/
|
|
309
|
+
Crawler?: Crawler;
|
|
310
|
+
}
|
|
311
|
+
export declare namespace GetCrawlerResponse {
|
|
312
|
+
/**
|
|
313
|
+
* @internal
|
|
314
|
+
*/
|
|
315
|
+
const filterSensitiveLog: (obj: GetCrawlerResponse) => any;
|
|
316
|
+
}
|
|
317
|
+
export interface GetCrawlerMetricsRequest {
|
|
318
|
+
/**
|
|
319
|
+
* <p>A list of the names of crawlers about which to retrieve metrics.</p>
|
|
320
|
+
*/
|
|
321
|
+
CrawlerNameList?: string[];
|
|
322
|
+
/**
|
|
323
|
+
* <p>The maximum size of a list to return.</p>
|
|
324
|
+
*/
|
|
325
|
+
MaxResults?: number;
|
|
326
|
+
/**
|
|
327
|
+
* <p>A continuation token, if this is a continuation call.</p>
|
|
328
|
+
*/
|
|
329
|
+
NextToken?: string;
|
|
330
|
+
}
|
|
331
|
+
export declare namespace GetCrawlerMetricsRequest {
|
|
332
|
+
/**
|
|
333
|
+
* @internal
|
|
334
|
+
*/
|
|
335
|
+
const filterSensitiveLog: (obj: GetCrawlerMetricsRequest) => any;
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* <p>Metrics for a specified crawler.</p>
|
|
339
|
+
*/
|
|
340
|
+
export interface CrawlerMetrics {
|
|
341
|
+
/**
|
|
342
|
+
* <p>The name of the crawler.</p>
|
|
343
|
+
*/
|
|
344
|
+
CrawlerName?: string;
|
|
345
|
+
/**
|
|
346
|
+
* <p>The estimated time left to complete a running crawl.</p>
|
|
347
|
+
*/
|
|
348
|
+
TimeLeftSeconds?: number;
|
|
349
|
+
/**
|
|
350
|
+
* <p>True if the crawler is still estimating how long it will take to complete this run.</p>
|
|
351
|
+
*/
|
|
352
|
+
StillEstimating?: boolean;
|
|
353
|
+
/**
|
|
354
|
+
* <p>The duration of the crawler's most recent run, in seconds.</p>
|
|
355
|
+
*/
|
|
356
|
+
LastRuntimeSeconds?: number;
|
|
357
|
+
/**
|
|
358
|
+
* <p>The median duration of this crawler's runs, in seconds.</p>
|
|
359
|
+
*/
|
|
360
|
+
MedianRuntimeSeconds?: number;
|
|
361
|
+
/**
|
|
362
|
+
* <p>The number of tables created by this crawler.</p>
|
|
363
|
+
*/
|
|
364
|
+
TablesCreated?: number;
|
|
365
|
+
/**
|
|
366
|
+
* <p>The number of tables updated by this crawler.</p>
|
|
367
|
+
*/
|
|
368
|
+
TablesUpdated?: number;
|
|
369
|
+
/**
|
|
370
|
+
* <p>The number of tables deleted by this crawler.</p>
|
|
371
|
+
*/
|
|
372
|
+
TablesDeleted?: number;
|
|
373
|
+
}
|
|
374
|
+
export declare namespace CrawlerMetrics {
|
|
375
|
+
/**
|
|
376
|
+
* @internal
|
|
377
|
+
*/
|
|
378
|
+
const filterSensitiveLog: (obj: CrawlerMetrics) => any;
|
|
379
|
+
}
|
|
4
380
|
export interface GetCrawlerMetricsResponse {
|
|
5
381
|
/**
|
|
6
382
|
* <p>A list of metrics for the specified crawler.</p>
|
|
@@ -2473,6 +2849,163 @@ export declare namespace GetSecurityConfigurationsResponse {
|
|
|
2473
2849
|
*/
|
|
2474
2850
|
const filterSensitiveLog: (obj: GetSecurityConfigurationsResponse) => any;
|
|
2475
2851
|
}
|
|
2852
|
+
export interface GetSessionRequest {
|
|
2853
|
+
/**
|
|
2854
|
+
* <p>The ID of the session. </p>
|
|
2855
|
+
*/
|
|
2856
|
+
Id: string | undefined;
|
|
2857
|
+
/**
|
|
2858
|
+
* <p>The origin of the request. </p>
|
|
2859
|
+
*/
|
|
2860
|
+
RequestOrigin?: string;
|
|
2861
|
+
}
|
|
2862
|
+
export declare namespace GetSessionRequest {
|
|
2863
|
+
/**
|
|
2864
|
+
* @internal
|
|
2865
|
+
*/
|
|
2866
|
+
const filterSensitiveLog: (obj: GetSessionRequest) => any;
|
|
2867
|
+
}
|
|
2868
|
+
export interface GetSessionResponse {
|
|
2869
|
+
/**
|
|
2870
|
+
* <p>The session object is returned in the response.</p>
|
|
2871
|
+
*/
|
|
2872
|
+
Session?: Session;
|
|
2873
|
+
}
|
|
2874
|
+
export declare namespace GetSessionResponse {
|
|
2875
|
+
/**
|
|
2876
|
+
* @internal
|
|
2877
|
+
*/
|
|
2878
|
+
const filterSensitiveLog: (obj: GetSessionResponse) => any;
|
|
2879
|
+
}
|
|
2880
|
+
export interface GetStatementRequest {
|
|
2881
|
+
/**
|
|
2882
|
+
* <p>The Session ID of the statement.</p>
|
|
2883
|
+
*/
|
|
2884
|
+
SessionId: string | undefined;
|
|
2885
|
+
/**
|
|
2886
|
+
* <p>The Id of the statement.</p>
|
|
2887
|
+
*/
|
|
2888
|
+
Id: number | undefined;
|
|
2889
|
+
/**
|
|
2890
|
+
* <p>The origin of the request.</p>
|
|
2891
|
+
*/
|
|
2892
|
+
RequestOrigin?: string;
|
|
2893
|
+
}
|
|
2894
|
+
export declare namespace GetStatementRequest {
|
|
2895
|
+
/**
|
|
2896
|
+
* @internal
|
|
2897
|
+
*/
|
|
2898
|
+
const filterSensitiveLog: (obj: GetStatementRequest) => any;
|
|
2899
|
+
}
|
|
2900
|
+
/**
|
|
2901
|
+
* <p>The code execution output in JSON format.</p>
|
|
2902
|
+
*/
|
|
2903
|
+
export interface StatementOutputData {
|
|
2904
|
+
/**
|
|
2905
|
+
* <p>The code execution output in text format.</p>
|
|
2906
|
+
*/
|
|
2907
|
+
TextPlain?: string;
|
|
2908
|
+
}
|
|
2909
|
+
export declare namespace StatementOutputData {
|
|
2910
|
+
/**
|
|
2911
|
+
* @internal
|
|
2912
|
+
*/
|
|
2913
|
+
const filterSensitiveLog: (obj: StatementOutputData) => any;
|
|
2914
|
+
}
|
|
2915
|
+
export declare enum StatementState {
|
|
2916
|
+
AVAILABLE = "AVAILABLE",
|
|
2917
|
+
CANCELLED = "CANCELLED",
|
|
2918
|
+
CANCELLING = "CANCELLING",
|
|
2919
|
+
ERROR = "ERROR",
|
|
2920
|
+
RUNNING = "RUNNING",
|
|
2921
|
+
WAITING = "WAITING"
|
|
2922
|
+
}
|
|
2923
|
+
/**
|
|
2924
|
+
* <p>The code execution output in JSON format.</p>
|
|
2925
|
+
*/
|
|
2926
|
+
export interface StatementOutput {
|
|
2927
|
+
/**
|
|
2928
|
+
* <p>The code execution output.</p>
|
|
2929
|
+
*/
|
|
2930
|
+
Data?: StatementOutputData;
|
|
2931
|
+
/**
|
|
2932
|
+
* <p>The execution count of the output.</p>
|
|
2933
|
+
*/
|
|
2934
|
+
ExecutionCount?: number;
|
|
2935
|
+
/**
|
|
2936
|
+
* <p>The status of the code execution output.</p>
|
|
2937
|
+
*/
|
|
2938
|
+
Status?: StatementState | string;
|
|
2939
|
+
/**
|
|
2940
|
+
* <p>The name of the error in the output.</p>
|
|
2941
|
+
*/
|
|
2942
|
+
ErrorName?: string;
|
|
2943
|
+
/**
|
|
2944
|
+
* <p>The error value of the output.</p>
|
|
2945
|
+
*/
|
|
2946
|
+
ErrorValue?: string;
|
|
2947
|
+
/**
|
|
2948
|
+
* <p>The traceback of the output.</p>
|
|
2949
|
+
*/
|
|
2950
|
+
Traceback?: string[];
|
|
2951
|
+
}
|
|
2952
|
+
export declare namespace StatementOutput {
|
|
2953
|
+
/**
|
|
2954
|
+
* @internal
|
|
2955
|
+
*/
|
|
2956
|
+
const filterSensitiveLog: (obj: StatementOutput) => any;
|
|
2957
|
+
}
|
|
2958
|
+
/**
|
|
2959
|
+
* <p>The statement or request for a particular action to occur in a session.</p>
|
|
2960
|
+
*/
|
|
2961
|
+
export interface Statement {
|
|
2962
|
+
/**
|
|
2963
|
+
* <p>The ID of the statement.</p>
|
|
2964
|
+
*/
|
|
2965
|
+
Id?: number;
|
|
2966
|
+
/**
|
|
2967
|
+
* <p>The execution code of the statement.</p>
|
|
2968
|
+
*/
|
|
2969
|
+
Code?: string;
|
|
2970
|
+
/**
|
|
2971
|
+
* <p>The state while request is actioned.</p>
|
|
2972
|
+
*/
|
|
2973
|
+
State?: StatementState | string;
|
|
2974
|
+
/**
|
|
2975
|
+
* <p>The output in JSON.</p>
|
|
2976
|
+
*/
|
|
2977
|
+
Output?: StatementOutput;
|
|
2978
|
+
/**
|
|
2979
|
+
* <p>The code execution progress.</p>
|
|
2980
|
+
*/
|
|
2981
|
+
Progress?: number;
|
|
2982
|
+
/**
|
|
2983
|
+
* <p>The unix time and date that the job definition was started.</p>
|
|
2984
|
+
*/
|
|
2985
|
+
StartedOn?: number;
|
|
2986
|
+
/**
|
|
2987
|
+
* <p>The unix time and date that the job definition was completed.</p>
|
|
2988
|
+
*/
|
|
2989
|
+
CompletedOn?: number;
|
|
2990
|
+
}
|
|
2991
|
+
export declare namespace Statement {
|
|
2992
|
+
/**
|
|
2993
|
+
* @internal
|
|
2994
|
+
*/
|
|
2995
|
+
const filterSensitiveLog: (obj: Statement) => any;
|
|
2996
|
+
}
|
|
2997
|
+
export interface GetStatementResponse {
|
|
2998
|
+
/**
|
|
2999
|
+
* <p>Returns the statement.</p>
|
|
3000
|
+
*/
|
|
3001
|
+
Statement?: Statement;
|
|
3002
|
+
}
|
|
3003
|
+
export declare namespace GetStatementResponse {
|
|
3004
|
+
/**
|
|
3005
|
+
* @internal
|
|
3006
|
+
*/
|
|
3007
|
+
const filterSensitiveLog: (obj: GetStatementResponse) => any;
|
|
3008
|
+
}
|
|
2476
3009
|
export interface GetTableRequest {
|
|
2477
3010
|
/**
|
|
2478
3011
|
* <p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account
|
|
@@ -2877,6 +3410,9 @@ export interface GetUnfilteredPartitionMetadataRequest {
|
|
|
2877
3410
|
DatabaseName: string | undefined;
|
|
2878
3411
|
TableName: string | undefined;
|
|
2879
3412
|
PartitionValues: string[] | undefined;
|
|
3413
|
+
/**
|
|
3414
|
+
* <p>A structure containing information for audit.</p>
|
|
3415
|
+
*/
|
|
2880
3416
|
AuditContext?: AuditContext;
|
|
2881
3417
|
SupportedPermissionTypes: (PermissionType | string)[] | undefined;
|
|
2882
3418
|
}
|
|
@@ -2914,6 +3450,9 @@ export interface GetUnfilteredPartitionsMetadataRequest {
|
|
|
2914
3450
|
DatabaseName: string | undefined;
|
|
2915
3451
|
TableName: string | undefined;
|
|
2916
3452
|
Expression?: string;
|
|
3453
|
+
/**
|
|
3454
|
+
* <p>A structure containing information for audit.</p>
|
|
3455
|
+
*/
|
|
2917
3456
|
AuditContext?: AuditContext;
|
|
2918
3457
|
SupportedPermissionTypes: (PermissionType | string)[] | undefined;
|
|
2919
3458
|
NextToken?: string;
|
|
@@ -2958,6 +3497,9 @@ export interface GetUnfilteredTableMetadataRequest {
|
|
|
2958
3497
|
CatalogId: string | undefined;
|
|
2959
3498
|
DatabaseName: string | undefined;
|
|
2960
3499
|
Name: string | undefined;
|
|
3500
|
+
/**
|
|
3501
|
+
* <p>A structure containing information for audit.</p>
|
|
3502
|
+
*/
|
|
2961
3503
|
AuditContext?: AuditContext;
|
|
2962
3504
|
SupportedPermissionTypes: (PermissionType | string)[] | undefined;
|
|
2963
3505
|
}
|
|
@@ -3688,6 +4230,82 @@ export declare namespace ListSchemaVersionsResponse {
|
|
|
3688
4230
|
*/
|
|
3689
4231
|
const filterSensitiveLog: (obj: ListSchemaVersionsResponse) => any;
|
|
3690
4232
|
}
|
|
4233
|
+
export interface ListSessionsRequest {
|
|
4234
|
+
/**
|
|
4235
|
+
* <p>The token for the next set of results, or null if there are no more result. </p>
|
|
4236
|
+
*/
|
|
4237
|
+
NextToken?: string;
|
|
4238
|
+
/**
|
|
4239
|
+
* <p>The maximum number of results. </p>
|
|
4240
|
+
*/
|
|
4241
|
+
MaxResults?: number;
|
|
4242
|
+
/**
|
|
4243
|
+
* <p>Tags belonging to the session. </p>
|
|
4244
|
+
*/
|
|
4245
|
+
Tags?: {
|
|
4246
|
+
[key: string]: string;
|
|
4247
|
+
};
|
|
4248
|
+
/**
|
|
4249
|
+
* <p>The origin of the request. </p>
|
|
4250
|
+
*/
|
|
4251
|
+
RequestOrigin?: string;
|
|
4252
|
+
}
|
|
4253
|
+
export declare namespace ListSessionsRequest {
|
|
4254
|
+
/**
|
|
4255
|
+
* @internal
|
|
4256
|
+
*/
|
|
4257
|
+
const filterSensitiveLog: (obj: ListSessionsRequest) => any;
|
|
4258
|
+
}
|
|
4259
|
+
export interface ListSessionsResponse {
|
|
4260
|
+
/**
|
|
4261
|
+
* <p>Returns the Id of the session. </p>
|
|
4262
|
+
*/
|
|
4263
|
+
Ids?: string[];
|
|
4264
|
+
/**
|
|
4265
|
+
* <p>Returns the session object. </p>
|
|
4266
|
+
*/
|
|
4267
|
+
Sessions?: Session[];
|
|
4268
|
+
/**
|
|
4269
|
+
* <p>The token for the next set of results, or null if there are no more result. </p>
|
|
4270
|
+
*/
|
|
4271
|
+
NextToken?: string;
|
|
4272
|
+
}
|
|
4273
|
+
export declare namespace ListSessionsResponse {
|
|
4274
|
+
/**
|
|
4275
|
+
* @internal
|
|
4276
|
+
*/
|
|
4277
|
+
const filterSensitiveLog: (obj: ListSessionsResponse) => any;
|
|
4278
|
+
}
|
|
4279
|
+
export interface ListStatementsRequest {
|
|
4280
|
+
/**
|
|
4281
|
+
* <p>The Session ID of the statements.</p>
|
|
4282
|
+
*/
|
|
4283
|
+
SessionId: string | undefined;
|
|
4284
|
+
/**
|
|
4285
|
+
* <p>The origin of the request to list statements.</p>
|
|
4286
|
+
*/
|
|
4287
|
+
RequestOrigin?: string;
|
|
4288
|
+
NextToken?: string;
|
|
4289
|
+
}
|
|
4290
|
+
export declare namespace ListStatementsRequest {
|
|
4291
|
+
/**
|
|
4292
|
+
* @internal
|
|
4293
|
+
*/
|
|
4294
|
+
const filterSensitiveLog: (obj: ListStatementsRequest) => any;
|
|
4295
|
+
}
|
|
4296
|
+
export interface ListStatementsResponse {
|
|
4297
|
+
/**
|
|
4298
|
+
* <p>Returns the list of statements.</p>
|
|
4299
|
+
*/
|
|
4300
|
+
Statements?: Statement[];
|
|
4301
|
+
NextToken?: string;
|
|
4302
|
+
}
|
|
4303
|
+
export declare namespace ListStatementsResponse {
|
|
4304
|
+
/**
|
|
4305
|
+
* @internal
|
|
4306
|
+
*/
|
|
4307
|
+
const filterSensitiveLog: (obj: ListStatementsResponse) => any;
|
|
4308
|
+
}
|
|
3691
4309
|
export interface ListTriggersRequest {
|
|
3692
4310
|
/**
|
|
3693
4311
|
* <p>A continuation token, if this is a continuation request.</p>
|
|
@@ -4267,6 +4885,38 @@ export declare namespace ResumeWorkflowRunResponse {
|
|
|
4267
4885
|
*/
|
|
4268
4886
|
const filterSensitiveLog: (obj: ResumeWorkflowRunResponse) => any;
|
|
4269
4887
|
}
|
|
4888
|
+
export interface RunStatementRequest {
|
|
4889
|
+
/**
|
|
4890
|
+
* <p>The Session Id of the statement to be run.</p>
|
|
4891
|
+
*/
|
|
4892
|
+
SessionId: string | undefined;
|
|
4893
|
+
/**
|
|
4894
|
+
* <p>The statement code to be run.</p>
|
|
4895
|
+
*/
|
|
4896
|
+
Code: string | undefined;
|
|
4897
|
+
/**
|
|
4898
|
+
* <p>The origin of the request.</p>
|
|
4899
|
+
*/
|
|
4900
|
+
RequestOrigin?: string;
|
|
4901
|
+
}
|
|
4902
|
+
export declare namespace RunStatementRequest {
|
|
4903
|
+
/**
|
|
4904
|
+
* @internal
|
|
4905
|
+
*/
|
|
4906
|
+
const filterSensitiveLog: (obj: RunStatementRequest) => any;
|
|
4907
|
+
}
|
|
4908
|
+
export interface RunStatementResponse {
|
|
4909
|
+
/**
|
|
4910
|
+
* <p>Returns the Id of the statement that was run.</p>
|
|
4911
|
+
*/
|
|
4912
|
+
Id?: number;
|
|
4913
|
+
}
|
|
4914
|
+
export declare namespace RunStatementResponse {
|
|
4915
|
+
/**
|
|
4916
|
+
* @internal
|
|
4917
|
+
*/
|
|
4918
|
+
const filterSensitiveLog: (obj: RunStatementResponse) => any;
|
|
4919
|
+
}
|
|
4270
4920
|
export declare enum Comparator {
|
|
4271
4921
|
EQUALS = "EQUALS",
|
|
4272
4922
|
GREATER_THAN = "GREATER_THAN",
|
|
@@ -4872,6 +5522,34 @@ export declare namespace StopCrawlerScheduleResponse {
|
|
|
4872
5522
|
*/
|
|
4873
5523
|
const filterSensitiveLog: (obj: StopCrawlerScheduleResponse) => any;
|
|
4874
5524
|
}
|
|
5525
|
+
export interface StopSessionRequest {
|
|
5526
|
+
/**
|
|
5527
|
+
* <p>The ID of the session to be stopped.</p>
|
|
5528
|
+
*/
|
|
5529
|
+
Id: string | undefined;
|
|
5530
|
+
/**
|
|
5531
|
+
* <p>The origin of the request.</p>
|
|
5532
|
+
*/
|
|
5533
|
+
RequestOrigin?: string;
|
|
5534
|
+
}
|
|
5535
|
+
export declare namespace StopSessionRequest {
|
|
5536
|
+
/**
|
|
5537
|
+
* @internal
|
|
5538
|
+
*/
|
|
5539
|
+
const filterSensitiveLog: (obj: StopSessionRequest) => any;
|
|
5540
|
+
}
|
|
5541
|
+
export interface StopSessionResponse {
|
|
5542
|
+
/**
|
|
5543
|
+
* <p>Returns the Id of the stopped session.</p>
|
|
5544
|
+
*/
|
|
5545
|
+
Id?: string;
|
|
5546
|
+
}
|
|
5547
|
+
export declare namespace StopSessionResponse {
|
|
5548
|
+
/**
|
|
5549
|
+
* @internal
|
|
5550
|
+
*/
|
|
5551
|
+
const filterSensitiveLog: (obj: StopSessionResponse) => any;
|
|
5552
|
+
}
|
|
4875
5553
|
export interface StopTriggerRequest {
|
|
4876
5554
|
/**
|
|
4877
5555
|
* <p>The name of the trigger to stop.</p>
|
|
@@ -5935,144 +6613,3 @@ export declare namespace UpdateTableResponse {
|
|
|
5935
6613
|
*/
|
|
5936
6614
|
const filterSensitiveLog: (obj: UpdateTableResponse) => any;
|
|
5937
6615
|
}
|
|
5938
|
-
/**
|
|
5939
|
-
* <p>A structure used to provide information used to update a trigger. This object updates the
|
|
5940
|
-
* previous trigger definition by overwriting it completely.</p>
|
|
5941
|
-
*/
|
|
5942
|
-
export interface TriggerUpdate {
|
|
5943
|
-
/**
|
|
5944
|
-
* <p>Reserved for future use.</p>
|
|
5945
|
-
*/
|
|
5946
|
-
Name?: string;
|
|
5947
|
-
/**
|
|
5948
|
-
* <p>A description of this trigger.</p>
|
|
5949
|
-
*/
|
|
5950
|
-
Description?: string;
|
|
5951
|
-
/**
|
|
5952
|
-
* <p>A <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based
|
|
5953
|
-
* Schedules for Jobs and Crawlers</a>. For example, to run
|
|
5954
|
-
* something every day at 12:15 UTC, you would specify:
|
|
5955
|
-
* <code>cron(15 12 * * ? *)</code>.</p>
|
|
5956
|
-
*/
|
|
5957
|
-
Schedule?: string;
|
|
5958
|
-
/**
|
|
5959
|
-
* <p>The actions initiated by this trigger.</p>
|
|
5960
|
-
*/
|
|
5961
|
-
Actions?: Action[];
|
|
5962
|
-
/**
|
|
5963
|
-
* <p>The predicate of this trigger, which defines when it will fire.</p>
|
|
5964
|
-
*/
|
|
5965
|
-
Predicate?: Predicate;
|
|
5966
|
-
/**
|
|
5967
|
-
* <p>Batch condition that must be met (specified number of events received or batch time window expired)
|
|
5968
|
-
* before EventBridge event trigger fires.</p>
|
|
5969
|
-
*/
|
|
5970
|
-
EventBatchingCondition?: EventBatchingCondition;
|
|
5971
|
-
}
|
|
5972
|
-
export declare namespace TriggerUpdate {
|
|
5973
|
-
/**
|
|
5974
|
-
* @internal
|
|
5975
|
-
*/
|
|
5976
|
-
const filterSensitiveLog: (obj: TriggerUpdate) => any;
|
|
5977
|
-
}
|
|
5978
|
-
export interface UpdateTriggerRequest {
|
|
5979
|
-
/**
|
|
5980
|
-
* <p>The name of the trigger to update.</p>
|
|
5981
|
-
*/
|
|
5982
|
-
Name: string | undefined;
|
|
5983
|
-
/**
|
|
5984
|
-
* <p>The new values with which to update the trigger.</p>
|
|
5985
|
-
*/
|
|
5986
|
-
TriggerUpdate: TriggerUpdate | undefined;
|
|
5987
|
-
}
|
|
5988
|
-
export declare namespace UpdateTriggerRequest {
|
|
5989
|
-
/**
|
|
5990
|
-
* @internal
|
|
5991
|
-
*/
|
|
5992
|
-
const filterSensitiveLog: (obj: UpdateTriggerRequest) => any;
|
|
5993
|
-
}
|
|
5994
|
-
export interface UpdateTriggerResponse {
|
|
5995
|
-
/**
|
|
5996
|
-
* <p>The resulting trigger definition.</p>
|
|
5997
|
-
*/
|
|
5998
|
-
Trigger?: Trigger;
|
|
5999
|
-
}
|
|
6000
|
-
export declare namespace UpdateTriggerResponse {
|
|
6001
|
-
/**
|
|
6002
|
-
* @internal
|
|
6003
|
-
*/
|
|
6004
|
-
const filterSensitiveLog: (obj: UpdateTriggerResponse) => any;
|
|
6005
|
-
}
|
|
6006
|
-
export interface UpdateUserDefinedFunctionRequest {
|
|
6007
|
-
/**
|
|
6008
|
-
* <p>The ID of the Data Catalog where the function to be updated is located. If none is
|
|
6009
|
-
* provided, the Amazon Web Services account ID is used by default.</p>
|
|
6010
|
-
*/
|
|
6011
|
-
CatalogId?: string;
|
|
6012
|
-
/**
|
|
6013
|
-
* <p>The name of the catalog database where the function to be updated is
|
|
6014
|
-
* located.</p>
|
|
6015
|
-
*/
|
|
6016
|
-
DatabaseName: string | undefined;
|
|
6017
|
-
/**
|
|
6018
|
-
* <p>The name of the function.</p>
|
|
6019
|
-
*/
|
|
6020
|
-
FunctionName: string | undefined;
|
|
6021
|
-
/**
|
|
6022
|
-
* <p>A <code>FunctionInput</code> object that redefines the function in the Data
|
|
6023
|
-
* Catalog.</p>
|
|
6024
|
-
*/
|
|
6025
|
-
FunctionInput: UserDefinedFunctionInput | undefined;
|
|
6026
|
-
}
|
|
6027
|
-
export declare namespace UpdateUserDefinedFunctionRequest {
|
|
6028
|
-
/**
|
|
6029
|
-
* @internal
|
|
6030
|
-
*/
|
|
6031
|
-
const filterSensitiveLog: (obj: UpdateUserDefinedFunctionRequest) => any;
|
|
6032
|
-
}
|
|
6033
|
-
export interface UpdateUserDefinedFunctionResponse {
|
|
6034
|
-
}
|
|
6035
|
-
export declare namespace UpdateUserDefinedFunctionResponse {
|
|
6036
|
-
/**
|
|
6037
|
-
* @internal
|
|
6038
|
-
*/
|
|
6039
|
-
const filterSensitiveLog: (obj: UpdateUserDefinedFunctionResponse) => any;
|
|
6040
|
-
}
|
|
6041
|
-
export interface UpdateWorkflowRequest {
|
|
6042
|
-
/**
|
|
6043
|
-
* <p>Name of the workflow to be updated.</p>
|
|
6044
|
-
*/
|
|
6045
|
-
Name: string | undefined;
|
|
6046
|
-
/**
|
|
6047
|
-
* <p>The description of the workflow.</p>
|
|
6048
|
-
*/
|
|
6049
|
-
Description?: string;
|
|
6050
|
-
/**
|
|
6051
|
-
* <p>A collection of properties to be used as part of each execution of the workflow.</p>
|
|
6052
|
-
*/
|
|
6053
|
-
DefaultRunProperties?: {
|
|
6054
|
-
[key: string]: string;
|
|
6055
|
-
};
|
|
6056
|
-
/**
|
|
6057
|
-
* <p>You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.</p>
|
|
6058
|
-
*/
|
|
6059
|
-
MaxConcurrentRuns?: number;
|
|
6060
|
-
}
|
|
6061
|
-
export declare namespace UpdateWorkflowRequest {
|
|
6062
|
-
/**
|
|
6063
|
-
* @internal
|
|
6064
|
-
*/
|
|
6065
|
-
const filterSensitiveLog: (obj: UpdateWorkflowRequest) => any;
|
|
6066
|
-
}
|
|
6067
|
-
export interface UpdateWorkflowResponse {
|
|
6068
|
-
/**
|
|
6069
|
-
* <p>The name of the workflow which was specified in input.</p>
|
|
6070
|
-
*/
|
|
6071
|
-
Name?: string;
|
|
6072
|
-
}
|
|
6073
|
-
export declare namespace UpdateWorkflowResponse {
|
|
6074
|
-
/**
|
|
6075
|
-
* @internal
|
|
6076
|
-
*/
|
|
6077
|
-
const filterSensitiveLog: (obj: UpdateWorkflowResponse) => any;
|
|
6078
|
-
}
|