@aws-sdk/client-glue 3.74.0 → 3.78.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 (154) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/Glue.js +75 -0
  3. package/dist-cjs/commands/BatchGetCustomEntityTypesCommand.js +36 -0
  4. package/dist-cjs/commands/CreateCustomEntityTypeCommand.js +36 -0
  5. package/dist-cjs/commands/DeleteCustomEntityTypeCommand.js +36 -0
  6. package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +2 -1
  7. package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +3 -3
  8. package/dist-cjs/commands/GetCustomEntityTypeCommand.js +36 -0
  9. package/dist-cjs/commands/ListCustomEntityTypesCommand.js +36 -0
  10. package/dist-cjs/commands/UpdateJobCommand.js +2 -1
  11. package/dist-cjs/commands/UpdateMLTransformCommand.js +3 -3
  12. package/dist-cjs/commands/UpdatePartitionCommand.js +3 -3
  13. package/dist-cjs/commands/UpdateRegistryCommand.js +3 -3
  14. package/dist-cjs/commands/UpdateSchemaCommand.js +3 -3
  15. package/dist-cjs/commands/UpdateTableCommand.js +3 -3
  16. package/dist-cjs/commands/index.js +5 -0
  17. package/dist-cjs/models/models_0.js +61 -65
  18. package/dist-cjs/models/models_1.js +76 -72
  19. package/dist-cjs/models/models_2.js +67 -1
  20. package/dist-cjs/pagination/GetBlueprintRunsPaginator.js +2 -1
  21. package/dist-cjs/pagination/GetClassifiersPaginator.js +2 -1
  22. package/dist-cjs/pagination/GetConnectionsPaginator.js +2 -1
  23. package/dist-cjs/pagination/GetCrawlerMetricsPaginator.js +2 -1
  24. package/dist-cjs/pagination/GetCrawlersPaginator.js +2 -1
  25. package/dist-cjs/pagination/GetDatabasesPaginator.js +2 -1
  26. package/dist-cjs/pagination/GetDevEndpointsPaginator.js +2 -1
  27. package/dist-cjs/pagination/GetJobRunsPaginator.js +2 -1
  28. package/dist-cjs/pagination/GetJobsPaginator.js +2 -1
  29. package/dist-cjs/pagination/GetMLTaskRunsPaginator.js +2 -1
  30. package/dist-cjs/pagination/GetMLTransformsPaginator.js +2 -1
  31. package/dist-cjs/pagination/GetPartitionIndexesPaginator.js +2 -1
  32. package/dist-cjs/pagination/GetPartitionsPaginator.js +2 -1
  33. package/dist-cjs/pagination/GetResourcePoliciesPaginator.js +2 -1
  34. package/dist-cjs/pagination/GetSecurityConfigurationsPaginator.js +2 -1
  35. package/dist-cjs/pagination/GetTableVersionsPaginator.js +2 -1
  36. package/dist-cjs/pagination/GetTablesPaginator.js +2 -1
  37. package/dist-cjs/pagination/GetTriggersPaginator.js +2 -1
  38. package/dist-cjs/pagination/GetUnfilteredPartitionsMetadataPaginator.js +2 -1
  39. package/dist-cjs/pagination/GetUserDefinedFunctionsPaginator.js +2 -1
  40. package/dist-cjs/pagination/GetWorkflowRunsPaginator.js +2 -1
  41. package/dist-cjs/pagination/ListBlueprintsPaginator.js +2 -1
  42. package/dist-cjs/pagination/ListCrawlersPaginator.js +2 -1
  43. package/dist-cjs/pagination/ListCustomEntityTypesPaginator.js +36 -0
  44. package/dist-cjs/pagination/ListDevEndpointsPaginator.js +2 -1
  45. package/dist-cjs/pagination/ListJobsPaginator.js +2 -1
  46. package/dist-cjs/pagination/ListMLTransformsPaginator.js +2 -1
  47. package/dist-cjs/pagination/ListRegistriesPaginator.js +2 -1
  48. package/dist-cjs/pagination/ListSchemaVersionsPaginator.js +2 -1
  49. package/dist-cjs/pagination/ListSchemasPaginator.js +2 -1
  50. package/dist-cjs/pagination/ListSessionsPaginator.js +2 -1
  51. package/dist-cjs/pagination/ListTriggersPaginator.js +2 -1
  52. package/dist-cjs/pagination/ListWorkflowsPaginator.js +2 -1
  53. package/dist-cjs/pagination/SearchTablesPaginator.js +2 -1
  54. package/dist-cjs/pagination/index.js +1 -0
  55. package/dist-cjs/protocols/Aws_json1_1.js +421 -8
  56. package/dist-es/Glue.js +75 -0
  57. package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +39 -0
  58. package/dist-es/commands/CreateCustomEntityTypeCommand.js +39 -0
  59. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +39 -0
  60. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +2 -1
  61. package/dist-es/commands/GetColumnStatisticsForTableCommand.js +1 -1
  62. package/dist-es/commands/GetCustomEntityTypeCommand.js +39 -0
  63. package/dist-es/commands/ListCustomEntityTypesCommand.js +39 -0
  64. package/dist-es/commands/UpdateJobCommand.js +2 -1
  65. package/dist-es/commands/UpdateMLTransformCommand.js +1 -1
  66. package/dist-es/commands/UpdatePartitionCommand.js +1 -1
  67. package/dist-es/commands/UpdateRegistryCommand.js +1 -1
  68. package/dist-es/commands/UpdateSchemaCommand.js +1 -1
  69. package/dist-es/commands/UpdateTableCommand.js +1 -1
  70. package/dist-es/commands/index.js +5 -0
  71. package/dist-es/models/models_0.js +41 -47
  72. package/dist-es/models/models_1.js +50 -44
  73. package/dist-es/models/models_2.js +44 -0
  74. package/dist-es/pagination/GetBlueprintRunsPaginator.js +3 -2
  75. package/dist-es/pagination/GetClassifiersPaginator.js +3 -2
  76. package/dist-es/pagination/GetConnectionsPaginator.js +3 -2
  77. package/dist-es/pagination/GetCrawlerMetricsPaginator.js +3 -2
  78. package/dist-es/pagination/GetCrawlersPaginator.js +3 -2
  79. package/dist-es/pagination/GetDatabasesPaginator.js +3 -2
  80. package/dist-es/pagination/GetDevEndpointsPaginator.js +3 -2
  81. package/dist-es/pagination/GetJobRunsPaginator.js +3 -2
  82. package/dist-es/pagination/GetJobsPaginator.js +3 -2
  83. package/dist-es/pagination/GetMLTaskRunsPaginator.js +3 -2
  84. package/dist-es/pagination/GetMLTransformsPaginator.js +3 -2
  85. package/dist-es/pagination/GetPartitionIndexesPaginator.js +3 -2
  86. package/dist-es/pagination/GetPartitionsPaginator.js +3 -2
  87. package/dist-es/pagination/GetResourcePoliciesPaginator.js +3 -2
  88. package/dist-es/pagination/GetSecurityConfigurationsPaginator.js +3 -2
  89. package/dist-es/pagination/GetTableVersionsPaginator.js +3 -2
  90. package/dist-es/pagination/GetTablesPaginator.js +3 -2
  91. package/dist-es/pagination/GetTriggersPaginator.js +3 -2
  92. package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +3 -2
  93. package/dist-es/pagination/GetUserDefinedFunctionsPaginator.js +3 -2
  94. package/dist-es/pagination/GetWorkflowRunsPaginator.js +3 -2
  95. package/dist-es/pagination/ListBlueprintsPaginator.js +3 -2
  96. package/dist-es/pagination/ListCrawlersPaginator.js +3 -2
  97. package/dist-es/pagination/ListCustomEntityTypesPaginator.js +75 -0
  98. package/dist-es/pagination/ListDevEndpointsPaginator.js +3 -2
  99. package/dist-es/pagination/ListJobsPaginator.js +3 -2
  100. package/dist-es/pagination/ListMLTransformsPaginator.js +3 -2
  101. package/dist-es/pagination/ListRegistriesPaginator.js +3 -2
  102. package/dist-es/pagination/ListSchemaVersionsPaginator.js +3 -2
  103. package/dist-es/pagination/ListSchemasPaginator.js +3 -2
  104. package/dist-es/pagination/ListSessionsPaginator.js +3 -2
  105. package/dist-es/pagination/ListTriggersPaginator.js +3 -2
  106. package/dist-es/pagination/ListWorkflowsPaginator.js +3 -2
  107. package/dist-es/pagination/SearchTablesPaginator.js +3 -2
  108. package/dist-es/pagination/index.js +1 -0
  109. package/dist-es/protocols/Aws_json1_1.js +493 -0
  110. package/dist-types/Glue.d.ts +37 -0
  111. package/dist-types/GlueClient.d.ts +7 -2
  112. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +35 -0
  113. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +37 -0
  114. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +35 -0
  115. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
  116. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +1 -1
  117. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +35 -0
  118. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +35 -0
  119. package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
  120. package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -1
  121. package/dist-types/commands/UpdatePartitionCommand.d.ts +1 -1
  122. package/dist-types/commands/UpdateRegistryCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateTableCommand.d.ts +1 -1
  125. package/dist-types/commands/index.d.ts +5 -0
  126. package/dist-types/models/models_0.d.ts +141 -170
  127. package/dist-types/models/models_1.d.ts +223 -261
  128. package/dist-types/models/models_2.d.ts +262 -1
  129. package/dist-types/pagination/ListCustomEntityTypesPaginator.d.ts +4 -0
  130. package/dist-types/pagination/index.d.ts +1 -0
  131. package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
  132. package/dist-types/ts3.4/Glue.d.ts +25 -0
  133. package/dist-types/ts3.4/GlueClient.d.ts +7 -2
  134. package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
  138. package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
  142. package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  148. package/dist-types/ts3.4/models/models_0.d.ts +35 -0
  149. package/dist-types/ts3.4/models/models_1.d.ts +133 -1
  150. package/dist-types/ts3.4/models/models_2.d.ts +137 -1
  151. package/dist-types/ts3.4/pagination/ListCustomEntityTypesPaginator.d.ts +4 -0
  152. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  153. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +15 -0
  154. package/package.json +25 -25
@@ -920,8 +920,17 @@ export declare namespace BatchGetCrawlersRequest {
920
920
  */
921
921
  const filterSensitiveLog: (obj: BatchGetCrawlersRequest) => any;
922
922
  }
923
+ /**
924
+ * <p>Specifies AWS Lake Formation configuration settings for the crawler.</p>
925
+ */
923
926
  export interface LakeFormationConfiguration {
927
+ /**
928
+ * <p>Specifies whether to use AWS Lake Formation credentials for the crawler instead of the IAM role credentials.</p>
929
+ */
924
930
  UseLakeFormationCredentials?: boolean;
931
+ /**
932
+ * <p>Required for cross account crawls. For same account crawls as the target data, this can be left as null.</p>
933
+ */
925
934
  AccountId?: string;
926
935
  }
927
936
  export declare namespace LakeFormationConfiguration {
@@ -1365,6 +1374,9 @@ export interface Crawler {
1365
1374
  * crawler.</p>
1366
1375
  */
1367
1376
  CrawlerSecurityConfiguration?: string;
1377
+ /**
1378
+ * <p>Specifies whether the crawler should use AWS Lake Formation credentials for the crawler instead of the IAM role credentials.</p>
1379
+ */
1368
1380
  LakeFormationConfiguration?: LakeFormationConfiguration;
1369
1381
  }
1370
1382
  export declare namespace Crawler {
@@ -1389,6 +1401,59 @@ export declare namespace BatchGetCrawlersResponse {
1389
1401
  */
1390
1402
  const filterSensitiveLog: (obj: BatchGetCrawlersResponse) => any;
1391
1403
  }
1404
+ export interface BatchGetCustomEntityTypesRequest {
1405
+ /**
1406
+ * <p>A list of names of the custom patterns that you want to retrieve.</p>
1407
+ */
1408
+ Names: string[] | undefined;
1409
+ }
1410
+ export declare namespace BatchGetCustomEntityTypesRequest {
1411
+ /**
1412
+ * @internal
1413
+ */
1414
+ const filterSensitiveLog: (obj: BatchGetCustomEntityTypesRequest) => any;
1415
+ }
1416
+ /**
1417
+ * <p>An object representing a custom pattern for detecting sensitive data across the columns and rows of your structured data.</p>
1418
+ */
1419
+ export interface CustomEntityType {
1420
+ /**
1421
+ * <p>A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.</p>
1422
+ */
1423
+ Name: string | undefined;
1424
+ /**
1425
+ * <p>A regular expression string that is used for detecting sensitive data in a custom pattern.</p>
1426
+ */
1427
+ RegexString: string | undefined;
1428
+ /**
1429
+ * <p>A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.</p>
1430
+ *
1431
+ * <p>If no context words are passed only a regular expression is checked.</p>
1432
+ */
1433
+ ContextWords?: string[];
1434
+ }
1435
+ export declare namespace CustomEntityType {
1436
+ /**
1437
+ * @internal
1438
+ */
1439
+ const filterSensitiveLog: (obj: CustomEntityType) => any;
1440
+ }
1441
+ export interface BatchGetCustomEntityTypesResponse {
1442
+ /**
1443
+ * <p>A list of <code>CustomEntityType</code> objects representing the custom patterns that have been created.</p>
1444
+ */
1445
+ CustomEntityTypes?: CustomEntityType[];
1446
+ /**
1447
+ * <p>A list of the names of custom patterns that were not found.</p>
1448
+ */
1449
+ CustomEntityTypesNotFound?: string[];
1450
+ }
1451
+ export declare namespace BatchGetCustomEntityTypesResponse {
1452
+ /**
1453
+ * @internal
1454
+ */
1455
+ const filterSensitiveLog: (obj: BatchGetCustomEntityTypesResponse) => any;
1456
+ }
1392
1457
  export interface BatchGetDevEndpointsRequest {
1393
1458
  /**
1394
1459
  * <p>The list of <code>DevEndpoint</code> names, which might be the names returned from the
@@ -3386,6 +3451,9 @@ export interface CreateCrawlerRequest {
3386
3451
  * <p>Specifies data lineage configuration settings for the crawler.</p>
3387
3452
  */
3388
3453
  LineageConfiguration?: LineageConfiguration;
3454
+ /**
3455
+ * <p>Specifies AWS Lake Formation configuration settings for the crawler.</p>
3456
+ */
3389
3457
  LakeFormationConfiguration?: LakeFormationConfiguration;
3390
3458
  /**
3391
3459
  * <p>Crawler configuration information. This versioned JSON
@@ -3421,6 +3489,55 @@ export declare namespace CreateCrawlerResponse {
3421
3489
  */
3422
3490
  const filterSensitiveLog: (obj: CreateCrawlerResponse) => any;
3423
3491
  }
3492
+ export interface CreateCustomEntityTypeRequest {
3493
+ /**
3494
+ * <p>A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.</p>
3495
+ */
3496
+ Name: string | undefined;
3497
+ /**
3498
+ * <p>A regular expression string that is used for detecting sensitive data in a custom pattern.</p>
3499
+ */
3500
+ RegexString: string | undefined;
3501
+ /**
3502
+ * <p>A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.</p>
3503
+ *
3504
+ * <p>If no context words are passed only a regular expression is checked.</p>
3505
+ */
3506
+ ContextWords?: string[];
3507
+ }
3508
+ export declare namespace CreateCustomEntityTypeRequest {
3509
+ /**
3510
+ * @internal
3511
+ */
3512
+ const filterSensitiveLog: (obj: CreateCustomEntityTypeRequest) => any;
3513
+ }
3514
+ export interface CreateCustomEntityTypeResponse {
3515
+ /**
3516
+ * <p>The name of the custom pattern you created.</p>
3517
+ */
3518
+ Name?: string;
3519
+ }
3520
+ export declare namespace CreateCustomEntityTypeResponse {
3521
+ /**
3522
+ * @internal
3523
+ */
3524
+ const filterSensitiveLog: (obj: CreateCustomEntityTypeResponse) => any;
3525
+ }
3526
+ /**
3527
+ * <p>The same unique identifier was associated with two different records.</p>
3528
+ */
3529
+ export declare class IdempotentParameterMismatchException extends __BaseException {
3530
+ readonly name: "IdempotentParameterMismatchException";
3531
+ readonly $fault: "client";
3532
+ /**
3533
+ * <p>A message describing the problem.</p>
3534
+ */
3535
+ Message?: string;
3536
+ /**
3537
+ * @internal
3538
+ */
3539
+ constructor(opts: __ExceptionOptionType<IdempotentParameterMismatchException, __BaseException>);
3540
+ }
3424
3541
  /**
3425
3542
  * <p>Two processes are trying to modify a resource simultaneously.</p>
3426
3543
  */
@@ -3783,21 +3900,6 @@ export declare namespace CreateDevEndpointResponse {
3783
3900
  */
3784
3901
  const filterSensitiveLog: (obj: CreateDevEndpointResponse) => any;
3785
3902
  }
3786
- /**
3787
- * <p>The same unique identifier was associated with two different records.</p>
3788
- */
3789
- export declare class IdempotentParameterMismatchException extends __BaseException {
3790
- readonly name: "IdempotentParameterMismatchException";
3791
- readonly $fault: "client";
3792
- /**
3793
- * <p>A message describing the problem.</p>
3794
- */
3795
- Message?: string;
3796
- /**
3797
- * @internal
3798
- */
3799
- constructor(opts: __ExceptionOptionType<IdempotentParameterMismatchException, __BaseException>);
3800
- }
3801
3903
  /**
3802
3904
  * <p>A value could not be validated.</p>
3803
3905
  */
@@ -5521,6 +5623,30 @@ export declare class SchedulerTransitioningException extends __BaseException {
5521
5623
  */
5522
5624
  constructor(opts: __ExceptionOptionType<SchedulerTransitioningException, __BaseException>);
5523
5625
  }
5626
+ export interface DeleteCustomEntityTypeRequest {
5627
+ /**
5628
+ * <p>The name of the custom pattern that you want to delete.</p>
5629
+ */
5630
+ Name: string | undefined;
5631
+ }
5632
+ export declare namespace DeleteCustomEntityTypeRequest {
5633
+ /**
5634
+ * @internal
5635
+ */
5636
+ const filterSensitiveLog: (obj: DeleteCustomEntityTypeRequest) => any;
5637
+ }
5638
+ export interface DeleteCustomEntityTypeResponse {
5639
+ /**
5640
+ * <p>The name of the custom pattern you deleted.</p>
5641
+ */
5642
+ Name?: string;
5643
+ }
5644
+ export declare namespace DeleteCustomEntityTypeResponse {
5645
+ /**
5646
+ * @internal
5647
+ */
5648
+ const filterSensitiveLog: (obj: DeleteCustomEntityTypeResponse) => any;
5649
+ }
5524
5650
  export interface DeleteDatabaseRequest {
5525
5651
  /**
5526
5652
  * <p>The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services
@@ -6775,158 +6901,3 @@ export declare namespace StringColumnStatisticsData {
6775
6901
  */
6776
6902
  const filterSensitiveLog: (obj: StringColumnStatisticsData) => any;
6777
6903
  }
6778
- export declare enum ColumnStatisticsType {
6779
- BINARY = "BINARY",
6780
- BOOLEAN = "BOOLEAN",
6781
- DATE = "DATE",
6782
- DECIMAL = "DECIMAL",
6783
- DOUBLE = "DOUBLE",
6784
- LONG = "LONG",
6785
- STRING = "STRING"
6786
- }
6787
- /**
6788
- * <p>Contains the individual types of column statistics data. Only one data object should be set and indicated by the <code>Type</code> attribute.</p>
6789
- */
6790
- export interface ColumnStatisticsData {
6791
- /**
6792
- * <p>The type of column statistics data.</p>
6793
- */
6794
- Type: ColumnStatisticsType | string | undefined;
6795
- /**
6796
- * <p>Boolean column statistics data.</p>
6797
- */
6798
- BooleanColumnStatisticsData?: BooleanColumnStatisticsData;
6799
- /**
6800
- * <p>Date column statistics data.</p>
6801
- */
6802
- DateColumnStatisticsData?: DateColumnStatisticsData;
6803
- /**
6804
- * <p>Decimal column statistics data.</p>
6805
- */
6806
- DecimalColumnStatisticsData?: DecimalColumnStatisticsData;
6807
- /**
6808
- * <p>Double column statistics data.</p>
6809
- */
6810
- DoubleColumnStatisticsData?: DoubleColumnStatisticsData;
6811
- /**
6812
- * <p>Long column statistics data.</p>
6813
- */
6814
- LongColumnStatisticsData?: LongColumnStatisticsData;
6815
- /**
6816
- * <p>String column statistics data.</p>
6817
- */
6818
- StringColumnStatisticsData?: StringColumnStatisticsData;
6819
- /**
6820
- * <p>Binary column statistics data.</p>
6821
- */
6822
- BinaryColumnStatisticsData?: BinaryColumnStatisticsData;
6823
- }
6824
- export declare namespace ColumnStatisticsData {
6825
- /**
6826
- * @internal
6827
- */
6828
- const filterSensitiveLog: (obj: ColumnStatisticsData) => any;
6829
- }
6830
- /**
6831
- * <p>Represents the generated column-level statistics for a table or partition.</p>
6832
- */
6833
- export interface ColumnStatistics {
6834
- /**
6835
- * <p>Name of column which statistics belong to.</p>
6836
- */
6837
- ColumnName: string | undefined;
6838
- /**
6839
- * <p>The data type of the column.</p>
6840
- */
6841
- ColumnType: string | undefined;
6842
- /**
6843
- * <p>The timestamp of when column statistics were generated.</p>
6844
- */
6845
- AnalyzedTime: Date | undefined;
6846
- /**
6847
- * <p>A <code>ColumnStatisticData</code> object that contains the statistics data values.</p>
6848
- */
6849
- StatisticsData: ColumnStatisticsData | undefined;
6850
- }
6851
- export declare namespace ColumnStatistics {
6852
- /**
6853
- * @internal
6854
- */
6855
- const filterSensitiveLog: (obj: ColumnStatistics) => any;
6856
- }
6857
- /**
6858
- * <p>Encapsulates a column name that failed and the reason for failure.</p>
6859
- */
6860
- export interface ColumnError {
6861
- /**
6862
- * <p>The name of the column that failed.</p>
6863
- */
6864
- ColumnName?: string;
6865
- /**
6866
- * <p>An error message with the reason for the failure of an operation.</p>
6867
- */
6868
- Error?: ErrorDetail;
6869
- }
6870
- export declare namespace ColumnError {
6871
- /**
6872
- * @internal
6873
- */
6874
- const filterSensitiveLog: (obj: ColumnError) => any;
6875
- }
6876
- export interface GetColumnStatisticsForPartitionResponse {
6877
- /**
6878
- * <p>List of ColumnStatistics that failed to be retrieved.</p>
6879
- */
6880
- ColumnStatisticsList?: ColumnStatistics[];
6881
- /**
6882
- * <p>Error occurred during retrieving column statistics data.</p>
6883
- */
6884
- Errors?: ColumnError[];
6885
- }
6886
- export declare namespace GetColumnStatisticsForPartitionResponse {
6887
- /**
6888
- * @internal
6889
- */
6890
- const filterSensitiveLog: (obj: GetColumnStatisticsForPartitionResponse) => any;
6891
- }
6892
- export interface GetColumnStatisticsForTableRequest {
6893
- /**
6894
- * <p>The ID of the Data Catalog where the partitions in question reside.
6895
- * If none is supplied, the Amazon Web Services account ID is used by default.</p>
6896
- */
6897
- CatalogId?: string;
6898
- /**
6899
- * <p>The name of the catalog database where the partitions reside.</p>
6900
- */
6901
- DatabaseName: string | undefined;
6902
- /**
6903
- * <p>The name of the partitions' table.</p>
6904
- */
6905
- TableName: string | undefined;
6906
- /**
6907
- * <p>A list of the column names.</p>
6908
- */
6909
- ColumnNames: string[] | undefined;
6910
- }
6911
- export declare namespace GetColumnStatisticsForTableRequest {
6912
- /**
6913
- * @internal
6914
- */
6915
- const filterSensitiveLog: (obj: GetColumnStatisticsForTableRequest) => any;
6916
- }
6917
- export interface GetColumnStatisticsForTableResponse {
6918
- /**
6919
- * <p>List of ColumnStatistics that failed to be retrieved.</p>
6920
- */
6921
- ColumnStatisticsList?: ColumnStatistics[];
6922
- /**
6923
- * <p>List of ColumnStatistics that failed to be retrieved.</p>
6924
- */
6925
- Errors?: ColumnError[];
6926
- }
6927
- export declare namespace GetColumnStatisticsForTableResponse {
6928
- /**
6929
- * @internal
6930
- */
6931
- const filterSensitiveLog: (obj: GetColumnStatisticsForTableResponse) => any;
6932
- }