@aws-sdk/client-glue 3.218.0 → 3.221.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/Glue.js +240 -0
- package/dist-cjs/commands/BatchGetDataQualityResultCommand.js +46 -0
- package/dist-cjs/commands/CancelDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/CancelDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/CreateDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateSessionCommand.js +3 -3
- 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/DeleteDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityResultCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityResultsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +46 -0
- 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 +3 -3
- package/dist-cjs/commands/ListStatementsCommand.js +3 -3
- 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 +1 -2
- package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/index.js +16 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +104 -103
- package/dist-cjs/models/models_1.js +145 -139
- package/dist-cjs/models/models_2.js +223 -3
- package/dist-cjs/pagination/ListDataQualityResultsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRulesetsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1653 -129
- package/dist-es/Glue.js +240 -0
- package/dist-es/commands/BatchGetDataQualityResultCommand.js +42 -0
- package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/CreateDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -1
- package/dist-es/commands/CreateSessionCommand.js +1 -1
- package/dist-es/commands/CreateTableCommand.js +1 -1
- package/dist-es/commands/CreateTriggerCommand.js +1 -1
- package/dist-es/commands/CreateUserDefinedFunctionCommand.js +1 -1
- package/dist-es/commands/DeleteDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/ListDataQualityResultsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRulesetsCommand.js +42 -0
- package/dist-es/commands/ListDevEndpointsCommand.js +1 -1
- package/dist-es/commands/ListJobsCommand.js +1 -1
- package/dist-es/commands/ListMLTransformsCommand.js +1 -1
- package/dist-es/commands/ListRegistriesCommand.js +1 -1
- package/dist-es/commands/ListSchemaVersionsCommand.js +1 -1
- package/dist-es/commands/ListSchemasCommand.js +1 -1
- package/dist-es/commands/ListSessionsCommand.js +1 -1
- package/dist-es/commands/ListStatementsCommand.js +1 -1
- package/dist-es/commands/ListTriggersCommand.js +1 -1
- package/dist-es/commands/ListWorkflowsCommand.js +1 -1
- package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +1 -1
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -1
- package/dist-es/commands/PutSchemaVersionMetadataCommand.js +1 -1
- package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +1 -2
- package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/UpdateDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/index.js +16 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +80 -78
- package/dist-es/models/models_1.js +109 -102
- package/dist-es/models/models_2.js +167 -0
- package/dist-es/pagination/ListDataQualityResultsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRulesetsPaginator.js +32 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1610 -119
- package/dist-types/Glue.d.ts +114 -0
- package/dist-types/GlueClient.d.ts +18 -2
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +37 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +39 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTriggerCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +37 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMLTransformsCommand.d.ts +1 -1
- package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
- package/dist-types/commands/ListTriggersCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +1 -2
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +16 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +417 -552
- package/dist-types/models/models_1.d.ts +3382 -3180
- package/dist-types/models/models_2.d.ts +1086 -2
- package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +48 -0
- package/dist-types/ts3.4/Glue.d.ts +320 -0
- package/dist-types/ts3.4/GlueClient.d.ts +96 -0
- package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +16 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +166 -187
- package/dist-types/ts3.4/models/models_1.d.ts +306 -262
- package/dist-types/ts3.4/models/models_2.d.ts +458 -3
- package/dist-types/ts3.4/pagination/ListDataQualityResultsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRulesetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +192 -0
- package/package.json +1 -1
|
@@ -1,47 +1,188 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
3
|
import {
|
|
4
|
+
Action,
|
|
4
5
|
AuditContext,
|
|
5
6
|
Blueprint,
|
|
7
|
+
CloudWatchEncryption,
|
|
6
8
|
CodeGenEdge,
|
|
7
9
|
CodeGenNode,
|
|
8
10
|
CodeGenNodeArg,
|
|
9
11
|
Column,
|
|
10
12
|
Compatibility,
|
|
13
|
+
ConnectionsList,
|
|
11
14
|
ConnectionType,
|
|
12
15
|
Crawler,
|
|
13
16
|
CsvHeaderOption,
|
|
14
17
|
CustomEntityType,
|
|
15
18
|
DatabaseIdentifier,
|
|
16
19
|
DataFormat,
|
|
20
|
+
DataQualityRuleResult,
|
|
21
|
+
DataQualityTargetTable,
|
|
22
|
+
DataSource,
|
|
17
23
|
DevEndpoint,
|
|
18
|
-
EncryptionConfiguration,
|
|
19
24
|
ErrorDetail,
|
|
25
|
+
EventBatchingCondition,
|
|
20
26
|
GlueTable,
|
|
27
|
+
JobBookmarksEncryption,
|
|
21
28
|
JobRun,
|
|
22
29
|
Language,
|
|
23
30
|
Partition,
|
|
31
|
+
PartitionIndex,
|
|
24
32
|
PartitionValueList,
|
|
25
33
|
PhysicalConnectionRequirements,
|
|
34
|
+
Predicate,
|
|
26
35
|
PrincipalPermissions,
|
|
27
|
-
PrincipalType,
|
|
28
36
|
RegistryId,
|
|
29
|
-
|
|
37
|
+
S3EncryptionMode,
|
|
30
38
|
SchemaId,
|
|
31
39
|
SchemaStatus,
|
|
32
40
|
SchemaVersionStatus,
|
|
33
|
-
Session,
|
|
34
41
|
StorageDescriptor,
|
|
35
|
-
TableIdentifier,
|
|
36
42
|
TaskStatusType,
|
|
37
43
|
TransformEncryption,
|
|
38
44
|
TransformParameters,
|
|
39
45
|
TransformType,
|
|
40
46
|
Trigger,
|
|
47
|
+
TriggerType,
|
|
41
48
|
WorkerType,
|
|
42
49
|
Workflow,
|
|
43
50
|
WorkflowRun,
|
|
44
51
|
} from "./models_0";
|
|
52
|
+
export interface S3Encryption {
|
|
53
|
+
S3EncryptionMode?: S3EncryptionMode | string;
|
|
54
|
+
KmsKeyArn?: string;
|
|
55
|
+
}
|
|
56
|
+
export interface EncryptionConfiguration {
|
|
57
|
+
S3Encryption?: S3Encryption[];
|
|
58
|
+
CloudWatchEncryption?: CloudWatchEncryption;
|
|
59
|
+
JobBookmarksEncryption?: JobBookmarksEncryption;
|
|
60
|
+
}
|
|
61
|
+
export interface CreateSecurityConfigurationRequest {
|
|
62
|
+
Name: string | undefined;
|
|
63
|
+
EncryptionConfiguration: EncryptionConfiguration | undefined;
|
|
64
|
+
}
|
|
65
|
+
export interface CreateSecurityConfigurationResponse {
|
|
66
|
+
Name?: string;
|
|
67
|
+
CreatedTimestamp?: Date;
|
|
68
|
+
}
|
|
69
|
+
export interface SessionCommand {
|
|
70
|
+
Name?: string;
|
|
71
|
+
PythonVersion?: string;
|
|
72
|
+
}
|
|
73
|
+
export interface CreateSessionRequest {
|
|
74
|
+
Id: string | undefined;
|
|
75
|
+
Description?: string;
|
|
76
|
+
Role: string | undefined;
|
|
77
|
+
Command: SessionCommand | undefined;
|
|
78
|
+
Timeout?: number;
|
|
79
|
+
IdleTimeout?: number;
|
|
80
|
+
DefaultArguments?: Record<string, string>;
|
|
81
|
+
Connections?: ConnectionsList;
|
|
82
|
+
MaxCapacity?: number;
|
|
83
|
+
NumberOfWorkers?: number;
|
|
84
|
+
WorkerType?: WorkerType | string;
|
|
85
|
+
SecurityConfiguration?: string;
|
|
86
|
+
GlueVersion?: string;
|
|
87
|
+
Tags?: Record<string, string>;
|
|
88
|
+
RequestOrigin?: string;
|
|
89
|
+
}
|
|
90
|
+
export declare enum SessionStatus {
|
|
91
|
+
FAILED = "FAILED",
|
|
92
|
+
PROVISIONING = "PROVISIONING",
|
|
93
|
+
READY = "READY",
|
|
94
|
+
STOPPED = "STOPPED",
|
|
95
|
+
STOPPING = "STOPPING",
|
|
96
|
+
TIMEOUT = "TIMEOUT",
|
|
97
|
+
}
|
|
98
|
+
export interface Session {
|
|
99
|
+
Id?: string;
|
|
100
|
+
CreatedOn?: Date;
|
|
101
|
+
Status?: SessionStatus | string;
|
|
102
|
+
ErrorMessage?: string;
|
|
103
|
+
Description?: string;
|
|
104
|
+
Role?: string;
|
|
105
|
+
Command?: SessionCommand;
|
|
106
|
+
DefaultArguments?: Record<string, string>;
|
|
107
|
+
Connections?: ConnectionsList;
|
|
108
|
+
Progress?: number;
|
|
109
|
+
MaxCapacity?: number;
|
|
110
|
+
SecurityConfiguration?: string;
|
|
111
|
+
GlueVersion?: string;
|
|
112
|
+
}
|
|
113
|
+
export interface CreateSessionResponse {
|
|
114
|
+
Session?: Session;
|
|
115
|
+
}
|
|
116
|
+
export interface TableIdentifier {
|
|
117
|
+
CatalogId?: string;
|
|
118
|
+
DatabaseName?: string;
|
|
119
|
+
Name?: string;
|
|
120
|
+
}
|
|
121
|
+
export interface TableInput {
|
|
122
|
+
Name: string | undefined;
|
|
123
|
+
Description?: string;
|
|
124
|
+
Owner?: string;
|
|
125
|
+
LastAccessTime?: Date;
|
|
126
|
+
LastAnalyzedTime?: Date;
|
|
127
|
+
Retention?: number;
|
|
128
|
+
StorageDescriptor?: StorageDescriptor;
|
|
129
|
+
PartitionKeys?: Column[];
|
|
130
|
+
ViewOriginalText?: string;
|
|
131
|
+
ViewExpandedText?: string;
|
|
132
|
+
TableType?: string;
|
|
133
|
+
Parameters?: Record<string, string>;
|
|
134
|
+
TargetTable?: TableIdentifier;
|
|
135
|
+
}
|
|
136
|
+
export interface CreateTableRequest {
|
|
137
|
+
CatalogId?: string;
|
|
138
|
+
DatabaseName: string | undefined;
|
|
139
|
+
TableInput: TableInput | undefined;
|
|
140
|
+
PartitionIndexes?: PartitionIndex[];
|
|
141
|
+
TransactionId?: string;
|
|
142
|
+
}
|
|
143
|
+
export interface CreateTableResponse {}
|
|
144
|
+
export interface CreateTriggerRequest {
|
|
145
|
+
Name: string | undefined;
|
|
146
|
+
WorkflowName?: string;
|
|
147
|
+
Type: TriggerType | string | undefined;
|
|
148
|
+
Schedule?: string;
|
|
149
|
+
Predicate?: Predicate;
|
|
150
|
+
Actions: Action[] | undefined;
|
|
151
|
+
Description?: string;
|
|
152
|
+
StartOnCreation?: boolean;
|
|
153
|
+
Tags?: Record<string, string>;
|
|
154
|
+
EventBatchingCondition?: EventBatchingCondition;
|
|
155
|
+
}
|
|
156
|
+
export interface CreateTriggerResponse {
|
|
157
|
+
Name?: string;
|
|
158
|
+
}
|
|
159
|
+
export declare enum PrincipalType {
|
|
160
|
+
GROUP = "GROUP",
|
|
161
|
+
ROLE = "ROLE",
|
|
162
|
+
USER = "USER",
|
|
163
|
+
}
|
|
164
|
+
export declare enum ResourceType {
|
|
165
|
+
ARCHIVE = "ARCHIVE",
|
|
166
|
+
FILE = "FILE",
|
|
167
|
+
JAR = "JAR",
|
|
168
|
+
}
|
|
169
|
+
export interface ResourceUri {
|
|
170
|
+
ResourceType?: ResourceType | string;
|
|
171
|
+
Uri?: string;
|
|
172
|
+
}
|
|
173
|
+
export interface UserDefinedFunctionInput {
|
|
174
|
+
FunctionName?: string;
|
|
175
|
+
ClassName?: string;
|
|
176
|
+
OwnerName?: string;
|
|
177
|
+
OwnerType?: PrincipalType | string;
|
|
178
|
+
ResourceUris?: ResourceUri[];
|
|
179
|
+
}
|
|
180
|
+
export interface CreateUserDefinedFunctionRequest {
|
|
181
|
+
CatalogId?: string;
|
|
182
|
+
DatabaseName: string | undefined;
|
|
183
|
+
FunctionInput: UserDefinedFunctionInput | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface CreateUserDefinedFunctionResponse {}
|
|
45
186
|
export interface CreateWorkflowRequest {
|
|
46
187
|
Name: string | undefined;
|
|
47
188
|
Description?: string;
|
|
@@ -116,6 +257,10 @@ export interface DeleteDatabaseRequest {
|
|
|
116
257
|
Name: string | undefined;
|
|
117
258
|
}
|
|
118
259
|
export interface DeleteDatabaseResponse {}
|
|
260
|
+
export interface DeleteDataQualityRulesetRequest {
|
|
261
|
+
Name: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface DeleteDataQualityRulesetResponse {}
|
|
119
264
|
export interface DeleteDevEndpointRequest {
|
|
120
265
|
EndpointName: string | undefined;
|
|
121
266
|
}
|
|
@@ -583,6 +728,75 @@ export interface GetDataflowGraphResponse {
|
|
|
583
728
|
DagNodes?: CodeGenNode[];
|
|
584
729
|
DagEdges?: CodeGenEdge[];
|
|
585
730
|
}
|
|
731
|
+
export interface GetDataQualityResultRequest {
|
|
732
|
+
ResultId: string | undefined;
|
|
733
|
+
}
|
|
734
|
+
export interface GetDataQualityResultResponse {
|
|
735
|
+
ResultId?: string;
|
|
736
|
+
Score?: number;
|
|
737
|
+
DataSource?: DataSource;
|
|
738
|
+
RulesetName?: string;
|
|
739
|
+
EvaluationContext?: string;
|
|
740
|
+
StartedOn?: Date;
|
|
741
|
+
CompletedOn?: Date;
|
|
742
|
+
JobName?: string;
|
|
743
|
+
JobRunId?: string;
|
|
744
|
+
RulesetEvaluationRunId?: string;
|
|
745
|
+
RuleResults?: DataQualityRuleResult[];
|
|
746
|
+
}
|
|
747
|
+
export interface GetDataQualityRuleRecommendationRunRequest {
|
|
748
|
+
RunId: string | undefined;
|
|
749
|
+
}
|
|
750
|
+
export interface GetDataQualityRuleRecommendationRunResponse {
|
|
751
|
+
RunId?: string;
|
|
752
|
+
DataSource?: DataSource;
|
|
753
|
+
Role?: string;
|
|
754
|
+
NumberOfWorkers?: number;
|
|
755
|
+
Timeout?: number;
|
|
756
|
+
Status?: TaskStatusType | string;
|
|
757
|
+
ErrorString?: string;
|
|
758
|
+
StartedOn?: Date;
|
|
759
|
+
LastModifiedOn?: Date;
|
|
760
|
+
CompletedOn?: Date;
|
|
761
|
+
ExecutionTime?: number;
|
|
762
|
+
RecommendedRuleset?: string;
|
|
763
|
+
CreatedRulesetName?: string;
|
|
764
|
+
}
|
|
765
|
+
export interface GetDataQualityRulesetRequest {
|
|
766
|
+
Name: string | undefined;
|
|
767
|
+
}
|
|
768
|
+
export interface GetDataQualityRulesetResponse {
|
|
769
|
+
Name?: string;
|
|
770
|
+
Description?: string;
|
|
771
|
+
Ruleset?: string;
|
|
772
|
+
TargetTable?: DataQualityTargetTable;
|
|
773
|
+
CreatedOn?: Date;
|
|
774
|
+
LastModifiedOn?: Date;
|
|
775
|
+
RecommendationRunId?: string;
|
|
776
|
+
}
|
|
777
|
+
export interface GetDataQualityRulesetEvaluationRunRequest {
|
|
778
|
+
RunId: string | undefined;
|
|
779
|
+
}
|
|
780
|
+
export interface DataQualityEvaluationRunAdditionalRunOptions {
|
|
781
|
+
CloudWatchMetricsEnabled?: boolean;
|
|
782
|
+
ResultsS3Prefix?: string;
|
|
783
|
+
}
|
|
784
|
+
export interface GetDataQualityRulesetEvaluationRunResponse {
|
|
785
|
+
RunId?: string;
|
|
786
|
+
DataSource?: DataSource;
|
|
787
|
+
Role?: string;
|
|
788
|
+
NumberOfWorkers?: number;
|
|
789
|
+
Timeout?: number;
|
|
790
|
+
AdditionalRunOptions?: DataQualityEvaluationRunAdditionalRunOptions;
|
|
791
|
+
Status?: TaskStatusType | string;
|
|
792
|
+
ErrorString?: string;
|
|
793
|
+
StartedOn?: Date;
|
|
794
|
+
LastModifiedOn?: Date;
|
|
795
|
+
CompletedOn?: Date;
|
|
796
|
+
ExecutionTime?: number;
|
|
797
|
+
RulesetNames?: string[];
|
|
798
|
+
ResultIds?: string[];
|
|
799
|
+
}
|
|
586
800
|
export interface GetDevEndpointRequest {
|
|
587
801
|
EndpointName: string | undefined;
|
|
588
802
|
}
|
|
@@ -1384,172 +1598,59 @@ export interface ListCustomEntityTypesResponse {
|
|
|
1384
1598
|
CustomEntityTypes?: CustomEntityType[];
|
|
1385
1599
|
NextToken?: string;
|
|
1386
1600
|
}
|
|
1387
|
-
export interface
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
DevEndpointNames?: string[];
|
|
1394
|
-
NextToken?: string;
|
|
1395
|
-
}
|
|
1396
|
-
export interface ListJobsRequest {
|
|
1397
|
-
NextToken?: string;
|
|
1398
|
-
MaxResults?: number;
|
|
1399
|
-
Tags?: Record<string, string>;
|
|
1400
|
-
}
|
|
1401
|
-
export interface ListJobsResponse {
|
|
1402
|
-
JobNames?: string[];
|
|
1403
|
-
NextToken?: string;
|
|
1404
|
-
}
|
|
1405
|
-
export interface ListMLTransformsRequest {
|
|
1406
|
-
NextToken?: string;
|
|
1407
|
-
MaxResults?: number;
|
|
1408
|
-
Filter?: TransformFilterCriteria;
|
|
1409
|
-
Sort?: TransformSortCriteria;
|
|
1410
|
-
Tags?: Record<string, string>;
|
|
1411
|
-
}
|
|
1412
|
-
export interface ListMLTransformsResponse {
|
|
1413
|
-
TransformIds: string[] | undefined;
|
|
1414
|
-
NextToken?: string;
|
|
1415
|
-
}
|
|
1416
|
-
export interface ListRegistriesInput {
|
|
1417
|
-
MaxResults?: number;
|
|
1418
|
-
NextToken?: string;
|
|
1419
|
-
}
|
|
1420
|
-
export interface RegistryListItem {
|
|
1421
|
-
RegistryName?: string;
|
|
1422
|
-
RegistryArn?: string;
|
|
1423
|
-
Description?: string;
|
|
1424
|
-
Status?: RegistryStatus | string;
|
|
1425
|
-
CreatedTime?: string;
|
|
1426
|
-
UpdatedTime?: string;
|
|
1427
|
-
}
|
|
1428
|
-
export interface ListRegistriesResponse {
|
|
1429
|
-
Registries?: RegistryListItem[];
|
|
1430
|
-
NextToken?: string;
|
|
1431
|
-
}
|
|
1432
|
-
export interface ListSchemasInput {
|
|
1433
|
-
RegistryId?: RegistryId;
|
|
1434
|
-
MaxResults?: number;
|
|
1435
|
-
NextToken?: string;
|
|
1436
|
-
}
|
|
1437
|
-
export interface SchemaListItem {
|
|
1438
|
-
RegistryName?: string;
|
|
1439
|
-
SchemaName?: string;
|
|
1440
|
-
SchemaArn?: string;
|
|
1441
|
-
Description?: string;
|
|
1442
|
-
SchemaStatus?: SchemaStatus | string;
|
|
1443
|
-
CreatedTime?: string;
|
|
1444
|
-
UpdatedTime?: string;
|
|
1445
|
-
}
|
|
1446
|
-
export interface ListSchemasResponse {
|
|
1447
|
-
Schemas?: SchemaListItem[];
|
|
1448
|
-
NextToken?: string;
|
|
1449
|
-
}
|
|
1450
|
-
export interface ListSchemaVersionsInput {
|
|
1451
|
-
SchemaId: SchemaId | undefined;
|
|
1452
|
-
MaxResults?: number;
|
|
1453
|
-
NextToken?: string;
|
|
1454
|
-
}
|
|
1455
|
-
export interface SchemaVersionListItem {
|
|
1456
|
-
SchemaArn?: string;
|
|
1457
|
-
SchemaVersionId?: string;
|
|
1458
|
-
VersionNumber?: number;
|
|
1459
|
-
Status?: SchemaVersionStatus | string;
|
|
1460
|
-
CreatedTime?: string;
|
|
1461
|
-
}
|
|
1462
|
-
export interface ListSchemaVersionsResponse {
|
|
1463
|
-
Schemas?: SchemaVersionListItem[];
|
|
1464
|
-
NextToken?: string;
|
|
1465
|
-
}
|
|
1466
|
-
export interface ListSessionsRequest {
|
|
1467
|
-
NextToken?: string;
|
|
1468
|
-
MaxResults?: number;
|
|
1469
|
-
Tags?: Record<string, string>;
|
|
1470
|
-
RequestOrigin?: string;
|
|
1471
|
-
}
|
|
1472
|
-
export interface ListSessionsResponse {
|
|
1473
|
-
Ids?: string[];
|
|
1474
|
-
Sessions?: Session[];
|
|
1475
|
-
NextToken?: string;
|
|
1476
|
-
}
|
|
1477
|
-
export interface ListStatementsRequest {
|
|
1478
|
-
SessionId: string | undefined;
|
|
1479
|
-
RequestOrigin?: string;
|
|
1480
|
-
NextToken?: string;
|
|
1481
|
-
}
|
|
1482
|
-
export interface ListStatementsResponse {
|
|
1483
|
-
Statements?: Statement[];
|
|
1484
|
-
NextToken?: string;
|
|
1485
|
-
}
|
|
1486
|
-
export interface ListTriggersRequest {
|
|
1487
|
-
NextToken?: string;
|
|
1488
|
-
DependentJobName?: string;
|
|
1489
|
-
MaxResults?: number;
|
|
1490
|
-
Tags?: Record<string, string>;
|
|
1491
|
-
}
|
|
1492
|
-
export interface ListTriggersResponse {
|
|
1493
|
-
TriggerNames?: string[];
|
|
1494
|
-
NextToken?: string;
|
|
1495
|
-
}
|
|
1496
|
-
export interface ListWorkflowsRequest {
|
|
1497
|
-
NextToken?: string;
|
|
1498
|
-
MaxResults?: number;
|
|
1499
|
-
}
|
|
1500
|
-
export interface ListWorkflowsResponse {
|
|
1501
|
-
Workflows?: string[];
|
|
1502
|
-
NextToken?: string;
|
|
1503
|
-
}
|
|
1504
|
-
export interface PutDataCatalogEncryptionSettingsRequest {
|
|
1505
|
-
CatalogId?: string;
|
|
1506
|
-
DataCatalogEncryptionSettings: DataCatalogEncryptionSettings | undefined;
|
|
1507
|
-
}
|
|
1508
|
-
export interface PutDataCatalogEncryptionSettingsResponse {}
|
|
1509
|
-
export declare enum EnableHybridValues {
|
|
1510
|
-
FALSE = "FALSE",
|
|
1511
|
-
TRUE = "TRUE",
|
|
1512
|
-
}
|
|
1513
|
-
export declare enum ExistCondition {
|
|
1514
|
-
MUST_EXIST = "MUST_EXIST",
|
|
1515
|
-
NONE = "NONE",
|
|
1516
|
-
NOT_EXIST = "NOT_EXIST",
|
|
1517
|
-
}
|
|
1518
|
-
export interface PutResourcePolicyRequest {
|
|
1519
|
-
PolicyInJson: string | undefined;
|
|
1520
|
-
ResourceArn?: string;
|
|
1521
|
-
PolicyHashCondition?: string;
|
|
1522
|
-
PolicyExistsCondition?: ExistCondition | string;
|
|
1523
|
-
EnableHybrid?: EnableHybridValues | string;
|
|
1524
|
-
}
|
|
1525
|
-
export interface PutResourcePolicyResponse {
|
|
1526
|
-
PolicyHash?: string;
|
|
1527
|
-
}
|
|
1528
|
-
export interface MetadataKeyValuePair {
|
|
1529
|
-
MetadataKey?: string;
|
|
1530
|
-
MetadataValue?: string;
|
|
1531
|
-
}
|
|
1532
|
-
export interface PutSchemaVersionMetadataInput {
|
|
1533
|
-
SchemaId?: SchemaId;
|
|
1534
|
-
SchemaVersionNumber?: SchemaVersionNumber;
|
|
1535
|
-
SchemaVersionId?: string;
|
|
1536
|
-
MetadataKeyValue: MetadataKeyValuePair | undefined;
|
|
1537
|
-
}
|
|
1538
|
-
export interface PutSchemaVersionMetadataResponse {
|
|
1539
|
-
SchemaArn?: string;
|
|
1540
|
-
SchemaName?: string;
|
|
1541
|
-
RegistryName?: string;
|
|
1542
|
-
LatestVersion?: boolean;
|
|
1543
|
-
VersionNumber?: number;
|
|
1544
|
-
SchemaVersionId?: string;
|
|
1545
|
-
MetadataKey?: string;
|
|
1546
|
-
MetadataValue?: string;
|
|
1547
|
-
}
|
|
1548
|
-
export interface PutWorkflowRunPropertiesRequest {
|
|
1549
|
-
Name: string | undefined;
|
|
1550
|
-
RunId: string | undefined;
|
|
1551
|
-
RunProperties: Record<string, string> | undefined;
|
|
1601
|
+
export interface DataQualityResultFilterCriteria {
|
|
1602
|
+
DataSource?: DataSource;
|
|
1603
|
+
JobName?: string;
|
|
1604
|
+
JobRunId?: string;
|
|
1605
|
+
StartedAfter?: Date;
|
|
1606
|
+
StartedBefore?: Date;
|
|
1552
1607
|
}
|
|
1608
|
+
export declare const S3EncryptionFilterSensitiveLog: (obj: S3Encryption) => any;
|
|
1609
|
+
export declare const EncryptionConfigurationFilterSensitiveLog: (
|
|
1610
|
+
obj: EncryptionConfiguration
|
|
1611
|
+
) => any;
|
|
1612
|
+
export declare const CreateSecurityConfigurationRequestFilterSensitiveLog: (
|
|
1613
|
+
obj: CreateSecurityConfigurationRequest
|
|
1614
|
+
) => any;
|
|
1615
|
+
export declare const CreateSecurityConfigurationResponseFilterSensitiveLog: (
|
|
1616
|
+
obj: CreateSecurityConfigurationResponse
|
|
1617
|
+
) => any;
|
|
1618
|
+
export declare const SessionCommandFilterSensitiveLog: (
|
|
1619
|
+
obj: SessionCommand
|
|
1620
|
+
) => any;
|
|
1621
|
+
export declare const CreateSessionRequestFilterSensitiveLog: (
|
|
1622
|
+
obj: CreateSessionRequest
|
|
1623
|
+
) => any;
|
|
1624
|
+
export declare const SessionFilterSensitiveLog: (obj: Session) => any;
|
|
1625
|
+
export declare const CreateSessionResponseFilterSensitiveLog: (
|
|
1626
|
+
obj: CreateSessionResponse
|
|
1627
|
+
) => any;
|
|
1628
|
+
export declare const TableIdentifierFilterSensitiveLog: (
|
|
1629
|
+
obj: TableIdentifier
|
|
1630
|
+
) => any;
|
|
1631
|
+
export declare const TableInputFilterSensitiveLog: (obj: TableInput) => any;
|
|
1632
|
+
export declare const CreateTableRequestFilterSensitiveLog: (
|
|
1633
|
+
obj: CreateTableRequest
|
|
1634
|
+
) => any;
|
|
1635
|
+
export declare const CreateTableResponseFilterSensitiveLog: (
|
|
1636
|
+
obj: CreateTableResponse
|
|
1637
|
+
) => any;
|
|
1638
|
+
export declare const CreateTriggerRequestFilterSensitiveLog: (
|
|
1639
|
+
obj: CreateTriggerRequest
|
|
1640
|
+
) => any;
|
|
1641
|
+
export declare const CreateTriggerResponseFilterSensitiveLog: (
|
|
1642
|
+
obj: CreateTriggerResponse
|
|
1643
|
+
) => any;
|
|
1644
|
+
export declare const ResourceUriFilterSensitiveLog: (obj: ResourceUri) => any;
|
|
1645
|
+
export declare const UserDefinedFunctionInputFilterSensitiveLog: (
|
|
1646
|
+
obj: UserDefinedFunctionInput
|
|
1647
|
+
) => any;
|
|
1648
|
+
export declare const CreateUserDefinedFunctionRequestFilterSensitiveLog: (
|
|
1649
|
+
obj: CreateUserDefinedFunctionRequest
|
|
1650
|
+
) => any;
|
|
1651
|
+
export declare const CreateUserDefinedFunctionResponseFilterSensitiveLog: (
|
|
1652
|
+
obj: CreateUserDefinedFunctionResponse
|
|
1653
|
+
) => any;
|
|
1553
1654
|
export declare const CreateWorkflowRequestFilterSensitiveLog: (
|
|
1554
1655
|
obj: CreateWorkflowRequest
|
|
1555
1656
|
) => any;
|
|
@@ -1604,6 +1705,12 @@ export declare const DeleteDatabaseRequestFilterSensitiveLog: (
|
|
|
1604
1705
|
export declare const DeleteDatabaseResponseFilterSensitiveLog: (
|
|
1605
1706
|
obj: DeleteDatabaseResponse
|
|
1606
1707
|
) => any;
|
|
1708
|
+
export declare const DeleteDataQualityRulesetRequestFilterSensitiveLog: (
|
|
1709
|
+
obj: DeleteDataQualityRulesetRequest
|
|
1710
|
+
) => any;
|
|
1711
|
+
export declare const DeleteDataQualityRulesetResponseFilterSensitiveLog: (
|
|
1712
|
+
obj: DeleteDataQualityRulesetResponse
|
|
1713
|
+
) => any;
|
|
1607
1714
|
export declare const DeleteDevEndpointRequestFilterSensitiveLog: (
|
|
1608
1715
|
obj: DeleteDevEndpointRequest
|
|
1609
1716
|
) => any;
|
|
@@ -1877,6 +1984,33 @@ export declare const GetDataflowGraphRequestFilterSensitiveLog: (
|
|
|
1877
1984
|
export declare const GetDataflowGraphResponseFilterSensitiveLog: (
|
|
1878
1985
|
obj: GetDataflowGraphResponse
|
|
1879
1986
|
) => any;
|
|
1987
|
+
export declare const GetDataQualityResultRequestFilterSensitiveLog: (
|
|
1988
|
+
obj: GetDataQualityResultRequest
|
|
1989
|
+
) => any;
|
|
1990
|
+
export declare const GetDataQualityResultResponseFilterSensitiveLog: (
|
|
1991
|
+
obj: GetDataQualityResultResponse
|
|
1992
|
+
) => any;
|
|
1993
|
+
export declare const GetDataQualityRuleRecommendationRunRequestFilterSensitiveLog: (
|
|
1994
|
+
obj: GetDataQualityRuleRecommendationRunRequest
|
|
1995
|
+
) => any;
|
|
1996
|
+
export declare const GetDataQualityRuleRecommendationRunResponseFilterSensitiveLog: (
|
|
1997
|
+
obj: GetDataQualityRuleRecommendationRunResponse
|
|
1998
|
+
) => any;
|
|
1999
|
+
export declare const GetDataQualityRulesetRequestFilterSensitiveLog: (
|
|
2000
|
+
obj: GetDataQualityRulesetRequest
|
|
2001
|
+
) => any;
|
|
2002
|
+
export declare const GetDataQualityRulesetResponseFilterSensitiveLog: (
|
|
2003
|
+
obj: GetDataQualityRulesetResponse
|
|
2004
|
+
) => any;
|
|
2005
|
+
export declare const GetDataQualityRulesetEvaluationRunRequestFilterSensitiveLog: (
|
|
2006
|
+
obj: GetDataQualityRulesetEvaluationRunRequest
|
|
2007
|
+
) => any;
|
|
2008
|
+
export declare const DataQualityEvaluationRunAdditionalRunOptionsFilterSensitiveLog: (
|
|
2009
|
+
obj: DataQualityEvaluationRunAdditionalRunOptions
|
|
2010
|
+
) => any;
|
|
2011
|
+
export declare const GetDataQualityRulesetEvaluationRunResponseFilterSensitiveLog: (
|
|
2012
|
+
obj: GetDataQualityRulesetEvaluationRunResponse
|
|
2013
|
+
) => any;
|
|
1880
2014
|
export declare const GetDevEndpointRequestFilterSensitiveLog: (
|
|
1881
2015
|
obj: GetDevEndpointRequest
|
|
1882
2016
|
) => any;
|
|
@@ -2246,96 +2380,6 @@ export declare const ListCustomEntityTypesRequestFilterSensitiveLog: (
|
|
|
2246
2380
|
export declare const ListCustomEntityTypesResponseFilterSensitiveLog: (
|
|
2247
2381
|
obj: ListCustomEntityTypesResponse
|
|
2248
2382
|
) => any;
|
|
2249
|
-
export declare const
|
|
2250
|
-
obj:
|
|
2251
|
-
) => any;
|
|
2252
|
-
export declare const ListDevEndpointsResponseFilterSensitiveLog: (
|
|
2253
|
-
obj: ListDevEndpointsResponse
|
|
2254
|
-
) => any;
|
|
2255
|
-
export declare const ListJobsRequestFilterSensitiveLog: (
|
|
2256
|
-
obj: ListJobsRequest
|
|
2257
|
-
) => any;
|
|
2258
|
-
export declare const ListJobsResponseFilterSensitiveLog: (
|
|
2259
|
-
obj: ListJobsResponse
|
|
2260
|
-
) => any;
|
|
2261
|
-
export declare const ListMLTransformsRequestFilterSensitiveLog: (
|
|
2262
|
-
obj: ListMLTransformsRequest
|
|
2263
|
-
) => any;
|
|
2264
|
-
export declare const ListMLTransformsResponseFilterSensitiveLog: (
|
|
2265
|
-
obj: ListMLTransformsResponse
|
|
2266
|
-
) => any;
|
|
2267
|
-
export declare const ListRegistriesInputFilterSensitiveLog: (
|
|
2268
|
-
obj: ListRegistriesInput
|
|
2269
|
-
) => any;
|
|
2270
|
-
export declare const RegistryListItemFilterSensitiveLog: (
|
|
2271
|
-
obj: RegistryListItem
|
|
2272
|
-
) => any;
|
|
2273
|
-
export declare const ListRegistriesResponseFilterSensitiveLog: (
|
|
2274
|
-
obj: ListRegistriesResponse
|
|
2275
|
-
) => any;
|
|
2276
|
-
export declare const ListSchemasInputFilterSensitiveLog: (
|
|
2277
|
-
obj: ListSchemasInput
|
|
2278
|
-
) => any;
|
|
2279
|
-
export declare const SchemaListItemFilterSensitiveLog: (
|
|
2280
|
-
obj: SchemaListItem
|
|
2281
|
-
) => any;
|
|
2282
|
-
export declare const ListSchemasResponseFilterSensitiveLog: (
|
|
2283
|
-
obj: ListSchemasResponse
|
|
2284
|
-
) => any;
|
|
2285
|
-
export declare const ListSchemaVersionsInputFilterSensitiveLog: (
|
|
2286
|
-
obj: ListSchemaVersionsInput
|
|
2287
|
-
) => any;
|
|
2288
|
-
export declare const SchemaVersionListItemFilterSensitiveLog: (
|
|
2289
|
-
obj: SchemaVersionListItem
|
|
2290
|
-
) => any;
|
|
2291
|
-
export declare const ListSchemaVersionsResponseFilterSensitiveLog: (
|
|
2292
|
-
obj: ListSchemaVersionsResponse
|
|
2293
|
-
) => any;
|
|
2294
|
-
export declare const ListSessionsRequestFilterSensitiveLog: (
|
|
2295
|
-
obj: ListSessionsRequest
|
|
2296
|
-
) => any;
|
|
2297
|
-
export declare const ListSessionsResponseFilterSensitiveLog: (
|
|
2298
|
-
obj: ListSessionsResponse
|
|
2299
|
-
) => any;
|
|
2300
|
-
export declare const ListStatementsRequestFilterSensitiveLog: (
|
|
2301
|
-
obj: ListStatementsRequest
|
|
2302
|
-
) => any;
|
|
2303
|
-
export declare const ListStatementsResponseFilterSensitiveLog: (
|
|
2304
|
-
obj: ListStatementsResponse
|
|
2305
|
-
) => any;
|
|
2306
|
-
export declare const ListTriggersRequestFilterSensitiveLog: (
|
|
2307
|
-
obj: ListTriggersRequest
|
|
2308
|
-
) => any;
|
|
2309
|
-
export declare const ListTriggersResponseFilterSensitiveLog: (
|
|
2310
|
-
obj: ListTriggersResponse
|
|
2311
|
-
) => any;
|
|
2312
|
-
export declare const ListWorkflowsRequestFilterSensitiveLog: (
|
|
2313
|
-
obj: ListWorkflowsRequest
|
|
2314
|
-
) => any;
|
|
2315
|
-
export declare const ListWorkflowsResponseFilterSensitiveLog: (
|
|
2316
|
-
obj: ListWorkflowsResponse
|
|
2317
|
-
) => any;
|
|
2318
|
-
export declare const PutDataCatalogEncryptionSettingsRequestFilterSensitiveLog: (
|
|
2319
|
-
obj: PutDataCatalogEncryptionSettingsRequest
|
|
2320
|
-
) => any;
|
|
2321
|
-
export declare const PutDataCatalogEncryptionSettingsResponseFilterSensitiveLog: (
|
|
2322
|
-
obj: PutDataCatalogEncryptionSettingsResponse
|
|
2323
|
-
) => any;
|
|
2324
|
-
export declare const PutResourcePolicyRequestFilterSensitiveLog: (
|
|
2325
|
-
obj: PutResourcePolicyRequest
|
|
2326
|
-
) => any;
|
|
2327
|
-
export declare const PutResourcePolicyResponseFilterSensitiveLog: (
|
|
2328
|
-
obj: PutResourcePolicyResponse
|
|
2329
|
-
) => any;
|
|
2330
|
-
export declare const MetadataKeyValuePairFilterSensitiveLog: (
|
|
2331
|
-
obj: MetadataKeyValuePair
|
|
2332
|
-
) => any;
|
|
2333
|
-
export declare const PutSchemaVersionMetadataInputFilterSensitiveLog: (
|
|
2334
|
-
obj: PutSchemaVersionMetadataInput
|
|
2335
|
-
) => any;
|
|
2336
|
-
export declare const PutSchemaVersionMetadataResponseFilterSensitiveLog: (
|
|
2337
|
-
obj: PutSchemaVersionMetadataResponse
|
|
2338
|
-
) => any;
|
|
2339
|
-
export declare const PutWorkflowRunPropertiesRequestFilterSensitiveLog: (
|
|
2340
|
-
obj: PutWorkflowRunPropertiesRequest
|
|
2383
|
+
export declare const DataQualityResultFilterCriteriaFilterSensitiveLog: (
|
|
2384
|
+
obj: DataQualityResultFilterCriteria
|
|
2341
2385
|
) => any;
|