@aws-sdk/client-glue 3.699.0 → 3.705.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/README.md +176 -0
- package/dist-cjs/index.js +1529 -163
- package/dist-es/Glue.js +44 -0
- package/dist-es/commands/CreateCatalogCommand.js +22 -0
- package/dist-es/commands/CreateIntegrationCommand.js +22 -0
- package/dist-es/commands/CreateIntegrationResourcePropertyCommand.js +22 -0
- package/dist-es/commands/CreateIntegrationTablePropertiesCommand.js +22 -0
- package/dist-es/commands/DeleteCatalogCommand.js +22 -0
- package/dist-es/commands/DeleteIntegrationCommand.js +22 -0
- package/dist-es/commands/DeleteIntegrationTablePropertiesCommand.js +22 -0
- package/dist-es/commands/DescribeConnectionTypeCommand.js +22 -0
- package/dist-es/commands/DescribeEntityCommand.js +22 -0
- package/dist-es/commands/DescribeInboundIntegrationsCommand.js +22 -0
- package/dist-es/commands/DescribeIntegrationsCommand.js +22 -0
- package/dist-es/commands/GetCatalogCommand.js +22 -0
- package/dist-es/commands/GetCatalogsCommand.js +22 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +1 -1
- package/dist-es/commands/GetEntityRecordsCommand.js +23 -0
- package/dist-es/commands/GetIntegrationResourcePropertyCommand.js +22 -0
- package/dist-es/commands/GetIntegrationTablePropertiesCommand.js +22 -0
- package/dist-es/commands/ListConnectionTypesCommand.js +22 -0
- package/dist-es/commands/ListEntitiesCommand.js +22 -0
- package/dist-es/commands/ModifyIntegrationCommand.js +22 -0
- package/dist-es/commands/TestConnectionCommand.js +1 -1
- package/dist-es/commands/UpdateCatalogCommand.js +22 -0
- package/dist-es/commands/UpdateConnectionCommand.js +1 -1
- package/dist-es/commands/UpdateIntegrationResourcePropertyCommand.js +22 -0
- package/dist-es/commands/UpdateIntegrationTablePropertiesCommand.js +22 -0
- package/dist-es/commands/index.js +22 -0
- package/dist-es/models/models_0.js +28 -0
- package/dist-es/models/models_1.js +210 -57
- package/dist-es/models/models_2.js +37 -148
- package/dist-es/models/models_3.js +149 -0
- package/dist-es/pagination/DescribeEntityPaginator.js +4 -0
- package/dist-es/pagination/ListConnectionTypesPaginator.js +4 -0
- package/dist-es/pagination/ListEntitiesPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_json1_1.js +704 -20
- package/dist-types/Glue.d.ts +159 -0
- package/dist-types/GlueClient.d.ts +24 -2
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +2 -1
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +1 -2
- package/dist-types/commands/CreateCatalogCommand.d.ts +149 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +26 -3
- package/dist-types/commands/CreateDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +144 -0
- package/dist-types/commands/CreateIntegrationResourcePropertyCommand.d.ts +113 -0
- package/dist-types/commands/CreateIntegrationTablePropertiesCommand.d.ts +111 -0
- package/dist-types/commands/CreateTableCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCatalogCommand.d.ts +95 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +127 -0
- package/dist-types/commands/DeleteIntegrationTablePropertiesCommand.d.ts +91 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConnectionTypeCommand.d.ts +222 -0
- package/dist-types/commands/DescribeEntityCommand.d.ts +125 -0
- package/dist-types/commands/DescribeInboundIntegrationsCommand.d.ts +116 -0
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +130 -0
- package/dist-types/commands/GetCatalogCommand.d.ts +147 -0
- package/dist-types/commands/GetCatalogsCommand.d.ts +153 -0
- package/dist-types/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +10 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +15 -4
- package/dist-types/commands/GetConnectionsCommand.d.ts +16 -5
- package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +1 -1
- package/dist-types/commands/GetCrawlersCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityModelCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/commands/GetDatabaseCommand.d.ts +4 -1
- package/dist-types/commands/GetDatabasesCommand.d.ts +10 -1
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +1 -1
- package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/GetEntityRecordsCommand.d.ts +110 -0
- package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +101 -0
- package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +114 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
- package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
- package/dist-types/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/dist-types/commands/GetMappingCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectionTypesCommand.d.ts +95 -0
- package/dist-types/commands/ListEntitiesCommand.d.ts +108 -0
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +130 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +1 -2
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
- package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopSessionCommand.d.ts +1 -1
- package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +18 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCatalogCommand.d.ts +137 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +27 -4
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +10 -1
- package/dist-types/commands/UpdateIntegrationResourcePropertyCommand.d.ts +110 -0
- package/dist-types/commands/UpdateIntegrationTablePropertiesCommand.d.ts +112 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +9 -0
- package/dist-types/commands/index.d.ts +22 -0
- package/dist-types/models/models_0.d.ts +183 -109
- package/dist-types/models/models_1.d.ts +3220 -3137
- package/dist-types/models/models_2.d.ts +4416 -3761
- package/dist-types/models/models_3.d.ts +1630 -3
- package/dist-types/pagination/DescribeEntityPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConnectionTypesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEntitiesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +198 -0
- package/dist-types/ts3.4/Glue.d.ts +391 -0
- package/dist-types/ts3.4/GlueClient.d.ts +132 -0
- package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateCatalogCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateIntegrationResourcePropertyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateIntegrationTablePropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCatalogCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationTablePropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeConnectionTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeEntityCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCatalogCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCatalogsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +2 -4
- 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 -1
- package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConnectionTypesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationResourcePropertyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateIntegrationTablePropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/models/models_0.d.ts +54 -28
- package/dist-types/ts3.4/models/models_1.d.ts +532 -441
- package/dist-types/ts3.4/models/models_2.d.ts +514 -425
- package/dist-types/ts3.4/models/models_3.d.ts +449 -0
- package/dist-types/ts3.4/pagination/DescribeEntityPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConnectionTypesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEntitiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +264 -0
- package/package.json +1 -1
|
@@ -2,29 +2,24 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
|
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
3
|
import {
|
|
4
4
|
Action,
|
|
5
|
-
|
|
5
|
+
AuthConfiguration,
|
|
6
6
|
AuthenticationConfigurationInput,
|
|
7
|
+
AuthenticationType,
|
|
8
|
+
BatchStopJobRunError,
|
|
7
9
|
Blueprint,
|
|
8
10
|
Column,
|
|
9
11
|
ConnectionsList,
|
|
10
|
-
Crawler,
|
|
11
12
|
CrawlerTargets,
|
|
12
|
-
|
|
13
|
-
DataQualityObservation,
|
|
14
|
-
DataQualityRuleResult,
|
|
15
|
-
DataSource,
|
|
16
|
-
DevEndpoint,
|
|
13
|
+
DataOperation,
|
|
17
14
|
ErrorDetail,
|
|
18
15
|
EventBatchingCondition,
|
|
19
16
|
GlueTable,
|
|
20
|
-
InclusionAnnotationValue,
|
|
21
|
-
JobRun,
|
|
22
17
|
LakeFormationConfiguration,
|
|
23
18
|
LineageConfiguration,
|
|
24
19
|
PartitionInput,
|
|
25
20
|
Predicate,
|
|
21
|
+
Property,
|
|
26
22
|
RecrawlPolicy,
|
|
27
|
-
Schedule,
|
|
28
23
|
SchemaChangePolicy,
|
|
29
24
|
SchemaId,
|
|
30
25
|
StorageDescriptor,
|
|
@@ -33,6 +28,34 @@ import {
|
|
|
33
28
|
TriggerType,
|
|
34
29
|
WorkerType,
|
|
35
30
|
} from "./models_0";
|
|
31
|
+
export interface BatchStopJobRunSuccessfulSubmission {
|
|
32
|
+
JobName?: string | undefined;
|
|
33
|
+
JobRunId?: string | undefined;
|
|
34
|
+
}
|
|
35
|
+
export interface BatchStopJobRunResponse {
|
|
36
|
+
SuccessfulSubmissions?: BatchStopJobRunSuccessfulSubmission[] | undefined;
|
|
37
|
+
Errors?: BatchStopJobRunError[] | undefined;
|
|
38
|
+
}
|
|
39
|
+
export interface BatchUpdatePartitionRequestEntry {
|
|
40
|
+
PartitionValueList: string[] | undefined;
|
|
41
|
+
PartitionInput: PartitionInput | undefined;
|
|
42
|
+
}
|
|
43
|
+
export interface BatchUpdatePartitionRequest {
|
|
44
|
+
CatalogId?: string | undefined;
|
|
45
|
+
DatabaseName: string | undefined;
|
|
46
|
+
TableName: string | undefined;
|
|
47
|
+
Entries: BatchUpdatePartitionRequestEntry[] | undefined;
|
|
48
|
+
}
|
|
49
|
+
export interface BatchUpdatePartitionFailureEntry {
|
|
50
|
+
PartitionValueList?: string[] | undefined;
|
|
51
|
+
ErrorDetail?: ErrorDetail | undefined;
|
|
52
|
+
}
|
|
53
|
+
export interface BatchUpdatePartitionResponse {
|
|
54
|
+
Errors?: BatchUpdatePartitionFailureEntry[] | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface CancelDataQualityRuleRecommendationRunRequest {
|
|
57
|
+
RunId: string | undefined;
|
|
58
|
+
}
|
|
36
59
|
export interface CancelDataQualityRuleRecommendationRunResponse {}
|
|
37
60
|
export interface CancelDataQualityRulesetEvaluationRunRequest {
|
|
38
61
|
RunId: string | undefined;
|
|
@@ -95,6 +118,80 @@ export interface CreateBlueprintRequest {
|
|
|
95
118
|
export interface CreateBlueprintResponse {
|
|
96
119
|
Name?: string | undefined;
|
|
97
120
|
}
|
|
121
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
122
|
+
readonly name: "ConcurrentModificationException";
|
|
123
|
+
readonly $fault: "client";
|
|
124
|
+
Message?: string | undefined;
|
|
125
|
+
constructor(
|
|
126
|
+
opts: __ExceptionOptionType<
|
|
127
|
+
ConcurrentModificationException,
|
|
128
|
+
__BaseException
|
|
129
|
+
>
|
|
130
|
+
);
|
|
131
|
+
}
|
|
132
|
+
export interface DataLakeAccessProperties {
|
|
133
|
+
DataLakeAccess?: boolean | undefined;
|
|
134
|
+
DataTransferRole?: string | undefined;
|
|
135
|
+
KmsKey?: string | undefined;
|
|
136
|
+
CatalogType?: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface CatalogProperties {
|
|
139
|
+
DataLakeAccessProperties?: DataLakeAccessProperties | undefined;
|
|
140
|
+
CustomProperties?: Record<string, string> | undefined;
|
|
141
|
+
}
|
|
142
|
+
export declare const Permission: {
|
|
143
|
+
readonly ALL: "ALL";
|
|
144
|
+
readonly ALTER: "ALTER";
|
|
145
|
+
readonly CREATE_DATABASE: "CREATE_DATABASE";
|
|
146
|
+
readonly CREATE_TABLE: "CREATE_TABLE";
|
|
147
|
+
readonly DATA_LOCATION_ACCESS: "DATA_LOCATION_ACCESS";
|
|
148
|
+
readonly DELETE: "DELETE";
|
|
149
|
+
readonly DROP: "DROP";
|
|
150
|
+
readonly INSERT: "INSERT";
|
|
151
|
+
readonly SELECT: "SELECT";
|
|
152
|
+
};
|
|
153
|
+
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
154
|
+
export interface DataLakePrincipal {
|
|
155
|
+
DataLakePrincipalIdentifier?: string | undefined;
|
|
156
|
+
}
|
|
157
|
+
export interface PrincipalPermissions {
|
|
158
|
+
Principal?: DataLakePrincipal | undefined;
|
|
159
|
+
Permissions?: Permission[] | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface FederatedCatalog {
|
|
162
|
+
Identifier?: string | undefined;
|
|
163
|
+
ConnectionName?: string | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface TargetRedshiftCatalog {
|
|
166
|
+
CatalogArn: string | undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface CatalogInput {
|
|
169
|
+
Description?: string | undefined;
|
|
170
|
+
FederatedCatalog?: FederatedCatalog | undefined;
|
|
171
|
+
Parameters?: Record<string, string> | undefined;
|
|
172
|
+
TargetRedshiftCatalog?: TargetRedshiftCatalog | undefined;
|
|
173
|
+
CatalogProperties?: CatalogProperties | undefined;
|
|
174
|
+
CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
|
|
175
|
+
CreateDatabaseDefaultPermissions?: PrincipalPermissions[] | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface CreateCatalogRequest {
|
|
178
|
+
Name: string | undefined;
|
|
179
|
+
CatalogInput: CatalogInput | undefined;
|
|
180
|
+
Tags?: Record<string, string> | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface CreateCatalogResponse {}
|
|
183
|
+
export declare class FederatedResourceAlreadyExistsException extends __BaseException {
|
|
184
|
+
readonly name: "FederatedResourceAlreadyExistsException";
|
|
185
|
+
readonly $fault: "client";
|
|
186
|
+
Message?: string | undefined;
|
|
187
|
+
AssociatedGlueResource?: string | undefined;
|
|
188
|
+
constructor(
|
|
189
|
+
opts: __ExceptionOptionType<
|
|
190
|
+
FederatedResourceAlreadyExistsException,
|
|
191
|
+
__BaseException
|
|
192
|
+
>
|
|
193
|
+
);
|
|
194
|
+
}
|
|
98
195
|
export declare const CsvHeaderOption: {
|
|
99
196
|
readonly ABSENT: "ABSENT";
|
|
100
197
|
readonly PRESENT: "PRESENT";
|
|
@@ -181,6 +278,8 @@ export declare const ConnectionPropertyKey: {
|
|
|
181
278
|
readonly ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD: "ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD";
|
|
182
279
|
readonly ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD: "ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD";
|
|
183
280
|
readonly ENCRYPTED_PASSWORD: "ENCRYPTED_PASSWORD";
|
|
281
|
+
readonly ENDPOINT: "ENDPOINT";
|
|
282
|
+
readonly ENDPOINT_TYPE: "ENDPOINT_TYPE";
|
|
184
283
|
readonly HOST: "HOST";
|
|
185
284
|
readonly INSTANCE_ID: "INSTANCE_ID";
|
|
186
285
|
readonly JDBC_CONNECTION_URL: "JDBC_CONNECTION_URL";
|
|
@@ -219,15 +318,34 @@ export type ConnectionPropertyKey =
|
|
|
219
318
|
(typeof ConnectionPropertyKey)[keyof typeof ConnectionPropertyKey];
|
|
220
319
|
export declare const ConnectionType: {
|
|
221
320
|
readonly CUSTOM: "CUSTOM";
|
|
321
|
+
readonly FACEBOOKADS: "FACEBOOKADS";
|
|
322
|
+
readonly GOOGLEADS: "GOOGLEADS";
|
|
323
|
+
readonly GOOGLEANALYTICS4: "GOOGLEANALYTICS4";
|
|
324
|
+
readonly GOOGLESHEETS: "GOOGLESHEETS";
|
|
325
|
+
readonly HUBSPOT: "HUBSPOT";
|
|
326
|
+
readonly INSTAGRAMADS: "INSTAGRAMADS";
|
|
327
|
+
readonly INTERCOM: "INTERCOM";
|
|
222
328
|
readonly JDBC: "JDBC";
|
|
329
|
+
readonly JIRACLOUD: "JIRACLOUD";
|
|
223
330
|
readonly KAFKA: "KAFKA";
|
|
331
|
+
readonly MARKETO: "MARKETO";
|
|
224
332
|
readonly MARKETPLACE: "MARKETPLACE";
|
|
225
333
|
readonly MONGODB: "MONGODB";
|
|
334
|
+
readonly NETSUITEERP: "NETSUITEERP";
|
|
226
335
|
readonly NETWORK: "NETWORK";
|
|
227
336
|
readonly SALESFORCE: "SALESFORCE";
|
|
337
|
+
readonly SALESFORCEMARKETINGCLOUD: "SALESFORCEMARKETINGCLOUD";
|
|
338
|
+
readonly SALESFORCEPARDOT: "SALESFORCEPARDOT";
|
|
339
|
+
readonly SAPODATA: "SAPODATA";
|
|
340
|
+
readonly SERVICENOW: "SERVICENOW";
|
|
228
341
|
readonly SFTP: "SFTP";
|
|
342
|
+
readonly SLACK: "SLACK";
|
|
343
|
+
readonly SNAPCHATADS: "SNAPCHATADS";
|
|
344
|
+
readonly STRIPE: "STRIPE";
|
|
229
345
|
readonly VIEW_VALIDATION_ATHENA: "VIEW_VALIDATION_ATHENA";
|
|
230
346
|
readonly VIEW_VALIDATION_REDSHIFT: "VIEW_VALIDATION_REDSHIFT";
|
|
347
|
+
readonly ZENDESK: "ZENDESK";
|
|
348
|
+
readonly ZOHOCRM: "ZOHOCRM";
|
|
231
349
|
};
|
|
232
350
|
export type ConnectionType =
|
|
233
351
|
(typeof ConnectionType)[keyof typeof ConnectionType];
|
|
@@ -236,6 +354,13 @@ export interface PhysicalConnectionRequirements {
|
|
|
236
354
|
SecurityGroupIdList?: string[] | undefined;
|
|
237
355
|
AvailabilityZone?: string | undefined;
|
|
238
356
|
}
|
|
357
|
+
export declare const ComputeEnvironment: {
|
|
358
|
+
readonly ATHENA: "ATHENA";
|
|
359
|
+
readonly PYTHON: "PYTHON";
|
|
360
|
+
readonly SPARK: "SPARK";
|
|
361
|
+
};
|
|
362
|
+
export type ComputeEnvironment =
|
|
363
|
+
(typeof ComputeEnvironment)[keyof typeof ComputeEnvironment];
|
|
239
364
|
export interface ConnectionInput {
|
|
240
365
|
Name: string | undefined;
|
|
241
366
|
Description?: string | undefined;
|
|
@@ -244,10 +369,13 @@ export interface ConnectionInput {
|
|
|
244
369
|
ConnectionProperties:
|
|
245
370
|
| Partial<Record<ConnectionPropertyKey, string>>
|
|
246
371
|
| undefined;
|
|
372
|
+
SparkProperties?: Record<string, string> | undefined;
|
|
247
373
|
AthenaProperties?: Record<string, string> | undefined;
|
|
374
|
+
PythonProperties?: Record<string, string> | undefined;
|
|
248
375
|
PhysicalConnectionRequirements?: PhysicalConnectionRequirements | undefined;
|
|
249
376
|
AuthenticationConfiguration?: AuthenticationConfigurationInput | undefined;
|
|
250
377
|
ValidateCredentials?: boolean | undefined;
|
|
378
|
+
ValidateForComputeEnvironments?: ComputeEnvironment[] | undefined;
|
|
251
379
|
}
|
|
252
380
|
export interface CreateConnectionRequest {
|
|
253
381
|
CatalogId?: string | undefined;
|
|
@@ -302,36 +430,6 @@ export declare class IdempotentParameterMismatchException extends __BaseExceptio
|
|
|
302
430
|
>
|
|
303
431
|
);
|
|
304
432
|
}
|
|
305
|
-
export declare class ConcurrentModificationException extends __BaseException {
|
|
306
|
-
readonly name: "ConcurrentModificationException";
|
|
307
|
-
readonly $fault: "client";
|
|
308
|
-
Message?: string | undefined;
|
|
309
|
-
constructor(
|
|
310
|
-
opts: __ExceptionOptionType<
|
|
311
|
-
ConcurrentModificationException,
|
|
312
|
-
__BaseException
|
|
313
|
-
>
|
|
314
|
-
);
|
|
315
|
-
}
|
|
316
|
-
export declare const Permission: {
|
|
317
|
-
readonly ALL: "ALL";
|
|
318
|
-
readonly ALTER: "ALTER";
|
|
319
|
-
readonly CREATE_DATABASE: "CREATE_DATABASE";
|
|
320
|
-
readonly CREATE_TABLE: "CREATE_TABLE";
|
|
321
|
-
readonly DATA_LOCATION_ACCESS: "DATA_LOCATION_ACCESS";
|
|
322
|
-
readonly DELETE: "DELETE";
|
|
323
|
-
readonly DROP: "DROP";
|
|
324
|
-
readonly INSERT: "INSERT";
|
|
325
|
-
readonly SELECT: "SELECT";
|
|
326
|
-
};
|
|
327
|
-
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
328
|
-
export interface DataLakePrincipal {
|
|
329
|
-
DataLakePrincipalIdentifier?: string | undefined;
|
|
330
|
-
}
|
|
331
|
-
export interface PrincipalPermissions {
|
|
332
|
-
Principal?: DataLakePrincipal | undefined;
|
|
333
|
-
Permissions?: Permission[] | undefined;
|
|
334
|
-
}
|
|
335
433
|
export interface FederatedDatabase {
|
|
336
434
|
Identifier?: string | undefined;
|
|
337
435
|
ConnectionName?: string | undefined;
|
|
@@ -356,18 +454,6 @@ export interface CreateDatabaseRequest {
|
|
|
356
454
|
Tags?: Record<string, string> | undefined;
|
|
357
455
|
}
|
|
358
456
|
export interface CreateDatabaseResponse {}
|
|
359
|
-
export declare class FederatedResourceAlreadyExistsException extends __BaseException {
|
|
360
|
-
readonly name: "FederatedResourceAlreadyExistsException";
|
|
361
|
-
readonly $fault: "client";
|
|
362
|
-
Message?: string | undefined;
|
|
363
|
-
AssociatedGlueResource?: string | undefined;
|
|
364
|
-
constructor(
|
|
365
|
-
opts: __ExceptionOptionType<
|
|
366
|
-
FederatedResourceAlreadyExistsException,
|
|
367
|
-
__BaseException
|
|
368
|
-
>
|
|
369
|
-
);
|
|
370
|
-
}
|
|
371
457
|
export interface DataQualityTargetTable {
|
|
372
458
|
TableName: string | undefined;
|
|
373
459
|
DatabaseName: string | undefined;
|
|
@@ -431,6 +517,145 @@ export declare class ValidationException extends __BaseException {
|
|
|
431
517
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
432
518
|
);
|
|
433
519
|
}
|
|
520
|
+
export declare class ConflictException extends __BaseException {
|
|
521
|
+
readonly name: "ConflictException";
|
|
522
|
+
readonly $fault: "client";
|
|
523
|
+
Message?: string | undefined;
|
|
524
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
525
|
+
}
|
|
526
|
+
export interface Tag {
|
|
527
|
+
key?: string | undefined;
|
|
528
|
+
value?: string | undefined;
|
|
529
|
+
}
|
|
530
|
+
export interface CreateIntegrationRequest {
|
|
531
|
+
IntegrationName: string | undefined;
|
|
532
|
+
SourceArn: string | undefined;
|
|
533
|
+
TargetArn: string | undefined;
|
|
534
|
+
Description?: string | undefined;
|
|
535
|
+
DataFilter?: string | undefined;
|
|
536
|
+
KmsKeyId?: string | undefined;
|
|
537
|
+
AdditionalEncryptionContext?: Record<string, string> | undefined;
|
|
538
|
+
Tags?: Tag[] | undefined;
|
|
539
|
+
}
|
|
540
|
+
export interface IntegrationError {
|
|
541
|
+
ErrorCode?: string | undefined;
|
|
542
|
+
ErrorMessage?: string | undefined;
|
|
543
|
+
}
|
|
544
|
+
export declare const IntegrationStatus: {
|
|
545
|
+
readonly ACTIVE: "ACTIVE";
|
|
546
|
+
readonly CREATING: "CREATING";
|
|
547
|
+
readonly DELETING: "DELETING";
|
|
548
|
+
readonly FAILED: "FAILED";
|
|
549
|
+
readonly MODIFYING: "MODIFYING";
|
|
550
|
+
readonly NEEDS_ATTENTION: "NEEDS_ATTENTION";
|
|
551
|
+
readonly SYNCING: "SYNCING";
|
|
552
|
+
};
|
|
553
|
+
export type IntegrationStatus =
|
|
554
|
+
(typeof IntegrationStatus)[keyof typeof IntegrationStatus];
|
|
555
|
+
export interface CreateIntegrationResponse {
|
|
556
|
+
SourceArn: string | undefined;
|
|
557
|
+
TargetArn: string | undefined;
|
|
558
|
+
IntegrationName: string | undefined;
|
|
559
|
+
Description?: string | undefined;
|
|
560
|
+
IntegrationArn: string | undefined;
|
|
561
|
+
KmsKeyId?: string | undefined;
|
|
562
|
+
AdditionalEncryptionContext?: Record<string, string> | undefined;
|
|
563
|
+
Tags?: Tag[] | undefined;
|
|
564
|
+
Status: IntegrationStatus | undefined;
|
|
565
|
+
CreateTime: Date | undefined;
|
|
566
|
+
Errors?: IntegrationError[] | undefined;
|
|
567
|
+
DataFilter?: string | undefined;
|
|
568
|
+
}
|
|
569
|
+
export declare class IntegrationConflictOperationFault extends __BaseException {
|
|
570
|
+
readonly name: "IntegrationConflictOperationFault";
|
|
571
|
+
readonly $fault: "client";
|
|
572
|
+
Message?: string | undefined;
|
|
573
|
+
constructor(
|
|
574
|
+
opts: __ExceptionOptionType<
|
|
575
|
+
IntegrationConflictOperationFault,
|
|
576
|
+
__BaseException
|
|
577
|
+
>
|
|
578
|
+
);
|
|
579
|
+
}
|
|
580
|
+
export declare class IntegrationQuotaExceededFault extends __BaseException {
|
|
581
|
+
readonly name: "IntegrationQuotaExceededFault";
|
|
582
|
+
readonly $fault: "client";
|
|
583
|
+
Message?: string | undefined;
|
|
584
|
+
constructor(
|
|
585
|
+
opts: __ExceptionOptionType<IntegrationQuotaExceededFault, __BaseException>
|
|
586
|
+
);
|
|
587
|
+
}
|
|
588
|
+
export declare class InternalServerException extends __BaseException {
|
|
589
|
+
readonly name: "InternalServerException";
|
|
590
|
+
readonly $fault: "server";
|
|
591
|
+
Message?: string | undefined;
|
|
592
|
+
constructor(
|
|
593
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
594
|
+
);
|
|
595
|
+
}
|
|
596
|
+
export declare class KMSKeyNotAccessibleFault extends __BaseException {
|
|
597
|
+
readonly name: "KMSKeyNotAccessibleFault";
|
|
598
|
+
readonly $fault: "client";
|
|
599
|
+
Message?: string | undefined;
|
|
600
|
+
constructor(
|
|
601
|
+
opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>
|
|
602
|
+
);
|
|
603
|
+
}
|
|
604
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
605
|
+
readonly name: "ResourceNotFoundException";
|
|
606
|
+
readonly $fault: "client";
|
|
607
|
+
Message?: string | undefined;
|
|
608
|
+
constructor(
|
|
609
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
610
|
+
);
|
|
611
|
+
}
|
|
612
|
+
export interface SourceProcessingProperties {
|
|
613
|
+
RoleArn?: string | undefined;
|
|
614
|
+
}
|
|
615
|
+
export interface TargetProcessingProperties {
|
|
616
|
+
RoleArn?: string | undefined;
|
|
617
|
+
KmsArn?: string | undefined;
|
|
618
|
+
ConnectionName?: string | undefined;
|
|
619
|
+
EventBusArn?: string | undefined;
|
|
620
|
+
}
|
|
621
|
+
export interface CreateIntegrationResourcePropertyRequest {
|
|
622
|
+
ResourceArn: string | undefined;
|
|
623
|
+
SourceProcessingProperties?: SourceProcessingProperties | undefined;
|
|
624
|
+
TargetProcessingProperties?: TargetProcessingProperties | undefined;
|
|
625
|
+
}
|
|
626
|
+
export interface CreateIntegrationResourcePropertyResponse {
|
|
627
|
+
ResourceArn: string | undefined;
|
|
628
|
+
SourceProcessingProperties?: SourceProcessingProperties | undefined;
|
|
629
|
+
TargetProcessingProperties?: TargetProcessingProperties | undefined;
|
|
630
|
+
}
|
|
631
|
+
export interface SourceTableConfig {
|
|
632
|
+
Fields?: string[] | undefined;
|
|
633
|
+
FilterPredicate?: string | undefined;
|
|
634
|
+
PrimaryKey?: string[] | undefined;
|
|
635
|
+
RecordUpdateField?: string | undefined;
|
|
636
|
+
}
|
|
637
|
+
export interface IntegrationPartition {
|
|
638
|
+
FieldName?: string | undefined;
|
|
639
|
+
FunctionSpec?: string | undefined;
|
|
640
|
+
}
|
|
641
|
+
export declare const UnnestSpec: {
|
|
642
|
+
readonly FULL: "FULL";
|
|
643
|
+
readonly NOUNNEST: "NOUNNEST";
|
|
644
|
+
readonly TOPLEVEL: "TOPLEVEL";
|
|
645
|
+
};
|
|
646
|
+
export type UnnestSpec = (typeof UnnestSpec)[keyof typeof UnnestSpec];
|
|
647
|
+
export interface TargetTableConfig {
|
|
648
|
+
UnnestSpec?: UnnestSpec | undefined;
|
|
649
|
+
PartitionSpec?: IntegrationPartition[] | undefined;
|
|
650
|
+
TargetTableName?: string | undefined;
|
|
651
|
+
}
|
|
652
|
+
export interface CreateIntegrationTablePropertiesRequest {
|
|
653
|
+
ResourceArn: string | undefined;
|
|
654
|
+
TableName: string | undefined;
|
|
655
|
+
SourceTableConfig?: SourceTableConfig | undefined;
|
|
656
|
+
TargetTableConfig?: TargetTableConfig | undefined;
|
|
657
|
+
}
|
|
658
|
+
export interface CreateIntegrationTablePropertiesResponse {}
|
|
434
659
|
export interface CreateJobResponse {
|
|
435
660
|
Name?: string | undefined;
|
|
436
661
|
}
|
|
@@ -849,6 +1074,10 @@ export interface DeleteBlueprintRequest {
|
|
|
849
1074
|
export interface DeleteBlueprintResponse {
|
|
850
1075
|
Name?: string | undefined;
|
|
851
1076
|
}
|
|
1077
|
+
export interface DeleteCatalogRequest {
|
|
1078
|
+
CatalogId: string | undefined;
|
|
1079
|
+
}
|
|
1080
|
+
export interface DeleteCatalogResponse {}
|
|
852
1081
|
export interface DeleteClassifierRequest {
|
|
853
1082
|
Name: string | undefined;
|
|
854
1083
|
}
|
|
@@ -920,6 +1149,44 @@ export interface DeleteDevEndpointRequest {
|
|
|
920
1149
|
EndpointName: string | undefined;
|
|
921
1150
|
}
|
|
922
1151
|
export interface DeleteDevEndpointResponse {}
|
|
1152
|
+
export interface DeleteIntegrationRequest {
|
|
1153
|
+
IntegrationIdentifier: string | undefined;
|
|
1154
|
+
}
|
|
1155
|
+
export interface DeleteIntegrationResponse {
|
|
1156
|
+
SourceArn: string | undefined;
|
|
1157
|
+
TargetArn: string | undefined;
|
|
1158
|
+
IntegrationName: string | undefined;
|
|
1159
|
+
Description?: string | undefined;
|
|
1160
|
+
IntegrationArn: string | undefined;
|
|
1161
|
+
KmsKeyId?: string | undefined;
|
|
1162
|
+
AdditionalEncryptionContext?: Record<string, string> | undefined;
|
|
1163
|
+
Tags?: Tag[] | undefined;
|
|
1164
|
+
Status: IntegrationStatus | undefined;
|
|
1165
|
+
CreateTime: Date | undefined;
|
|
1166
|
+
Errors?: IntegrationError[] | undefined;
|
|
1167
|
+
DataFilter?: string | undefined;
|
|
1168
|
+
}
|
|
1169
|
+
export declare class IntegrationNotFoundFault extends __BaseException {
|
|
1170
|
+
readonly name: "IntegrationNotFoundFault";
|
|
1171
|
+
readonly $fault: "client";
|
|
1172
|
+
Message?: string | undefined;
|
|
1173
|
+
constructor(
|
|
1174
|
+
opts: __ExceptionOptionType<IntegrationNotFoundFault, __BaseException>
|
|
1175
|
+
);
|
|
1176
|
+
}
|
|
1177
|
+
export declare class InvalidIntegrationStateFault extends __BaseException {
|
|
1178
|
+
readonly name: "InvalidIntegrationStateFault";
|
|
1179
|
+
readonly $fault: "client";
|
|
1180
|
+
Message?: string | undefined;
|
|
1181
|
+
constructor(
|
|
1182
|
+
opts: __ExceptionOptionType<InvalidIntegrationStateFault, __BaseException>
|
|
1183
|
+
);
|
|
1184
|
+
}
|
|
1185
|
+
export interface DeleteIntegrationTablePropertiesRequest {
|
|
1186
|
+
ResourceArn: string | undefined;
|
|
1187
|
+
TableName: string | undefined;
|
|
1188
|
+
}
|
|
1189
|
+
export interface DeleteIntegrationTablePropertiesResponse {}
|
|
923
1190
|
export interface DeleteJobRequest {
|
|
924
1191
|
JobName: string | undefined;
|
|
925
1192
|
}
|
|
@@ -939,12 +1206,6 @@ export interface DeletePartitionRequest {
|
|
|
939
1206
|
PartitionValues: string[] | undefined;
|
|
940
1207
|
}
|
|
941
1208
|
export interface DeletePartitionResponse {}
|
|
942
|
-
export declare class ConflictException extends __BaseException {
|
|
943
|
-
readonly name: "ConflictException";
|
|
944
|
-
readonly $fault: "client";
|
|
945
|
-
Message?: string | undefined;
|
|
946
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
947
|
-
}
|
|
948
1209
|
export interface DeletePartitionIndexRequest {
|
|
949
1210
|
CatalogId?: string | undefined;
|
|
950
1211
|
DatabaseName: string | undefined;
|
|
@@ -1056,6 +1317,157 @@ export interface DeleteWorkflowRequest {
|
|
|
1056
1317
|
export interface DeleteWorkflowResponse {
|
|
1057
1318
|
Name?: string | undefined;
|
|
1058
1319
|
}
|
|
1320
|
+
export interface DescribeConnectionTypeRequest {
|
|
1321
|
+
ConnectionType: string | undefined;
|
|
1322
|
+
}
|
|
1323
|
+
export interface Capabilities {
|
|
1324
|
+
SupportedAuthenticationTypes: AuthenticationType[] | undefined;
|
|
1325
|
+
SupportedDataOperations: DataOperation[] | undefined;
|
|
1326
|
+
SupportedComputeEnvironments: ComputeEnvironment[] | undefined;
|
|
1327
|
+
}
|
|
1328
|
+
export interface ComputeEnvironmentConfiguration {
|
|
1329
|
+
Name: string | undefined;
|
|
1330
|
+
Description: string | undefined;
|
|
1331
|
+
ComputeEnvironment: ComputeEnvironment | undefined;
|
|
1332
|
+
SupportedAuthenticationTypes: AuthenticationType[] | undefined;
|
|
1333
|
+
ConnectionOptions: Record<string, Property> | undefined;
|
|
1334
|
+
ConnectionPropertyNameOverrides: Record<string, string> | undefined;
|
|
1335
|
+
ConnectionOptionNameOverrides: Record<string, string> | undefined;
|
|
1336
|
+
ConnectionPropertiesRequiredOverrides: string[] | undefined;
|
|
1337
|
+
PhysicalConnectionPropertiesRequired?: boolean | undefined;
|
|
1338
|
+
}
|
|
1339
|
+
export interface DescribeConnectionTypeResponse {
|
|
1340
|
+
ConnectionType?: string | undefined;
|
|
1341
|
+
Description?: string | undefined;
|
|
1342
|
+
Capabilities?: Capabilities | undefined;
|
|
1343
|
+
ConnectionProperties?: Record<string, Property> | undefined;
|
|
1344
|
+
ConnectionOptions?: Record<string, Property> | undefined;
|
|
1345
|
+
AuthenticationConfiguration?: AuthConfiguration | undefined;
|
|
1346
|
+
ComputeEnvironmentConfigurations?:
|
|
1347
|
+
| Record<string, ComputeEnvironmentConfiguration>
|
|
1348
|
+
| undefined;
|
|
1349
|
+
PhysicalConnectionRequirements?: Record<string, Property> | undefined;
|
|
1350
|
+
AthenaConnectionProperties?: Record<string, Property> | undefined;
|
|
1351
|
+
PythonConnectionProperties?: Record<string, Property> | undefined;
|
|
1352
|
+
SparkConnectionProperties?: Record<string, Property> | undefined;
|
|
1353
|
+
}
|
|
1354
|
+
export interface DescribeEntityRequest {
|
|
1355
|
+
ConnectionName: string | undefined;
|
|
1356
|
+
CatalogId?: string | undefined;
|
|
1357
|
+
EntityName: string | undefined;
|
|
1358
|
+
NextToken?: string | undefined;
|
|
1359
|
+
DataStoreApiVersion?: string | undefined;
|
|
1360
|
+
}
|
|
1361
|
+
export declare const FieldDataType: {
|
|
1362
|
+
readonly ARRAY: "ARRAY";
|
|
1363
|
+
readonly BIGINT: "BIGINT";
|
|
1364
|
+
readonly BOOLEAN: "BOOLEAN";
|
|
1365
|
+
readonly BYTE: "BYTE";
|
|
1366
|
+
readonly DATE: "DATE";
|
|
1367
|
+
readonly DECIMAL: "DECIMAL";
|
|
1368
|
+
readonly DOUBLE: "DOUBLE";
|
|
1369
|
+
readonly FLOAT: "FLOAT";
|
|
1370
|
+
readonly INT: "INT";
|
|
1371
|
+
readonly LONG: "LONG";
|
|
1372
|
+
readonly MAP: "MAP";
|
|
1373
|
+
readonly SHORT: "SHORT";
|
|
1374
|
+
readonly SMALLINT: "SMALLINT";
|
|
1375
|
+
readonly STRING: "STRING";
|
|
1376
|
+
readonly STRUCT: "STRUCT";
|
|
1377
|
+
readonly TIMESTAMP: "TIMESTAMP";
|
|
1378
|
+
};
|
|
1379
|
+
export type FieldDataType = (typeof FieldDataType)[keyof typeof FieldDataType];
|
|
1380
|
+
export declare const FieldFilterOperator: {
|
|
1381
|
+
readonly BETWEEN: "BETWEEN";
|
|
1382
|
+
readonly CONTAINS: "CONTAINS";
|
|
1383
|
+
readonly EQUAL_TO: "EQUAL_TO";
|
|
1384
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
1385
|
+
readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
|
|
1386
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
1387
|
+
readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
|
|
1388
|
+
readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
|
|
1389
|
+
readonly ORDER_BY: "ORDER_BY";
|
|
1390
|
+
};
|
|
1391
|
+
export type FieldFilterOperator =
|
|
1392
|
+
(typeof FieldFilterOperator)[keyof typeof FieldFilterOperator];
|
|
1393
|
+
export interface Field {
|
|
1394
|
+
FieldName?: string | undefined;
|
|
1395
|
+
Label?: string | undefined;
|
|
1396
|
+
Description?: string | undefined;
|
|
1397
|
+
FieldType?: FieldDataType | undefined;
|
|
1398
|
+
IsPrimaryKey?: boolean | undefined;
|
|
1399
|
+
IsNullable?: boolean | undefined;
|
|
1400
|
+
IsRetrievable?: boolean | undefined;
|
|
1401
|
+
IsFilterable?: boolean | undefined;
|
|
1402
|
+
IsPartitionable?: boolean | undefined;
|
|
1403
|
+
IsCreateable?: boolean | undefined;
|
|
1404
|
+
IsUpdateable?: boolean | undefined;
|
|
1405
|
+
IsUpsertable?: boolean | undefined;
|
|
1406
|
+
IsDefaultOnCreate?: boolean | undefined;
|
|
1407
|
+
SupportedValues?: string[] | undefined;
|
|
1408
|
+
SupportedFilterOperators?: FieldFilterOperator[] | undefined;
|
|
1409
|
+
ParentField?: string | undefined;
|
|
1410
|
+
NativeDataType?: string | undefined;
|
|
1411
|
+
CustomProperties?: Record<string, string> | undefined;
|
|
1412
|
+
}
|
|
1413
|
+
export interface DescribeEntityResponse {
|
|
1414
|
+
Fields?: Field[] | undefined;
|
|
1415
|
+
NextToken?: string | undefined;
|
|
1416
|
+
}
|
|
1417
|
+
export interface DescribeInboundIntegrationsRequest {
|
|
1418
|
+
IntegrationArn?: string | undefined;
|
|
1419
|
+
Marker?: string | undefined;
|
|
1420
|
+
MaxRecords?: number | undefined;
|
|
1421
|
+
TargetArn?: string | undefined;
|
|
1422
|
+
}
|
|
1423
|
+
export interface InboundIntegration {
|
|
1424
|
+
SourceArn: string | undefined;
|
|
1425
|
+
TargetArn: string | undefined;
|
|
1426
|
+
IntegrationArn: string | undefined;
|
|
1427
|
+
Status: IntegrationStatus | undefined;
|
|
1428
|
+
CreateTime: Date | undefined;
|
|
1429
|
+
Errors?: IntegrationError[] | undefined;
|
|
1430
|
+
}
|
|
1431
|
+
export interface DescribeInboundIntegrationsResponse {
|
|
1432
|
+
InboundIntegrations?: InboundIntegration[] | undefined;
|
|
1433
|
+
Marker?: string | undefined;
|
|
1434
|
+
}
|
|
1435
|
+
export declare class TargetResourceNotFound extends __BaseException {
|
|
1436
|
+
readonly name: "TargetResourceNotFound";
|
|
1437
|
+
readonly $fault: "client";
|
|
1438
|
+
Message?: string | undefined;
|
|
1439
|
+
constructor(
|
|
1440
|
+
opts: __ExceptionOptionType<TargetResourceNotFound, __BaseException>
|
|
1441
|
+
);
|
|
1442
|
+
}
|
|
1443
|
+
export interface IntegrationFilter {
|
|
1444
|
+
Name?: string | undefined;
|
|
1445
|
+
Values?: string[] | undefined;
|
|
1446
|
+
}
|
|
1447
|
+
export interface DescribeIntegrationsRequest {
|
|
1448
|
+
IntegrationIdentifier?: string | undefined;
|
|
1449
|
+
Marker?: string | undefined;
|
|
1450
|
+
MaxRecords?: number | undefined;
|
|
1451
|
+
Filters?: IntegrationFilter[] | undefined;
|
|
1452
|
+
}
|
|
1453
|
+
export interface Integration {
|
|
1454
|
+
SourceArn: string | undefined;
|
|
1455
|
+
TargetArn: string | undefined;
|
|
1456
|
+
Description?: string | undefined;
|
|
1457
|
+
IntegrationName: string | undefined;
|
|
1458
|
+
IntegrationArn: string | undefined;
|
|
1459
|
+
KmsKeyId?: string | undefined;
|
|
1460
|
+
AdditionalEncryptionContext?: Record<string, string> | undefined;
|
|
1461
|
+
Tags?: Tag[] | undefined;
|
|
1462
|
+
Status: IntegrationStatus | undefined;
|
|
1463
|
+
CreateTime: Date | undefined;
|
|
1464
|
+
Errors?: IntegrationError[] | undefined;
|
|
1465
|
+
DataFilter?: string | undefined;
|
|
1466
|
+
}
|
|
1467
|
+
export interface DescribeIntegrationsResponse {
|
|
1468
|
+
Integrations?: Integration[] | undefined;
|
|
1469
|
+
Marker?: string | undefined;
|
|
1470
|
+
}
|
|
1059
1471
|
export interface GetBlueprintRequest {
|
|
1060
1472
|
Name: string | undefined;
|
|
1061
1473
|
IncludeBlueprint?: boolean | undefined;
|
|
@@ -1100,6 +1512,40 @@ export interface GetBlueprintRunsResponse {
|
|
|
1100
1512
|
BlueprintRuns?: BlueprintRun[] | undefined;
|
|
1101
1513
|
NextToken?: string | undefined;
|
|
1102
1514
|
}
|
|
1515
|
+
export interface GetCatalogRequest {
|
|
1516
|
+
CatalogId: string | undefined;
|
|
1517
|
+
}
|
|
1518
|
+
export interface DataLakeAccessPropertiesOutput {
|
|
1519
|
+
DataLakeAccess?: boolean | undefined;
|
|
1520
|
+
DataTransferRole?: string | undefined;
|
|
1521
|
+
KmsKey?: string | undefined;
|
|
1522
|
+
ManagedWorkgroupName?: string | undefined;
|
|
1523
|
+
ManagedWorkgroupStatus?: string | undefined;
|
|
1524
|
+
RedshiftDatabaseName?: string | undefined;
|
|
1525
|
+
StatusMessage?: string | undefined;
|
|
1526
|
+
CatalogType?: string | undefined;
|
|
1527
|
+
}
|
|
1528
|
+
export interface CatalogPropertiesOutput {
|
|
1529
|
+
DataLakeAccessProperties?: DataLakeAccessPropertiesOutput | undefined;
|
|
1530
|
+
CustomProperties?: Record<string, string> | undefined;
|
|
1531
|
+
}
|
|
1532
|
+
export interface Catalog {
|
|
1533
|
+
CatalogId?: string | undefined;
|
|
1534
|
+
Name: string | undefined;
|
|
1535
|
+
ResourceArn?: string | undefined;
|
|
1536
|
+
Description?: string | undefined;
|
|
1537
|
+
Parameters?: Record<string, string> | undefined;
|
|
1538
|
+
CreateTime?: Date | undefined;
|
|
1539
|
+
UpdateTime?: Date | undefined;
|
|
1540
|
+
TargetRedshiftCatalog?: TargetRedshiftCatalog | undefined;
|
|
1541
|
+
FederatedCatalog?: FederatedCatalog | undefined;
|
|
1542
|
+
CatalogProperties?: CatalogPropertiesOutput | undefined;
|
|
1543
|
+
CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
|
|
1544
|
+
CreateDatabaseDefaultPermissions?: PrincipalPermissions[] | undefined;
|
|
1545
|
+
}
|
|
1546
|
+
export interface GetCatalogResponse {
|
|
1547
|
+
Catalog?: Catalog | undefined;
|
|
1548
|
+
}
|
|
1103
1549
|
export interface GetCatalogImportStatusRequest {
|
|
1104
1550
|
CatalogId?: string | undefined;
|
|
1105
1551
|
}
|
|
@@ -1111,6 +1557,16 @@ export interface CatalogImportStatus {
|
|
|
1111
1557
|
export interface GetCatalogImportStatusResponse {
|
|
1112
1558
|
ImportStatus?: CatalogImportStatus | undefined;
|
|
1113
1559
|
}
|
|
1560
|
+
export interface GetCatalogsRequest {
|
|
1561
|
+
ParentCatalogId?: string | undefined;
|
|
1562
|
+
NextToken?: string | undefined;
|
|
1563
|
+
MaxResults?: number | undefined;
|
|
1564
|
+
Recursive?: boolean | undefined;
|
|
1565
|
+
}
|
|
1566
|
+
export interface GetCatalogsResponse {
|
|
1567
|
+
CatalogList: Catalog[] | undefined;
|
|
1568
|
+
NextToken?: string | undefined;
|
|
1569
|
+
}
|
|
1114
1570
|
export interface GetClassifierRequest {
|
|
1115
1571
|
Name: string | undefined;
|
|
1116
1572
|
}
|
|
@@ -1322,396 +1778,31 @@ export interface GetColumnStatisticsTaskSettingsRequest {
|
|
|
1322
1778
|
DatabaseName: string | undefined;
|
|
1323
1779
|
TableName: string | undefined;
|
|
1324
1780
|
}
|
|
1325
|
-
export
|
|
1326
|
-
DatabaseName?: string | undefined;
|
|
1327
|
-
TableName?: string | undefined;
|
|
1328
|
-
Schedule?: Schedule | undefined;
|
|
1329
|
-
ColumnNameList?: string[] | undefined;
|
|
1330
|
-
CatalogID?: string | undefined;
|
|
1331
|
-
Role?: string | undefined;
|
|
1332
|
-
SampleSize?: number | undefined;
|
|
1333
|
-
SecurityConfiguration?: string | undefined;
|
|
1334
|
-
}
|
|
1335
|
-
export interface GetColumnStatisticsTaskSettingsResponse {
|
|
1336
|
-
ColumnStatisticsTaskSettings?: ColumnStatisticsTaskSettings | undefined;
|
|
1337
|
-
}
|
|
1338
|
-
export interface GetConnectionRequest {
|
|
1339
|
-
CatalogId?: string | undefined;
|
|
1340
|
-
Name: string | undefined;
|
|
1341
|
-
HidePassword?: boolean | undefined;
|
|
1342
|
-
}
|
|
1343
|
-
export interface Connection {
|
|
1344
|
-
Name?: string | undefined;
|
|
1345
|
-
Description?: string | undefined;
|
|
1346
|
-
ConnectionType?: ConnectionType | undefined;
|
|
1347
|
-
MatchCriteria?: string[] | undefined;
|
|
1348
|
-
ConnectionProperties?:
|
|
1349
|
-
| Partial<Record<ConnectionPropertyKey, string>>
|
|
1350
|
-
| undefined;
|
|
1351
|
-
AthenaProperties?: Record<string, string> | undefined;
|
|
1352
|
-
PhysicalConnectionRequirements?: PhysicalConnectionRequirements | undefined;
|
|
1353
|
-
CreationTime?: Date | undefined;
|
|
1354
|
-
LastUpdatedTime?: Date | undefined;
|
|
1355
|
-
LastUpdatedBy?: string | undefined;
|
|
1356
|
-
Status?: ConnectionStatus | undefined;
|
|
1357
|
-
StatusReason?: string | undefined;
|
|
1358
|
-
LastConnectionValidationTime?: Date | undefined;
|
|
1359
|
-
AuthenticationConfiguration?: AuthenticationConfiguration | undefined;
|
|
1360
|
-
}
|
|
1361
|
-
export interface GetConnectionResponse {
|
|
1362
|
-
Connection?: Connection | undefined;
|
|
1363
|
-
}
|
|
1364
|
-
export interface GetConnectionsFilter {
|
|
1365
|
-
MatchCriteria?: string[] | undefined;
|
|
1366
|
-
ConnectionType?: ConnectionType | undefined;
|
|
1367
|
-
}
|
|
1368
|
-
export interface GetConnectionsRequest {
|
|
1369
|
-
CatalogId?: string | undefined;
|
|
1370
|
-
Filter?: GetConnectionsFilter | undefined;
|
|
1371
|
-
HidePassword?: boolean | undefined;
|
|
1372
|
-
NextToken?: string | undefined;
|
|
1373
|
-
MaxResults?: number | undefined;
|
|
1374
|
-
}
|
|
1375
|
-
export interface GetConnectionsResponse {
|
|
1376
|
-
ConnectionList?: Connection[] | undefined;
|
|
1377
|
-
NextToken?: string | undefined;
|
|
1378
|
-
}
|
|
1379
|
-
export interface GetCrawlerRequest {
|
|
1380
|
-
Name: string | undefined;
|
|
1381
|
-
}
|
|
1382
|
-
export interface GetCrawlerResponse {
|
|
1383
|
-
Crawler?: Crawler | undefined;
|
|
1384
|
-
}
|
|
1385
|
-
export interface GetCrawlerMetricsRequest {
|
|
1386
|
-
CrawlerNameList?: string[] | undefined;
|
|
1387
|
-
MaxResults?: number | undefined;
|
|
1388
|
-
NextToken?: string | undefined;
|
|
1389
|
-
}
|
|
1390
|
-
export interface CrawlerMetrics {
|
|
1391
|
-
CrawlerName?: string | undefined;
|
|
1392
|
-
TimeLeftSeconds?: number | undefined;
|
|
1393
|
-
StillEstimating?: boolean | undefined;
|
|
1394
|
-
LastRuntimeSeconds?: number | undefined;
|
|
1395
|
-
MedianRuntimeSeconds?: number | undefined;
|
|
1396
|
-
TablesCreated?: number | undefined;
|
|
1397
|
-
TablesUpdated?: number | undefined;
|
|
1398
|
-
TablesDeleted?: number | undefined;
|
|
1399
|
-
}
|
|
1400
|
-
export interface GetCrawlerMetricsResponse {
|
|
1401
|
-
CrawlerMetricsList?: CrawlerMetrics[] | undefined;
|
|
1402
|
-
NextToken?: string | undefined;
|
|
1403
|
-
}
|
|
1404
|
-
export interface GetCrawlersRequest {
|
|
1405
|
-
MaxResults?: number | undefined;
|
|
1406
|
-
NextToken?: string | undefined;
|
|
1407
|
-
}
|
|
1408
|
-
export interface GetCrawlersResponse {
|
|
1409
|
-
Crawlers?: Crawler[] | undefined;
|
|
1410
|
-
NextToken?: string | undefined;
|
|
1411
|
-
}
|
|
1412
|
-
export interface GetCustomEntityTypeRequest {
|
|
1413
|
-
Name: string | undefined;
|
|
1414
|
-
}
|
|
1415
|
-
export interface GetCustomEntityTypeResponse {
|
|
1416
|
-
Name?: string | undefined;
|
|
1417
|
-
RegexString?: string | undefined;
|
|
1418
|
-
ContextWords?: string[] | undefined;
|
|
1419
|
-
}
|
|
1420
|
-
export interface GetDatabaseRequest {
|
|
1421
|
-
CatalogId?: string | undefined;
|
|
1422
|
-
Name: string | undefined;
|
|
1423
|
-
}
|
|
1424
|
-
export interface Database {
|
|
1425
|
-
Name: string | undefined;
|
|
1426
|
-
Description?: string | undefined;
|
|
1427
|
-
LocationUri?: string | undefined;
|
|
1428
|
-
Parameters?: Record<string, string> | undefined;
|
|
1429
|
-
CreateTime?: Date | undefined;
|
|
1430
|
-
CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
|
|
1431
|
-
TargetDatabase?: DatabaseIdentifier | undefined;
|
|
1432
|
-
CatalogId?: string | undefined;
|
|
1433
|
-
FederatedDatabase?: FederatedDatabase | undefined;
|
|
1434
|
-
}
|
|
1435
|
-
export interface GetDatabaseResponse {
|
|
1436
|
-
Database?: Database | undefined;
|
|
1437
|
-
}
|
|
1438
|
-
export declare const DatabaseAttributes: {
|
|
1439
|
-
readonly NAME: "NAME";
|
|
1440
|
-
};
|
|
1441
|
-
export type DatabaseAttributes =
|
|
1442
|
-
(typeof DatabaseAttributes)[keyof typeof DatabaseAttributes];
|
|
1443
|
-
export declare const ResourceShareType: {
|
|
1444
|
-
readonly ALL: "ALL";
|
|
1445
|
-
readonly FEDERATED: "FEDERATED";
|
|
1446
|
-
readonly FOREIGN: "FOREIGN";
|
|
1447
|
-
};
|
|
1448
|
-
export type ResourceShareType =
|
|
1449
|
-
(typeof ResourceShareType)[keyof typeof ResourceShareType];
|
|
1450
|
-
export interface GetDatabasesRequest {
|
|
1451
|
-
CatalogId?: string | undefined;
|
|
1452
|
-
NextToken?: string | undefined;
|
|
1453
|
-
MaxResults?: number | undefined;
|
|
1454
|
-
ResourceShareType?: ResourceShareType | undefined;
|
|
1455
|
-
AttributesToGet?: DatabaseAttributes[] | undefined;
|
|
1456
|
-
}
|
|
1457
|
-
export interface GetDatabasesResponse {
|
|
1458
|
-
DatabaseList: Database[] | undefined;
|
|
1459
|
-
NextToken?: string | undefined;
|
|
1460
|
-
}
|
|
1461
|
-
export interface GetDataCatalogEncryptionSettingsRequest {
|
|
1462
|
-
CatalogId?: string | undefined;
|
|
1463
|
-
}
|
|
1464
|
-
export interface ConnectionPasswordEncryption {
|
|
1465
|
-
ReturnConnectionPasswordEncrypted: boolean | undefined;
|
|
1466
|
-
AwsKmsKeyId?: string | undefined;
|
|
1467
|
-
}
|
|
1468
|
-
export declare const CatalogEncryptionMode: {
|
|
1469
|
-
readonly DISABLED: "DISABLED";
|
|
1470
|
-
readonly SSEKMS: "SSE-KMS";
|
|
1471
|
-
readonly SSEKMSWITHSERVICEROLE: "SSE-KMS-WITH-SERVICE-ROLE";
|
|
1472
|
-
};
|
|
1473
|
-
export type CatalogEncryptionMode =
|
|
1474
|
-
(typeof CatalogEncryptionMode)[keyof typeof CatalogEncryptionMode];
|
|
1475
|
-
export interface EncryptionAtRest {
|
|
1476
|
-
CatalogEncryptionMode: CatalogEncryptionMode | undefined;
|
|
1477
|
-
SseAwsKmsKeyId?: string | undefined;
|
|
1478
|
-
CatalogEncryptionServiceRole?: string | undefined;
|
|
1479
|
-
}
|
|
1480
|
-
export interface DataCatalogEncryptionSettings {
|
|
1481
|
-
EncryptionAtRest?: EncryptionAtRest | undefined;
|
|
1482
|
-
ConnectionPasswordEncryption?: ConnectionPasswordEncryption | undefined;
|
|
1483
|
-
}
|
|
1484
|
-
export interface GetDataCatalogEncryptionSettingsResponse {
|
|
1485
|
-
DataCatalogEncryptionSettings?: DataCatalogEncryptionSettings | undefined;
|
|
1486
|
-
}
|
|
1487
|
-
export interface GetDataflowGraphRequest {
|
|
1488
|
-
PythonScript?: string | undefined;
|
|
1489
|
-
}
|
|
1490
|
-
export interface GetDataflowGraphResponse {
|
|
1491
|
-
DagNodes?: CodeGenNode[] | undefined;
|
|
1492
|
-
DagEdges?: CodeGenEdge[] | undefined;
|
|
1493
|
-
}
|
|
1494
|
-
export interface GetDataQualityModelRequest {
|
|
1495
|
-
StatisticId?: string | undefined;
|
|
1496
|
-
ProfileId: string | undefined;
|
|
1497
|
-
}
|
|
1498
|
-
export declare const DataQualityModelStatus: {
|
|
1781
|
+
export declare const ExecutionStatus: {
|
|
1499
1782
|
readonly FAILED: "FAILED";
|
|
1500
|
-
readonly
|
|
1501
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1783
|
+
readonly STARTED: "STARTED";
|
|
1502
1784
|
};
|
|
1503
|
-
export type
|
|
1504
|
-
(typeof
|
|
1505
|
-
export interface
|
|
1506
|
-
Status?:
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
}
|
|
1511
|
-
export interface GetDataQualityModelResultRequest {
|
|
1512
|
-
StatisticId: string | undefined;
|
|
1513
|
-
ProfileId: string | undefined;
|
|
1514
|
-
}
|
|
1515
|
-
export interface StatisticModelResult {
|
|
1516
|
-
LowerBound?: number | undefined;
|
|
1517
|
-
UpperBound?: number | undefined;
|
|
1518
|
-
PredictedValue?: number | undefined;
|
|
1519
|
-
ActualValue?: number | undefined;
|
|
1520
|
-
Date?: Date | undefined;
|
|
1521
|
-
InclusionAnnotation?: InclusionAnnotationValue | undefined;
|
|
1522
|
-
}
|
|
1523
|
-
export interface GetDataQualityModelResultResponse {
|
|
1524
|
-
CompletedOn?: Date | undefined;
|
|
1525
|
-
Model?: StatisticModelResult[] | undefined;
|
|
1526
|
-
}
|
|
1527
|
-
export interface GetDataQualityResultRequest {
|
|
1528
|
-
ResultId: string | undefined;
|
|
1529
|
-
}
|
|
1530
|
-
export interface GetDataQualityResultResponse {
|
|
1531
|
-
ResultId?: string | undefined;
|
|
1532
|
-
ProfileId?: string | undefined;
|
|
1533
|
-
Score?: number | undefined;
|
|
1534
|
-
DataSource?: DataSource | undefined;
|
|
1535
|
-
RulesetName?: string | undefined;
|
|
1536
|
-
EvaluationContext?: string | undefined;
|
|
1537
|
-
StartedOn?: Date | undefined;
|
|
1538
|
-
CompletedOn?: Date | undefined;
|
|
1539
|
-
JobName?: string | undefined;
|
|
1540
|
-
JobRunId?: string | undefined;
|
|
1541
|
-
RulesetEvaluationRunId?: string | undefined;
|
|
1542
|
-
RuleResults?: DataQualityRuleResult[] | undefined;
|
|
1543
|
-
AnalyzerResults?: DataQualityAnalyzerResult[] | undefined;
|
|
1544
|
-
Observations?: DataQualityObservation[] | undefined;
|
|
1545
|
-
}
|
|
1546
|
-
export interface GetDataQualityRuleRecommendationRunRequest {
|
|
1547
|
-
RunId: string | undefined;
|
|
1548
|
-
}
|
|
1549
|
-
export interface GetDataQualityRuleRecommendationRunResponse {
|
|
1550
|
-
RunId?: string | undefined;
|
|
1551
|
-
DataSource?: DataSource | undefined;
|
|
1552
|
-
Role?: string | undefined;
|
|
1553
|
-
NumberOfWorkers?: number | undefined;
|
|
1554
|
-
Timeout?: number | undefined;
|
|
1555
|
-
Status?: TaskStatusType | undefined;
|
|
1556
|
-
ErrorString?: string | undefined;
|
|
1557
|
-
StartedOn?: Date | undefined;
|
|
1558
|
-
LastModifiedOn?: Date | undefined;
|
|
1559
|
-
CompletedOn?: Date | undefined;
|
|
1560
|
-
ExecutionTime?: number | undefined;
|
|
1561
|
-
RecommendedRuleset?: string | undefined;
|
|
1562
|
-
CreatedRulesetName?: string | undefined;
|
|
1563
|
-
DataQualitySecurityConfiguration?: string | undefined;
|
|
1564
|
-
}
|
|
1565
|
-
export interface GetDataQualityRulesetRequest {
|
|
1566
|
-
Name: string | undefined;
|
|
1567
|
-
}
|
|
1568
|
-
export interface GetDataQualityRulesetResponse {
|
|
1569
|
-
Name?: string | undefined;
|
|
1570
|
-
Description?: string | undefined;
|
|
1571
|
-
Ruleset?: string | undefined;
|
|
1572
|
-
TargetTable?: DataQualityTargetTable | undefined;
|
|
1573
|
-
CreatedOn?: Date | undefined;
|
|
1574
|
-
LastModifiedOn?: Date | undefined;
|
|
1575
|
-
RecommendationRunId?: string | undefined;
|
|
1576
|
-
DataQualitySecurityConfiguration?: string | undefined;
|
|
1577
|
-
}
|
|
1578
|
-
export interface GetDataQualityRulesetEvaluationRunRequest {
|
|
1579
|
-
RunId: string | undefined;
|
|
1785
|
+
export type ExecutionStatus =
|
|
1786
|
+
(typeof ExecutionStatus)[keyof typeof ExecutionStatus];
|
|
1787
|
+
export interface ExecutionAttempt {
|
|
1788
|
+
Status?: ExecutionStatus | undefined;
|
|
1789
|
+
ColumnStatisticsTaskRunId?: string | undefined;
|
|
1790
|
+
ExecutionTimestamp?: Date | undefined;
|
|
1791
|
+
ErrorMessage?: string | undefined;
|
|
1580
1792
|
}
|
|
1581
|
-
export declare const
|
|
1582
|
-
readonly
|
|
1583
|
-
readonly
|
|
1793
|
+
export declare const ScheduleType: {
|
|
1794
|
+
readonly AUTO: "AUTO";
|
|
1795
|
+
readonly CRON: "CRON";
|
|
1584
1796
|
};
|
|
1585
|
-
export type
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
}
|
|
1592
|
-
export interface GetDataQualityRulesetEvaluationRunResponse {
|
|
1593
|
-
RunId?: string | undefined;
|
|
1594
|
-
DataSource?: DataSource | undefined;
|
|
1595
|
-
Role?: string | undefined;
|
|
1596
|
-
NumberOfWorkers?: number | undefined;
|
|
1597
|
-
Timeout?: number | undefined;
|
|
1598
|
-
AdditionalRunOptions?:
|
|
1599
|
-
| DataQualityEvaluationRunAdditionalRunOptions
|
|
1600
|
-
| undefined;
|
|
1601
|
-
Status?: TaskStatusType | undefined;
|
|
1602
|
-
ErrorString?: string | undefined;
|
|
1603
|
-
StartedOn?: Date | undefined;
|
|
1604
|
-
LastModifiedOn?: Date | undefined;
|
|
1605
|
-
CompletedOn?: Date | undefined;
|
|
1606
|
-
ExecutionTime?: number | undefined;
|
|
1607
|
-
RulesetNames?: string[] | undefined;
|
|
1608
|
-
ResultIds?: string[] | undefined;
|
|
1609
|
-
AdditionalDataSources?: Record<string, DataSource> | undefined;
|
|
1610
|
-
}
|
|
1611
|
-
export interface GetDevEndpointRequest {
|
|
1612
|
-
EndpointName: string | undefined;
|
|
1613
|
-
}
|
|
1614
|
-
export interface GetDevEndpointResponse {
|
|
1615
|
-
DevEndpoint?: DevEndpoint | undefined;
|
|
1616
|
-
}
|
|
1617
|
-
export interface GetDevEndpointsRequest {
|
|
1618
|
-
MaxResults?: number | undefined;
|
|
1619
|
-
NextToken?: string | undefined;
|
|
1620
|
-
}
|
|
1621
|
-
export interface GetDevEndpointsResponse {
|
|
1622
|
-
DevEndpoints?: DevEndpoint[] | undefined;
|
|
1623
|
-
NextToken?: string | undefined;
|
|
1624
|
-
}
|
|
1625
|
-
export interface GetJobRequest {
|
|
1626
|
-
JobName: string | undefined;
|
|
1627
|
-
}
|
|
1628
|
-
export interface GetJobBookmarkRequest {
|
|
1629
|
-
JobName: string | undefined;
|
|
1630
|
-
RunId?: string | undefined;
|
|
1631
|
-
}
|
|
1632
|
-
export interface JobBookmarkEntry {
|
|
1633
|
-
JobName?: string | undefined;
|
|
1634
|
-
Version?: number | undefined;
|
|
1635
|
-
Run?: number | undefined;
|
|
1636
|
-
Attempt?: number | undefined;
|
|
1637
|
-
PreviousRunId?: string | undefined;
|
|
1638
|
-
RunId?: string | undefined;
|
|
1639
|
-
JobBookmark?: string | undefined;
|
|
1640
|
-
}
|
|
1641
|
-
export interface GetJobBookmarkResponse {
|
|
1642
|
-
JobBookmarkEntry?: JobBookmarkEntry | undefined;
|
|
1643
|
-
}
|
|
1644
|
-
export interface GetJobRunRequest {
|
|
1645
|
-
JobName: string | undefined;
|
|
1646
|
-
RunId: string | undefined;
|
|
1647
|
-
PredecessorsIncluded?: boolean | undefined;
|
|
1648
|
-
}
|
|
1649
|
-
export interface GetJobRunResponse {
|
|
1650
|
-
JobRun?: JobRun | undefined;
|
|
1651
|
-
}
|
|
1652
|
-
export interface GetJobRunsRequest {
|
|
1653
|
-
JobName: string | undefined;
|
|
1654
|
-
NextToken?: string | undefined;
|
|
1655
|
-
MaxResults?: number | undefined;
|
|
1656
|
-
}
|
|
1657
|
-
export interface GetJobRunsResponse {
|
|
1658
|
-
JobRuns?: JobRun[] | undefined;
|
|
1659
|
-
NextToken?: string | undefined;
|
|
1660
|
-
}
|
|
1661
|
-
export interface GetJobsRequest {
|
|
1662
|
-
NextToken?: string | undefined;
|
|
1663
|
-
MaxResults?: number | undefined;
|
|
1664
|
-
}
|
|
1665
|
-
export interface Location {
|
|
1666
|
-
Jdbc?: CodeGenNodeArg[] | undefined;
|
|
1667
|
-
S3?: CodeGenNodeArg[] | undefined;
|
|
1668
|
-
DynamoDB?: CodeGenNodeArg[] | undefined;
|
|
1669
|
-
}
|
|
1670
|
-
export interface CatalogEntry {
|
|
1671
|
-
DatabaseName: string | undefined;
|
|
1672
|
-
TableName: string | undefined;
|
|
1673
|
-
}
|
|
1674
|
-
export interface GetMappingRequest {
|
|
1675
|
-
Source: CatalogEntry | undefined;
|
|
1676
|
-
Sinks?: CatalogEntry[] | undefined;
|
|
1677
|
-
Location?: Location | undefined;
|
|
1678
|
-
}
|
|
1679
|
-
export interface MappingEntry {
|
|
1680
|
-
SourceTable?: string | undefined;
|
|
1681
|
-
SourcePath?: string | undefined;
|
|
1682
|
-
SourceType?: string | undefined;
|
|
1683
|
-
TargetTable?: string | undefined;
|
|
1684
|
-
TargetPath?: string | undefined;
|
|
1685
|
-
TargetType?: string | undefined;
|
|
1686
|
-
}
|
|
1687
|
-
export interface GetMappingResponse {
|
|
1688
|
-
Mapping: MappingEntry[] | undefined;
|
|
1689
|
-
}
|
|
1690
|
-
export interface GetMLTaskRunRequest {
|
|
1691
|
-
TransformId: string | undefined;
|
|
1692
|
-
TaskRunId: string | undefined;
|
|
1693
|
-
}
|
|
1694
|
-
export interface ExportLabelsTaskRunProperties {
|
|
1695
|
-
OutputS3Path?: string | undefined;
|
|
1696
|
-
}
|
|
1697
|
-
export interface FindMatchesTaskRunProperties {
|
|
1698
|
-
JobId?: string | undefined;
|
|
1699
|
-
JobName?: string | undefined;
|
|
1700
|
-
JobRunId?: string | undefined;
|
|
1701
|
-
}
|
|
1702
|
-
export interface ImportLabelsTaskRunProperties {
|
|
1703
|
-
InputS3Path?: string | undefined;
|
|
1704
|
-
Replace?: boolean | undefined;
|
|
1705
|
-
}
|
|
1706
|
-
export interface LabelingSetGenerationTaskRunProperties {
|
|
1707
|
-
OutputS3Path?: string | undefined;
|
|
1708
|
-
}
|
|
1797
|
+
export type ScheduleType = (typeof ScheduleType)[keyof typeof ScheduleType];
|
|
1798
|
+
export declare const SettingSource: {
|
|
1799
|
+
readonly CATALOG: "CATALOG";
|
|
1800
|
+
readonly TABLE: "TABLE";
|
|
1801
|
+
};
|
|
1802
|
+
export type SettingSource = (typeof SettingSource)[keyof typeof SettingSource];
|
|
1709
1803
|
export declare const ConnectionInputFilterSensitiveLog: (
|
|
1710
1804
|
obj: ConnectionInput
|
|
1711
1805
|
) => any;
|
|
1712
1806
|
export declare const CreateConnectionRequestFilterSensitiveLog: (
|
|
1713
1807
|
obj: CreateConnectionRequest
|
|
1714
1808
|
) => any;
|
|
1715
|
-
export declare const GetDataQualityResultResponseFilterSensitiveLog: (
|
|
1716
|
-
obj: GetDataQualityResultResponse
|
|
1717
|
-
) => any;
|