@aws-sdk/client-glue 3.72.0 → 3.76.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 (88) hide show
  1. package/CHANGELOG.md +27 -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/ListCustomEntityTypesPaginator.js +35 -0
  21. package/dist-cjs/pagination/index.js +1 -0
  22. package/dist-cjs/protocols/Aws_json1_1.js +421 -8
  23. package/dist-es/Glue.js +75 -0
  24. package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +39 -0
  25. package/dist-es/commands/CreateCustomEntityTypeCommand.js +39 -0
  26. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +39 -0
  27. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +2 -1
  28. package/dist-es/commands/GetColumnStatisticsForTableCommand.js +1 -1
  29. package/dist-es/commands/GetCustomEntityTypeCommand.js +39 -0
  30. package/dist-es/commands/ListCustomEntityTypesCommand.js +39 -0
  31. package/dist-es/commands/UpdateJobCommand.js +2 -1
  32. package/dist-es/commands/UpdateMLTransformCommand.js +1 -1
  33. package/dist-es/commands/UpdatePartitionCommand.js +1 -1
  34. package/dist-es/commands/UpdateRegistryCommand.js +1 -1
  35. package/dist-es/commands/UpdateSchemaCommand.js +1 -1
  36. package/dist-es/commands/UpdateTableCommand.js +1 -1
  37. package/dist-es/commands/index.js +5 -0
  38. package/dist-es/models/models_0.js +41 -47
  39. package/dist-es/models/models_1.js +50 -44
  40. package/dist-es/models/models_2.js +44 -0
  41. package/dist-es/pagination/ListCustomEntityTypesPaginator.js +74 -0
  42. package/dist-es/pagination/index.js +1 -0
  43. package/dist-es/protocols/Aws_json1_1.js +493 -0
  44. package/dist-types/Glue.d.ts +20 -0
  45. package/dist-types/GlueClient.d.ts +7 -2
  46. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +18 -0
  47. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +18 -0
  48. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +18 -0
  49. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
  50. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +1 -1
  51. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +18 -0
  52. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +18 -0
  53. package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdatePartitionCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateRegistryCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateTableCommand.d.ts +1 -1
  59. package/dist-types/commands/index.d.ts +5 -0
  60. package/dist-types/models/models_0.d.ts +83 -170
  61. package/dist-types/models/models_1.d.ts +196 -261
  62. package/dist-types/models/models_2.d.ts +262 -1
  63. package/dist-types/pagination/ListCustomEntityTypesPaginator.d.ts +4 -0
  64. package/dist-types/pagination/index.d.ts +1 -0
  65. package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
  66. package/dist-types/ts3.4/Glue.d.ts +20 -0
  67. package/dist-types/ts3.4/GlueClient.d.ts +7 -2
  68. package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +16 -0
  69. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +16 -0
  70. package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +16 -0
  71. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +16 -0
  74. package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +16 -0
  75. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +24 -0
  83. package/dist-types/ts3.4/models/models_1.d.ts +125 -1
  84. package/dist-types/ts3.4/models/models_2.d.ts +137 -1
  85. package/dist-types/ts3.4/pagination/ListCustomEntityTypesPaginator.d.ts +4 -0
  86. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  87. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +15 -0
  88. package/package.json +9 -9
@@ -1,4 +1,265 @@
1
- import { Action, EventBatchingCondition, Predicate, Trigger, UserDefinedFunctionInput } from "./models_0";
1
+ import { Action, Compatibility, EventBatchingCondition, PartitionInput, Predicate, RegistryId, SchemaId, TableInput, TransformParameters, Trigger, UserDefinedFunctionInput, WorkerType } from "./models_0";
2
+ import { SchemaVersionNumber } from "./models_1";
3
+ export interface UpdateJobResponse {
4
+ /**
5
+ * <p>Returns the name of the updated job definition.</p>
6
+ */
7
+ JobName?: string;
8
+ }
9
+ export declare namespace UpdateJobResponse {
10
+ /**
11
+ * @internal
12
+ */
13
+ const filterSensitiveLog: (obj: UpdateJobResponse) => any;
14
+ }
15
+ export interface UpdateMLTransformRequest {
16
+ /**
17
+ * <p>A unique identifier that was generated when the transform was created.</p>
18
+ */
19
+ TransformId: string | undefined;
20
+ /**
21
+ * <p>The unique name that you gave the transform when you created it.</p>
22
+ */
23
+ Name?: string;
24
+ /**
25
+ * <p>A description of the transform. The default is an empty string.</p>
26
+ */
27
+ Description?: string;
28
+ /**
29
+ * <p>The configuration parameters that are specific to the transform type (algorithm) used.
30
+ * Conditionally dependent on the transform type.</p>
31
+ */
32
+ Parameters?: TransformParameters;
33
+ /**
34
+ * <p>The name or Amazon Resource Name (ARN) of the IAM role with the required
35
+ * permissions.</p>
36
+ */
37
+ Role?: string;
38
+ /**
39
+ * <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>
40
+ */
41
+ GlueVersion?: string;
42
+ /**
43
+ * <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
44
+ * processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more
45
+ * information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
46
+ * page</a>. </p>
47
+ *
48
+ * <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>
49
+ */
50
+ MaxCapacity?: number;
51
+ /**
52
+ * <p>The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.</p>
53
+ * <ul>
54
+ * <li>
55
+ * <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>
56
+ * </li>
57
+ * <li>
58
+ * <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>
59
+ * </li>
60
+ * <li>
61
+ * <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>
62
+ * </li>
63
+ * </ul>
64
+ */
65
+ WorkerType?: WorkerType | string;
66
+ /**
67
+ * <p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>
68
+ */
69
+ NumberOfWorkers?: number;
70
+ /**
71
+ * <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>
72
+ */
73
+ Timeout?: number;
74
+ /**
75
+ * <p>The maximum number of times to retry a task for this transform after a task run fails.</p>
76
+ */
77
+ MaxRetries?: number;
78
+ }
79
+ export declare namespace UpdateMLTransformRequest {
80
+ /**
81
+ * @internal
82
+ */
83
+ const filterSensitiveLog: (obj: UpdateMLTransformRequest) => any;
84
+ }
85
+ export interface UpdateMLTransformResponse {
86
+ /**
87
+ * <p>The unique identifier for the transform that was updated.</p>
88
+ */
89
+ TransformId?: string;
90
+ }
91
+ export declare namespace UpdateMLTransformResponse {
92
+ /**
93
+ * @internal
94
+ */
95
+ const filterSensitiveLog: (obj: UpdateMLTransformResponse) => any;
96
+ }
97
+ export interface UpdatePartitionRequest {
98
+ /**
99
+ * <p>The ID of the Data Catalog where the partition to be updated resides. If none is provided,
100
+ * the Amazon Web Services account ID is used by default.</p>
101
+ */
102
+ CatalogId?: string;
103
+ /**
104
+ * <p>The name of the catalog database in which the table in question
105
+ * resides.</p>
106
+ */
107
+ DatabaseName: string | undefined;
108
+ /**
109
+ * <p>The name of the table in which the partition to be updated is located.</p>
110
+ */
111
+ TableName: string | undefined;
112
+ /**
113
+ * <p>List of partition key values that define the partition to update.</p>
114
+ */
115
+ PartitionValueList: string[] | undefined;
116
+ /**
117
+ * <p>The new partition object to update the partition to.</p>
118
+ *
119
+ * <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>
120
+ */
121
+ PartitionInput: PartitionInput | undefined;
122
+ }
123
+ export declare namespace UpdatePartitionRequest {
124
+ /**
125
+ * @internal
126
+ */
127
+ const filterSensitiveLog: (obj: UpdatePartitionRequest) => any;
128
+ }
129
+ export interface UpdatePartitionResponse {
130
+ }
131
+ export declare namespace UpdatePartitionResponse {
132
+ /**
133
+ * @internal
134
+ */
135
+ const filterSensitiveLog: (obj: UpdatePartitionResponse) => any;
136
+ }
137
+ export interface UpdateRegistryInput {
138
+ /**
139
+ * <p>This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>
140
+ */
141
+ RegistryId: RegistryId | undefined;
142
+ /**
143
+ * <p>A description of the registry. If description is not provided, this field will not be updated.</p>
144
+ */
145
+ Description: string | undefined;
146
+ }
147
+ export declare namespace UpdateRegistryInput {
148
+ /**
149
+ * @internal
150
+ */
151
+ const filterSensitiveLog: (obj: UpdateRegistryInput) => any;
152
+ }
153
+ export interface UpdateRegistryResponse {
154
+ /**
155
+ * <p>The name of the updated registry.</p>
156
+ */
157
+ RegistryName?: string;
158
+ /**
159
+ * <p>The Amazon Resource name (ARN) of the updated registry.</p>
160
+ */
161
+ RegistryArn?: string;
162
+ }
163
+ export declare namespace UpdateRegistryResponse {
164
+ /**
165
+ * @internal
166
+ */
167
+ const filterSensitiveLog: (obj: UpdateRegistryResponse) => any;
168
+ }
169
+ export interface UpdateSchemaInput {
170
+ /**
171
+ * <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
172
+ * <ul>
173
+ * <li>
174
+ * <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>
175
+ * </li>
176
+ * <li>
177
+ * <p>SchemaId$SchemaName: The name of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
178
+ * </li>
179
+ * </ul>
180
+ */
181
+ SchemaId: SchemaId | undefined;
182
+ /**
183
+ * <p>Version number required for check pointing. One of <code>VersionNumber</code> or <code>Compatibility</code> has to be provided.</p>
184
+ */
185
+ SchemaVersionNumber?: SchemaVersionNumber;
186
+ /**
187
+ * <p>The new compatibility setting for the schema.</p>
188
+ */
189
+ Compatibility?: Compatibility | string;
190
+ /**
191
+ * <p>The new description for the schema.</p>
192
+ */
193
+ Description?: string;
194
+ }
195
+ export declare namespace UpdateSchemaInput {
196
+ /**
197
+ * @internal
198
+ */
199
+ const filterSensitiveLog: (obj: UpdateSchemaInput) => any;
200
+ }
201
+ export interface UpdateSchemaResponse {
202
+ /**
203
+ * <p>The Amazon Resource Name (ARN) of the schema.</p>
204
+ */
205
+ SchemaArn?: string;
206
+ /**
207
+ * <p>The name of the schema.</p>
208
+ */
209
+ SchemaName?: string;
210
+ /**
211
+ * <p>The name of the registry that contains the schema.</p>
212
+ */
213
+ RegistryName?: string;
214
+ }
215
+ export declare namespace UpdateSchemaResponse {
216
+ /**
217
+ * @internal
218
+ */
219
+ const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
220
+ }
221
+ export interface UpdateTableRequest {
222
+ /**
223
+ * <p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account
224
+ * ID is used by default.</p>
225
+ */
226
+ CatalogId?: string;
227
+ /**
228
+ * <p>The name of the catalog database in which the table resides. For Hive
229
+ * compatibility, this name is entirely lowercase.</p>
230
+ */
231
+ DatabaseName: string | undefined;
232
+ /**
233
+ * <p>An updated <code>TableInput</code> object to define the metadata table
234
+ * in the catalog.</p>
235
+ */
236
+ TableInput: TableInput | undefined;
237
+ /**
238
+ * <p>By default, <code>UpdateTable</code> always creates an archived version of the table
239
+ * before updating it. However, if <code>skipArchive</code> is set to true,
240
+ * <code>UpdateTable</code> does not create the archived version.</p>
241
+ */
242
+ SkipArchive?: boolean;
243
+ /**
244
+ * <p>The transaction ID at which to update the table contents. </p>
245
+ */
246
+ TransactionId?: string;
247
+ VersionId?: string;
248
+ }
249
+ export declare namespace UpdateTableRequest {
250
+ /**
251
+ * @internal
252
+ */
253
+ const filterSensitiveLog: (obj: UpdateTableRequest) => any;
254
+ }
255
+ export interface UpdateTableResponse {
256
+ }
257
+ export declare namespace UpdateTableResponse {
258
+ /**
259
+ * @internal
260
+ */
261
+ const filterSensitiveLog: (obj: UpdateTableResponse) => any;
262
+ }
2
263
  /**
3
264
  * <p>A structure used to provide information used to update a trigger. This object updates the
4
265
  * previous trigger definition by overwriting it completely.</p>
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "../commands/ListCustomEntityTypesCommand";
3
+ import { GluePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListCustomEntityTypes(config: GluePaginationConfiguration, input: ListCustomEntityTypesCommandInput, ...additionalArguments: any): Paginator<ListCustomEntityTypesCommandOutput>;
@@ -22,6 +22,7 @@ export * from "./GetUserDefinedFunctionsPaginator";
22
22
  export * from "./GetWorkflowRunsPaginator";
23
23
  export * from "./ListBlueprintsPaginator";
24
24
  export * from "./ListCrawlersPaginator";
25
+ export * from "./ListCustomEntityTypesPaginator";
25
26
  export * from "./ListDevEndpointsPaginator";
26
27
  export * from "./ListJobsPaginator";
27
28
  export * from "./ListMLTransformsPaginator";
@@ -7,6 +7,7 @@ import { BatchDeleteTableCommandInput, BatchDeleteTableCommandOutput } from "../
7
7
  import { BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutput } from "../commands/BatchDeleteTableVersionCommand";
8
8
  import { BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput } from "../commands/BatchGetBlueprintsCommand";
9
9
  import { BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput } from "../commands/BatchGetCrawlersCommand";
10
+ import { BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput } from "../commands/BatchGetCustomEntityTypesCommand";
10
11
  import { BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput } from "../commands/BatchGetDevEndpointsCommand";
11
12
  import { BatchGetJobsCommandInput, BatchGetJobsCommandOutput } from "../commands/BatchGetJobsCommand";
12
13
  import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from "../commands/BatchGetPartitionCommand";
@@ -21,6 +22,7 @@ import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "../co
21
22
  import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "../commands/CreateClassifierCommand";
22
23
  import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand";
23
24
  import { CreateCrawlerCommandInput, CreateCrawlerCommandOutput } from "../commands/CreateCrawlerCommand";
25
+ import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput } from "../commands/CreateCustomEntityTypeCommand";
24
26
  import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "../commands/CreateDatabaseCommand";
25
27
  import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "../commands/CreateDevEndpointCommand";
26
28
  import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
@@ -42,6 +44,7 @@ import { DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsF
42
44
  import { DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput } from "../commands/DeleteColumnStatisticsForTableCommand";
43
45
  import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
44
46
  import { DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput } from "../commands/DeleteCrawlerCommand";
47
+ import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput } from "../commands/DeleteCustomEntityTypeCommand";
45
48
  import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "../commands/DeleteDatabaseCommand";
46
49
  import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "../commands/DeleteDevEndpointCommand";
47
50
  import { DeleteJobCommandInput, DeleteJobCommandOutput } from "../commands/DeleteJobCommand";
@@ -72,6 +75,7 @@ import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "../comm
72
75
  import { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "../commands/GetCrawlerCommand";
73
76
  import { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "../commands/GetCrawlerMetricsCommand";
74
77
  import { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "../commands/GetCrawlersCommand";
78
+ import { GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput } from "../commands/GetCustomEntityTypeCommand";
75
79
  import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "../commands/GetDatabaseCommand";
76
80
  import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "../commands/GetDatabasesCommand";
77
81
  import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "../commands/GetDataCatalogEncryptionSettingsCommand";
@@ -122,6 +126,7 @@ import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "../co
122
126
  import { ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput } from "../commands/ImportCatalogToGlueCommand";
123
127
  import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "../commands/ListBlueprintsCommand";
124
128
  import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "../commands/ListCrawlersCommand";
129
+ import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "../commands/ListCustomEntityTypesCommand";
125
130
  import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "../commands/ListDevEndpointsCommand";
126
131
  import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
127
132
  import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "../commands/ListMLTransformsCommand";
@@ -185,6 +190,7 @@ export declare const serializeAws_json1_1BatchDeleteTableCommand: (input: BatchD
185
190
  export declare const serializeAws_json1_1BatchDeleteTableVersionCommand: (input: BatchDeleteTableVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
191
  export declare const serializeAws_json1_1BatchGetBlueprintsCommand: (input: BatchGetBlueprintsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
192
  export declare const serializeAws_json1_1BatchGetCrawlersCommand: (input: BatchGetCrawlersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
+ export declare const serializeAws_json1_1BatchGetCustomEntityTypesCommand: (input: BatchGetCustomEntityTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
194
  export declare const serializeAws_json1_1BatchGetDevEndpointsCommand: (input: BatchGetDevEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
195
  export declare const serializeAws_json1_1BatchGetJobsCommand: (input: BatchGetJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
196
  export declare const serializeAws_json1_1BatchGetPartitionCommand: (input: BatchGetPartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -199,6 +205,7 @@ export declare const serializeAws_json1_1CreateBlueprintCommand: (input: CreateB
199
205
  export declare const serializeAws_json1_1CreateClassifierCommand: (input: CreateClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
206
  export declare const serializeAws_json1_1CreateConnectionCommand: (input: CreateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
207
  export declare const serializeAws_json1_1CreateCrawlerCommand: (input: CreateCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
+ export declare const serializeAws_json1_1CreateCustomEntityTypeCommand: (input: CreateCustomEntityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
209
  export declare const serializeAws_json1_1CreateDatabaseCommand: (input: CreateDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
210
  export declare const serializeAws_json1_1CreateDevEndpointCommand: (input: CreateDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
211
  export declare const serializeAws_json1_1CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -220,6 +227,7 @@ export declare const serializeAws_json1_1DeleteColumnStatisticsForPartitionComma
220
227
  export declare const serializeAws_json1_1DeleteColumnStatisticsForTableCommand: (input: DeleteColumnStatisticsForTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
228
  export declare const serializeAws_json1_1DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
229
  export declare const serializeAws_json1_1DeleteCrawlerCommand: (input: DeleteCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1DeleteCustomEntityTypeCommand: (input: DeleteCustomEntityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
231
  export declare const serializeAws_json1_1DeleteDatabaseCommand: (input: DeleteDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
232
  export declare const serializeAws_json1_1DeleteDevEndpointCommand: (input: DeleteDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
233
  export declare const serializeAws_json1_1DeleteJobCommand: (input: DeleteJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -250,6 +258,7 @@ export declare const serializeAws_json1_1GetConnectionsCommand: (input: GetConne
250
258
  export declare const serializeAws_json1_1GetCrawlerCommand: (input: GetCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
259
  export declare const serializeAws_json1_1GetCrawlerMetricsCommand: (input: GetCrawlerMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
260
  export declare const serializeAws_json1_1GetCrawlersCommand: (input: GetCrawlersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
+ export declare const serializeAws_json1_1GetCustomEntityTypeCommand: (input: GetCustomEntityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
262
  export declare const serializeAws_json1_1GetDatabaseCommand: (input: GetDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
263
  export declare const serializeAws_json1_1GetDatabasesCommand: (input: GetDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
264
  export declare const serializeAws_json1_1GetDataCatalogEncryptionSettingsCommand: (input: GetDataCatalogEncryptionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -300,6 +309,7 @@ export declare const serializeAws_json1_1GetWorkflowRunsCommand: (input: GetWork
300
309
  export declare const serializeAws_json1_1ImportCatalogToGlueCommand: (input: ImportCatalogToGlueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
301
310
  export declare const serializeAws_json1_1ListBlueprintsCommand: (input: ListBlueprintsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
311
  export declare const serializeAws_json1_1ListCrawlersCommand: (input: ListCrawlersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
+ export declare const serializeAws_json1_1ListCustomEntityTypesCommand: (input: ListCustomEntityTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
313
  export declare const serializeAws_json1_1ListDevEndpointsCommand: (input: ListDevEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
314
  export declare const serializeAws_json1_1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
315
  export declare const serializeAws_json1_1ListMLTransformsCommand: (input: ListMLTransformsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -363,6 +373,7 @@ export declare const deserializeAws_json1_1BatchDeleteTableCommand: (output: __H
363
373
  export declare const deserializeAws_json1_1BatchDeleteTableVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteTableVersionCommandOutput>;
364
374
  export declare const deserializeAws_json1_1BatchGetBlueprintsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetBlueprintsCommandOutput>;
365
375
  export declare const deserializeAws_json1_1BatchGetCrawlersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCrawlersCommandOutput>;
376
+ export declare const deserializeAws_json1_1BatchGetCustomEntityTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCustomEntityTypesCommandOutput>;
366
377
  export declare const deserializeAws_json1_1BatchGetDevEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDevEndpointsCommandOutput>;
367
378
  export declare const deserializeAws_json1_1BatchGetJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetJobsCommandOutput>;
368
379
  export declare const deserializeAws_json1_1BatchGetPartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetPartitionCommandOutput>;
@@ -377,6 +388,7 @@ export declare const deserializeAws_json1_1CreateBlueprintCommand: (output: __Ht
377
388
  export declare const deserializeAws_json1_1CreateClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClassifierCommandOutput>;
378
389
  export declare const deserializeAws_json1_1CreateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionCommandOutput>;
379
390
  export declare const deserializeAws_json1_1CreateCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCrawlerCommandOutput>;
391
+ export declare const deserializeAws_json1_1CreateCustomEntityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomEntityTypeCommandOutput>;
380
392
  export declare const deserializeAws_json1_1CreateDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatabaseCommandOutput>;
381
393
  export declare const deserializeAws_json1_1CreateDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDevEndpointCommandOutput>;
382
394
  export declare const deserializeAws_json1_1CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
@@ -398,6 +410,7 @@ export declare const deserializeAws_json1_1DeleteColumnStatisticsForPartitionCom
398
410
  export declare const deserializeAws_json1_1DeleteColumnStatisticsForTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteColumnStatisticsForTableCommandOutput>;
399
411
  export declare const deserializeAws_json1_1DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
400
412
  export declare const deserializeAws_json1_1DeleteCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCrawlerCommandOutput>;
413
+ export declare const deserializeAws_json1_1DeleteCustomEntityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomEntityTypeCommandOutput>;
401
414
  export declare const deserializeAws_json1_1DeleteDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatabaseCommandOutput>;
402
415
  export declare const deserializeAws_json1_1DeleteDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDevEndpointCommandOutput>;
403
416
  export declare const deserializeAws_json1_1DeleteJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobCommandOutput>;
@@ -428,6 +441,7 @@ export declare const deserializeAws_json1_1GetConnectionsCommand: (output: __Htt
428
441
  export declare const deserializeAws_json1_1GetCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCrawlerCommandOutput>;
429
442
  export declare const deserializeAws_json1_1GetCrawlerMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCrawlerMetricsCommandOutput>;
430
443
  export declare const deserializeAws_json1_1GetCrawlersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCrawlersCommandOutput>;
444
+ export declare const deserializeAws_json1_1GetCustomEntityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCustomEntityTypeCommandOutput>;
431
445
  export declare const deserializeAws_json1_1GetDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatabaseCommandOutput>;
432
446
  export declare const deserializeAws_json1_1GetDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatabasesCommandOutput>;
433
447
  export declare const deserializeAws_json1_1GetDataCatalogEncryptionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataCatalogEncryptionSettingsCommandOutput>;
@@ -478,6 +492,7 @@ export declare const deserializeAws_json1_1GetWorkflowRunsCommand: (output: __Ht
478
492
  export declare const deserializeAws_json1_1ImportCatalogToGlueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportCatalogToGlueCommandOutput>;
479
493
  export declare const deserializeAws_json1_1ListBlueprintsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBlueprintsCommandOutput>;
480
494
  export declare const deserializeAws_json1_1ListCrawlersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCrawlersCommandOutput>;
495
+ export declare const deserializeAws_json1_1ListCustomEntityTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomEntityTypesCommandOutput>;
481
496
  export declare const deserializeAws_json1_1ListDevEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevEndpointsCommandOutput>;
482
497
  export declare const deserializeAws_json1_1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
483
498
  export declare const deserializeAws_json1_1ListMLTransformsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMLTransformsCommandOutput>;
@@ -6,6 +6,7 @@ import { BatchDeleteTableCommandInput, BatchDeleteTableCommandOutput } from "./c
6
6
  import { BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutput } from "./commands/BatchDeleteTableVersionCommand";
7
7
  import { BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput } from "./commands/BatchGetBlueprintsCommand";
8
8
  import { BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput } from "./commands/BatchGetCrawlersCommand";
9
+ import { BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput } from "./commands/BatchGetCustomEntityTypesCommand";
9
10
  import { BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput } from "./commands/BatchGetDevEndpointsCommand";
10
11
  import { BatchGetJobsCommandInput, BatchGetJobsCommandOutput } from "./commands/BatchGetJobsCommand";
11
12
  import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from "./commands/BatchGetPartitionCommand";
@@ -20,6 +21,7 @@ import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "./com
20
21
  import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "./commands/CreateClassifierCommand";
21
22
  import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
22
23
  import { CreateCrawlerCommandInput, CreateCrawlerCommandOutput } from "./commands/CreateCrawlerCommand";
24
+ import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput } from "./commands/CreateCustomEntityTypeCommand";
23
25
  import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "./commands/CreateDatabaseCommand";
24
26
  import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "./commands/CreateDevEndpointCommand";
25
27
  import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
@@ -41,6 +43,7 @@ import { DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsF
41
43
  import { DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput } from "./commands/DeleteColumnStatisticsForTableCommand";
42
44
  import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
43
45
  import { DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput } from "./commands/DeleteCrawlerCommand";
46
+ import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput } from "./commands/DeleteCustomEntityTypeCommand";
44
47
  import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "./commands/DeleteDatabaseCommand";
45
48
  import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "./commands/DeleteDevEndpointCommand";
46
49
  import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
@@ -71,6 +74,7 @@ import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./comma
71
74
  import { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "./commands/GetCrawlerCommand";
72
75
  import { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "./commands/GetCrawlerMetricsCommand";
73
76
  import { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "./commands/GetCrawlersCommand";
77
+ import { GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput } from "./commands/GetCustomEntityTypeCommand";
74
78
  import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/GetDatabaseCommand";
75
79
  import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
76
80
  import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
@@ -121,6 +125,7 @@ import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "./com
121
125
  import { ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput } from "./commands/ImportCatalogToGlueCommand";
122
126
  import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "./commands/ListBlueprintsCommand";
123
127
  import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "./commands/ListCrawlersCommand";
128
+ import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "./commands/ListCustomEntityTypesCommand";
124
129
  import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "./commands/ListDevEndpointsCommand";
125
130
  import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
126
131
  import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./commands/ListMLTransformsCommand";
@@ -208,6 +213,9 @@ export declare class Glue extends GlueClient {
208
213
  batchGetCrawlers(args: BatchGetCrawlersCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCrawlersCommandOutput>;
209
214
  batchGetCrawlers(args: BatchGetCrawlersCommandInput, cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void): void;
210
215
  batchGetCrawlers(args: BatchGetCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void): void;
216
+ batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCustomEntityTypesCommandOutput>;
217
+ batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void): void;
218
+ batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void): void;
211
219
 
212
220
  batchGetDevEndpoints(args: BatchGetDevEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDevEndpointsCommandOutput>;
213
221
  batchGetDevEndpoints(args: BatchGetDevEndpointsCommandInput, cb: (err: any, data?: BatchGetDevEndpointsCommandOutput) => void): void;
@@ -264,6 +272,9 @@ export declare class Glue extends GlueClient {
264
272
  createCrawler(args: CreateCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<CreateCrawlerCommandOutput>;
265
273
  createCrawler(args: CreateCrawlerCommandInput, cb: (err: any, data?: CreateCrawlerCommandOutput) => void): void;
266
274
  createCrawler(args: CreateCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCrawlerCommandOutput) => void): void;
275
+ createCustomEntityType(args: CreateCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomEntityTypeCommandOutput>;
276
+ createCustomEntityType(args: CreateCustomEntityTypeCommandInput, cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void): void;
277
+ createCustomEntityType(args: CreateCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void): void;
267
278
 
268
279
  createDatabase(args: CreateDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatabaseCommandOutput>;
269
280
  createDatabase(args: CreateDatabaseCommandInput, cb: (err: any, data?: CreateDatabaseCommandOutput) => void): void;
@@ -348,6 +359,9 @@ export declare class Glue extends GlueClient {
348
359
  deleteCrawler(args: DeleteCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCrawlerCommandOutput>;
349
360
  deleteCrawler(args: DeleteCrawlerCommandInput, cb: (err: any, data?: DeleteCrawlerCommandOutput) => void): void;
350
361
  deleteCrawler(args: DeleteCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCrawlerCommandOutput) => void): void;
362
+ deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomEntityTypeCommandOutput>;
363
+ deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void): void;
364
+ deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void): void;
351
365
 
352
366
  deleteDatabase(args: DeleteDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatabaseCommandOutput>;
353
367
  deleteDatabase(args: DeleteDatabaseCommandInput, cb: (err: any, data?: DeleteDatabaseCommandOutput) => void): void;
@@ -468,6 +482,9 @@ export declare class Glue extends GlueClient {
468
482
  getCrawlers(args: GetCrawlersCommandInput, options?: __HttpHandlerOptions): Promise<GetCrawlersCommandOutput>;
469
483
  getCrawlers(args: GetCrawlersCommandInput, cb: (err: any, data?: GetCrawlersCommandOutput) => void): void;
470
484
  getCrawlers(args: GetCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCrawlersCommandOutput) => void): void;
485
+ getCustomEntityType(args: GetCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomEntityTypeCommandOutput>;
486
+ getCustomEntityType(args: GetCustomEntityTypeCommandInput, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
487
+ getCustomEntityType(args: GetCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
471
488
 
472
489
  getDatabase(args: GetDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<GetDatabaseCommandOutput>;
473
490
  getDatabase(args: GetDatabaseCommandInput, cb: (err: any, data?: GetDatabaseCommandOutput) => void): void;
@@ -665,6 +682,9 @@ export declare class Glue extends GlueClient {
665
682
  listCrawlers(args: ListCrawlersCommandInput, options?: __HttpHandlerOptions): Promise<ListCrawlersCommandOutput>;
666
683
  listCrawlers(args: ListCrawlersCommandInput, cb: (err: any, data?: ListCrawlersCommandOutput) => void): void;
667
684
  listCrawlers(args: ListCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCrawlersCommandOutput) => void): void;
685
+ listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomEntityTypesCommandOutput>;
686
+ listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void): void;
687
+ listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void): void;
668
688
 
669
689
  listDevEndpoints(args: ListDevEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListDevEndpointsCommandOutput>;
670
690
  listDevEndpoints(args: ListDevEndpointsCommandInput, cb: (err: any, data?: ListDevEndpointsCommandOutput) => void): void;
@@ -13,6 +13,7 @@ import { BatchDeleteTableCommandInput, BatchDeleteTableCommandOutput } from "./c
13
13
  import { BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutput } from "./commands/BatchDeleteTableVersionCommand";
14
14
  import { BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput } from "./commands/BatchGetBlueprintsCommand";
15
15
  import { BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput } from "./commands/BatchGetCrawlersCommand";
16
+ import { BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput } from "./commands/BatchGetCustomEntityTypesCommand";
16
17
  import { BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput } from "./commands/BatchGetDevEndpointsCommand";
17
18
  import { BatchGetJobsCommandInput, BatchGetJobsCommandOutput } from "./commands/BatchGetJobsCommand";
18
19
  import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from "./commands/BatchGetPartitionCommand";
@@ -27,6 +28,7 @@ import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "./com
27
28
  import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "./commands/CreateClassifierCommand";
28
29
  import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
29
30
  import { CreateCrawlerCommandInput, CreateCrawlerCommandOutput } from "./commands/CreateCrawlerCommand";
31
+ import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput } from "./commands/CreateCustomEntityTypeCommand";
30
32
  import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "./commands/CreateDatabaseCommand";
31
33
  import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "./commands/CreateDevEndpointCommand";
32
34
  import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
@@ -48,6 +50,7 @@ import { DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsF
48
50
  import { DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput } from "./commands/DeleteColumnStatisticsForTableCommand";
49
51
  import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
50
52
  import { DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput } from "./commands/DeleteCrawlerCommand";
53
+ import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput } from "./commands/DeleteCustomEntityTypeCommand";
51
54
  import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "./commands/DeleteDatabaseCommand";
52
55
  import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "./commands/DeleteDevEndpointCommand";
53
56
  import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
@@ -78,6 +81,7 @@ import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./comma
78
81
  import { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "./commands/GetCrawlerCommand";
79
82
  import { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "./commands/GetCrawlerMetricsCommand";
80
83
  import { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "./commands/GetCrawlersCommand";
84
+ import { GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput } from "./commands/GetCustomEntityTypeCommand";
81
85
  import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/GetDatabaseCommand";
82
86
  import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
83
87
  import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
@@ -128,6 +132,7 @@ import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "./com
128
132
  import { ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput } from "./commands/ImportCatalogToGlueCommand";
129
133
  import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "./commands/ListBlueprintsCommand";
130
134
  import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "./commands/ListCrawlersCommand";
135
+ import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "./commands/ListCustomEntityTypesCommand";
131
136
  import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "./commands/ListDevEndpointsCommand";
132
137
  import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
133
138
  import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./commands/ListMLTransformsCommand";
@@ -184,8 +189,8 @@ import { UpdateTableCommandInput, UpdateTableCommandOutput } from "./commands/Up
184
189
  import { UpdateTriggerCommandInput, UpdateTriggerCommandOutput } from "./commands/UpdateTriggerCommand";
185
190
  import { UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommandOutput } from "./commands/UpdateUserDefinedFunctionCommand";
186
191
  import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
187
- export declare type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTriggerCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListCrawlersCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTriggersCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateTableCommandInput | UpdateTriggerCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
188
- export declare type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTriggerCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListCrawlersCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTriggersCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateTableCommandOutput | UpdateTriggerCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
192
+ export declare type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTriggerCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListCrawlersCommandInput | ListCustomEntityTypesCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTriggersCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateTableCommandInput | UpdateTriggerCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
193
+ export declare type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTriggerCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListCrawlersCommandOutput | ListCustomEntityTypesCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTriggersCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateTableCommandOutput | UpdateTriggerCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
189
194
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
190
195
 
191
196
  requestHandler?: __HttpHandler;
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import { BatchGetCustomEntityTypesRequest, BatchGetCustomEntityTypesResponse } from "../models/models_0";
5
+ export interface BatchGetCustomEntityTypesCommandInput extends BatchGetCustomEntityTypesRequest {
6
+ }
7
+ export interface BatchGetCustomEntityTypesCommandOutput extends BatchGetCustomEntityTypesResponse, __MetadataBearer {
8
+ }
9
+ export declare class BatchGetCustomEntityTypesCommand extends $Command<BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput, GlueClientResolvedConfig> {
10
+ readonly input: BatchGetCustomEntityTypesCommandInput;
11
+ constructor(input: BatchGetCustomEntityTypesCommandInput);
12
+
13
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput>;
14
+ private serialize;
15
+ private deserialize;
16
+ }