@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
@@ -1,6 +1,161 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
3
- import { AuditContext, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Column, ColumnStatistics, Compatibility, ConnectionInput, ConnectionsList, ConnectionType, Crawler, CrawlerTargets, CsvHeaderOption, DatabaseIdentifier, DatabaseInput, DataFormat, DevEndpoint, EncryptionConfiguration, ErrorDetail, ExecutionProperty, GlueTable, Job, JobCommand, JobRun, LakeFormationConfiguration, Language, LineageConfiguration, NotificationProperty, Partition, PartitionInput, PartitionValueList, PhysicalConnectionRequirements, PrincipalPermissions, PrincipalType, RecrawlPolicy, RegistryId, RegistryStatus, ResourceUri, SchemaChangePolicy, SchemaId, SchemaStatus, SchemaVersionStatus, Session, StorageDescriptor, TableIdentifier, TableInput, TaskStatusType, TransformEncryption, TransformParameters, TransformType, Trigger, WorkerType, Workflow, WorkflowRun } from "./models_0";
3
+ import { AuditContext, BinaryColumnStatisticsData, BooleanColumnStatisticsData, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Column, Compatibility, ConnectionInput, ConnectionsList, ConnectionType, Crawler, CrawlerTargets, CsvHeaderOption, CustomEntityType, DatabaseIdentifier, DatabaseInput, DataFormat, DateColumnStatisticsData, DecimalColumnStatisticsData, DevEndpoint, DoubleColumnStatisticsData, EncryptionConfiguration, ErrorDetail, ExecutionProperty, GlueTable, Job, JobCommand, JobRun, LakeFormationConfiguration, Language, LineageConfiguration, LongColumnStatisticsData, NotificationProperty, Partition, PartitionValueList, PhysicalConnectionRequirements, PrincipalPermissions, PrincipalType, RecrawlPolicy, RegistryId, RegistryStatus, ResourceUri, SchemaChangePolicy, SchemaId, SchemaStatus, SchemaVersionStatus, Session, StorageDescriptor, StringColumnStatisticsData, TableIdentifier, TaskStatusType, TransformEncryption, TransformParameters, TransformType, Trigger, WorkerType, Workflow, WorkflowRun } from "./models_0";
4
+ export declare enum ColumnStatisticsType {
5
+ BINARY = "BINARY",
6
+ BOOLEAN = "BOOLEAN",
7
+ DATE = "DATE",
8
+ DECIMAL = "DECIMAL",
9
+ DOUBLE = "DOUBLE",
10
+ LONG = "LONG",
11
+ STRING = "STRING"
12
+ }
13
+ /**
14
+ * <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>
15
+ */
16
+ export interface ColumnStatisticsData {
17
+ /**
18
+ * <p>The type of column statistics data.</p>
19
+ */
20
+ Type: ColumnStatisticsType | string | undefined;
21
+ /**
22
+ * <p>Boolean column statistics data.</p>
23
+ */
24
+ BooleanColumnStatisticsData?: BooleanColumnStatisticsData;
25
+ /**
26
+ * <p>Date column statistics data.</p>
27
+ */
28
+ DateColumnStatisticsData?: DateColumnStatisticsData;
29
+ /**
30
+ * <p>Decimal column statistics data.</p>
31
+ */
32
+ DecimalColumnStatisticsData?: DecimalColumnStatisticsData;
33
+ /**
34
+ * <p>Double column statistics data.</p>
35
+ */
36
+ DoubleColumnStatisticsData?: DoubleColumnStatisticsData;
37
+ /**
38
+ * <p>Long column statistics data.</p>
39
+ */
40
+ LongColumnStatisticsData?: LongColumnStatisticsData;
41
+ /**
42
+ * <p>String column statistics data.</p>
43
+ */
44
+ StringColumnStatisticsData?: StringColumnStatisticsData;
45
+ /**
46
+ * <p>Binary column statistics data.</p>
47
+ */
48
+ BinaryColumnStatisticsData?: BinaryColumnStatisticsData;
49
+ }
50
+ export declare namespace ColumnStatisticsData {
51
+ /**
52
+ * @internal
53
+ */
54
+ const filterSensitiveLog: (obj: ColumnStatisticsData) => any;
55
+ }
56
+ /**
57
+ * <p>Represents the generated column-level statistics for a table or partition.</p>
58
+ */
59
+ export interface ColumnStatistics {
60
+ /**
61
+ * <p>Name of column which statistics belong to.</p>
62
+ */
63
+ ColumnName: string | undefined;
64
+ /**
65
+ * <p>The data type of the column.</p>
66
+ */
67
+ ColumnType: string | undefined;
68
+ /**
69
+ * <p>The timestamp of when column statistics were generated.</p>
70
+ */
71
+ AnalyzedTime: Date | undefined;
72
+ /**
73
+ * <p>A <code>ColumnStatisticData</code> object that contains the statistics data values.</p>
74
+ */
75
+ StatisticsData: ColumnStatisticsData | undefined;
76
+ }
77
+ export declare namespace ColumnStatistics {
78
+ /**
79
+ * @internal
80
+ */
81
+ const filterSensitiveLog: (obj: ColumnStatistics) => any;
82
+ }
83
+ /**
84
+ * <p>Encapsulates a column name that failed and the reason for failure.</p>
85
+ */
86
+ export interface ColumnError {
87
+ /**
88
+ * <p>The name of the column that failed.</p>
89
+ */
90
+ ColumnName?: string;
91
+ /**
92
+ * <p>An error message with the reason for the failure of an operation.</p>
93
+ */
94
+ Error?: ErrorDetail;
95
+ }
96
+ export declare namespace ColumnError {
97
+ /**
98
+ * @internal
99
+ */
100
+ const filterSensitiveLog: (obj: ColumnError) => any;
101
+ }
102
+ export interface GetColumnStatisticsForPartitionResponse {
103
+ /**
104
+ * <p>List of ColumnStatistics that failed to be retrieved.</p>
105
+ */
106
+ ColumnStatisticsList?: ColumnStatistics[];
107
+ /**
108
+ * <p>Error occurred during retrieving column statistics data.</p>
109
+ */
110
+ Errors?: ColumnError[];
111
+ }
112
+ export declare namespace GetColumnStatisticsForPartitionResponse {
113
+ /**
114
+ * @internal
115
+ */
116
+ const filterSensitiveLog: (obj: GetColumnStatisticsForPartitionResponse) => any;
117
+ }
118
+ export interface GetColumnStatisticsForTableRequest {
119
+ /**
120
+ * <p>The ID of the Data Catalog where the partitions in question reside.
121
+ * If none is supplied, the Amazon Web Services account ID is used by default.</p>
122
+ */
123
+ CatalogId?: string;
124
+ /**
125
+ * <p>The name of the catalog database where the partitions reside.</p>
126
+ */
127
+ DatabaseName: string | undefined;
128
+ /**
129
+ * <p>The name of the partitions' table.</p>
130
+ */
131
+ TableName: string | undefined;
132
+ /**
133
+ * <p>A list of the column names.</p>
134
+ */
135
+ ColumnNames: string[] | undefined;
136
+ }
137
+ export declare namespace GetColumnStatisticsForTableRequest {
138
+ /**
139
+ * @internal
140
+ */
141
+ const filterSensitiveLog: (obj: GetColumnStatisticsForTableRequest) => any;
142
+ }
143
+ export interface GetColumnStatisticsForTableResponse {
144
+ /**
145
+ * <p>List of ColumnStatistics that failed to be retrieved.</p>
146
+ */
147
+ ColumnStatisticsList?: ColumnStatistics[];
148
+ /**
149
+ * <p>List of ColumnStatistics that failed to be retrieved.</p>
150
+ */
151
+ Errors?: ColumnError[];
152
+ }
153
+ export declare namespace GetColumnStatisticsForTableResponse {
154
+ /**
155
+ * @internal
156
+ */
157
+ const filterSensitiveLog: (obj: GetColumnStatisticsForTableResponse) => any;
158
+ }
4
159
  export interface GetConnectionRequest {
5
160
  /**
6
161
  * <p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services
@@ -427,6 +582,38 @@ export declare namespace GetCrawlersResponse {
427
582
  */
428
583
  const filterSensitiveLog: (obj: GetCrawlersResponse) => any;
429
584
  }
585
+ export interface GetCustomEntityTypeRequest {
586
+ /**
587
+ * <p>The name of the custom pattern that you want to retrieve.</p>
588
+ */
589
+ Name: string | undefined;
590
+ }
591
+ export declare namespace GetCustomEntityTypeRequest {
592
+ /**
593
+ * @internal
594
+ */
595
+ const filterSensitiveLog: (obj: GetCustomEntityTypeRequest) => any;
596
+ }
597
+ export interface GetCustomEntityTypeResponse {
598
+ /**
599
+ * <p>The name of the custom pattern that you retrieved.</p>
600
+ */
601
+ Name?: string;
602
+ /**
603
+ * <p>A regular expression string that is used for detecting sensitive data in a custom pattern.</p>
604
+ */
605
+ RegexString?: string;
606
+ /**
607
+ * <p>A list of context words if specified when you created the custom pattern. 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>
608
+ */
609
+ ContextWords?: string[];
610
+ }
611
+ export declare namespace GetCustomEntityTypeResponse {
612
+ /**
613
+ * @internal
614
+ */
615
+ const filterSensitiveLog: (obj: GetCustomEntityTypeResponse) => any;
616
+ }
430
617
  export interface GetDatabaseRequest {
431
618
  /**
432
619
  * <p>The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services
@@ -3886,6 +4073,38 @@ export declare namespace ListCrawlersResponse {
3886
4073
  */
3887
4074
  const filterSensitiveLog: (obj: ListCrawlersResponse) => any;
3888
4075
  }
4076
+ export interface ListCustomEntityTypesRequest {
4077
+ /**
4078
+ * <p>A paginated token to offset the results.</p>
4079
+ */
4080
+ NextToken?: string;
4081
+ /**
4082
+ * <p>The maximum number of results to return.</p>
4083
+ */
4084
+ MaxResults?: number;
4085
+ }
4086
+ export declare namespace ListCustomEntityTypesRequest {
4087
+ /**
4088
+ * @internal
4089
+ */
4090
+ const filterSensitiveLog: (obj: ListCustomEntityTypesRequest) => any;
4091
+ }
4092
+ export interface ListCustomEntityTypesResponse {
4093
+ /**
4094
+ * <p>A list of <code>CustomEntityType</code> objects representing custom patterns.</p>
4095
+ */
4096
+ CustomEntityTypes?: CustomEntityType[];
4097
+ /**
4098
+ * <p>A pagination token, if more results are available.</p>
4099
+ */
4100
+ NextToken?: string;
4101
+ }
4102
+ export declare namespace ListCustomEntityTypesResponse {
4103
+ /**
4104
+ * @internal
4105
+ */
4106
+ const filterSensitiveLog: (obj: ListCustomEntityTypesResponse) => any;
4107
+ }
3889
4108
  export interface ListDevEndpointsRequest {
3890
4109
  /**
3891
4110
  * <p>A continuation token, if this is a continuation request.</p>
@@ -6023,6 +6242,9 @@ export interface UpdateCrawlerRequest {
6023
6242
  * <p>Specifies data lineage configuration settings for the crawler.</p>
6024
6243
  */
6025
6244
  LineageConfiguration?: LineageConfiguration;
6245
+ /**
6246
+ * <p>Specifies AWS Lake Formation configuration settings for the crawler.</p>
6247
+ */
6026
6248
  LakeFormationConfiguration?: LakeFormationConfiguration;
6027
6249
  /**
6028
6250
  * <p>Crawler configuration information. This versioned JSON string allows users
@@ -6353,263 +6575,3 @@ export declare namespace UpdateJobRequest {
6353
6575
  */
6354
6576
  const filterSensitiveLog: (obj: UpdateJobRequest) => any;
6355
6577
  }
6356
- export interface UpdateJobResponse {
6357
- /**
6358
- * <p>Returns the name of the updated job definition.</p>
6359
- */
6360
- JobName?: string;
6361
- }
6362
- export declare namespace UpdateJobResponse {
6363
- /**
6364
- * @internal
6365
- */
6366
- const filterSensitiveLog: (obj: UpdateJobResponse) => any;
6367
- }
6368
- export interface UpdateMLTransformRequest {
6369
- /**
6370
- * <p>A unique identifier that was generated when the transform was created.</p>
6371
- */
6372
- TransformId: string | undefined;
6373
- /**
6374
- * <p>The unique name that you gave the transform when you created it.</p>
6375
- */
6376
- Name?: string;
6377
- /**
6378
- * <p>A description of the transform. The default is an empty string.</p>
6379
- */
6380
- Description?: string;
6381
- /**
6382
- * <p>The configuration parameters that are specific to the transform type (algorithm) used.
6383
- * Conditionally dependent on the transform type.</p>
6384
- */
6385
- Parameters?: TransformParameters;
6386
- /**
6387
- * <p>The name or Amazon Resource Name (ARN) of the IAM role with the required
6388
- * permissions.</p>
6389
- */
6390
- Role?: string;
6391
- /**
6392
- * <p>This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see <a href="https://docs.aws.amazon.com/glue/latest/dg/release-notes.html#release-notes-versions">Glue Versions</a> in the developer guide.</p>
6393
- */
6394
- GlueVersion?: string;
6395
- /**
6396
- * <p>The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of
6397
- * processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more
6398
- * information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
6399
- * page</a>. </p>
6400
- *
6401
- * <p>When the <code>WorkerType</code> field is set to a value other than <code>Standard</code>, the <code>MaxCapacity</code> field is set automatically and becomes read-only.</p>
6402
- */
6403
- MaxCapacity?: number;
6404
- /**
6405
- * <p>The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.</p>
6406
- * <ul>
6407
- * <li>
6408
- * <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
6409
- * </li>
6410
- * <li>
6411
- * <p>For the <code>G.1X</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker.</p>
6412
- * </li>
6413
- * <li>
6414
- * <p>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.</p>
6415
- * </li>
6416
- * </ul>
6417
- */
6418
- WorkerType?: WorkerType | string;
6419
- /**
6420
- * <p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>
6421
- */
6422
- NumberOfWorkers?: number;
6423
- /**
6424
- * <p>The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>
6425
- */
6426
- Timeout?: number;
6427
- /**
6428
- * <p>The maximum number of times to retry a task for this transform after a task run fails.</p>
6429
- */
6430
- MaxRetries?: number;
6431
- }
6432
- export declare namespace UpdateMLTransformRequest {
6433
- /**
6434
- * @internal
6435
- */
6436
- const filterSensitiveLog: (obj: UpdateMLTransformRequest) => any;
6437
- }
6438
- export interface UpdateMLTransformResponse {
6439
- /**
6440
- * <p>The unique identifier for the transform that was updated.</p>
6441
- */
6442
- TransformId?: string;
6443
- }
6444
- export declare namespace UpdateMLTransformResponse {
6445
- /**
6446
- * @internal
6447
- */
6448
- const filterSensitiveLog: (obj: UpdateMLTransformResponse) => any;
6449
- }
6450
- export interface UpdatePartitionRequest {
6451
- /**
6452
- * <p>The ID of the Data Catalog where the partition to be updated resides. If none is provided,
6453
- * the Amazon Web Services account ID is used by default.</p>
6454
- */
6455
- CatalogId?: string;
6456
- /**
6457
- * <p>The name of the catalog database in which the table in question
6458
- * resides.</p>
6459
- */
6460
- DatabaseName: string | undefined;
6461
- /**
6462
- * <p>The name of the table in which the partition to be updated is located.</p>
6463
- */
6464
- TableName: string | undefined;
6465
- /**
6466
- * <p>List of partition key values that define the partition to update.</p>
6467
- */
6468
- PartitionValueList: string[] | undefined;
6469
- /**
6470
- * <p>The new partition object to update the partition to.</p>
6471
- *
6472
- * <p>The <code>Values</code> property can't be changed. If you want to change the partition key values for a partition, delete and recreate the partition.</p>
6473
- */
6474
- PartitionInput: PartitionInput | undefined;
6475
- }
6476
- export declare namespace UpdatePartitionRequest {
6477
- /**
6478
- * @internal
6479
- */
6480
- const filterSensitiveLog: (obj: UpdatePartitionRequest) => any;
6481
- }
6482
- export interface UpdatePartitionResponse {
6483
- }
6484
- export declare namespace UpdatePartitionResponse {
6485
- /**
6486
- * @internal
6487
- */
6488
- const filterSensitiveLog: (obj: UpdatePartitionResponse) => any;
6489
- }
6490
- export interface UpdateRegistryInput {
6491
- /**
6492
- * <p>This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>
6493
- */
6494
- RegistryId: RegistryId | undefined;
6495
- /**
6496
- * <p>A description of the registry. If description is not provided, this field will not be updated.</p>
6497
- */
6498
- Description: string | undefined;
6499
- }
6500
- export declare namespace UpdateRegistryInput {
6501
- /**
6502
- * @internal
6503
- */
6504
- const filterSensitiveLog: (obj: UpdateRegistryInput) => any;
6505
- }
6506
- export interface UpdateRegistryResponse {
6507
- /**
6508
- * <p>The name of the updated registry.</p>
6509
- */
6510
- RegistryName?: string;
6511
- /**
6512
- * <p>The Amazon Resource name (ARN) of the updated registry.</p>
6513
- */
6514
- RegistryArn?: string;
6515
- }
6516
- export declare namespace UpdateRegistryResponse {
6517
- /**
6518
- * @internal
6519
- */
6520
- const filterSensitiveLog: (obj: UpdateRegistryResponse) => any;
6521
- }
6522
- export interface UpdateSchemaInput {
6523
- /**
6524
- * <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
6525
- * <ul>
6526
- * <li>
6527
- * <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
6528
- * </li>
6529
- * <li>
6530
- * <p>SchemaId$SchemaName: The name of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
6531
- * </li>
6532
- * </ul>
6533
- */
6534
- SchemaId: SchemaId | undefined;
6535
- /**
6536
- * <p>Version number required for check pointing. One of <code>VersionNumber</code> or <code>Compatibility</code> has to be provided.</p>
6537
- */
6538
- SchemaVersionNumber?: SchemaVersionNumber;
6539
- /**
6540
- * <p>The new compatibility setting for the schema.</p>
6541
- */
6542
- Compatibility?: Compatibility | string;
6543
- /**
6544
- * <p>The new description for the schema.</p>
6545
- */
6546
- Description?: string;
6547
- }
6548
- export declare namespace UpdateSchemaInput {
6549
- /**
6550
- * @internal
6551
- */
6552
- const filterSensitiveLog: (obj: UpdateSchemaInput) => any;
6553
- }
6554
- export interface UpdateSchemaResponse {
6555
- /**
6556
- * <p>The Amazon Resource Name (ARN) of the schema.</p>
6557
- */
6558
- SchemaArn?: string;
6559
- /**
6560
- * <p>The name of the schema.</p>
6561
- */
6562
- SchemaName?: string;
6563
- /**
6564
- * <p>The name of the registry that contains the schema.</p>
6565
- */
6566
- RegistryName?: string;
6567
- }
6568
- export declare namespace UpdateSchemaResponse {
6569
- /**
6570
- * @internal
6571
- */
6572
- const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
6573
- }
6574
- export interface UpdateTableRequest {
6575
- /**
6576
- * <p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account
6577
- * ID is used by default.</p>
6578
- */
6579
- CatalogId?: string;
6580
- /**
6581
- * <p>The name of the catalog database in which the table resides. For Hive
6582
- * compatibility, this name is entirely lowercase.</p>
6583
- */
6584
- DatabaseName: string | undefined;
6585
- /**
6586
- * <p>An updated <code>TableInput</code> object to define the metadata table
6587
- * in the catalog.</p>
6588
- */
6589
- TableInput: TableInput | undefined;
6590
- /**
6591
- * <p>By default, <code>UpdateTable</code> always creates an archived version of the table
6592
- * before updating it. However, if <code>skipArchive</code> is set to true,
6593
- * <code>UpdateTable</code> does not create the archived version.</p>
6594
- */
6595
- SkipArchive?: boolean;
6596
- /**
6597
- * <p>The transaction ID at which to update the table contents. </p>
6598
- */
6599
- TransactionId?: string;
6600
- VersionId?: string;
6601
- }
6602
- export declare namespace UpdateTableRequest {
6603
- /**
6604
- * @internal
6605
- */
6606
- const filterSensitiveLog: (obj: UpdateTableRequest) => any;
6607
- }
6608
- export interface UpdateTableResponse {
6609
- }
6610
- export declare namespace UpdateTableResponse {
6611
- /**
6612
- * @internal
6613
- */
6614
- const filterSensitiveLog: (obj: UpdateTableResponse) => any;
6615
- }