@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
@@ -0,0 +1,17 @@
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 { CreateCustomEntityTypeRequest, CreateCustomEntityTypeResponse } from "../models/models_0";
5
+ export interface CreateCustomEntityTypeCommandInput extends CreateCustomEntityTypeRequest {
6
+ }
7
+ export interface CreateCustomEntityTypeCommandOutput extends CreateCustomEntityTypeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateCustomEntityTypeCommand extends $Command<CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
11
+ readonly input: CreateCustomEntityTypeCommandInput;
12
+ constructor(input: CreateCustomEntityTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteCustomEntityTypeRequest, DeleteCustomEntityTypeResponse } from "../models/models_0";
5
+ export interface DeleteCustomEntityTypeCommandInput extends DeleteCustomEntityTypeRequest {
6
+ }
7
+ export interface DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityTypeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteCustomEntityTypeCommand extends $Command<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
11
+ readonly input: DeleteCustomEntityTypeCommandInput;
12
+ constructor(input: DeleteCustomEntityTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { GetColumnStatisticsForPartitionRequest, GetColumnStatisticsForPartitionResponse } from "../models/models_0";
4
+ import { GetColumnStatisticsForPartitionRequest } from "../models/models_0";
5
+ import { GetColumnStatisticsForPartitionResponse } from "../models/models_1";
5
6
  export interface GetColumnStatisticsForPartitionCommandInput extends GetColumnStatisticsForPartitionRequest {
6
7
  }
7
8
  export interface GetColumnStatisticsForPartitionCommandOutput extends GetColumnStatisticsForPartitionResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { GetColumnStatisticsForTableRequest, GetColumnStatisticsForTableResponse } from "../models/models_0";
4
+ import { GetColumnStatisticsForTableRequest, GetColumnStatisticsForTableResponse } from "../models/models_1";
5
5
  export interface GetColumnStatisticsForTableCommandInput extends GetColumnStatisticsForTableRequest {
6
6
  }
7
7
  export interface GetColumnStatisticsForTableCommandOutput extends GetColumnStatisticsForTableResponse, __MetadataBearer {
@@ -0,0 +1,17 @@
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 { GetCustomEntityTypeRequest, GetCustomEntityTypeResponse } from "../models/models_1";
5
+ export interface GetCustomEntityTypeCommandInput extends GetCustomEntityTypeRequest {
6
+ }
7
+ export interface GetCustomEntityTypeCommandOutput extends GetCustomEntityTypeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetCustomEntityTypeCommand extends $Command<GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
11
+ readonly input: GetCustomEntityTypeCommandInput;
12
+ constructor(input: GetCustomEntityTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListCustomEntityTypesRequest, ListCustomEntityTypesResponse } from "../models/models_1";
5
+ export interface ListCustomEntityTypesCommandInput extends ListCustomEntityTypesRequest {
6
+ }
7
+ export interface ListCustomEntityTypesCommandOutput extends ListCustomEntityTypesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListCustomEntityTypesCommand extends $Command<ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput, GlueClientResolvedConfig> {
11
+ readonly input: ListCustomEntityTypesCommandInput;
12
+ constructor(input: ListCustomEntityTypesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { UpdateJobRequest, UpdateJobResponse } from "../models/models_1";
4
+ import { UpdateJobRequest } from "../models/models_1";
5
+ import { UpdateJobResponse } from "../models/models_2";
5
6
  export interface UpdateJobCommandInput extends UpdateJobRequest {
6
7
  }
7
8
  export interface UpdateJobCommandOutput extends UpdateJobResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { UpdateMLTransformRequest, UpdateMLTransformResponse } from "../models/models_1";
4
+ import { UpdateMLTransformRequest, UpdateMLTransformResponse } from "../models/models_2";
5
5
  export interface UpdateMLTransformCommandInput extends UpdateMLTransformRequest {
6
6
  }
7
7
  export interface UpdateMLTransformCommandOutput extends UpdateMLTransformResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { UpdatePartitionRequest, UpdatePartitionResponse } from "../models/models_1";
4
+ import { UpdatePartitionRequest, UpdatePartitionResponse } from "../models/models_2";
5
5
  export interface UpdatePartitionCommandInput extends UpdatePartitionRequest {
6
6
  }
7
7
  export interface UpdatePartitionCommandOutput extends UpdatePartitionResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { UpdateRegistryInput, UpdateRegistryResponse } from "../models/models_1";
4
+ import { UpdateRegistryInput, UpdateRegistryResponse } from "../models/models_2";
5
5
  export interface UpdateRegistryCommandInput extends UpdateRegistryInput {
6
6
  }
7
7
  export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { UpdateSchemaInput, UpdateSchemaResponse } from "../models/models_1";
4
+ import { UpdateSchemaInput, UpdateSchemaResponse } from "../models/models_2";
5
5
  export interface UpdateSchemaCommandInput extends UpdateSchemaInput {
6
6
  }
7
7
  export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { UpdateTableRequest, UpdateTableResponse } from "../models/models_1";
4
+ import { UpdateTableRequest, UpdateTableResponse } from "../models/models_2";
5
5
  export interface UpdateTableCommandInput extends UpdateTableRequest {
6
6
  }
7
7
  export interface UpdateTableCommandOutput extends UpdateTableResponse, __MetadataBearer {
@@ -5,6 +5,7 @@ export * from "./BatchDeleteTableCommand";
5
5
  export * from "./BatchDeleteTableVersionCommand";
6
6
  export * from "./BatchGetBlueprintsCommand";
7
7
  export * from "./BatchGetCrawlersCommand";
8
+ export * from "./BatchGetCustomEntityTypesCommand";
8
9
  export * from "./BatchGetDevEndpointsCommand";
9
10
  export * from "./BatchGetJobsCommand";
10
11
  export * from "./BatchGetPartitionCommand";
@@ -19,6 +20,7 @@ export * from "./CreateBlueprintCommand";
19
20
  export * from "./CreateClassifierCommand";
20
21
  export * from "./CreateConnectionCommand";
21
22
  export * from "./CreateCrawlerCommand";
23
+ export * from "./CreateCustomEntityTypeCommand";
22
24
  export * from "./CreateDatabaseCommand";
23
25
  export * from "./CreateDevEndpointCommand";
24
26
  export * from "./CreateJobCommand";
@@ -40,6 +42,7 @@ export * from "./DeleteColumnStatisticsForPartitionCommand";
40
42
  export * from "./DeleteColumnStatisticsForTableCommand";
41
43
  export * from "./DeleteConnectionCommand";
42
44
  export * from "./DeleteCrawlerCommand";
45
+ export * from "./DeleteCustomEntityTypeCommand";
43
46
  export * from "./DeleteDatabaseCommand";
44
47
  export * from "./DeleteDevEndpointCommand";
45
48
  export * from "./DeleteJobCommand";
@@ -70,6 +73,7 @@ export * from "./GetConnectionsCommand";
70
73
  export * from "./GetCrawlerCommand";
71
74
  export * from "./GetCrawlerMetricsCommand";
72
75
  export * from "./GetCrawlersCommand";
76
+ export * from "./GetCustomEntityTypeCommand";
73
77
  export * from "./GetDataCatalogEncryptionSettingsCommand";
74
78
  export * from "./GetDatabaseCommand";
75
79
  export * from "./GetDatabasesCommand";
@@ -120,6 +124,7 @@ export * from "./GetWorkflowRunsCommand";
120
124
  export * from "./ImportCatalogToGlueCommand";
121
125
  export * from "./ListBlueprintsCommand";
122
126
  export * from "./ListCrawlersCommand";
127
+ export * from "./ListCustomEntityTypesCommand";
123
128
  export * from "./ListDevEndpointsCommand";
124
129
  export * from "./ListJobsCommand";
125
130
  export * from "./ListMLTransformsCommand";
@@ -508,8 +508,11 @@ export declare namespace BatchGetCrawlersRequest {
508
508
 
509
509
  const filterSensitiveLog: (obj: BatchGetCrawlersRequest) => any;
510
510
  }
511
+
511
512
  export interface LakeFormationConfiguration {
513
+
512
514
  UseLakeFormationCredentials?: boolean;
515
+
513
516
  AccountId?: string;
514
517
  }
515
518
  export declare namespace LakeFormationConfiguration {
@@ -751,6 +754,7 @@ export interface Crawler {
751
754
  Configuration?: string;
752
755
 
753
756
  CrawlerSecurityConfiguration?: string;
757
+
754
758
  LakeFormationConfiguration?: LakeFormationConfiguration;
755
759
  }
756
760
  export declare namespace Crawler {
@@ -767,6 +771,37 @@ export declare namespace BatchGetCrawlersResponse {
767
771
 
768
772
  const filterSensitiveLog: (obj: BatchGetCrawlersResponse) => any;
769
773
  }
774
+ export interface BatchGetCustomEntityTypesRequest {
775
+
776
+ Names: string[] | undefined;
777
+ }
778
+ export declare namespace BatchGetCustomEntityTypesRequest {
779
+
780
+ const filterSensitiveLog: (obj: BatchGetCustomEntityTypesRequest) => any;
781
+ }
782
+
783
+ export interface CustomEntityType {
784
+
785
+ Name: string | undefined;
786
+
787
+ RegexString: string | undefined;
788
+
789
+ ContextWords?: string[];
790
+ }
791
+ export declare namespace CustomEntityType {
792
+
793
+ const filterSensitiveLog: (obj: CustomEntityType) => any;
794
+ }
795
+ export interface BatchGetCustomEntityTypesResponse {
796
+
797
+ CustomEntityTypes?: CustomEntityType[];
798
+
799
+ CustomEntityTypesNotFound?: string[];
800
+ }
801
+ export declare namespace BatchGetCustomEntityTypesResponse {
802
+
803
+ const filterSensitiveLog: (obj: BatchGetCustomEntityTypesResponse) => any;
804
+ }
770
805
  export interface BatchGetDevEndpointsRequest {
771
806
 
772
807
  DevEndpointNames: string[] | undefined;
@@ -1,6 +1,98 @@
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
+ export interface ColumnStatisticsData {
15
+
16
+ Type: ColumnStatisticsType | string | undefined;
17
+
18
+ BooleanColumnStatisticsData?: BooleanColumnStatisticsData;
19
+
20
+ DateColumnStatisticsData?: DateColumnStatisticsData;
21
+
22
+ DecimalColumnStatisticsData?: DecimalColumnStatisticsData;
23
+
24
+ DoubleColumnStatisticsData?: DoubleColumnStatisticsData;
25
+
26
+ LongColumnStatisticsData?: LongColumnStatisticsData;
27
+
28
+ StringColumnStatisticsData?: StringColumnStatisticsData;
29
+
30
+ BinaryColumnStatisticsData?: BinaryColumnStatisticsData;
31
+ }
32
+ export declare namespace ColumnStatisticsData {
33
+
34
+ const filterSensitiveLog: (obj: ColumnStatisticsData) => any;
35
+ }
36
+
37
+ export interface ColumnStatistics {
38
+
39
+ ColumnName: string | undefined;
40
+
41
+ ColumnType: string | undefined;
42
+
43
+ AnalyzedTime: Date | undefined;
44
+
45
+ StatisticsData: ColumnStatisticsData | undefined;
46
+ }
47
+ export declare namespace ColumnStatistics {
48
+
49
+ const filterSensitiveLog: (obj: ColumnStatistics) => any;
50
+ }
51
+
52
+ export interface ColumnError {
53
+
54
+ ColumnName?: string;
55
+
56
+ Error?: ErrorDetail;
57
+ }
58
+ export declare namespace ColumnError {
59
+
60
+ const filterSensitiveLog: (obj: ColumnError) => any;
61
+ }
62
+ export interface GetColumnStatisticsForPartitionResponse {
63
+
64
+ ColumnStatisticsList?: ColumnStatistics[];
65
+
66
+ Errors?: ColumnError[];
67
+ }
68
+ export declare namespace GetColumnStatisticsForPartitionResponse {
69
+
70
+ const filterSensitiveLog: (obj: GetColumnStatisticsForPartitionResponse) => any;
71
+ }
72
+ export interface GetColumnStatisticsForTableRequest {
73
+
74
+ CatalogId?: string;
75
+
76
+ DatabaseName: string | undefined;
77
+
78
+ TableName: string | undefined;
79
+
80
+ ColumnNames: string[] | undefined;
81
+ }
82
+ export declare namespace GetColumnStatisticsForTableRequest {
83
+
84
+ const filterSensitiveLog: (obj: GetColumnStatisticsForTableRequest) => any;
85
+ }
86
+ export interface GetColumnStatisticsForTableResponse {
87
+
88
+ ColumnStatisticsList?: ColumnStatistics[];
89
+
90
+ Errors?: ColumnError[];
91
+ }
92
+ export declare namespace GetColumnStatisticsForTableResponse {
93
+
94
+ const filterSensitiveLog: (obj: GetColumnStatisticsForTableResponse) => any;
95
+ }
4
96
  export interface GetConnectionRequest {
5
97
 
6
98
  CatalogId?: string;
@@ -166,6 +258,26 @@ export declare namespace GetCrawlersResponse {
166
258
 
167
259
  const filterSensitiveLog: (obj: GetCrawlersResponse) => any;
168
260
  }
261
+ export interface GetCustomEntityTypeRequest {
262
+
263
+ Name: string | undefined;
264
+ }
265
+ export declare namespace GetCustomEntityTypeRequest {
266
+
267
+ const filterSensitiveLog: (obj: GetCustomEntityTypeRequest) => any;
268
+ }
269
+ export interface GetCustomEntityTypeResponse {
270
+
271
+ Name?: string;
272
+
273
+ RegexString?: string;
274
+
275
+ ContextWords?: string[];
276
+ }
277
+ export declare namespace GetCustomEntityTypeResponse {
278
+
279
+ const filterSensitiveLog: (obj: GetCustomEntityTypeResponse) => any;
280
+ }
169
281
  export interface GetDatabaseRequest {
170
282
 
171
283
  CatalogId?: string;
@@ -2014,6 +2126,26 @@ export declare namespace ListCrawlersResponse {
2014
2126
 
2015
2127
  const filterSensitiveLog: (obj: ListCrawlersResponse) => any;
2016
2128
  }
2129
+ export interface ListCustomEntityTypesRequest {
2130
+
2131
+ NextToken?: string;
2132
+
2133
+ MaxResults?: number;
2134
+ }
2135
+ export declare namespace ListCustomEntityTypesRequest {
2136
+
2137
+ const filterSensitiveLog: (obj: ListCustomEntityTypesRequest) => any;
2138
+ }
2139
+ export interface ListCustomEntityTypesResponse {
2140
+
2141
+ CustomEntityTypes?: CustomEntityType[];
2142
+
2143
+ NextToken?: string;
2144
+ }
2145
+ export declare namespace ListCustomEntityTypesResponse {
2146
+
2147
+ const filterSensitiveLog: (obj: ListCustomEntityTypesResponse) => any;
2148
+ }
2017
2149
  export interface ListDevEndpointsRequest {
2018
2150
 
2019
2151
  NextToken?: string;
@@ -1,4 +1,140 @@
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
+ JobName?: string;
6
+ }
7
+ export declare namespace UpdateJobResponse {
8
+
9
+ const filterSensitiveLog: (obj: UpdateJobResponse) => any;
10
+ }
11
+ export interface UpdateMLTransformRequest {
12
+
13
+ TransformId: string | undefined;
14
+
15
+ Name?: string;
16
+
17
+ Description?: string;
18
+
19
+ Parameters?: TransformParameters;
20
+
21
+ Role?: string;
22
+
23
+ GlueVersion?: string;
24
+
25
+ MaxCapacity?: number;
26
+
27
+ WorkerType?: WorkerType | string;
28
+
29
+ NumberOfWorkers?: number;
30
+
31
+ Timeout?: number;
32
+
33
+ MaxRetries?: number;
34
+ }
35
+ export declare namespace UpdateMLTransformRequest {
36
+
37
+ const filterSensitiveLog: (obj: UpdateMLTransformRequest) => any;
38
+ }
39
+ export interface UpdateMLTransformResponse {
40
+
41
+ TransformId?: string;
42
+ }
43
+ export declare namespace UpdateMLTransformResponse {
44
+
45
+ const filterSensitiveLog: (obj: UpdateMLTransformResponse) => any;
46
+ }
47
+ export interface UpdatePartitionRequest {
48
+
49
+ CatalogId?: string;
50
+
51
+ DatabaseName: string | undefined;
52
+
53
+ TableName: string | undefined;
54
+
55
+ PartitionValueList: string[] | undefined;
56
+
57
+ PartitionInput: PartitionInput | undefined;
58
+ }
59
+ export declare namespace UpdatePartitionRequest {
60
+
61
+ const filterSensitiveLog: (obj: UpdatePartitionRequest) => any;
62
+ }
63
+ export interface UpdatePartitionResponse {
64
+ }
65
+ export declare namespace UpdatePartitionResponse {
66
+
67
+ const filterSensitiveLog: (obj: UpdatePartitionResponse) => any;
68
+ }
69
+ export interface UpdateRegistryInput {
70
+
71
+ RegistryId: RegistryId | undefined;
72
+
73
+ Description: string | undefined;
74
+ }
75
+ export declare namespace UpdateRegistryInput {
76
+
77
+ const filterSensitiveLog: (obj: UpdateRegistryInput) => any;
78
+ }
79
+ export interface UpdateRegistryResponse {
80
+
81
+ RegistryName?: string;
82
+
83
+ RegistryArn?: string;
84
+ }
85
+ export declare namespace UpdateRegistryResponse {
86
+
87
+ const filterSensitiveLog: (obj: UpdateRegistryResponse) => any;
88
+ }
89
+ export interface UpdateSchemaInput {
90
+
91
+ SchemaId: SchemaId | undefined;
92
+
93
+ SchemaVersionNumber?: SchemaVersionNumber;
94
+
95
+ Compatibility?: Compatibility | string;
96
+
97
+ Description?: string;
98
+ }
99
+ export declare namespace UpdateSchemaInput {
100
+
101
+ const filterSensitiveLog: (obj: UpdateSchemaInput) => any;
102
+ }
103
+ export interface UpdateSchemaResponse {
104
+
105
+ SchemaArn?: string;
106
+
107
+ SchemaName?: string;
108
+
109
+ RegistryName?: string;
110
+ }
111
+ export declare namespace UpdateSchemaResponse {
112
+
113
+ const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
114
+ }
115
+ export interface UpdateTableRequest {
116
+
117
+ CatalogId?: string;
118
+
119
+ DatabaseName: string | undefined;
120
+
121
+ TableInput: TableInput | undefined;
122
+
123
+ SkipArchive?: boolean;
124
+
125
+ TransactionId?: string;
126
+ VersionId?: string;
127
+ }
128
+ export declare namespace UpdateTableRequest {
129
+
130
+ const filterSensitiveLog: (obj: UpdateTableRequest) => any;
131
+ }
132
+ export interface UpdateTableResponse {
133
+ }
134
+ export declare namespace UpdateTableResponse {
135
+
136
+ const filterSensitiveLog: (obj: UpdateTableResponse) => any;
137
+ }
2
138
 
3
139
  export interface TriggerUpdate {
4
140
 
@@ -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";