@aws-sdk/client-glue 3.624.0 → 3.627.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/dist-cjs/index.js +525 -36
- package/dist-es/Glue.js +12 -0
- package/dist-es/commands/BatchGetDataQualityResultCommand.js +2 -1
- package/dist-es/commands/BatchGetJobsCommand.js +1 -1
- package/dist-es/commands/BatchPutDataQualityStatisticAnnotationCommand.js +24 -0
- package/dist-es/commands/CreateJobCommand.js +1 -1
- package/dist-es/commands/GetDataQualityModelCommand.js +24 -0
- package/dist-es/commands/GetDataQualityModelResultCommand.js +24 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +2 -1
- package/dist-es/commands/GetJobCommand.js +1 -1
- package/dist-es/commands/GetJobsCommand.js +1 -1
- package/dist-es/commands/ListDataQualityStatisticAnnotationsCommand.js +24 -0
- package/dist-es/commands/ListDataQualityStatisticsCommand.js +25 -0
- package/dist-es/commands/PutDataQualityProfileAnnotationCommand.js +24 -0
- package/dist-es/commands/UpdateJobCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +35 -10
- package/dist-es/models/models_1.js +32 -13
- package/dist-es/models/models_2.js +33 -24
- package/dist-es/models/models_3.js +29 -0
- package/dist-es/protocols/Aws_json1_1.js +272 -0
- package/dist-types/Glue.d.ts +44 -0
- package/dist-types/GlueClient.d.ts +8 -2
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +6 -5
- package/dist-types/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +85 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +1 -0
- package/dist-types/commands/CreateJobCommand.d.ts +6 -5
- package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionsCommand.d.ts +2 -2
- package/dist-types/commands/GetDataQualityModelCommand.d.ts +76 -0
- package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +83 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +3 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -0
- package/dist-types/commands/GetJobCommand.d.ts +6 -5
- package/dist-types/commands/GetJobsCommand.d.ts +6 -5
- package/dist-types/commands/GetMLTransformsCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +1 -1
- package/dist-types/commands/GetTableCommand.d.ts +144 -1
- package/dist-types/commands/GetTableVersionCommand.d.ts +143 -1
- package/dist-types/commands/GetTableVersionsCommand.d.ts +143 -1
- package/dist-types/commands/GetTablesCommand.d.ts +144 -1
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +143 -1
- package/dist-types/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +84 -0
- package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +103 -0
- package/dist-types/commands/PutDataQualityProfileAnnotationCommand.d.ts +68 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +144 -1
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +7 -5
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +151 -152
- package/dist-types/models/models_1.d.ts +339 -420
- package/dist-types/models/models_2.d.ts +3516 -4266
- package/dist-types/models/models_3.d.ts +1549 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
- package/dist-types/ts3.4/Glue.d.ts +116 -0
- package/dist-types/ts3.4/GlueClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListDataQualityStatisticsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/PutDataQualityProfileAnnotationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +52 -45
- package/dist-types/ts3.4/models/models_1.d.ts +92 -92
- package/dist-types/ts3.4/models/models_2.d.ts +181 -334
- package/dist-types/ts3.4/models/models_3.d.ts +362 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
- package/package.json +1 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { GetUnfilteredTableMetadataRequest
|
|
4
|
+
import { GetUnfilteredTableMetadataRequest } from "../models/models_2";
|
|
5
|
+
import { GetUnfilteredTableMetadataResponse } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -185,6 +186,147 @@ declare const GetUnfilteredTableMetadataCommand_base: {
|
|
|
185
186
|
* // ],
|
|
186
187
|
* // },
|
|
187
188
|
* // IsMultiDialectView: true || false,
|
|
189
|
+
* // Status: { // TableStatus
|
|
190
|
+
* // RequestedBy: "STRING_VALUE",
|
|
191
|
+
* // UpdatedBy: "STRING_VALUE",
|
|
192
|
+
* // RequestTime: new Date("TIMESTAMP"),
|
|
193
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
194
|
+
* // Action: "UPDATE" || "CREATE",
|
|
195
|
+
* // State: "QUEUED" || "IN_PROGRESS" || "SUCCESS" || "STOPPED" || "FAILED",
|
|
196
|
+
* // Error: { // ErrorDetail
|
|
197
|
+
* // ErrorCode: "STRING_VALUE",
|
|
198
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
199
|
+
* // },
|
|
200
|
+
* // Details: { // StatusDetails
|
|
201
|
+
* // RequestedChange: {
|
|
202
|
+
* // Name: "STRING_VALUE", // required
|
|
203
|
+
* // DatabaseName: "STRING_VALUE",
|
|
204
|
+
* // Description: "STRING_VALUE",
|
|
205
|
+
* // Owner: "STRING_VALUE",
|
|
206
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
207
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
208
|
+
* // LastAccessTime: new Date("TIMESTAMP"),
|
|
209
|
+
* // LastAnalyzedTime: new Date("TIMESTAMP"),
|
|
210
|
+
* // Retention: Number("int"),
|
|
211
|
+
* // StorageDescriptor: {
|
|
212
|
+
* // Columns: "<ColumnList>",
|
|
213
|
+
* // Location: "STRING_VALUE",
|
|
214
|
+
* // AdditionalLocations: [
|
|
215
|
+
* // "STRING_VALUE",
|
|
216
|
+
* // ],
|
|
217
|
+
* // InputFormat: "STRING_VALUE",
|
|
218
|
+
* // OutputFormat: "STRING_VALUE",
|
|
219
|
+
* // Compressed: true || false,
|
|
220
|
+
* // NumberOfBuckets: Number("int"),
|
|
221
|
+
* // SerdeInfo: {
|
|
222
|
+
* // Name: "STRING_VALUE",
|
|
223
|
+
* // SerializationLibrary: "STRING_VALUE",
|
|
224
|
+
* // Parameters: "<ParametersMap>",
|
|
225
|
+
* // },
|
|
226
|
+
* // BucketColumns: "<NameStringList>",
|
|
227
|
+
* // SortColumns: [
|
|
228
|
+
* // {
|
|
229
|
+
* // Column: "STRING_VALUE", // required
|
|
230
|
+
* // SortOrder: Number("int"), // required
|
|
231
|
+
* // },
|
|
232
|
+
* // ],
|
|
233
|
+
* // Parameters: "<ParametersMap>",
|
|
234
|
+
* // SkewedInfo: {
|
|
235
|
+
* // SkewedColumnNames: "<NameStringList>",
|
|
236
|
+
* // SkewedColumnValues: [
|
|
237
|
+
* // "STRING_VALUE",
|
|
238
|
+
* // ],
|
|
239
|
+
* // SkewedColumnValueLocationMaps: {
|
|
240
|
+
* // "<keys>": "STRING_VALUE",
|
|
241
|
+
* // },
|
|
242
|
+
* // },
|
|
243
|
+
* // StoredAsSubDirectories: true || false,
|
|
244
|
+
* // SchemaReference: {
|
|
245
|
+
* // SchemaId: {
|
|
246
|
+
* // SchemaArn: "STRING_VALUE",
|
|
247
|
+
* // SchemaName: "STRING_VALUE",
|
|
248
|
+
* // RegistryName: "STRING_VALUE",
|
|
249
|
+
* // },
|
|
250
|
+
* // SchemaVersionId: "STRING_VALUE",
|
|
251
|
+
* // SchemaVersionNumber: Number("long"),
|
|
252
|
+
* // },
|
|
253
|
+
* // },
|
|
254
|
+
* // PartitionKeys: "<ColumnList>",
|
|
255
|
+
* // ViewOriginalText: "STRING_VALUE",
|
|
256
|
+
* // ViewExpandedText: "STRING_VALUE",
|
|
257
|
+
* // TableType: "STRING_VALUE",
|
|
258
|
+
* // Parameters: "<ParametersMap>",
|
|
259
|
+
* // CreatedBy: "STRING_VALUE",
|
|
260
|
+
* // IsRegisteredWithLakeFormation: true || false,
|
|
261
|
+
* // TargetTable: {
|
|
262
|
+
* // CatalogId: "STRING_VALUE",
|
|
263
|
+
* // DatabaseName: "STRING_VALUE",
|
|
264
|
+
* // Name: "STRING_VALUE",
|
|
265
|
+
* // Region: "STRING_VALUE",
|
|
266
|
+
* // },
|
|
267
|
+
* // CatalogId: "STRING_VALUE",
|
|
268
|
+
* // VersionId: "STRING_VALUE",
|
|
269
|
+
* // FederatedTable: {
|
|
270
|
+
* // Identifier: "STRING_VALUE",
|
|
271
|
+
* // DatabaseIdentifier: "STRING_VALUE",
|
|
272
|
+
* // ConnectionName: "STRING_VALUE",
|
|
273
|
+
* // },
|
|
274
|
+
* // ViewDefinition: {
|
|
275
|
+
* // IsProtected: true || false,
|
|
276
|
+
* // Definer: "STRING_VALUE",
|
|
277
|
+
* // SubObjects: [
|
|
278
|
+
* // "STRING_VALUE",
|
|
279
|
+
* // ],
|
|
280
|
+
* // Representations: [
|
|
281
|
+
* // {
|
|
282
|
+
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
283
|
+
* // DialectVersion: "STRING_VALUE",
|
|
284
|
+
* // ViewOriginalText: "STRING_VALUE",
|
|
285
|
+
* // ViewExpandedText: "STRING_VALUE",
|
|
286
|
+
* // ValidationConnection: "STRING_VALUE",
|
|
287
|
+
* // IsStale: true || false,
|
|
288
|
+
* // },
|
|
289
|
+
* // ],
|
|
290
|
+
* // },
|
|
291
|
+
* // IsMultiDialectView: true || false,
|
|
292
|
+
* // Status: {
|
|
293
|
+
* // RequestedBy: "STRING_VALUE",
|
|
294
|
+
* // UpdatedBy: "STRING_VALUE",
|
|
295
|
+
* // RequestTime: new Date("TIMESTAMP"),
|
|
296
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
297
|
+
* // Action: "UPDATE" || "CREATE",
|
|
298
|
+
* // State: "QUEUED" || "IN_PROGRESS" || "SUCCESS" || "STOPPED" || "FAILED",
|
|
299
|
+
* // Error: {
|
|
300
|
+
* // ErrorCode: "STRING_VALUE",
|
|
301
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
302
|
+
* // },
|
|
303
|
+
* // Details: {
|
|
304
|
+
* // RequestedChange: "<Table>",
|
|
305
|
+
* // ViewValidations: [ // ViewValidationList
|
|
306
|
+
* // { // ViewValidation
|
|
307
|
+
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
308
|
+
* // DialectVersion: "STRING_VALUE",
|
|
309
|
+
* // ViewValidationText: "STRING_VALUE",
|
|
310
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
311
|
+
* // State: "QUEUED" || "IN_PROGRESS" || "SUCCESS" || "STOPPED" || "FAILED",
|
|
312
|
+
* // Error: "<ErrorDetail>",
|
|
313
|
+
* // },
|
|
314
|
+
* // ],
|
|
315
|
+
* // },
|
|
316
|
+
* // },
|
|
317
|
+
* // },
|
|
318
|
+
* // ViewValidations: [
|
|
319
|
+
* // {
|
|
320
|
+
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
321
|
+
* // DialectVersion: "STRING_VALUE",
|
|
322
|
+
* // ViewValidationText: "STRING_VALUE",
|
|
323
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
324
|
+
* // State: "QUEUED" || "IN_PROGRESS" || "SUCCESS" || "STOPPED" || "FAILED",
|
|
325
|
+
* // Error: "<ErrorDetail>",
|
|
326
|
+
* // },
|
|
327
|
+
* // ],
|
|
328
|
+
* // },
|
|
329
|
+
* // },
|
|
188
330
|
* // },
|
|
189
331
|
* // AuthorizedColumns: "<NameStringList>",
|
|
190
332
|
* // IsRegisteredWithLakeFormation: true || false,
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { ListDataQualityStatisticAnnotationsRequest, ListDataQualityStatisticAnnotationsResponse } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListDataQualityStatisticAnnotationsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListDataQualityStatisticAnnotationsCommandInput extends ListDataQualityStatisticAnnotationsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListDataQualityStatisticAnnotationsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListDataQualityStatisticAnnotationsCommandOutput extends ListDataQualityStatisticAnnotationsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListDataQualityStatisticAnnotationsCommand_base: {
|
|
25
|
+
new (input: ListDataQualityStatisticAnnotationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataQualityStatisticAnnotationsCommandInput, ListDataQualityStatisticAnnotationsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDataQualityStatisticAnnotationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDataQualityStatisticAnnotationsCommandInput, ListDataQualityStatisticAnnotationsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieve annotations for a data quality statistic.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { GlueClient, ListDataQualityStatisticAnnotationsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
35
|
+
* // const { GlueClient, ListDataQualityStatisticAnnotationsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
36
|
+
* const client = new GlueClient(config);
|
|
37
|
+
* const input = { // ListDataQualityStatisticAnnotationsRequest
|
|
38
|
+
* StatisticId: "STRING_VALUE",
|
|
39
|
+
* ProfileId: "STRING_VALUE",
|
|
40
|
+
* TimestampFilter: { // TimestampFilter
|
|
41
|
+
* RecordedBefore: new Date("TIMESTAMP"),
|
|
42
|
+
* RecordedAfter: new Date("TIMESTAMP"),
|
|
43
|
+
* },
|
|
44
|
+
* MaxResults: Number("int"),
|
|
45
|
+
* NextToken: "STRING_VALUE",
|
|
46
|
+
* };
|
|
47
|
+
* const command = new ListDataQualityStatisticAnnotationsCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // ListDataQualityStatisticAnnotationsResponse
|
|
50
|
+
* // Annotations: [ // AnnotationList
|
|
51
|
+
* // { // StatisticAnnotation
|
|
52
|
+
* // ProfileId: "STRING_VALUE",
|
|
53
|
+
* // StatisticId: "STRING_VALUE",
|
|
54
|
+
* // StatisticRecordedOn: new Date("TIMESTAMP"),
|
|
55
|
+
* // InclusionAnnotation: { // TimestampedInclusionAnnotation
|
|
56
|
+
* // Value: "INCLUDE" || "EXCLUDE",
|
|
57
|
+
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // NextToken: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* @param ListDataQualityStatisticAnnotationsCommandInput - {@link ListDataQualityStatisticAnnotationsCommandInput}
|
|
67
|
+
* @returns {@link ListDataQualityStatisticAnnotationsCommandOutput}
|
|
68
|
+
* @see {@link ListDataQualityStatisticAnnotationsCommandInput} for command's `input` shape.
|
|
69
|
+
* @see {@link ListDataQualityStatisticAnnotationsCommandOutput} for command's `response` shape.
|
|
70
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
73
|
+
* <p>An internal service error occurred.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
76
|
+
* <p>The input provided was not valid.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link GlueServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
80
|
+
*
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
export declare class ListDataQualityStatisticAnnotationsCommand extends ListDataQualityStatisticAnnotationsCommand_base {
|
|
84
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { ListDataQualityStatisticsRequest, ListDataQualityStatisticsResponse } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListDataQualityStatisticsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListDataQualityStatisticsCommandInput extends ListDataQualityStatisticsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListDataQualityStatisticsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListDataQualityStatisticsCommandOutput extends ListDataQualityStatisticsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListDataQualityStatisticsCommand_base: {
|
|
25
|
+
new (input: ListDataQualityStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataQualityStatisticsCommandInput, ListDataQualityStatisticsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDataQualityStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDataQualityStatisticsCommandInput, ListDataQualityStatisticsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves a list of data quality statistics.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { GlueClient, ListDataQualityStatisticsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
35
|
+
* // const { GlueClient, ListDataQualityStatisticsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
36
|
+
* const client = new GlueClient(config);
|
|
37
|
+
* const input = { // ListDataQualityStatisticsRequest
|
|
38
|
+
* StatisticId: "STRING_VALUE",
|
|
39
|
+
* ProfileId: "STRING_VALUE",
|
|
40
|
+
* TimestampFilter: { // TimestampFilter
|
|
41
|
+
* RecordedBefore: new Date("TIMESTAMP"),
|
|
42
|
+
* RecordedAfter: new Date("TIMESTAMP"),
|
|
43
|
+
* },
|
|
44
|
+
* MaxResults: Number("int"),
|
|
45
|
+
* NextToken: "STRING_VALUE",
|
|
46
|
+
* };
|
|
47
|
+
* const command = new ListDataQualityStatisticsCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // ListDataQualityStatisticsResponse
|
|
50
|
+
* // Statistics: [ // StatisticSummaryList
|
|
51
|
+
* // { // StatisticSummary
|
|
52
|
+
* // StatisticId: "STRING_VALUE",
|
|
53
|
+
* // ProfileId: "STRING_VALUE",
|
|
54
|
+
* // RunIdentifier: { // RunIdentifier
|
|
55
|
+
* // RunId: "STRING_VALUE",
|
|
56
|
+
* // JobRunId: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // StatisticName: "STRING_VALUE",
|
|
59
|
+
* // DoubleValue: Number("double"),
|
|
60
|
+
* // EvaluationLevel: "Dataset" || "Column" || "Multicolumn",
|
|
61
|
+
* // ColumnsReferenced: [ // ColumnNameList
|
|
62
|
+
* // "STRING_VALUE",
|
|
63
|
+
* // ],
|
|
64
|
+
* // ReferencedDatasets: [ // ReferenceDatasetsList
|
|
65
|
+
* // "STRING_VALUE",
|
|
66
|
+
* // ],
|
|
67
|
+
* // StatisticProperties: { // StatisticPropertiesMap
|
|
68
|
+
* // "<keys>": "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // RecordedOn: new Date("TIMESTAMP"),
|
|
71
|
+
* // InclusionAnnotation: { // TimestampedInclusionAnnotation
|
|
72
|
+
* // Value: "INCLUDE" || "EXCLUDE",
|
|
73
|
+
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
74
|
+
* // },
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // NextToken: "STRING_VALUE",
|
|
78
|
+
* // };
|
|
79
|
+
*
|
|
80
|
+
* ```
|
|
81
|
+
*
|
|
82
|
+
* @param ListDataQualityStatisticsCommandInput - {@link ListDataQualityStatisticsCommandInput}
|
|
83
|
+
* @returns {@link ListDataQualityStatisticsCommandOutput}
|
|
84
|
+
* @see {@link ListDataQualityStatisticsCommandInput} for command's `input` shape.
|
|
85
|
+
* @see {@link ListDataQualityStatisticsCommandOutput} for command's `response` shape.
|
|
86
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
89
|
+
* <p>A specified entity does not exist</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
92
|
+
* <p>An internal service error occurred.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
95
|
+
* <p>The input provided was not valid.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link GlueServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
99
|
+
*
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export declare class ListDataQualityStatisticsCommand extends ListDataQualityStatisticsCommand_base {
|
|
103
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { PutDataQualityProfileAnnotationRequest, PutDataQualityProfileAnnotationResponse } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link PutDataQualityProfileAnnotationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface PutDataQualityProfileAnnotationCommandInput extends PutDataQualityProfileAnnotationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link PutDataQualityProfileAnnotationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface PutDataQualityProfileAnnotationCommandOutput extends PutDataQualityProfileAnnotationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const PutDataQualityProfileAnnotationCommand_base: {
|
|
25
|
+
new (input: PutDataQualityProfileAnnotationCommandInput): import("@smithy/smithy-client").CommandImpl<PutDataQualityProfileAnnotationCommandInput, PutDataQualityProfileAnnotationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: PutDataQualityProfileAnnotationCommandInput): import("@smithy/smithy-client").CommandImpl<PutDataQualityProfileAnnotationCommandInput, PutDataQualityProfileAnnotationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Annotate all datapoints for a Profile.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { GlueClient, PutDataQualityProfileAnnotationCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
35
|
+
* // const { GlueClient, PutDataQualityProfileAnnotationCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
36
|
+
* const client = new GlueClient(config);
|
|
37
|
+
* const input = { // PutDataQualityProfileAnnotationRequest
|
|
38
|
+
* ProfileId: "STRING_VALUE", // required
|
|
39
|
+
* InclusionAnnotation: "INCLUDE" || "EXCLUDE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new PutDataQualityProfileAnnotationCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // {};
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param PutDataQualityProfileAnnotationCommandInput - {@link PutDataQualityProfileAnnotationCommandInput}
|
|
48
|
+
* @returns {@link PutDataQualityProfileAnnotationCommandOutput}
|
|
49
|
+
* @see {@link PutDataQualityProfileAnnotationCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link PutDataQualityProfileAnnotationCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
54
|
+
* <p>A specified entity does not exist</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
57
|
+
* <p>An internal service error occurred.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
60
|
+
* <p>The input provided was not valid.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link GlueServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
64
|
+
*
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export declare class PutDataQualityProfileAnnotationCommand extends PutDataQualityProfileAnnotationCommand_base {
|
|
68
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { SearchTablesRequest
|
|
4
|
+
import { SearchTablesRequest } from "../models/models_2";
|
|
5
|
+
import { SearchTablesResponse } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -54,6 +55,7 @@ declare const SearchTablesCommand_base: {
|
|
|
54
55
|
* ],
|
|
55
56
|
* MaxResults: Number("int"),
|
|
56
57
|
* ResourceShareType: "FOREIGN" || "ALL" || "FEDERATED",
|
|
58
|
+
* IncludeStatusDetails: true || false,
|
|
57
59
|
* };
|
|
58
60
|
* const command = new SearchTablesCommand(input);
|
|
59
61
|
* const response = await client.send(command);
|
|
@@ -173,6 +175,147 @@ declare const SearchTablesCommand_base: {
|
|
|
173
175
|
* // ],
|
|
174
176
|
* // },
|
|
175
177
|
* // IsMultiDialectView: true || false,
|
|
178
|
+
* // Status: { // TableStatus
|
|
179
|
+
* // RequestedBy: "STRING_VALUE",
|
|
180
|
+
* // UpdatedBy: "STRING_VALUE",
|
|
181
|
+
* // RequestTime: new Date("TIMESTAMP"),
|
|
182
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
183
|
+
* // Action: "UPDATE" || "CREATE",
|
|
184
|
+
* // State: "QUEUED" || "IN_PROGRESS" || "SUCCESS" || "STOPPED" || "FAILED",
|
|
185
|
+
* // Error: { // ErrorDetail
|
|
186
|
+
* // ErrorCode: "STRING_VALUE",
|
|
187
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
188
|
+
* // },
|
|
189
|
+
* // Details: { // StatusDetails
|
|
190
|
+
* // RequestedChange: {
|
|
191
|
+
* // Name: "STRING_VALUE", // required
|
|
192
|
+
* // DatabaseName: "STRING_VALUE",
|
|
193
|
+
* // Description: "STRING_VALUE",
|
|
194
|
+
* // Owner: "STRING_VALUE",
|
|
195
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
196
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
197
|
+
* // LastAccessTime: new Date("TIMESTAMP"),
|
|
198
|
+
* // LastAnalyzedTime: new Date("TIMESTAMP"),
|
|
199
|
+
* // Retention: Number("int"),
|
|
200
|
+
* // StorageDescriptor: {
|
|
201
|
+
* // Columns: "<ColumnList>",
|
|
202
|
+
* // Location: "STRING_VALUE",
|
|
203
|
+
* // AdditionalLocations: [
|
|
204
|
+
* // "STRING_VALUE",
|
|
205
|
+
* // ],
|
|
206
|
+
* // InputFormat: "STRING_VALUE",
|
|
207
|
+
* // OutputFormat: "STRING_VALUE",
|
|
208
|
+
* // Compressed: true || false,
|
|
209
|
+
* // NumberOfBuckets: Number("int"),
|
|
210
|
+
* // SerdeInfo: {
|
|
211
|
+
* // Name: "STRING_VALUE",
|
|
212
|
+
* // SerializationLibrary: "STRING_VALUE",
|
|
213
|
+
* // Parameters: "<ParametersMap>",
|
|
214
|
+
* // },
|
|
215
|
+
* // BucketColumns: "<NameStringList>",
|
|
216
|
+
* // SortColumns: [
|
|
217
|
+
* // {
|
|
218
|
+
* // Column: "STRING_VALUE", // required
|
|
219
|
+
* // SortOrder: Number("int"), // required
|
|
220
|
+
* // },
|
|
221
|
+
* // ],
|
|
222
|
+
* // Parameters: "<ParametersMap>",
|
|
223
|
+
* // SkewedInfo: {
|
|
224
|
+
* // SkewedColumnNames: "<NameStringList>",
|
|
225
|
+
* // SkewedColumnValues: [
|
|
226
|
+
* // "STRING_VALUE",
|
|
227
|
+
* // ],
|
|
228
|
+
* // SkewedColumnValueLocationMaps: {
|
|
229
|
+
* // "<keys>": "STRING_VALUE",
|
|
230
|
+
* // },
|
|
231
|
+
* // },
|
|
232
|
+
* // StoredAsSubDirectories: true || false,
|
|
233
|
+
* // SchemaReference: {
|
|
234
|
+
* // SchemaId: {
|
|
235
|
+
* // SchemaArn: "STRING_VALUE",
|
|
236
|
+
* // SchemaName: "STRING_VALUE",
|
|
237
|
+
* // RegistryName: "STRING_VALUE",
|
|
238
|
+
* // },
|
|
239
|
+
* // SchemaVersionId: "STRING_VALUE",
|
|
240
|
+
* // SchemaVersionNumber: Number("long"),
|
|
241
|
+
* // },
|
|
242
|
+
* // },
|
|
243
|
+
* // PartitionKeys: "<ColumnList>",
|
|
244
|
+
* // ViewOriginalText: "STRING_VALUE",
|
|
245
|
+
* // ViewExpandedText: "STRING_VALUE",
|
|
246
|
+
* // TableType: "STRING_VALUE",
|
|
247
|
+
* // Parameters: "<ParametersMap>",
|
|
248
|
+
* // CreatedBy: "STRING_VALUE",
|
|
249
|
+
* // IsRegisteredWithLakeFormation: true || false,
|
|
250
|
+
* // TargetTable: {
|
|
251
|
+
* // CatalogId: "STRING_VALUE",
|
|
252
|
+
* // DatabaseName: "STRING_VALUE",
|
|
253
|
+
* // Name: "STRING_VALUE",
|
|
254
|
+
* // Region: "STRING_VALUE",
|
|
255
|
+
* // },
|
|
256
|
+
* // CatalogId: "STRING_VALUE",
|
|
257
|
+
* // VersionId: "STRING_VALUE",
|
|
258
|
+
* // FederatedTable: {
|
|
259
|
+
* // Identifier: "STRING_VALUE",
|
|
260
|
+
* // DatabaseIdentifier: "STRING_VALUE",
|
|
261
|
+
* // ConnectionName: "STRING_VALUE",
|
|
262
|
+
* // },
|
|
263
|
+
* // ViewDefinition: {
|
|
264
|
+
* // IsProtected: true || false,
|
|
265
|
+
* // Definer: "STRING_VALUE",
|
|
266
|
+
* // SubObjects: [
|
|
267
|
+
* // "STRING_VALUE",
|
|
268
|
+
* // ],
|
|
269
|
+
* // Representations: [
|
|
270
|
+
* // {
|
|
271
|
+
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
272
|
+
* // DialectVersion: "STRING_VALUE",
|
|
273
|
+
* // ViewOriginalText: "STRING_VALUE",
|
|
274
|
+
* // ViewExpandedText: "STRING_VALUE",
|
|
275
|
+
* // ValidationConnection: "STRING_VALUE",
|
|
276
|
+
* // IsStale: true || false,
|
|
277
|
+
* // },
|
|
278
|
+
* // ],
|
|
279
|
+
* // },
|
|
280
|
+
* // IsMultiDialectView: true || false,
|
|
281
|
+
* // Status: {
|
|
282
|
+
* // RequestedBy: "STRING_VALUE",
|
|
283
|
+
* // UpdatedBy: "STRING_VALUE",
|
|
284
|
+
* // RequestTime: new Date("TIMESTAMP"),
|
|
285
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
286
|
+
* // Action: "UPDATE" || "CREATE",
|
|
287
|
+
* // State: "QUEUED" || "IN_PROGRESS" || "SUCCESS" || "STOPPED" || "FAILED",
|
|
288
|
+
* // Error: {
|
|
289
|
+
* // ErrorCode: "STRING_VALUE",
|
|
290
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
291
|
+
* // },
|
|
292
|
+
* // Details: {
|
|
293
|
+
* // RequestedChange: "<Table>",
|
|
294
|
+
* // ViewValidations: [ // ViewValidationList
|
|
295
|
+
* // { // ViewValidation
|
|
296
|
+
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
297
|
+
* // DialectVersion: "STRING_VALUE",
|
|
298
|
+
* // ViewValidationText: "STRING_VALUE",
|
|
299
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
300
|
+
* // State: "QUEUED" || "IN_PROGRESS" || "SUCCESS" || "STOPPED" || "FAILED",
|
|
301
|
+
* // Error: "<ErrorDetail>",
|
|
302
|
+
* // },
|
|
303
|
+
* // ],
|
|
304
|
+
* // },
|
|
305
|
+
* // },
|
|
306
|
+
* // },
|
|
307
|
+
* // ViewValidations: [
|
|
308
|
+
* // {
|
|
309
|
+
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
310
|
+
* // DialectVersion: "STRING_VALUE",
|
|
311
|
+
* // ViewValidationText: "STRING_VALUE",
|
|
312
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
313
|
+
* // State: "QUEUED" || "IN_PROGRESS" || "SUCCESS" || "STOPPED" || "FAILED",
|
|
314
|
+
* // Error: "<ErrorDetail>",
|
|
315
|
+
* // },
|
|
316
|
+
* // ],
|
|
317
|
+
* // },
|
|
318
|
+
* // },
|
|
176
319
|
* // },
|
|
177
320
|
* // ],
|
|
178
321
|
* // };
|
|
@@ -51,6 +51,7 @@ declare const StartDataQualityRuleRecommendationRunCommand_base: {
|
|
|
51
51
|
* NumberOfWorkers: Number("int"),
|
|
52
52
|
* Timeout: Number("int"),
|
|
53
53
|
* CreatedRulesetName: "STRING_VALUE",
|
|
54
|
+
* DataQualitySecurityConfiguration: "STRING_VALUE",
|
|
54
55
|
* ClientToken: "STRING_VALUE",
|
|
55
56
|
* };
|
|
56
57
|
* const command = new StartDataQualityRuleRecommendationRunCommand(input);
|
|
@@ -40,7 +40,7 @@ declare const UpdateConnectionCommand_base: {
|
|
|
40
40
|
* ConnectionInput: { // ConnectionInput
|
|
41
41
|
* Name: "STRING_VALUE", // required
|
|
42
42
|
* Description: "STRING_VALUE",
|
|
43
|
-
* ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE", // required
|
|
43
|
+
* ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE" || "VIEW_VALIDATION_REDSHIFT" || "VIEW_VALIDATION_ATHENA", // required
|
|
44
44
|
* MatchCriteria: [ // MatchCriteria
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateJobResponse } from "../models/models_2";
|
|
5
|
+
import { UpdateJobRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -297,6 +298,9 @@ declare const UpdateJobCommand_base: {
|
|
|
297
298
|
* Inputs: [ // required
|
|
298
299
|
* "STRING_VALUE",
|
|
299
300
|
* ],
|
|
301
|
+
* PartitionKeys: [ // GlueStudioPathList
|
|
302
|
+
* "<EnclosedInStringProperties>",
|
|
303
|
+
* ],
|
|
300
304
|
* Database: "STRING_VALUE", // required
|
|
301
305
|
* Table: "STRING_VALUE", // required
|
|
302
306
|
* },
|
|
@@ -322,7 +326,7 @@ declare const UpdateJobCommand_base: {
|
|
|
322
326
|
* Inputs: [ // required
|
|
323
327
|
* "STRING_VALUE",
|
|
324
328
|
* ],
|
|
325
|
-
* PartitionKeys: [
|
|
329
|
+
* PartitionKeys: [
|
|
326
330
|
* "<EnclosedInStringProperties>",
|
|
327
331
|
* ],
|
|
328
332
|
* Table: "STRING_VALUE", // required
|
|
@@ -396,9 +400,7 @@ declare const UpdateJobCommand_base: {
|
|
|
396
400
|
* DropFields: { // DropFields
|
|
397
401
|
* Name: "STRING_VALUE", // required
|
|
398
402
|
* Inputs: "<OneInput>", // required
|
|
399
|
-
* Paths:
|
|
400
|
-
* "<EnclosedInStringProperties>",
|
|
401
|
-
* ],
|
|
403
|
+
* Paths: "<GlueStudioPathList>", // required
|
|
402
404
|
* },
|
|
403
405
|
* RenameField: { // RenameField
|
|
404
406
|
* Name: "STRING_VALUE", // required
|