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