@aws-sdk/client-glue 3.219.0 → 3.222.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.
Files changed (196) hide show
  1. package/dist-cjs/Glue.js +240 -0
  2. package/dist-cjs/commands/BatchGetDataQualityResultCommand.js +46 -0
  3. package/dist-cjs/commands/CancelDataQualityRuleRecommendationRunCommand.js +46 -0
  4. package/dist-cjs/commands/CancelDataQualityRulesetEvaluationRunCommand.js +46 -0
  5. package/dist-cjs/commands/CreateDataQualityRulesetCommand.js +46 -0
  6. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
  7. package/dist-cjs/commands/CreateSessionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateTableCommand.js +3 -3
  9. package/dist-cjs/commands/CreateTriggerCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteDataQualityRulesetCommand.js +46 -0
  11. package/dist-cjs/commands/GetDataQualityResultCommand.js +46 -0
  12. package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +46 -0
  13. package/dist-cjs/commands/GetDataQualityRulesetCommand.js +46 -0
  14. package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +46 -0
  15. package/dist-cjs/commands/ListDataQualityResultsCommand.js +46 -0
  16. package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +46 -0
  17. package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +46 -0
  18. package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +46 -0
  19. package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
  20. package/dist-cjs/commands/ListJobsCommand.js +3 -3
  21. package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
  22. package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
  23. package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
  24. package/dist-cjs/commands/ListSchemasCommand.js +3 -3
  25. package/dist-cjs/commands/ListSessionsCommand.js +3 -3
  26. package/dist-cjs/commands/ListStatementsCommand.js +3 -3
  27. package/dist-cjs/commands/ListTriggersCommand.js +3 -3
  28. package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
  29. package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
  30. package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
  31. package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +46 -0
  32. package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +46 -0
  33. package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +46 -0
  34. package/dist-cjs/commands/index.js +16 -0
  35. package/dist-cjs/models/models_0.js +86 -91
  36. package/dist-cjs/models/models_1.js +133 -127
  37. package/dist-cjs/models/models_2.js +211 -3
  38. package/dist-cjs/pagination/ListDataQualityResultsPaginator.js +36 -0
  39. package/dist-cjs/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +36 -0
  40. package/dist-cjs/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +36 -0
  41. package/dist-cjs/pagination/ListDataQualityRulesetsPaginator.js +36 -0
  42. package/dist-cjs/pagination/index.js +4 -0
  43. package/dist-cjs/protocols/Aws_json1_1.js +1492 -40
  44. package/dist-es/Glue.js +240 -0
  45. package/dist-es/commands/BatchGetDataQualityResultCommand.js +42 -0
  46. package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +42 -0
  47. package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +42 -0
  48. package/dist-es/commands/CreateDataQualityRulesetCommand.js +42 -0
  49. package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -1
  50. package/dist-es/commands/CreateSessionCommand.js +1 -1
  51. package/dist-es/commands/CreateTableCommand.js +1 -1
  52. package/dist-es/commands/CreateTriggerCommand.js +1 -1
  53. package/dist-es/commands/DeleteDataQualityRulesetCommand.js +42 -0
  54. package/dist-es/commands/GetDataQualityResultCommand.js +42 -0
  55. package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +42 -0
  56. package/dist-es/commands/GetDataQualityRulesetCommand.js +42 -0
  57. package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +42 -0
  58. package/dist-es/commands/ListDataQualityResultsCommand.js +42 -0
  59. package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +42 -0
  60. package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +42 -0
  61. package/dist-es/commands/ListDataQualityRulesetsCommand.js +42 -0
  62. package/dist-es/commands/ListDevEndpointsCommand.js +1 -1
  63. package/dist-es/commands/ListJobsCommand.js +1 -1
  64. package/dist-es/commands/ListMLTransformsCommand.js +1 -1
  65. package/dist-es/commands/ListRegistriesCommand.js +1 -1
  66. package/dist-es/commands/ListSchemaVersionsCommand.js +1 -1
  67. package/dist-es/commands/ListSchemasCommand.js +1 -1
  68. package/dist-es/commands/ListSessionsCommand.js +1 -1
  69. package/dist-es/commands/ListStatementsCommand.js +1 -1
  70. package/dist-es/commands/ListTriggersCommand.js +1 -1
  71. package/dist-es/commands/ListWorkflowsCommand.js +1 -1
  72. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +1 -1
  73. package/dist-es/commands/PutResourcePolicyCommand.js +1 -1
  74. package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +42 -0
  75. package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +42 -0
  76. package/dist-es/commands/UpdateDataQualityRulesetCommand.js +42 -0
  77. package/dist-es/commands/index.js +16 -0
  78. package/dist-es/models/models_0.js +64 -69
  79. package/dist-es/models/models_1.js +100 -93
  80. package/dist-es/models/models_2.js +158 -0
  81. package/dist-es/pagination/ListDataQualityResultsPaginator.js +32 -0
  82. package/dist-es/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +32 -0
  83. package/dist-es/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +32 -0
  84. package/dist-es/pagination/ListDataQualityRulesetsPaginator.js +32 -0
  85. package/dist-es/pagination/index.js +4 -0
  86. package/dist-es/protocols/Aws_json1_1.js +1448 -29
  87. package/dist-types/Glue.d.ts +166 -22
  88. package/dist-types/GlueClient.d.ts +18 -2
  89. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +37 -0
  90. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  91. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  92. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +2 -1
  93. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +39 -0
  94. package/dist-types/commands/CreateMLTransformCommand.d.ts +3 -1
  95. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateSessionCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTableCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTriggerCommand.d.ts +1 -1
  99. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -1
  100. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +2 -1
  101. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +37 -0
  102. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
  103. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +1 -0
  104. package/dist-types/commands/GetDataQualityResultCommand.d.ts +37 -0
  105. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  106. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +37 -0
  107. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  108. package/dist-types/commands/GetJobBookmarkCommand.d.ts +4 -2
  109. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +2 -1
  110. package/dist-types/commands/ListCrawlersCommand.d.ts +1 -0
  111. package/dist-types/commands/ListCrawlsCommand.d.ts +3 -2
  112. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +37 -0
  113. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +37 -0
  114. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +37 -0
  115. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +37 -0
  116. package/dist-types/commands/ListDevEndpointsCommand.d.ts +2 -1
  117. package/dist-types/commands/ListJobsCommand.d.ts +3 -2
  118. package/dist-types/commands/ListMLTransformsCommand.d.ts +1 -1
  119. package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
  120. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
  121. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  122. package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
  123. package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
  124. package/dist-types/commands/ListTriggersCommand.d.ts +2 -1
  125. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  126. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  127. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  128. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +1 -1
  129. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +4 -2
  130. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  131. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  132. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +3 -0
  133. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +4 -2
  134. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +4 -1
  135. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -0
  136. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +2 -1
  137. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +37 -0
  138. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +2 -1
  139. package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -0
  140. package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -2
  141. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +2 -1
  142. package/dist-types/commands/index.d.ts +16 -0
  143. package/dist-types/models/models_0.d.ts +431 -537
  144. package/dist-types/models/models_1.d.ts +3102 -2857
  145. package/dist-types/models/models_2.d.ts +1104 -64
  146. package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +4 -0
  147. package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +4 -0
  148. package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +4 -0
  149. package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +4 -0
  150. package/dist-types/pagination/index.d.ts +4 -0
  151. package/dist-types/protocols/Aws_json1_1.d.ts +48 -0
  152. package/dist-types/ts3.4/Glue.d.ts +320 -0
  153. package/dist-types/ts3.4/GlueClient.d.ts +96 -0
  154. package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +41 -0
  155. package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  156. package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  157. package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +41 -0
  158. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +41 -0
  163. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +41 -0
  164. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  165. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +41 -0
  166. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  167. package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +41 -0
  168. package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +41 -0
  169. package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +41 -0
  170. package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +41 -0
  171. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  184. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  185. package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +41 -0
  186. package/dist-types/ts3.4/commands/index.d.ts +16 -0
  187. package/dist-types/ts3.4/models/models_0.d.ts +133 -165
  188. package/dist-types/ts3.4/models/models_1.d.ts +284 -232
  189. package/dist-types/ts3.4/models/models_2.d.ts +425 -2
  190. package/dist-types/ts3.4/pagination/ListDataQualityResultsPaginator.d.ts +11 -0
  191. package/dist-types/ts3.4/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +11 -0
  192. package/dist-types/ts3.4/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +11 -0
  193. package/dist-types/ts3.4/pagination/ListDataQualityRulesetsPaginator.d.ts +11 -0
  194. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  195. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +192 -0
  196. package/package.json +29 -28
@@ -1,47 +1,175 @@
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
- ResourceUri,
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
+ }
45
173
  export interface UserDefinedFunctionInput {
46
174
  FunctionName?: string;
47
175
  ClassName?: string;
@@ -129,6 +257,10 @@ export interface DeleteDatabaseRequest {
129
257
  Name: string | undefined;
130
258
  }
131
259
  export interface DeleteDatabaseResponse {}
260
+ export interface DeleteDataQualityRulesetRequest {
261
+ Name: string | undefined;
262
+ }
263
+ export interface DeleteDataQualityRulesetResponse {}
132
264
  export interface DeleteDevEndpointRequest {
133
265
  EndpointName: string | undefined;
134
266
  }
@@ -596,6 +728,75 @@ export interface GetDataflowGraphResponse {
596
728
  DagNodes?: CodeGenNode[];
597
729
  DagEdges?: CodeGenEdge[];
598
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
+ }
599
800
  export interface GetDevEndpointRequest {
600
801
  EndpointName: string | undefined;
601
802
  }
@@ -1397,151 +1598,50 @@ export interface ListCustomEntityTypesResponse {
1397
1598
  CustomEntityTypes?: CustomEntityType[];
1398
1599
  NextToken?: string;
1399
1600
  }
1400
- export interface ListDevEndpointsRequest {
1401
- NextToken?: string;
1402
- MaxResults?: number;
1403
- Tags?: Record<string, string>;
1404
- }
1405
- export interface ListDevEndpointsResponse {
1406
- DevEndpointNames?: string[];
1407
- NextToken?: string;
1408
- }
1409
- export interface ListJobsRequest {
1410
- NextToken?: string;
1411
- MaxResults?: number;
1412
- Tags?: Record<string, string>;
1413
- }
1414
- export interface ListJobsResponse {
1415
- JobNames?: string[];
1416
- NextToken?: string;
1417
- }
1418
- export interface ListMLTransformsRequest {
1419
- NextToken?: string;
1420
- MaxResults?: number;
1421
- Filter?: TransformFilterCriteria;
1422
- Sort?: TransformSortCriteria;
1423
- Tags?: Record<string, string>;
1424
- }
1425
- export interface ListMLTransformsResponse {
1426
- TransformIds: string[] | undefined;
1427
- NextToken?: string;
1428
- }
1429
- export interface ListRegistriesInput {
1430
- MaxResults?: number;
1431
- NextToken?: string;
1432
- }
1433
- export interface RegistryListItem {
1434
- RegistryName?: string;
1435
- RegistryArn?: string;
1436
- Description?: string;
1437
- Status?: RegistryStatus | string;
1438
- CreatedTime?: string;
1439
- UpdatedTime?: string;
1440
- }
1441
- export interface ListRegistriesResponse {
1442
- Registries?: RegistryListItem[];
1443
- NextToken?: string;
1444
- }
1445
- export interface ListSchemasInput {
1446
- RegistryId?: RegistryId;
1447
- MaxResults?: number;
1448
- NextToken?: string;
1449
- }
1450
- export interface SchemaListItem {
1451
- RegistryName?: string;
1452
- SchemaName?: string;
1453
- SchemaArn?: string;
1454
- Description?: string;
1455
- SchemaStatus?: SchemaStatus | string;
1456
- CreatedTime?: string;
1457
- UpdatedTime?: string;
1458
- }
1459
- export interface ListSchemasResponse {
1460
- Schemas?: SchemaListItem[];
1461
- NextToken?: string;
1462
- }
1463
- export interface ListSchemaVersionsInput {
1464
- SchemaId: SchemaId | undefined;
1465
- MaxResults?: number;
1466
- NextToken?: string;
1467
- }
1468
- export interface SchemaVersionListItem {
1469
- SchemaArn?: string;
1470
- SchemaVersionId?: string;
1471
- VersionNumber?: number;
1472
- Status?: SchemaVersionStatus | string;
1473
- CreatedTime?: string;
1474
- }
1475
- export interface ListSchemaVersionsResponse {
1476
- Schemas?: SchemaVersionListItem[];
1477
- NextToken?: string;
1478
- }
1479
- export interface ListSessionsRequest {
1480
- NextToken?: string;
1481
- MaxResults?: number;
1482
- Tags?: Record<string, string>;
1483
- RequestOrigin?: string;
1484
- }
1485
- export interface ListSessionsResponse {
1486
- Ids?: string[];
1487
- Sessions?: Session[];
1488
- NextToken?: string;
1489
- }
1490
- export interface ListStatementsRequest {
1491
- SessionId: string | undefined;
1492
- RequestOrigin?: string;
1493
- NextToken?: string;
1494
- }
1495
- export interface ListStatementsResponse {
1496
- Statements?: Statement[];
1497
- NextToken?: string;
1498
- }
1499
- export interface ListTriggersRequest {
1500
- NextToken?: string;
1501
- DependentJobName?: string;
1502
- MaxResults?: number;
1503
- Tags?: Record<string, string>;
1504
- }
1505
- export interface ListTriggersResponse {
1506
- TriggerNames?: string[];
1507
- NextToken?: string;
1508
- }
1509
- export interface ListWorkflowsRequest {
1510
- NextToken?: string;
1511
- MaxResults?: number;
1512
- }
1513
- export interface ListWorkflowsResponse {
1514
- Workflows?: string[];
1515
- NextToken?: string;
1516
- }
1517
- export interface PutDataCatalogEncryptionSettingsRequest {
1518
- CatalogId?: string;
1519
- DataCatalogEncryptionSettings: DataCatalogEncryptionSettings | undefined;
1520
- }
1521
- export interface PutDataCatalogEncryptionSettingsResponse {}
1522
- export declare enum EnableHybridValues {
1523
- FALSE = "FALSE",
1524
- TRUE = "TRUE",
1525
- }
1526
- export declare enum ExistCondition {
1527
- MUST_EXIST = "MUST_EXIST",
1528
- NONE = "NONE",
1529
- NOT_EXIST = "NOT_EXIST",
1530
- }
1531
- export interface PutResourcePolicyRequest {
1532
- PolicyInJson: string | undefined;
1533
- ResourceArn?: string;
1534
- PolicyHashCondition?: string;
1535
- PolicyExistsCondition?: ExistCondition | string;
1536
- EnableHybrid?: EnableHybridValues | string;
1537
- }
1538
- export interface PutResourcePolicyResponse {
1539
- PolicyHash?: string;
1540
- }
1541
- export interface MetadataKeyValuePair {
1542
- MetadataKey?: string;
1543
- MetadataValue?: string;
1601
+ export interface DataQualityResultFilterCriteria {
1602
+ DataSource?: DataSource;
1603
+ JobName?: string;
1604
+ JobRunId?: string;
1605
+ StartedAfter?: Date;
1606
+ StartedBefore?: Date;
1544
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;
1545
1645
  export declare const UserDefinedFunctionInputFilterSensitiveLog: (
1546
1646
  obj: UserDefinedFunctionInput
1547
1647
  ) => any;
@@ -1605,6 +1705,12 @@ export declare const DeleteDatabaseRequestFilterSensitiveLog: (
1605
1705
  export declare const DeleteDatabaseResponseFilterSensitiveLog: (
1606
1706
  obj: DeleteDatabaseResponse
1607
1707
  ) => any;
1708
+ export declare const DeleteDataQualityRulesetRequestFilterSensitiveLog: (
1709
+ obj: DeleteDataQualityRulesetRequest
1710
+ ) => any;
1711
+ export declare const DeleteDataQualityRulesetResponseFilterSensitiveLog: (
1712
+ obj: DeleteDataQualityRulesetResponse
1713
+ ) => any;
1608
1714
  export declare const DeleteDevEndpointRequestFilterSensitiveLog: (
1609
1715
  obj: DeleteDevEndpointRequest
1610
1716
  ) => any;
@@ -1878,6 +1984,33 @@ export declare const GetDataflowGraphRequestFilterSensitiveLog: (
1878
1984
  export declare const GetDataflowGraphResponseFilterSensitiveLog: (
1879
1985
  obj: GetDataflowGraphResponse
1880
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;
1881
2014
  export declare const GetDevEndpointRequestFilterSensitiveLog: (
1882
2015
  obj: GetDevEndpointRequest
1883
2016
  ) => any;
@@ -2247,87 +2380,6 @@ export declare const ListCustomEntityTypesRequestFilterSensitiveLog: (
2247
2380
  export declare const ListCustomEntityTypesResponseFilterSensitiveLog: (
2248
2381
  obj: ListCustomEntityTypesResponse
2249
2382
  ) => any;
2250
- export declare const ListDevEndpointsRequestFilterSensitiveLog: (
2251
- obj: ListDevEndpointsRequest
2252
- ) => any;
2253
- export declare const ListDevEndpointsResponseFilterSensitiveLog: (
2254
- obj: ListDevEndpointsResponse
2255
- ) => any;
2256
- export declare const ListJobsRequestFilterSensitiveLog: (
2257
- obj: ListJobsRequest
2258
- ) => any;
2259
- export declare const ListJobsResponseFilterSensitiveLog: (
2260
- obj: ListJobsResponse
2261
- ) => any;
2262
- export declare const ListMLTransformsRequestFilterSensitiveLog: (
2263
- obj: ListMLTransformsRequest
2264
- ) => any;
2265
- export declare const ListMLTransformsResponseFilterSensitiveLog: (
2266
- obj: ListMLTransformsResponse
2267
- ) => any;
2268
- export declare const ListRegistriesInputFilterSensitiveLog: (
2269
- obj: ListRegistriesInput
2270
- ) => any;
2271
- export declare const RegistryListItemFilterSensitiveLog: (
2272
- obj: RegistryListItem
2273
- ) => any;
2274
- export declare const ListRegistriesResponseFilterSensitiveLog: (
2275
- obj: ListRegistriesResponse
2276
- ) => any;
2277
- export declare const ListSchemasInputFilterSensitiveLog: (
2278
- obj: ListSchemasInput
2279
- ) => any;
2280
- export declare const SchemaListItemFilterSensitiveLog: (
2281
- obj: SchemaListItem
2282
- ) => any;
2283
- export declare const ListSchemasResponseFilterSensitiveLog: (
2284
- obj: ListSchemasResponse
2285
- ) => any;
2286
- export declare const ListSchemaVersionsInputFilterSensitiveLog: (
2287
- obj: ListSchemaVersionsInput
2288
- ) => any;
2289
- export declare const SchemaVersionListItemFilterSensitiveLog: (
2290
- obj: SchemaVersionListItem
2291
- ) => any;
2292
- export declare const ListSchemaVersionsResponseFilterSensitiveLog: (
2293
- obj: ListSchemaVersionsResponse
2294
- ) => any;
2295
- export declare const ListSessionsRequestFilterSensitiveLog: (
2296
- obj: ListSessionsRequest
2297
- ) => any;
2298
- export declare const ListSessionsResponseFilterSensitiveLog: (
2299
- obj: ListSessionsResponse
2300
- ) => any;
2301
- export declare const ListStatementsRequestFilterSensitiveLog: (
2302
- obj: ListStatementsRequest
2303
- ) => any;
2304
- export declare const ListStatementsResponseFilterSensitiveLog: (
2305
- obj: ListStatementsResponse
2306
- ) => any;
2307
- export declare const ListTriggersRequestFilterSensitiveLog: (
2308
- obj: ListTriggersRequest
2309
- ) => any;
2310
- export declare const ListTriggersResponseFilterSensitiveLog: (
2311
- obj: ListTriggersResponse
2312
- ) => any;
2313
- export declare const ListWorkflowsRequestFilterSensitiveLog: (
2314
- obj: ListWorkflowsRequest
2315
- ) => any;
2316
- export declare const ListWorkflowsResponseFilterSensitiveLog: (
2317
- obj: ListWorkflowsResponse
2318
- ) => any;
2319
- export declare const PutDataCatalogEncryptionSettingsRequestFilterSensitiveLog: (
2320
- obj: PutDataCatalogEncryptionSettingsRequest
2321
- ) => any;
2322
- export declare const PutDataCatalogEncryptionSettingsResponseFilterSensitiveLog: (
2323
- obj: PutDataCatalogEncryptionSettingsResponse
2324
- ) => any;
2325
- export declare const PutResourcePolicyRequestFilterSensitiveLog: (
2326
- obj: PutResourcePolicyRequest
2327
- ) => any;
2328
- export declare const PutResourcePolicyResponseFilterSensitiveLog: (
2329
- obj: PutResourcePolicyResponse
2330
- ) => any;
2331
- export declare const MetadataKeyValuePairFilterSensitiveLog: (
2332
- obj: MetadataKeyValuePair
2383
+ export declare const DataQualityResultFilterCriteriaFilterSensitiveLog: (
2384
+ obj: DataQualityResultFilterCriteria
2333
2385
  ) => any;