@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,7 +1,775 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
|
-
import { Action, Aggregate, AthenaConnectorSource, BasicCatalogTarget, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Compatibility, ConnectionInput, ConnectionsList, CrawlerTargets, CsvHeaderOption, CustomCode, DatabaseInput, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamoDBCatalogSource, ErrorDetail, EventBatchingCondition, ExecutionClass, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, LakeFormationConfiguration, LineageConfiguration, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, RecrawlPolicy, RedshiftSource, RedshiftTarget, RegistryId, RelationalCatalogSource, RenameField, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DirectTarget, S3GlueParquetTarget, S3JsonSource, S3ParquetSource, SchemaChangePolicy, SchemaId, SchemaVersionStatus, SelectFields, SelectFromCollection, SourceControlAuthStrategy, SourceControlDetails, SourceControlProvider, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields,
|
|
4
|
-
import { ColumnStatistics, JobBookmarkEntry,
|
|
3
|
+
import { Action, Aggregate, AthenaConnectorSource, BasicCatalogTarget, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Compatibility, ConnectionInput, ConnectionsList, CrawlerTargets, CsvHeaderOption, CustomCode, DatabaseInput, DataQualityTargetTable, DataSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, ErrorDetail, EvaluateDataQuality, EventBatchingCondition, ExecutionClass, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, LakeFormationConfiguration, LineageConfiguration, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, RecrawlPolicy, RedshiftSource, RedshiftTarget, RegistryId, RelationalCatalogSource, RenameField, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DirectTarget, S3GlueParquetTarget, S3JsonSource, S3ParquetSource, SchemaChangePolicy, SchemaId, SchemaStatus, SchemaVersionStatus, SelectFields, SelectFromCollection, SourceControlAuthStrategy, SourceControlDetails, SourceControlProvider, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, TaskStatusType, TransformParameters, Trigger, Union, WorkerType } from "./models_0";
|
|
4
|
+
import { ColumnStatistics, DataCatalogEncryptionSettings, DataQualityEvaluationRunAdditionalRunOptions, DataQualityResultFilterCriteria, JobBookmarkEntry, RegistryStatus, ResourceShareType, SchemaVersionNumber, Session, Statement, Table, TableInput, TransformFilterCriteria, TransformSortCriteria, UserDefinedFunctionInput } from "./models_1";
|
|
5
|
+
export interface ListDataQualityResultsRequest {
|
|
6
|
+
/**
|
|
7
|
+
* <p>The filter criteria.</p>
|
|
8
|
+
*/
|
|
9
|
+
Filter?: DataQualityResultFilterCriteria;
|
|
10
|
+
/**
|
|
11
|
+
* <p>A paginated token to offset the results.</p>
|
|
12
|
+
*/
|
|
13
|
+
NextToken?: string;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The maximum number of results to return.</p>
|
|
16
|
+
*/
|
|
17
|
+
MaxResults?: number;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* <p>Describes a data quality result.</p>
|
|
21
|
+
*/
|
|
22
|
+
export interface DataQualityResultDescription {
|
|
23
|
+
/**
|
|
24
|
+
* <p>The unique result ID for this data quality result.</p>
|
|
25
|
+
*/
|
|
26
|
+
ResultId?: string;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The table name associated with the data quality result.</p>
|
|
29
|
+
*/
|
|
30
|
+
DataSource?: DataSource;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The job name associated with the data quality result.</p>
|
|
33
|
+
*/
|
|
34
|
+
JobName?: string;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The job run ID associated with the data quality result.</p>
|
|
37
|
+
*/
|
|
38
|
+
JobRunId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The time that the run started for this data quality result.</p>
|
|
41
|
+
*/
|
|
42
|
+
StartedOn?: Date;
|
|
43
|
+
}
|
|
44
|
+
export interface ListDataQualityResultsResponse {
|
|
45
|
+
/**
|
|
46
|
+
* <p>A list of <code>DataQualityResultDescription</code> objects.</p>
|
|
47
|
+
*/
|
|
48
|
+
Results: DataQualityResultDescription[] | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>A pagination token, if more results are available.</p>
|
|
51
|
+
*/
|
|
52
|
+
NextToken?: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* <p>A filter for listing data quality recommendation runs.</p>
|
|
56
|
+
*/
|
|
57
|
+
export interface DataQualityRuleRecommendationRunFilter {
|
|
58
|
+
/**
|
|
59
|
+
* <p>Filter based on a specified data source (Glue table).</p>
|
|
60
|
+
*/
|
|
61
|
+
DataSource: DataSource | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* <p>Filter based on time for results started before provided time.</p>
|
|
64
|
+
*/
|
|
65
|
+
StartedBefore?: Date;
|
|
66
|
+
/**
|
|
67
|
+
* <p>Filter based on time for results started after provided time.</p>
|
|
68
|
+
*/
|
|
69
|
+
StartedAfter?: Date;
|
|
70
|
+
}
|
|
71
|
+
export interface ListDataQualityRuleRecommendationRunsRequest {
|
|
72
|
+
/**
|
|
73
|
+
* <p>The filter criteria.</p>
|
|
74
|
+
*/
|
|
75
|
+
Filter?: DataQualityRuleRecommendationRunFilter;
|
|
76
|
+
/**
|
|
77
|
+
* <p>A paginated token to offset the results.</p>
|
|
78
|
+
*/
|
|
79
|
+
NextToken?: string;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The maximum number of results to return.</p>
|
|
82
|
+
*/
|
|
83
|
+
MaxResults?: number;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* <p>Describes the result of a data quality rule recommendation run.</p>
|
|
87
|
+
*/
|
|
88
|
+
export interface DataQualityRuleRecommendationRunDescription {
|
|
89
|
+
/**
|
|
90
|
+
* <p>The unique run identifier associated with this run.</p>
|
|
91
|
+
*/
|
|
92
|
+
RunId?: string;
|
|
93
|
+
/**
|
|
94
|
+
* <p>The status for this run.</p>
|
|
95
|
+
*/
|
|
96
|
+
Status?: TaskStatusType | string;
|
|
97
|
+
/**
|
|
98
|
+
* <p>The date and time when this run started.</p>
|
|
99
|
+
*/
|
|
100
|
+
StartedOn?: Date;
|
|
101
|
+
/**
|
|
102
|
+
* <p>The data source (Glue table) associated with the recommendation run.</p>
|
|
103
|
+
*/
|
|
104
|
+
DataSource?: DataSource;
|
|
105
|
+
}
|
|
106
|
+
export interface ListDataQualityRuleRecommendationRunsResponse {
|
|
107
|
+
/**
|
|
108
|
+
* <p>A list of <code>DataQualityRuleRecommendationRunDescription</code> objects.</p>
|
|
109
|
+
*/
|
|
110
|
+
Runs?: DataQualityRuleRecommendationRunDescription[];
|
|
111
|
+
/**
|
|
112
|
+
* <p>A pagination token, if more results are available.</p>
|
|
113
|
+
*/
|
|
114
|
+
NextToken?: string;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* <p>The filter criteria.</p>
|
|
118
|
+
*/
|
|
119
|
+
export interface DataQualityRulesetEvaluationRunFilter {
|
|
120
|
+
/**
|
|
121
|
+
* <p>Filter based on a data source (an Glue table) associated with the run.</p>
|
|
122
|
+
*/
|
|
123
|
+
DataSource: DataSource | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* <p>Filter results by runs that started before this time.</p>
|
|
126
|
+
*/
|
|
127
|
+
StartedBefore?: Date;
|
|
128
|
+
/**
|
|
129
|
+
* <p>Filter results by runs that started after this time.</p>
|
|
130
|
+
*/
|
|
131
|
+
StartedAfter?: Date;
|
|
132
|
+
}
|
|
133
|
+
export interface ListDataQualityRulesetEvaluationRunsRequest {
|
|
134
|
+
/**
|
|
135
|
+
* <p>The filter criteria.</p>
|
|
136
|
+
*/
|
|
137
|
+
Filter?: DataQualityRulesetEvaluationRunFilter;
|
|
138
|
+
/**
|
|
139
|
+
* <p>A paginated token to offset the results.</p>
|
|
140
|
+
*/
|
|
141
|
+
NextToken?: string;
|
|
142
|
+
/**
|
|
143
|
+
* <p>The maximum number of results to return.</p>
|
|
144
|
+
*/
|
|
145
|
+
MaxResults?: number;
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* <p>Describes the result of a data quality ruleset evaluation run.</p>
|
|
149
|
+
*/
|
|
150
|
+
export interface DataQualityRulesetEvaluationRunDescription {
|
|
151
|
+
/**
|
|
152
|
+
* <p>The unique run identifier associated with this run.</p>
|
|
153
|
+
*/
|
|
154
|
+
RunId?: string;
|
|
155
|
+
/**
|
|
156
|
+
* <p>The status for this run.</p>
|
|
157
|
+
*/
|
|
158
|
+
Status?: TaskStatusType | string;
|
|
159
|
+
/**
|
|
160
|
+
* <p>The date and time when the run started.</p>
|
|
161
|
+
*/
|
|
162
|
+
StartedOn?: Date;
|
|
163
|
+
/**
|
|
164
|
+
* <p>The data source (an Glue table) associated with the run.</p>
|
|
165
|
+
*/
|
|
166
|
+
DataSource?: DataSource;
|
|
167
|
+
}
|
|
168
|
+
export interface ListDataQualityRulesetEvaluationRunsResponse {
|
|
169
|
+
/**
|
|
170
|
+
* <p>A list of <code>DataQualityRulesetEvaluationRunDescription</code> objects representing data quality ruleset runs.</p>
|
|
171
|
+
*/
|
|
172
|
+
Runs?: DataQualityRulesetEvaluationRunDescription[];
|
|
173
|
+
/**
|
|
174
|
+
* <p>A pagination token, if more results are available.</p>
|
|
175
|
+
*/
|
|
176
|
+
NextToken?: string;
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* <p>The criteria used to filter data quality rulesets.</p>
|
|
180
|
+
*/
|
|
181
|
+
export interface DataQualityRulesetFilterCriteria {
|
|
182
|
+
/**
|
|
183
|
+
* <p>The name of the ruleset filter criteria.</p>
|
|
184
|
+
*/
|
|
185
|
+
Name?: string;
|
|
186
|
+
/**
|
|
187
|
+
* <p>The description of the ruleset filter criteria.</p>
|
|
188
|
+
*/
|
|
189
|
+
Description?: string;
|
|
190
|
+
/**
|
|
191
|
+
* <p>Filter on rulesets created before this date.</p>
|
|
192
|
+
*/
|
|
193
|
+
CreatedBefore?: Date;
|
|
194
|
+
/**
|
|
195
|
+
* <p>Filter on rulesets created after this date.</p>
|
|
196
|
+
*/
|
|
197
|
+
CreatedAfter?: Date;
|
|
198
|
+
/**
|
|
199
|
+
* <p>Filter on rulesets last modified before this date.</p>
|
|
200
|
+
*/
|
|
201
|
+
LastModifiedBefore?: Date;
|
|
202
|
+
/**
|
|
203
|
+
* <p>Filter on rulesets last modified after this date.</p>
|
|
204
|
+
*/
|
|
205
|
+
LastModifiedAfter?: Date;
|
|
206
|
+
/**
|
|
207
|
+
* <p>The name and database name of the target table.</p>
|
|
208
|
+
*/
|
|
209
|
+
TargetTable?: DataQualityTargetTable;
|
|
210
|
+
}
|
|
211
|
+
export interface ListDataQualityRulesetsRequest {
|
|
212
|
+
/**
|
|
213
|
+
* <p>A paginated token to offset the results.</p>
|
|
214
|
+
*/
|
|
215
|
+
NextToken?: string;
|
|
216
|
+
/**
|
|
217
|
+
* <p>The maximum number of results to return.</p>
|
|
218
|
+
*/
|
|
219
|
+
MaxResults?: number;
|
|
220
|
+
/**
|
|
221
|
+
* <p>The filter criteria. </p>
|
|
222
|
+
*/
|
|
223
|
+
Filter?: DataQualityRulesetFilterCriteria;
|
|
224
|
+
/**
|
|
225
|
+
* <p>A list of key-value pair tags.</p>
|
|
226
|
+
*/
|
|
227
|
+
Tags?: Record<string, string>;
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* <p>Describes a data quality ruleset returned by <code>GetDataQualityRuleset</code>.</p>
|
|
231
|
+
*/
|
|
232
|
+
export interface DataQualityRulesetListDetails {
|
|
233
|
+
/**
|
|
234
|
+
* <p>The name of the data quality ruleset.</p>
|
|
235
|
+
*/
|
|
236
|
+
Name?: string;
|
|
237
|
+
/**
|
|
238
|
+
* <p>A description of the data quality ruleset.</p>
|
|
239
|
+
*/
|
|
240
|
+
Description?: string;
|
|
241
|
+
/**
|
|
242
|
+
* <p>The date and time the data quality ruleset was created.</p>
|
|
243
|
+
*/
|
|
244
|
+
CreatedOn?: Date;
|
|
245
|
+
/**
|
|
246
|
+
* <p>The date and time the data quality ruleset was last modified.</p>
|
|
247
|
+
*/
|
|
248
|
+
LastModifiedOn?: Date;
|
|
249
|
+
/**
|
|
250
|
+
* <p>An object representing an Glue table.</p>
|
|
251
|
+
*/
|
|
252
|
+
TargetTable?: DataQualityTargetTable;
|
|
253
|
+
/**
|
|
254
|
+
* <p>When a ruleset was created from a recommendation run, this run ID is generated to link the two together.</p>
|
|
255
|
+
*/
|
|
256
|
+
RecommendationRunId?: string;
|
|
257
|
+
/**
|
|
258
|
+
* <p>The number of rules in the ruleset.</p>
|
|
259
|
+
*/
|
|
260
|
+
RuleCount?: number;
|
|
261
|
+
}
|
|
262
|
+
export interface ListDataQualityRulesetsResponse {
|
|
263
|
+
/**
|
|
264
|
+
* <p>A paginated list of rulesets for the specified list of Glue tables.</p>
|
|
265
|
+
*/
|
|
266
|
+
Rulesets?: DataQualityRulesetListDetails[];
|
|
267
|
+
/**
|
|
268
|
+
* <p>A pagination token, if more results are available.</p>
|
|
269
|
+
*/
|
|
270
|
+
NextToken?: string;
|
|
271
|
+
}
|
|
272
|
+
export interface ListDevEndpointsRequest {
|
|
273
|
+
/**
|
|
274
|
+
* <p>A continuation token, if this is a continuation request.</p>
|
|
275
|
+
*/
|
|
276
|
+
NextToken?: string;
|
|
277
|
+
/**
|
|
278
|
+
* <p>The maximum size of a list to return.</p>
|
|
279
|
+
*/
|
|
280
|
+
MaxResults?: number;
|
|
281
|
+
/**
|
|
282
|
+
* <p>Specifies to return only these tagged resources.</p>
|
|
283
|
+
*/
|
|
284
|
+
Tags?: Record<string, string>;
|
|
285
|
+
}
|
|
286
|
+
export interface ListDevEndpointsResponse {
|
|
287
|
+
/**
|
|
288
|
+
* <p>The names of all the <code>DevEndpoint</code>s in the account, or the
|
|
289
|
+
* <code>DevEndpoint</code>s with the specified tags.</p>
|
|
290
|
+
*/
|
|
291
|
+
DevEndpointNames?: string[];
|
|
292
|
+
/**
|
|
293
|
+
* <p>A continuation token, if the returned list does not contain the
|
|
294
|
+
* last metric available.</p>
|
|
295
|
+
*/
|
|
296
|
+
NextToken?: string;
|
|
297
|
+
}
|
|
298
|
+
export interface ListJobsRequest {
|
|
299
|
+
/**
|
|
300
|
+
* <p>A continuation token, if this is a continuation request.</p>
|
|
301
|
+
*/
|
|
302
|
+
NextToken?: string;
|
|
303
|
+
/**
|
|
304
|
+
* <p>The maximum size of a list to return.</p>
|
|
305
|
+
*/
|
|
306
|
+
MaxResults?: number;
|
|
307
|
+
/**
|
|
308
|
+
* <p>Specifies to return only these tagged resources.</p>
|
|
309
|
+
*/
|
|
310
|
+
Tags?: Record<string, string>;
|
|
311
|
+
}
|
|
312
|
+
export interface ListJobsResponse {
|
|
313
|
+
/**
|
|
314
|
+
* <p>The names of all jobs in the account, or the jobs with the specified tags.</p>
|
|
315
|
+
*/
|
|
316
|
+
JobNames?: string[];
|
|
317
|
+
/**
|
|
318
|
+
* <p>A continuation token, if the returned list does not contain the
|
|
319
|
+
* last metric available.</p>
|
|
320
|
+
*/
|
|
321
|
+
NextToken?: string;
|
|
322
|
+
}
|
|
323
|
+
export interface ListMLTransformsRequest {
|
|
324
|
+
/**
|
|
325
|
+
* <p>A continuation token, if this is a continuation request.</p>
|
|
326
|
+
*/
|
|
327
|
+
NextToken?: string;
|
|
328
|
+
/**
|
|
329
|
+
* <p>The maximum size of a list to return.</p>
|
|
330
|
+
*/
|
|
331
|
+
MaxResults?: number;
|
|
332
|
+
/**
|
|
333
|
+
* <p>A <code>TransformFilterCriteria</code> used to filter the machine learning transforms.</p>
|
|
334
|
+
*/
|
|
335
|
+
Filter?: TransformFilterCriteria;
|
|
336
|
+
/**
|
|
337
|
+
* <p>A <code>TransformSortCriteria</code> used to sort the machine learning transforms.</p>
|
|
338
|
+
*/
|
|
339
|
+
Sort?: TransformSortCriteria;
|
|
340
|
+
/**
|
|
341
|
+
* <p>Specifies to return only these tagged resources.</p>
|
|
342
|
+
*/
|
|
343
|
+
Tags?: Record<string, string>;
|
|
344
|
+
}
|
|
345
|
+
export interface ListMLTransformsResponse {
|
|
346
|
+
/**
|
|
347
|
+
* <p>The identifiers of all the machine learning transforms in the account, or the
|
|
348
|
+
* machine learning transforms with the specified tags.</p>
|
|
349
|
+
*/
|
|
350
|
+
TransformIds: string[] | undefined;
|
|
351
|
+
/**
|
|
352
|
+
* <p>A continuation token, if the returned list does not contain the
|
|
353
|
+
* last metric available.</p>
|
|
354
|
+
*/
|
|
355
|
+
NextToken?: string;
|
|
356
|
+
}
|
|
357
|
+
export interface ListRegistriesInput {
|
|
358
|
+
/**
|
|
359
|
+
* <p>Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.</p>
|
|
360
|
+
*/
|
|
361
|
+
MaxResults?: number;
|
|
362
|
+
/**
|
|
363
|
+
* <p>A continuation token, if this is a continuation call.</p>
|
|
364
|
+
*/
|
|
365
|
+
NextToken?: string;
|
|
366
|
+
}
|
|
367
|
+
/**
|
|
368
|
+
* <p>A structure containing the details for a registry.</p>
|
|
369
|
+
*/
|
|
370
|
+
export interface RegistryListItem {
|
|
371
|
+
/**
|
|
372
|
+
* <p>The name of the registry.</p>
|
|
373
|
+
*/
|
|
374
|
+
RegistryName?: string;
|
|
375
|
+
/**
|
|
376
|
+
* <p>The Amazon Resource Name (ARN) of the registry.</p>
|
|
377
|
+
*/
|
|
378
|
+
RegistryArn?: string;
|
|
379
|
+
/**
|
|
380
|
+
* <p>A description of the registry.</p>
|
|
381
|
+
*/
|
|
382
|
+
Description?: string;
|
|
383
|
+
/**
|
|
384
|
+
* <p>The status of the registry.</p>
|
|
385
|
+
*/
|
|
386
|
+
Status?: RegistryStatus | string;
|
|
387
|
+
/**
|
|
388
|
+
* <p>The data the registry was created.</p>
|
|
389
|
+
*/
|
|
390
|
+
CreatedTime?: string;
|
|
391
|
+
/**
|
|
392
|
+
* <p>The date the registry was updated.</p>
|
|
393
|
+
*/
|
|
394
|
+
UpdatedTime?: string;
|
|
395
|
+
}
|
|
396
|
+
export interface ListRegistriesResponse {
|
|
397
|
+
/**
|
|
398
|
+
* <p>An array of <code>RegistryDetailedListItem</code> objects containing minimal details of each registry.</p>
|
|
399
|
+
*/
|
|
400
|
+
Registries?: RegistryListItem[];
|
|
401
|
+
/**
|
|
402
|
+
* <p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>
|
|
403
|
+
*/
|
|
404
|
+
NextToken?: string;
|
|
405
|
+
}
|
|
406
|
+
export interface ListSchemasInput {
|
|
407
|
+
/**
|
|
408
|
+
* <p>A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>
|
|
409
|
+
*/
|
|
410
|
+
RegistryId?: RegistryId;
|
|
411
|
+
/**
|
|
412
|
+
* <p>Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.</p>
|
|
413
|
+
*/
|
|
414
|
+
MaxResults?: number;
|
|
415
|
+
/**
|
|
416
|
+
* <p>A continuation token, if this is a continuation call.</p>
|
|
417
|
+
*/
|
|
418
|
+
NextToken?: string;
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* <p>An object that contains minimal details for a schema.</p>
|
|
422
|
+
*/
|
|
423
|
+
export interface SchemaListItem {
|
|
424
|
+
/**
|
|
425
|
+
* <p>the name of the registry where the schema resides.</p>
|
|
426
|
+
*/
|
|
427
|
+
RegistryName?: string;
|
|
428
|
+
/**
|
|
429
|
+
* <p>The name of the schema.</p>
|
|
430
|
+
*/
|
|
431
|
+
SchemaName?: string;
|
|
432
|
+
/**
|
|
433
|
+
* <p>The Amazon Resource Name (ARN) for the schema.</p>
|
|
434
|
+
*/
|
|
435
|
+
SchemaArn?: string;
|
|
436
|
+
/**
|
|
437
|
+
* <p>A description for the schema.</p>
|
|
438
|
+
*/
|
|
439
|
+
Description?: string;
|
|
440
|
+
/**
|
|
441
|
+
* <p>The status of the schema.</p>
|
|
442
|
+
*/
|
|
443
|
+
SchemaStatus?: SchemaStatus | string;
|
|
444
|
+
/**
|
|
445
|
+
* <p>The date and time that a schema was created.</p>
|
|
446
|
+
*/
|
|
447
|
+
CreatedTime?: string;
|
|
448
|
+
/**
|
|
449
|
+
* <p>The date and time that a schema was updated.</p>
|
|
450
|
+
*/
|
|
451
|
+
UpdatedTime?: string;
|
|
452
|
+
}
|
|
453
|
+
export interface ListSchemasResponse {
|
|
454
|
+
/**
|
|
455
|
+
* <p>An array of <code>SchemaListItem</code> objects containing details of each schema.</p>
|
|
456
|
+
*/
|
|
457
|
+
Schemas?: SchemaListItem[];
|
|
458
|
+
/**
|
|
459
|
+
* <p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>
|
|
460
|
+
*/
|
|
461
|
+
NextToken?: string;
|
|
462
|
+
}
|
|
463
|
+
export interface ListSchemaVersionsInput {
|
|
464
|
+
/**
|
|
465
|
+
* <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
|
|
466
|
+
* <ul>
|
|
467
|
+
* <li>
|
|
468
|
+
* <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
|
|
469
|
+
* </li>
|
|
470
|
+
* <li>
|
|
471
|
+
* <p>SchemaId$SchemaName: The name of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
|
|
472
|
+
* </li>
|
|
473
|
+
* </ul>
|
|
474
|
+
*/
|
|
475
|
+
SchemaId: SchemaId | undefined;
|
|
476
|
+
/**
|
|
477
|
+
* <p>Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.</p>
|
|
478
|
+
*/
|
|
479
|
+
MaxResults?: number;
|
|
480
|
+
/**
|
|
481
|
+
* <p>A continuation token, if this is a continuation call.</p>
|
|
482
|
+
*/
|
|
483
|
+
NextToken?: string;
|
|
484
|
+
}
|
|
485
|
+
/**
|
|
486
|
+
* <p>An object containing the details about a schema version.</p>
|
|
487
|
+
*/
|
|
488
|
+
export interface SchemaVersionListItem {
|
|
489
|
+
/**
|
|
490
|
+
* <p>The Amazon Resource Name (ARN) of the schema.</p>
|
|
491
|
+
*/
|
|
492
|
+
SchemaArn?: string;
|
|
493
|
+
/**
|
|
494
|
+
* <p>The unique identifier of the schema version.</p>
|
|
495
|
+
*/
|
|
496
|
+
SchemaVersionId?: string;
|
|
497
|
+
/**
|
|
498
|
+
* <p>The version number of the schema.</p>
|
|
499
|
+
*/
|
|
500
|
+
VersionNumber?: number;
|
|
501
|
+
/**
|
|
502
|
+
* <p>The status of the schema version.</p>
|
|
503
|
+
*/
|
|
504
|
+
Status?: SchemaVersionStatus | string;
|
|
505
|
+
/**
|
|
506
|
+
* <p>The date and time the schema version was created.</p>
|
|
507
|
+
*/
|
|
508
|
+
CreatedTime?: string;
|
|
509
|
+
}
|
|
510
|
+
export interface ListSchemaVersionsResponse {
|
|
511
|
+
/**
|
|
512
|
+
* <p>An array of <code>SchemaVersionList</code> objects containing details of each schema version.</p>
|
|
513
|
+
*/
|
|
514
|
+
Schemas?: SchemaVersionListItem[];
|
|
515
|
+
/**
|
|
516
|
+
* <p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>
|
|
517
|
+
*/
|
|
518
|
+
NextToken?: string;
|
|
519
|
+
}
|
|
520
|
+
export interface ListSessionsRequest {
|
|
521
|
+
/**
|
|
522
|
+
* <p>The token for the next set of results, or null if there are no more result. </p>
|
|
523
|
+
*/
|
|
524
|
+
NextToken?: string;
|
|
525
|
+
/**
|
|
526
|
+
* <p>The maximum number of results. </p>
|
|
527
|
+
*/
|
|
528
|
+
MaxResults?: number;
|
|
529
|
+
/**
|
|
530
|
+
* <p>Tags belonging to the session. </p>
|
|
531
|
+
*/
|
|
532
|
+
Tags?: Record<string, string>;
|
|
533
|
+
/**
|
|
534
|
+
* <p>The origin of the request. </p>
|
|
535
|
+
*/
|
|
536
|
+
RequestOrigin?: string;
|
|
537
|
+
}
|
|
538
|
+
export interface ListSessionsResponse {
|
|
539
|
+
/**
|
|
540
|
+
* <p>Returns the ID of the session. </p>
|
|
541
|
+
*/
|
|
542
|
+
Ids?: string[];
|
|
543
|
+
/**
|
|
544
|
+
* <p>Returns the session object. </p>
|
|
545
|
+
*/
|
|
546
|
+
Sessions?: Session[];
|
|
547
|
+
/**
|
|
548
|
+
* <p>The token for the next set of results, or null if there are no more result. </p>
|
|
549
|
+
*/
|
|
550
|
+
NextToken?: string;
|
|
551
|
+
}
|
|
552
|
+
export interface ListStatementsRequest {
|
|
553
|
+
/**
|
|
554
|
+
* <p>The Session ID of the statements.</p>
|
|
555
|
+
*/
|
|
556
|
+
SessionId: string | undefined;
|
|
557
|
+
/**
|
|
558
|
+
* <p>The origin of the request to list statements.</p>
|
|
559
|
+
*/
|
|
560
|
+
RequestOrigin?: string;
|
|
561
|
+
/**
|
|
562
|
+
* <p>A continuation token, if this is a continuation call.</p>
|
|
563
|
+
*/
|
|
564
|
+
NextToken?: string;
|
|
565
|
+
}
|
|
566
|
+
export interface ListStatementsResponse {
|
|
567
|
+
/**
|
|
568
|
+
* <p>Returns the list of statements.</p>
|
|
569
|
+
*/
|
|
570
|
+
Statements?: Statement[];
|
|
571
|
+
/**
|
|
572
|
+
* <p>A continuation token, if not all statements have yet been returned.</p>
|
|
573
|
+
*/
|
|
574
|
+
NextToken?: string;
|
|
575
|
+
}
|
|
576
|
+
export interface ListTriggersRequest {
|
|
577
|
+
/**
|
|
578
|
+
* <p>A continuation token, if this is a continuation request.</p>
|
|
579
|
+
*/
|
|
580
|
+
NextToken?: string;
|
|
581
|
+
/**
|
|
582
|
+
* <p> The name of the job for which to retrieve triggers. The trigger that can start this job
|
|
583
|
+
* is returned. If there is no such trigger, all triggers are returned.</p>
|
|
584
|
+
*/
|
|
585
|
+
DependentJobName?: string;
|
|
586
|
+
/**
|
|
587
|
+
* <p>The maximum size of a list to return.</p>
|
|
588
|
+
*/
|
|
589
|
+
MaxResults?: number;
|
|
590
|
+
/**
|
|
591
|
+
* <p>Specifies to return only these tagged resources.</p>
|
|
592
|
+
*/
|
|
593
|
+
Tags?: Record<string, string>;
|
|
594
|
+
}
|
|
595
|
+
export interface ListTriggersResponse {
|
|
596
|
+
/**
|
|
597
|
+
* <p>The names of all triggers in the account, or the triggers with the specified tags.</p>
|
|
598
|
+
*/
|
|
599
|
+
TriggerNames?: string[];
|
|
600
|
+
/**
|
|
601
|
+
* <p>A continuation token, if the returned list does not contain the
|
|
602
|
+
* last metric available.</p>
|
|
603
|
+
*/
|
|
604
|
+
NextToken?: string;
|
|
605
|
+
}
|
|
606
|
+
export interface ListWorkflowsRequest {
|
|
607
|
+
/**
|
|
608
|
+
* <p>A continuation token, if this is a continuation request.</p>
|
|
609
|
+
*/
|
|
610
|
+
NextToken?: string;
|
|
611
|
+
/**
|
|
612
|
+
* <p>The maximum size of a list to return.</p>
|
|
613
|
+
*/
|
|
614
|
+
MaxResults?: number;
|
|
615
|
+
}
|
|
616
|
+
export interface ListWorkflowsResponse {
|
|
617
|
+
/**
|
|
618
|
+
* <p>List of names of workflows in the account.</p>
|
|
619
|
+
*/
|
|
620
|
+
Workflows?: string[];
|
|
621
|
+
/**
|
|
622
|
+
* <p>A continuation token, if not all workflow names have been returned.</p>
|
|
623
|
+
*/
|
|
624
|
+
NextToken?: string;
|
|
625
|
+
}
|
|
626
|
+
export interface PutDataCatalogEncryptionSettingsRequest {
|
|
627
|
+
/**
|
|
628
|
+
* <p>The ID of the Data Catalog to set the security configuration for. If none is provided, the
|
|
629
|
+
* Amazon Web Services account ID is used by default.</p>
|
|
630
|
+
*/
|
|
631
|
+
CatalogId?: string;
|
|
632
|
+
/**
|
|
633
|
+
* <p>The security configuration to set.</p>
|
|
634
|
+
*/
|
|
635
|
+
DataCatalogEncryptionSettings: DataCatalogEncryptionSettings | undefined;
|
|
636
|
+
}
|
|
637
|
+
export interface PutDataCatalogEncryptionSettingsResponse {
|
|
638
|
+
}
|
|
639
|
+
export declare enum EnableHybridValues {
|
|
640
|
+
FALSE = "FALSE",
|
|
641
|
+
TRUE = "TRUE"
|
|
642
|
+
}
|
|
643
|
+
export declare enum ExistCondition {
|
|
644
|
+
MUST_EXIST = "MUST_EXIST",
|
|
645
|
+
NONE = "NONE",
|
|
646
|
+
NOT_EXIST = "NOT_EXIST"
|
|
647
|
+
}
|
|
648
|
+
export interface PutResourcePolicyRequest {
|
|
649
|
+
/**
|
|
650
|
+
* <p>Contains the policy document to set, in JSON format.</p>
|
|
651
|
+
*/
|
|
652
|
+
PolicyInJson: string | undefined;
|
|
653
|
+
/**
|
|
654
|
+
* <p>Do not use. For internal use only.</p>
|
|
655
|
+
*/
|
|
656
|
+
ResourceArn?: string;
|
|
657
|
+
/**
|
|
658
|
+
* <p>The hash value returned when the previous policy was set using
|
|
659
|
+
* <code>PutResourcePolicy</code>. Its purpose is to prevent concurrent modifications of a
|
|
660
|
+
* policy. Do not use this parameter if no previous policy has been set.</p>
|
|
661
|
+
*/
|
|
662
|
+
PolicyHashCondition?: string;
|
|
663
|
+
/**
|
|
664
|
+
* <p>A value of <code>MUST_EXIST</code> is used to update a policy. A value of
|
|
665
|
+
* <code>NOT_EXIST</code> is used to create a new policy. If a value of <code>NONE</code> or a
|
|
666
|
+
* null value is used, the call does not depend on the existence of a policy.</p>
|
|
667
|
+
*/
|
|
668
|
+
PolicyExistsCondition?: ExistCondition | string;
|
|
669
|
+
/**
|
|
670
|
+
* <p>If <code>'TRUE'</code>, indicates that you are using both methods to grant cross-account
|
|
671
|
+
* access to Data Catalog resources:</p>
|
|
672
|
+
* <ul>
|
|
673
|
+
* <li>
|
|
674
|
+
* <p>By directly updating the resource policy with <code>PutResourePolicy</code>
|
|
675
|
+
* </p>
|
|
676
|
+
* </li>
|
|
677
|
+
* <li>
|
|
678
|
+
* <p>By using the <b>Grant permissions</b> command on the Amazon Web Services Management Console.</p>
|
|
679
|
+
* </li>
|
|
680
|
+
* </ul>
|
|
681
|
+
* <p>Must be set to <code>'TRUE'</code> if you have already used the Management Console to
|
|
682
|
+
* grant cross-account access, otherwise the call fails. Default is 'FALSE'.</p>
|
|
683
|
+
*/
|
|
684
|
+
EnableHybrid?: EnableHybridValues | string;
|
|
685
|
+
}
|
|
686
|
+
export interface PutResourcePolicyResponse {
|
|
687
|
+
/**
|
|
688
|
+
* <p>A hash of the policy that has just been set. This must
|
|
689
|
+
* be included in a subsequent call that overwrites or updates
|
|
690
|
+
* this policy.</p>
|
|
691
|
+
*/
|
|
692
|
+
PolicyHash?: string;
|
|
693
|
+
}
|
|
694
|
+
/**
|
|
695
|
+
* <p>A structure containing a key value pair for metadata.</p>
|
|
696
|
+
*/
|
|
697
|
+
export interface MetadataKeyValuePair {
|
|
698
|
+
/**
|
|
699
|
+
* <p>A metadata key.</p>
|
|
700
|
+
*/
|
|
701
|
+
MetadataKey?: string;
|
|
702
|
+
/**
|
|
703
|
+
* <p>A metadata key’s corresponding value.</p>
|
|
704
|
+
*/
|
|
705
|
+
MetadataValue?: string;
|
|
706
|
+
}
|
|
707
|
+
export interface PutSchemaVersionMetadataInput {
|
|
708
|
+
/**
|
|
709
|
+
* <p>The unique ID for the schema.</p>
|
|
710
|
+
*/
|
|
711
|
+
SchemaId?: SchemaId;
|
|
712
|
+
/**
|
|
713
|
+
* <p>The version number of the schema.</p>
|
|
714
|
+
*/
|
|
715
|
+
SchemaVersionNumber?: SchemaVersionNumber;
|
|
716
|
+
/**
|
|
717
|
+
* <p>The unique version ID of the schema version.</p>
|
|
718
|
+
*/
|
|
719
|
+
SchemaVersionId?: string;
|
|
720
|
+
/**
|
|
721
|
+
* <p>The metadata key's corresponding value.</p>
|
|
722
|
+
*/
|
|
723
|
+
MetadataKeyValue: MetadataKeyValuePair | undefined;
|
|
724
|
+
}
|
|
725
|
+
export interface PutSchemaVersionMetadataResponse {
|
|
726
|
+
/**
|
|
727
|
+
* <p>The Amazon Resource Name (ARN) for the schema.</p>
|
|
728
|
+
*/
|
|
729
|
+
SchemaArn?: string;
|
|
730
|
+
/**
|
|
731
|
+
* <p>The name for the schema.</p>
|
|
732
|
+
*/
|
|
733
|
+
SchemaName?: string;
|
|
734
|
+
/**
|
|
735
|
+
* <p>The name for the registry.</p>
|
|
736
|
+
*/
|
|
737
|
+
RegistryName?: string;
|
|
738
|
+
/**
|
|
739
|
+
* <p>The latest version of the schema.</p>
|
|
740
|
+
*/
|
|
741
|
+
LatestVersion?: boolean;
|
|
742
|
+
/**
|
|
743
|
+
* <p>The version number of the schema.</p>
|
|
744
|
+
*/
|
|
745
|
+
VersionNumber?: number;
|
|
746
|
+
/**
|
|
747
|
+
* <p>The unique version ID of the schema version.</p>
|
|
748
|
+
*/
|
|
749
|
+
SchemaVersionId?: string;
|
|
750
|
+
/**
|
|
751
|
+
* <p>The metadata key.</p>
|
|
752
|
+
*/
|
|
753
|
+
MetadataKey?: string;
|
|
754
|
+
/**
|
|
755
|
+
* <p>The value of the metadata key.</p>
|
|
756
|
+
*/
|
|
757
|
+
MetadataValue?: string;
|
|
758
|
+
}
|
|
759
|
+
export interface PutWorkflowRunPropertiesRequest {
|
|
760
|
+
/**
|
|
761
|
+
* <p>Name of the workflow which was run.</p>
|
|
762
|
+
*/
|
|
763
|
+
Name: string | undefined;
|
|
764
|
+
/**
|
|
765
|
+
* <p>The ID of the workflow run for which the run properties should be updated.</p>
|
|
766
|
+
*/
|
|
767
|
+
RunId: string | undefined;
|
|
768
|
+
/**
|
|
769
|
+
* <p>The properties to put for the specified run.</p>
|
|
770
|
+
*/
|
|
771
|
+
RunProperties: Record<string, string> | undefined;
|
|
772
|
+
}
|
|
5
773
|
export interface PutWorkflowRunPropertiesResponse {
|
|
6
774
|
}
|
|
7
775
|
export interface QuerySchemaVersionMetadataInput {
|
|
@@ -424,6 +1192,74 @@ export interface StartCrawlerScheduleRequest {
|
|
|
424
1192
|
}
|
|
425
1193
|
export interface StartCrawlerScheduleResponse {
|
|
426
1194
|
}
|
|
1195
|
+
export interface StartDataQualityRuleRecommendationRunRequest {
|
|
1196
|
+
/**
|
|
1197
|
+
* <p>The data source (Glue table) associated with this run.</p>
|
|
1198
|
+
*/
|
|
1199
|
+
DataSource: DataSource | undefined;
|
|
1200
|
+
/**
|
|
1201
|
+
* <p>An IAM role supplied to encrypt the results of the run.</p>
|
|
1202
|
+
*/
|
|
1203
|
+
Role: string | undefined;
|
|
1204
|
+
/**
|
|
1205
|
+
* <p>The number of <code>G.1X</code> workers to be used in the run. The default is 5.</p>
|
|
1206
|
+
*/
|
|
1207
|
+
NumberOfWorkers?: number;
|
|
1208
|
+
/**
|
|
1209
|
+
* <p>The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>
|
|
1210
|
+
*/
|
|
1211
|
+
Timeout?: number;
|
|
1212
|
+
/**
|
|
1213
|
+
* <p>A name for the ruleset.</p>
|
|
1214
|
+
*/
|
|
1215
|
+
CreatedRulesetName?: string;
|
|
1216
|
+
/**
|
|
1217
|
+
* <p>Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.</p>
|
|
1218
|
+
*/
|
|
1219
|
+
ClientToken?: string;
|
|
1220
|
+
}
|
|
1221
|
+
export interface StartDataQualityRuleRecommendationRunResponse {
|
|
1222
|
+
/**
|
|
1223
|
+
* <p>The unique run identifier associated with this run.</p>
|
|
1224
|
+
*/
|
|
1225
|
+
RunId?: string;
|
|
1226
|
+
}
|
|
1227
|
+
export interface StartDataQualityRulesetEvaluationRunRequest {
|
|
1228
|
+
/**
|
|
1229
|
+
* <p>The data source (Glue table) associated with this run.</p>
|
|
1230
|
+
*/
|
|
1231
|
+
DataSource: DataSource | undefined;
|
|
1232
|
+
/**
|
|
1233
|
+
* <p>An IAM role supplied to encrypt the results of the run.</p>
|
|
1234
|
+
*/
|
|
1235
|
+
Role: string | undefined;
|
|
1236
|
+
/**
|
|
1237
|
+
* <p>The number of <code>G.1X</code> workers to be used in the run. The default is 5.</p>
|
|
1238
|
+
*/
|
|
1239
|
+
NumberOfWorkers?: number;
|
|
1240
|
+
/**
|
|
1241
|
+
* <p>The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>
|
|
1242
|
+
*/
|
|
1243
|
+
Timeout?: number;
|
|
1244
|
+
/**
|
|
1245
|
+
* <p>Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.</p>
|
|
1246
|
+
*/
|
|
1247
|
+
ClientToken?: string;
|
|
1248
|
+
/**
|
|
1249
|
+
* <p>Additional run options you can specify for an evaluation run.</p>
|
|
1250
|
+
*/
|
|
1251
|
+
AdditionalRunOptions?: DataQualityEvaluationRunAdditionalRunOptions;
|
|
1252
|
+
/**
|
|
1253
|
+
* <p>A list of ruleset names.</p>
|
|
1254
|
+
*/
|
|
1255
|
+
RulesetNames: string[] | undefined;
|
|
1256
|
+
}
|
|
1257
|
+
export interface StartDataQualityRulesetEvaluationRunResponse {
|
|
1258
|
+
/**
|
|
1259
|
+
* <p>The unique run identifier associated with this run.</p>
|
|
1260
|
+
*/
|
|
1261
|
+
RunId?: string;
|
|
1262
|
+
}
|
|
427
1263
|
export interface StartExportLabelsTaskRunRequest {
|
|
428
1264
|
/**
|
|
429
1265
|
* <p>The unique identifier of the machine learning transform.</p>
|
|
@@ -1109,6 +1945,38 @@ export interface UpdateDatabaseRequest {
|
|
|
1109
1945
|
}
|
|
1110
1946
|
export interface UpdateDatabaseResponse {
|
|
1111
1947
|
}
|
|
1948
|
+
export interface UpdateDataQualityRulesetRequest {
|
|
1949
|
+
/**
|
|
1950
|
+
* <p>The name of the data quality ruleset.</p>
|
|
1951
|
+
*/
|
|
1952
|
+
Name: string | undefined;
|
|
1953
|
+
/**
|
|
1954
|
+
* <p>The new name of the ruleset, if you are renaming it.</p>
|
|
1955
|
+
*/
|
|
1956
|
+
UpdatedName?: string;
|
|
1957
|
+
/**
|
|
1958
|
+
* <p>A description of the ruleset.</p>
|
|
1959
|
+
*/
|
|
1960
|
+
Description?: string;
|
|
1961
|
+
/**
|
|
1962
|
+
* <p>A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.</p>
|
|
1963
|
+
*/
|
|
1964
|
+
Ruleset?: string;
|
|
1965
|
+
}
|
|
1966
|
+
export interface UpdateDataQualityRulesetResponse {
|
|
1967
|
+
/**
|
|
1968
|
+
* <p>The name of the data quality ruleset.</p>
|
|
1969
|
+
*/
|
|
1970
|
+
Name?: string;
|
|
1971
|
+
/**
|
|
1972
|
+
* <p>A description of the ruleset.</p>
|
|
1973
|
+
*/
|
|
1974
|
+
Description?: string;
|
|
1975
|
+
/**
|
|
1976
|
+
* <p>A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.</p>
|
|
1977
|
+
*/
|
|
1978
|
+
Ruleset?: string;
|
|
1979
|
+
}
|
|
1112
1980
|
/**
|
|
1113
1981
|
* <p>Custom libraries to be loaded into a development endpoint.</p>
|
|
1114
1982
|
*/
|
|
@@ -1852,6 +2720,14 @@ export interface CodeGenConfigurationNode {
|
|
|
1852
2720
|
* <p>Specifies a target that uses Postgres SQL.</p>
|
|
1853
2721
|
*/
|
|
1854
2722
|
PostgreSQLCatalogTarget?: PostgreSQLCatalogTarget;
|
|
2723
|
+
/**
|
|
2724
|
+
* <p>Specifies a custom visual transform created by a user.</p>
|
|
2725
|
+
*/
|
|
2726
|
+
DynamicTransform?: DynamicTransform;
|
|
2727
|
+
/**
|
|
2728
|
+
* <p>Specifies your data quality evaluation criteria.</p>
|
|
2729
|
+
*/
|
|
2730
|
+
EvaluateDataQuality?: EvaluateDataQuality;
|
|
1855
2731
|
}
|
|
1856
2732
|
export interface CreateJobRequest {
|
|
1857
2733
|
/**
|
|
@@ -2341,6 +3217,190 @@ export interface GetJobsResponse {
|
|
|
2341
3217
|
*/
|
|
2342
3218
|
NextToken?: string;
|
|
2343
3219
|
}
|
|
3220
|
+
/**
|
|
3221
|
+
* @internal
|
|
3222
|
+
*/
|
|
3223
|
+
export declare const ListDataQualityResultsRequestFilterSensitiveLog: (obj: ListDataQualityResultsRequest) => any;
|
|
3224
|
+
/**
|
|
3225
|
+
* @internal
|
|
3226
|
+
*/
|
|
3227
|
+
export declare const DataQualityResultDescriptionFilterSensitiveLog: (obj: DataQualityResultDescription) => any;
|
|
3228
|
+
/**
|
|
3229
|
+
* @internal
|
|
3230
|
+
*/
|
|
3231
|
+
export declare const ListDataQualityResultsResponseFilterSensitiveLog: (obj: ListDataQualityResultsResponse) => any;
|
|
3232
|
+
/**
|
|
3233
|
+
* @internal
|
|
3234
|
+
*/
|
|
3235
|
+
export declare const DataQualityRuleRecommendationRunFilterFilterSensitiveLog: (obj: DataQualityRuleRecommendationRunFilter) => any;
|
|
3236
|
+
/**
|
|
3237
|
+
* @internal
|
|
3238
|
+
*/
|
|
3239
|
+
export declare const ListDataQualityRuleRecommendationRunsRequestFilterSensitiveLog: (obj: ListDataQualityRuleRecommendationRunsRequest) => any;
|
|
3240
|
+
/**
|
|
3241
|
+
* @internal
|
|
3242
|
+
*/
|
|
3243
|
+
export declare const DataQualityRuleRecommendationRunDescriptionFilterSensitiveLog: (obj: DataQualityRuleRecommendationRunDescription) => any;
|
|
3244
|
+
/**
|
|
3245
|
+
* @internal
|
|
3246
|
+
*/
|
|
3247
|
+
export declare const ListDataQualityRuleRecommendationRunsResponseFilterSensitiveLog: (obj: ListDataQualityRuleRecommendationRunsResponse) => any;
|
|
3248
|
+
/**
|
|
3249
|
+
* @internal
|
|
3250
|
+
*/
|
|
3251
|
+
export declare const DataQualityRulesetEvaluationRunFilterFilterSensitiveLog: (obj: DataQualityRulesetEvaluationRunFilter) => any;
|
|
3252
|
+
/**
|
|
3253
|
+
* @internal
|
|
3254
|
+
*/
|
|
3255
|
+
export declare const ListDataQualityRulesetEvaluationRunsRequestFilterSensitiveLog: (obj: ListDataQualityRulesetEvaluationRunsRequest) => any;
|
|
3256
|
+
/**
|
|
3257
|
+
* @internal
|
|
3258
|
+
*/
|
|
3259
|
+
export declare const DataQualityRulesetEvaluationRunDescriptionFilterSensitiveLog: (obj: DataQualityRulesetEvaluationRunDescription) => any;
|
|
3260
|
+
/**
|
|
3261
|
+
* @internal
|
|
3262
|
+
*/
|
|
3263
|
+
export declare const ListDataQualityRulesetEvaluationRunsResponseFilterSensitiveLog: (obj: ListDataQualityRulesetEvaluationRunsResponse) => any;
|
|
3264
|
+
/**
|
|
3265
|
+
* @internal
|
|
3266
|
+
*/
|
|
3267
|
+
export declare const DataQualityRulesetFilterCriteriaFilterSensitiveLog: (obj: DataQualityRulesetFilterCriteria) => any;
|
|
3268
|
+
/**
|
|
3269
|
+
* @internal
|
|
3270
|
+
*/
|
|
3271
|
+
export declare const ListDataQualityRulesetsRequestFilterSensitiveLog: (obj: ListDataQualityRulesetsRequest) => any;
|
|
3272
|
+
/**
|
|
3273
|
+
* @internal
|
|
3274
|
+
*/
|
|
3275
|
+
export declare const DataQualityRulesetListDetailsFilterSensitiveLog: (obj: DataQualityRulesetListDetails) => any;
|
|
3276
|
+
/**
|
|
3277
|
+
* @internal
|
|
3278
|
+
*/
|
|
3279
|
+
export declare const ListDataQualityRulesetsResponseFilterSensitiveLog: (obj: ListDataQualityRulesetsResponse) => any;
|
|
3280
|
+
/**
|
|
3281
|
+
* @internal
|
|
3282
|
+
*/
|
|
3283
|
+
export declare const ListDevEndpointsRequestFilterSensitiveLog: (obj: ListDevEndpointsRequest) => any;
|
|
3284
|
+
/**
|
|
3285
|
+
* @internal
|
|
3286
|
+
*/
|
|
3287
|
+
export declare const ListDevEndpointsResponseFilterSensitiveLog: (obj: ListDevEndpointsResponse) => any;
|
|
3288
|
+
/**
|
|
3289
|
+
* @internal
|
|
3290
|
+
*/
|
|
3291
|
+
export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
3292
|
+
/**
|
|
3293
|
+
* @internal
|
|
3294
|
+
*/
|
|
3295
|
+
export declare const ListJobsResponseFilterSensitiveLog: (obj: ListJobsResponse) => any;
|
|
3296
|
+
/**
|
|
3297
|
+
* @internal
|
|
3298
|
+
*/
|
|
3299
|
+
export declare const ListMLTransformsRequestFilterSensitiveLog: (obj: ListMLTransformsRequest) => any;
|
|
3300
|
+
/**
|
|
3301
|
+
* @internal
|
|
3302
|
+
*/
|
|
3303
|
+
export declare const ListMLTransformsResponseFilterSensitiveLog: (obj: ListMLTransformsResponse) => any;
|
|
3304
|
+
/**
|
|
3305
|
+
* @internal
|
|
3306
|
+
*/
|
|
3307
|
+
export declare const ListRegistriesInputFilterSensitiveLog: (obj: ListRegistriesInput) => any;
|
|
3308
|
+
/**
|
|
3309
|
+
* @internal
|
|
3310
|
+
*/
|
|
3311
|
+
export declare const RegistryListItemFilterSensitiveLog: (obj: RegistryListItem) => any;
|
|
3312
|
+
/**
|
|
3313
|
+
* @internal
|
|
3314
|
+
*/
|
|
3315
|
+
export declare const ListRegistriesResponseFilterSensitiveLog: (obj: ListRegistriesResponse) => any;
|
|
3316
|
+
/**
|
|
3317
|
+
* @internal
|
|
3318
|
+
*/
|
|
3319
|
+
export declare const ListSchemasInputFilterSensitiveLog: (obj: ListSchemasInput) => any;
|
|
3320
|
+
/**
|
|
3321
|
+
* @internal
|
|
3322
|
+
*/
|
|
3323
|
+
export declare const SchemaListItemFilterSensitiveLog: (obj: SchemaListItem) => any;
|
|
3324
|
+
/**
|
|
3325
|
+
* @internal
|
|
3326
|
+
*/
|
|
3327
|
+
export declare const ListSchemasResponseFilterSensitiveLog: (obj: ListSchemasResponse) => any;
|
|
3328
|
+
/**
|
|
3329
|
+
* @internal
|
|
3330
|
+
*/
|
|
3331
|
+
export declare const ListSchemaVersionsInputFilterSensitiveLog: (obj: ListSchemaVersionsInput) => any;
|
|
3332
|
+
/**
|
|
3333
|
+
* @internal
|
|
3334
|
+
*/
|
|
3335
|
+
export declare const SchemaVersionListItemFilterSensitiveLog: (obj: SchemaVersionListItem) => any;
|
|
3336
|
+
/**
|
|
3337
|
+
* @internal
|
|
3338
|
+
*/
|
|
3339
|
+
export declare const ListSchemaVersionsResponseFilterSensitiveLog: (obj: ListSchemaVersionsResponse) => any;
|
|
3340
|
+
/**
|
|
3341
|
+
* @internal
|
|
3342
|
+
*/
|
|
3343
|
+
export declare const ListSessionsRequestFilterSensitiveLog: (obj: ListSessionsRequest) => any;
|
|
3344
|
+
/**
|
|
3345
|
+
* @internal
|
|
3346
|
+
*/
|
|
3347
|
+
export declare const ListSessionsResponseFilterSensitiveLog: (obj: ListSessionsResponse) => any;
|
|
3348
|
+
/**
|
|
3349
|
+
* @internal
|
|
3350
|
+
*/
|
|
3351
|
+
export declare const ListStatementsRequestFilterSensitiveLog: (obj: ListStatementsRequest) => any;
|
|
3352
|
+
/**
|
|
3353
|
+
* @internal
|
|
3354
|
+
*/
|
|
3355
|
+
export declare const ListStatementsResponseFilterSensitiveLog: (obj: ListStatementsResponse) => any;
|
|
3356
|
+
/**
|
|
3357
|
+
* @internal
|
|
3358
|
+
*/
|
|
3359
|
+
export declare const ListTriggersRequestFilterSensitiveLog: (obj: ListTriggersRequest) => any;
|
|
3360
|
+
/**
|
|
3361
|
+
* @internal
|
|
3362
|
+
*/
|
|
3363
|
+
export declare const ListTriggersResponseFilterSensitiveLog: (obj: ListTriggersResponse) => any;
|
|
3364
|
+
/**
|
|
3365
|
+
* @internal
|
|
3366
|
+
*/
|
|
3367
|
+
export declare const ListWorkflowsRequestFilterSensitiveLog: (obj: ListWorkflowsRequest) => any;
|
|
3368
|
+
/**
|
|
3369
|
+
* @internal
|
|
3370
|
+
*/
|
|
3371
|
+
export declare const ListWorkflowsResponseFilterSensitiveLog: (obj: ListWorkflowsResponse) => any;
|
|
3372
|
+
/**
|
|
3373
|
+
* @internal
|
|
3374
|
+
*/
|
|
3375
|
+
export declare const PutDataCatalogEncryptionSettingsRequestFilterSensitiveLog: (obj: PutDataCatalogEncryptionSettingsRequest) => any;
|
|
3376
|
+
/**
|
|
3377
|
+
* @internal
|
|
3378
|
+
*/
|
|
3379
|
+
export declare const PutDataCatalogEncryptionSettingsResponseFilterSensitiveLog: (obj: PutDataCatalogEncryptionSettingsResponse) => any;
|
|
3380
|
+
/**
|
|
3381
|
+
* @internal
|
|
3382
|
+
*/
|
|
3383
|
+
export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
3384
|
+
/**
|
|
3385
|
+
* @internal
|
|
3386
|
+
*/
|
|
3387
|
+
export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
3388
|
+
/**
|
|
3389
|
+
* @internal
|
|
3390
|
+
*/
|
|
3391
|
+
export declare const MetadataKeyValuePairFilterSensitiveLog: (obj: MetadataKeyValuePair) => any;
|
|
3392
|
+
/**
|
|
3393
|
+
* @internal
|
|
3394
|
+
*/
|
|
3395
|
+
export declare const PutSchemaVersionMetadataInputFilterSensitiveLog: (obj: PutSchemaVersionMetadataInput) => any;
|
|
3396
|
+
/**
|
|
3397
|
+
* @internal
|
|
3398
|
+
*/
|
|
3399
|
+
export declare const PutSchemaVersionMetadataResponseFilterSensitiveLog: (obj: PutSchemaVersionMetadataResponse) => any;
|
|
3400
|
+
/**
|
|
3401
|
+
* @internal
|
|
3402
|
+
*/
|
|
3403
|
+
export declare const PutWorkflowRunPropertiesRequestFilterSensitiveLog: (obj: PutWorkflowRunPropertiesRequest) => any;
|
|
2344
3404
|
/**
|
|
2345
3405
|
* @internal
|
|
2346
3406
|
*/
|
|
@@ -2441,6 +3501,22 @@ export declare const StartCrawlerScheduleRequestFilterSensitiveLog: (obj: StartC
|
|
|
2441
3501
|
* @internal
|
|
2442
3502
|
*/
|
|
2443
3503
|
export declare const StartCrawlerScheduleResponseFilterSensitiveLog: (obj: StartCrawlerScheduleResponse) => any;
|
|
3504
|
+
/**
|
|
3505
|
+
* @internal
|
|
3506
|
+
*/
|
|
3507
|
+
export declare const StartDataQualityRuleRecommendationRunRequestFilterSensitiveLog: (obj: StartDataQualityRuleRecommendationRunRequest) => any;
|
|
3508
|
+
/**
|
|
3509
|
+
* @internal
|
|
3510
|
+
*/
|
|
3511
|
+
export declare const StartDataQualityRuleRecommendationRunResponseFilterSensitiveLog: (obj: StartDataQualityRuleRecommendationRunResponse) => any;
|
|
3512
|
+
/**
|
|
3513
|
+
* @internal
|
|
3514
|
+
*/
|
|
3515
|
+
export declare const StartDataQualityRulesetEvaluationRunRequestFilterSensitiveLog: (obj: StartDataQualityRulesetEvaluationRunRequest) => any;
|
|
3516
|
+
/**
|
|
3517
|
+
* @internal
|
|
3518
|
+
*/
|
|
3519
|
+
export declare const StartDataQualityRulesetEvaluationRunResponseFilterSensitiveLog: (obj: StartDataQualityRulesetEvaluationRunResponse) => any;
|
|
2444
3520
|
/**
|
|
2445
3521
|
* @internal
|
|
2446
3522
|
*/
|
|
@@ -2637,6 +3713,14 @@ export declare const UpdateDatabaseRequestFilterSensitiveLog: (obj: UpdateDataba
|
|
|
2637
3713
|
* @internal
|
|
2638
3714
|
*/
|
|
2639
3715
|
export declare const UpdateDatabaseResponseFilterSensitiveLog: (obj: UpdateDatabaseResponse) => any;
|
|
3716
|
+
/**
|
|
3717
|
+
* @internal
|
|
3718
|
+
*/
|
|
3719
|
+
export declare const UpdateDataQualityRulesetRequestFilterSensitiveLog: (obj: UpdateDataQualityRulesetRequest) => any;
|
|
3720
|
+
/**
|
|
3721
|
+
* @internal
|
|
3722
|
+
*/
|
|
3723
|
+
export declare const UpdateDataQualityRulesetResponseFilterSensitiveLog: (obj: UpdateDataQualityRulesetResponse) => any;
|
|
2640
3724
|
/**
|
|
2641
3725
|
* @internal
|
|
2642
3726
|
*/
|