@aws-sdk/client-glue 3.982.0 → 3.984.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist-cjs/index.js +338 -70
- package/dist-es/Glue.js +4 -0
- package/dist-es/commands/DeleteConnectionTypeCommand.js +16 -0
- package/dist-es/commands/RegisterConnectionTypeCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +24 -0
- package/dist-es/schemas/schemas_0.js +256 -70
- package/dist-types/Glue.d.ts +14 -0
- package/dist-types/GlueClient.d.ts +4 -2
- package/dist-types/commands/DeleteConnectionTypeCommand.d.ts +91 -0
- package/dist-types/commands/DescribeConnectionTypeCommand.d.ts +156 -1
- package/dist-types/commands/DescribeEntityCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTransformCommand.d.ts +1 -2
- package/dist-types/commands/ListConnectionTypesCommand.d.ts +3 -1
- package/dist-types/commands/RegisterConnectionTypeCommand.d.ts +284 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntegrationResourcePropertyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntegrationTablePropertiesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +1 -2
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +64 -0
- package/dist-types/models/models_0.d.ts +11 -1
- package/dist-types/models/models_1.d.ts +252 -368
- package/dist-types/models/models_2.d.ts +664 -599
- package/dist-types/models/models_3.d.ts +585 -4
- package/dist-types/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/Glue.d.ts +34 -0
- package/dist-types/ts3.4/GlueClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DeleteConnectionTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RegisterConnectionTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationResourcePropertyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationTablePropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +32 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/dist-types/ts3.4/models/models_1.d.ts +63 -85
- package/dist-types/ts3.4/models/models_2.d.ts +161 -134
- package/dist-types/ts3.4/models/models_3.d.ts +141 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- package/package.json +2 -2
|
@@ -20,6 +20,7 @@ export declare var AuthorizationCodeProperties$: StaticStructureSchema;
|
|
|
20
20
|
export declare var AutoDataQuality$: StaticStructureSchema;
|
|
21
21
|
export declare var BackfillError$: StaticStructureSchema;
|
|
22
22
|
export declare var BasicAuthenticationCredentials$: StaticStructureSchema;
|
|
23
|
+
export declare var BasicAuthenticationProperties$: StaticStructureSchema;
|
|
23
24
|
export declare var BasicCatalogTarget$: StaticStructureSchema;
|
|
24
25
|
export declare var BatchCreatePartitionRequest$: StaticStructureSchema;
|
|
25
26
|
export declare var BatchCreatePartitionResponse$: StaticStructureSchema;
|
|
@@ -95,6 +96,7 @@ export declare var CatalogTarget$: StaticStructureSchema;
|
|
|
95
96
|
export declare var CheckSchemaVersionValidityInput$: StaticStructureSchema;
|
|
96
97
|
export declare var CheckSchemaVersionValidityResponse$: StaticStructureSchema;
|
|
97
98
|
export declare var Classifier$: StaticStructureSchema;
|
|
99
|
+
export declare var ClientCredentialsProperties$: StaticStructureSchema;
|
|
98
100
|
export declare var CloudWatchEncryption$: StaticStructureSchema;
|
|
99
101
|
export declare var CodeGenConfigurationNode$: StaticStructureSchema;
|
|
100
102
|
export declare var CodeGenEdge$: StaticStructureSchema;
|
|
@@ -126,11 +128,16 @@ export declare var ConfusionMatrix$: StaticStructureSchema;
|
|
|
126
128
|
export declare var Connection$: StaticStructureSchema;
|
|
127
129
|
export declare var ConnectionInput$: StaticStructureSchema;
|
|
128
130
|
export declare var ConnectionPasswordEncryption$: StaticStructureSchema;
|
|
131
|
+
export declare var ConnectionPropertiesConfiguration$: StaticStructureSchema;
|
|
129
132
|
export declare var ConnectionsList$: StaticStructureSchema;
|
|
130
133
|
export declare var ConnectionTypeBrief$: StaticStructureSchema;
|
|
131
134
|
export declare var ConnectionTypeVariant$: StaticStructureSchema;
|
|
135
|
+
export declare var ConnectorAuthenticationConfiguration$: StaticStructureSchema;
|
|
136
|
+
export declare var ConnectorAuthorizationCodeProperties$: StaticStructureSchema;
|
|
132
137
|
export declare var ConnectorDataSource$: StaticStructureSchema;
|
|
133
138
|
export declare var ConnectorDataTarget$: StaticStructureSchema;
|
|
139
|
+
export declare var ConnectorOAuth2Properties$: StaticStructureSchema;
|
|
140
|
+
export declare var ConnectorProperty$: StaticStructureSchema;
|
|
134
141
|
export declare var Crawl$: StaticStructureSchema;
|
|
135
142
|
export declare var Crawler$: StaticStructureSchema;
|
|
136
143
|
export declare var CrawlerHistory$: StaticStructureSchema;
|
|
@@ -205,6 +212,8 @@ export declare var CreateWorkflowRequest$: StaticStructureSchema;
|
|
|
205
212
|
export declare var CreateWorkflowResponse$: StaticStructureSchema;
|
|
206
213
|
export declare var CreateXMLClassifierRequest$: StaticStructureSchema;
|
|
207
214
|
export declare var CsvClassifier$: StaticStructureSchema;
|
|
215
|
+
export declare var CursorConfiguration$: StaticStructureSchema;
|
|
216
|
+
export declare var CustomAuthenticationProperties$: StaticStructureSchema;
|
|
208
217
|
export declare var CustomCode$: StaticStructureSchema;
|
|
209
218
|
export declare var CustomEntityType$: StaticStructureSchema;
|
|
210
219
|
export declare var Database$: StaticStructureSchema;
|
|
@@ -254,6 +263,8 @@ export declare var DeleteColumnStatisticsTaskSettingsRequest$: StaticStructureSc
|
|
|
254
263
|
export declare var DeleteColumnStatisticsTaskSettingsResponse$: StaticStructureSchema;
|
|
255
264
|
export declare var DeleteConnectionRequest$: StaticStructureSchema;
|
|
256
265
|
export declare var DeleteConnectionResponse$: StaticStructureSchema;
|
|
266
|
+
export declare var DeleteConnectionTypeRequest$: StaticStructureSchema;
|
|
267
|
+
export declare var DeleteConnectionTypeResponse$: StaticStructureSchema;
|
|
257
268
|
export declare var DeleteCrawlerRequest$: StaticStructureSchema;
|
|
258
269
|
export declare var DeleteCrawlerResponse$: StaticStructureSchema;
|
|
259
270
|
export declare var DeleteCustomEntityTypeRequest$: StaticStructureSchema;
|
|
@@ -335,6 +346,7 @@ export declare var Edge$: StaticStructureSchema;
|
|
|
335
346
|
export declare var EncryptionAtRest$: StaticStructureSchema;
|
|
336
347
|
export declare var EncryptionConfiguration$: StaticStructureSchema;
|
|
337
348
|
export declare var Entity$: StaticStructureSchema;
|
|
349
|
+
export declare var EntityConfiguration$: StaticStructureSchema;
|
|
338
350
|
export declare var EntityNotFoundException$: StaticErrorSchema;
|
|
339
351
|
export declare var ErrorDetail$: StaticStructureSchema;
|
|
340
352
|
export declare var ErrorDetails$: StaticStructureSchema;
|
|
@@ -345,6 +357,7 @@ export declare var EventBatchingCondition$: StaticStructureSchema;
|
|
|
345
357
|
export declare var ExecutionAttempt$: StaticStructureSchema;
|
|
346
358
|
export declare var ExecutionProperty$: StaticStructureSchema;
|
|
347
359
|
export declare var ExportLabelsTaskRunProperties$: StaticStructureSchema;
|
|
360
|
+
export declare var ExtractedParameter$: StaticStructureSchema;
|
|
348
361
|
export declare var FederatedCatalog$: StaticStructureSchema;
|
|
349
362
|
export declare var FederatedDatabase$: StaticStructureSchema;
|
|
350
363
|
export declare var FederatedResourceAlreadyExistsException$: StaticErrorSchema;
|
|
@@ -352,6 +365,7 @@ export declare var FederatedTable$: StaticStructureSchema;
|
|
|
352
365
|
export declare var FederationSourceException$: StaticErrorSchema;
|
|
353
366
|
export declare var FederationSourceRetryableException$: StaticErrorSchema;
|
|
354
367
|
export declare var Field$: StaticStructureSchema;
|
|
368
|
+
export declare var FieldDefinition$: StaticStructureSchema;
|
|
355
369
|
export declare var FillMissingValues$: StaticStructureSchema;
|
|
356
370
|
export declare var Filter$: StaticStructureSchema;
|
|
357
371
|
export declare var FilterExpression$: StaticStructureSchema;
|
|
@@ -583,6 +597,7 @@ export declare var JobUpdate$: StaticStructureSchema;
|
|
|
583
597
|
export declare var Join$: StaticStructureSchema;
|
|
584
598
|
export declare var JoinColumn$: StaticStructureSchema;
|
|
585
599
|
export declare var JsonClassifier$: StaticStructureSchema;
|
|
600
|
+
export declare var JWTBearerProperties$: StaticStructureSchema;
|
|
586
601
|
export declare var KafkaStreamingSourceOptions$: StaticStructureSchema;
|
|
587
602
|
export declare var KeySchemaElement$: StaticStructureSchema;
|
|
588
603
|
export declare var KinesisStreamingSourceOptions$: StaticStructureSchema;
|
|
@@ -677,6 +692,7 @@ export declare var OAuth2ClientApplication$: StaticStructureSchema;
|
|
|
677
692
|
export declare var OAuth2Credentials$: StaticStructureSchema;
|
|
678
693
|
export declare var OAuth2Properties$: StaticStructureSchema;
|
|
679
694
|
export declare var OAuth2PropertiesInput$: StaticStructureSchema;
|
|
695
|
+
export declare var OffsetConfiguration$: StaticStructureSchema;
|
|
680
696
|
export declare var OpenTableFormatInput$: StaticStructureSchema;
|
|
681
697
|
export declare var OperationNotSupportedException$: StaticErrorSchema;
|
|
682
698
|
export declare var OperationTimeoutException$: StaticErrorSchema;
|
|
@@ -687,6 +703,7 @@ export declare var Order$: StaticStructureSchema;
|
|
|
687
703
|
export declare var OrphanFileDeletionConfiguration$: StaticStructureSchema;
|
|
688
704
|
export declare var OrphanFileDeletionMetrics$: StaticStructureSchema;
|
|
689
705
|
export declare var OtherMetadataValueListItem$: StaticStructureSchema;
|
|
706
|
+
export declare var PaginationConfiguration$: StaticStructureSchema;
|
|
690
707
|
export declare var Partition$: StaticStructureSchema;
|
|
691
708
|
export declare var PartitionError$: StaticStructureSchema;
|
|
692
709
|
export declare var PartitionIndex$: StaticStructureSchema;
|
|
@@ -724,6 +741,8 @@ export declare var RecipeStep$: StaticStructureSchema;
|
|
|
724
741
|
export declare var RecrawlPolicy$: StaticStructureSchema;
|
|
725
742
|
export declare var RedshiftSource$: StaticStructureSchema;
|
|
726
743
|
export declare var RedshiftTarget$: StaticStructureSchema;
|
|
744
|
+
export declare var RegisterConnectionTypeRequest$: StaticStructureSchema;
|
|
745
|
+
export declare var RegisterConnectionTypeResponse$: StaticStructureSchema;
|
|
727
746
|
export declare var RegisterSchemaVersionInput$: StaticStructureSchema;
|
|
728
747
|
export declare var RegisterSchemaVersionResponse$: StaticStructureSchema;
|
|
729
748
|
export declare var RegistryId$: StaticStructureSchema;
|
|
@@ -738,6 +757,9 @@ export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
|
738
757
|
export declare var ResourceNotReadyException$: StaticErrorSchema;
|
|
739
758
|
export declare var ResourceNumberLimitExceededException$: StaticErrorSchema;
|
|
740
759
|
export declare var ResourceUri$: StaticStructureSchema;
|
|
760
|
+
export declare var ResponseConfiguration$: StaticStructureSchema;
|
|
761
|
+
export declare var ResponseExtractionMapping$: StaticStructureSchema;
|
|
762
|
+
export declare var RestConfiguration$: StaticStructureSchema;
|
|
741
763
|
export declare var ResumeWorkflowRunRequest$: StaticStructureSchema;
|
|
742
764
|
export declare var ResumeWorkflowRunResponse$: StaticStructureSchema;
|
|
743
765
|
export declare var RetentionConfiguration$: StaticStructureSchema;
|
|
@@ -797,6 +819,7 @@ export declare var SnowflakeNodeData$: StaticStructureSchema;
|
|
|
797
819
|
export declare var SnowflakeSource$: StaticStructureSchema;
|
|
798
820
|
export declare var SnowflakeTarget$: StaticStructureSchema;
|
|
799
821
|
export declare var SortCriterion$: StaticStructureSchema;
|
|
822
|
+
export declare var SourceConfiguration$: StaticStructureSchema;
|
|
800
823
|
export declare var SourceControlDetails$: StaticStructureSchema;
|
|
801
824
|
export declare var SourceProcessingProperties$: StaticStructureSchema;
|
|
802
825
|
export declare var SourceTableConfig$: StaticStructureSchema;
|
|
@@ -1043,6 +1066,7 @@ export declare var DeleteColumnStatisticsForPartition$: StaticOperationSchema;
|
|
|
1043
1066
|
export declare var DeleteColumnStatisticsForTable$: StaticOperationSchema;
|
|
1044
1067
|
export declare var DeleteColumnStatisticsTaskSettings$: StaticOperationSchema;
|
|
1045
1068
|
export declare var DeleteConnection$: StaticOperationSchema;
|
|
1069
|
+
export declare var DeleteConnectionType$: StaticOperationSchema;
|
|
1046
1070
|
export declare var DeleteCrawler$: StaticOperationSchema;
|
|
1047
1071
|
export declare var DeleteCustomEntityType$: StaticOperationSchema;
|
|
1048
1072
|
export declare var DeleteDatabase$: StaticOperationSchema;
|
|
@@ -1187,6 +1211,7 @@ export declare var PutResourcePolicy$: StaticOperationSchema;
|
|
|
1187
1211
|
export declare var PutSchemaVersionMetadata$: StaticOperationSchema;
|
|
1188
1212
|
export declare var PutWorkflowRunProperties$: StaticOperationSchema;
|
|
1189
1213
|
export declare var QuerySchemaVersionMetadata$: StaticOperationSchema;
|
|
1214
|
+
export declare var RegisterConnectionType$: StaticOperationSchema;
|
|
1190
1215
|
export declare var RegisterSchemaVersion$: StaticOperationSchema;
|
|
1191
1216
|
export declare var RemoveSchemaVersionMetadata$: StaticOperationSchema;
|
|
1192
1217
|
export declare var ResetJobBookmark$: StaticOperationSchema;
|
|
@@ -239,6 +239,10 @@ import {
|
|
|
239
239
|
DeleteConnectionCommandInput,
|
|
240
240
|
DeleteConnectionCommandOutput,
|
|
241
241
|
} from "./commands/DeleteConnectionCommand";
|
|
242
|
+
import {
|
|
243
|
+
DeleteConnectionTypeCommandInput,
|
|
244
|
+
DeleteConnectionTypeCommandOutput,
|
|
245
|
+
} from "./commands/DeleteConnectionTypeCommand";
|
|
242
246
|
import {
|
|
243
247
|
DeleteCrawlerCommandInput,
|
|
244
248
|
DeleteCrawlerCommandOutput,
|
|
@@ -815,6 +819,10 @@ import {
|
|
|
815
819
|
QuerySchemaVersionMetadataCommandInput,
|
|
816
820
|
QuerySchemaVersionMetadataCommandOutput,
|
|
817
821
|
} from "./commands/QuerySchemaVersionMetadataCommand";
|
|
822
|
+
import {
|
|
823
|
+
RegisterConnectionTypeCommandInput,
|
|
824
|
+
RegisterConnectionTypeCommandOutput,
|
|
825
|
+
} from "./commands/RegisterConnectionTypeCommand";
|
|
818
826
|
import {
|
|
819
827
|
RegisterSchemaVersionCommandInput,
|
|
820
828
|
RegisterSchemaVersionCommandOutput,
|
|
@@ -1874,6 +1882,19 @@ export interface Glue {
|
|
|
1874
1882
|
options: __HttpHandlerOptions,
|
|
1875
1883
|
cb: (err: any, data?: DeleteConnectionCommandOutput) => void
|
|
1876
1884
|
): void;
|
|
1885
|
+
deleteConnectionType(
|
|
1886
|
+
args: DeleteConnectionTypeCommandInput,
|
|
1887
|
+
options?: __HttpHandlerOptions
|
|
1888
|
+
): Promise<DeleteConnectionTypeCommandOutput>;
|
|
1889
|
+
deleteConnectionType(
|
|
1890
|
+
args: DeleteConnectionTypeCommandInput,
|
|
1891
|
+
cb: (err: any, data?: DeleteConnectionTypeCommandOutput) => void
|
|
1892
|
+
): void;
|
|
1893
|
+
deleteConnectionType(
|
|
1894
|
+
args: DeleteConnectionTypeCommandInput,
|
|
1895
|
+
options: __HttpHandlerOptions,
|
|
1896
|
+
cb: (err: any, data?: DeleteConnectionTypeCommandOutput) => void
|
|
1897
|
+
): void;
|
|
1877
1898
|
deleteCrawler(
|
|
1878
1899
|
args: DeleteCrawlerCommandInput,
|
|
1879
1900
|
options?: __HttpHandlerOptions
|
|
@@ -3858,6 +3879,19 @@ export interface Glue {
|
|
|
3858
3879
|
options: __HttpHandlerOptions,
|
|
3859
3880
|
cb: (err: any, data?: QuerySchemaVersionMetadataCommandOutput) => void
|
|
3860
3881
|
): void;
|
|
3882
|
+
registerConnectionType(
|
|
3883
|
+
args: RegisterConnectionTypeCommandInput,
|
|
3884
|
+
options?: __HttpHandlerOptions
|
|
3885
|
+
): Promise<RegisterConnectionTypeCommandOutput>;
|
|
3886
|
+
registerConnectionType(
|
|
3887
|
+
args: RegisterConnectionTypeCommandInput,
|
|
3888
|
+
cb: (err: any, data?: RegisterConnectionTypeCommandOutput) => void
|
|
3889
|
+
): void;
|
|
3890
|
+
registerConnectionType(
|
|
3891
|
+
args: RegisterConnectionTypeCommandInput,
|
|
3892
|
+
options: __HttpHandlerOptions,
|
|
3893
|
+
cb: (err: any, data?: RegisterConnectionTypeCommandOutput) => void
|
|
3894
|
+
): void;
|
|
3861
3895
|
registerSchemaVersion(
|
|
3862
3896
|
args: RegisterSchemaVersionCommandInput,
|
|
3863
3897
|
options?: __HttpHandlerOptions
|
|
@@ -281,6 +281,10 @@ import {
|
|
|
281
281
|
DeleteConnectionCommandInput,
|
|
282
282
|
DeleteConnectionCommandOutput,
|
|
283
283
|
} from "./commands/DeleteConnectionCommand";
|
|
284
|
+
import {
|
|
285
|
+
DeleteConnectionTypeCommandInput,
|
|
286
|
+
DeleteConnectionTypeCommandOutput,
|
|
287
|
+
} from "./commands/DeleteConnectionTypeCommand";
|
|
284
288
|
import {
|
|
285
289
|
DeleteCrawlerCommandInput,
|
|
286
290
|
DeleteCrawlerCommandOutput,
|
|
@@ -857,6 +861,10 @@ import {
|
|
|
857
861
|
QuerySchemaVersionMetadataCommandInput,
|
|
858
862
|
QuerySchemaVersionMetadataCommandOutput,
|
|
859
863
|
} from "./commands/QuerySchemaVersionMetadataCommand";
|
|
864
|
+
import {
|
|
865
|
+
RegisterConnectionTypeCommandInput,
|
|
866
|
+
RegisterConnectionTypeCommandOutput,
|
|
867
|
+
} from "./commands/RegisterConnectionTypeCommand";
|
|
860
868
|
import {
|
|
861
869
|
RegisterSchemaVersionCommandInput,
|
|
862
870
|
RegisterSchemaVersionCommandOutput,
|
|
@@ -1164,6 +1172,7 @@ export type ServiceInputTypes =
|
|
|
1164
1172
|
| DeleteColumnStatisticsForTableCommandInput
|
|
1165
1173
|
| DeleteColumnStatisticsTaskSettingsCommandInput
|
|
1166
1174
|
| DeleteConnectionCommandInput
|
|
1175
|
+
| DeleteConnectionTypeCommandInput
|
|
1167
1176
|
| DeleteCrawlerCommandInput
|
|
1168
1177
|
| DeleteCustomEntityTypeCommandInput
|
|
1169
1178
|
| DeleteDataQualityRulesetCommandInput
|
|
@@ -1308,6 +1317,7 @@ export type ServiceInputTypes =
|
|
|
1308
1317
|
| PutSchemaVersionMetadataCommandInput
|
|
1309
1318
|
| PutWorkflowRunPropertiesCommandInput
|
|
1310
1319
|
| QuerySchemaVersionMetadataCommandInput
|
|
1320
|
+
| RegisterConnectionTypeCommandInput
|
|
1311
1321
|
| RegisterSchemaVersionCommandInput
|
|
1312
1322
|
| RemoveSchemaVersionMetadataCommandInput
|
|
1313
1323
|
| ResetJobBookmarkCommandInput
|
|
@@ -1428,6 +1438,7 @@ export type ServiceOutputTypes =
|
|
|
1428
1438
|
| DeleteColumnStatisticsForTableCommandOutput
|
|
1429
1439
|
| DeleteColumnStatisticsTaskSettingsCommandOutput
|
|
1430
1440
|
| DeleteConnectionCommandOutput
|
|
1441
|
+
| DeleteConnectionTypeCommandOutput
|
|
1431
1442
|
| DeleteCrawlerCommandOutput
|
|
1432
1443
|
| DeleteCustomEntityTypeCommandOutput
|
|
1433
1444
|
| DeleteDataQualityRulesetCommandOutput
|
|
@@ -1572,6 +1583,7 @@ export type ServiceOutputTypes =
|
|
|
1572
1583
|
| PutSchemaVersionMetadataCommandOutput
|
|
1573
1584
|
| PutWorkflowRunPropertiesCommandOutput
|
|
1574
1585
|
| QuerySchemaVersionMetadataCommandOutput
|
|
1586
|
+
| RegisterConnectionTypeCommandOutput
|
|
1575
1587
|
| RegisterSchemaVersionCommandOutput
|
|
1576
1588
|
| RemoveSchemaVersionMetadataCommandOutput
|
|
1577
1589
|
| ResetJobBookmarkCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteConnectionTypeRequest,
|
|
10
|
+
DeleteConnectionTypeResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteConnectionTypeCommandInput
|
|
15
|
+
extends DeleteConnectionTypeRequest {}
|
|
16
|
+
export interface DeleteConnectionTypeCommandOutput
|
|
17
|
+
extends DeleteConnectionTypeResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteConnectionTypeCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteConnectionTypeCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteConnectionTypeCommandInput,
|
|
24
|
+
DeleteConnectionTypeCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteConnectionTypeCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteConnectionTypeCommandInput,
|
|
33
|
+
DeleteConnectionTypeCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteConnectionTypeCommand extends DeleteConnectionTypeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteConnectionTypeRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteConnectionTypeCommandInput;
|
|
48
|
+
output: DeleteConnectionTypeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import { GetMLTaskRunRequest
|
|
8
|
+
import { GetMLTaskRunRequest } from "../models/models_1";
|
|
9
|
+
import { GetMLTaskRunResponse } from "../models/models_2";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface GetMLTaskRunCommandInput extends GetMLTaskRunRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetMLTaskRunsRequest,
|
|
10
10
|
GetMLTaskRunsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetMLTaskRunsCommandInput extends GetMLTaskRunsRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetMLTransformRequest,
|
|
10
|
+
GetMLTransformResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetMLTransformCommandInput extends GetMLTransformRequest {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
RegisterConnectionTypeRequest,
|
|
10
|
+
RegisterConnectionTypeResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface RegisterConnectionTypeCommandInput
|
|
15
|
+
extends RegisterConnectionTypeRequest {}
|
|
16
|
+
export interface RegisterConnectionTypeCommandOutput
|
|
17
|
+
extends RegisterConnectionTypeResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const RegisterConnectionTypeCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: RegisterConnectionTypeCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
RegisterConnectionTypeCommandInput,
|
|
24
|
+
RegisterConnectionTypeCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: RegisterConnectionTypeCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
RegisterConnectionTypeCommandInput,
|
|
33
|
+
RegisterConnectionTypeCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class RegisterConnectionTypeCommand extends RegisterConnectionTypeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RegisterConnectionTypeRequest;
|
|
44
|
+
output: RegisterConnectionTypeResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RegisterConnectionTypeCommandInput;
|
|
48
|
+
output: RegisterConnectionTypeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateGlueIdentityCenterConfigurationRequest,
|
|
10
10
|
UpdateGlueIdentityCenterConfigurationResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateGlueIdentityCenterConfigurationCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateIntegrationResourcePropertyRequest,
|
|
10
10
|
UpdateIntegrationResourcePropertyResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateIntegrationResourcePropertyCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateIntegrationTablePropertiesRequest,
|
|
10
10
|
UpdateIntegrationTablePropertiesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateIntegrationTablePropertiesCommandInput
|
|
@@ -5,8 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import { UpdateJobResponse } from "../models/
|
|
9
|
-
import { UpdateJobRequest } from "../models/models_3";
|
|
8
|
+
import { UpdateJobRequest, UpdateJobResponse } from "../models/models_3";
|
|
10
9
|
export { __MetadataBearer };
|
|
11
10
|
export { $Command };
|
|
12
11
|
export interface UpdateJobCommandInput extends UpdateJobRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateJobFromSourceControlRequest,
|
|
10
10
|
UpdateJobFromSourceControlResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateJobFromSourceControlCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdatePartitionRequest,
|
|
10
10
|
UpdatePartitionResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdatePartitionCommandInput extends UpdatePartitionRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateRegistryInput,
|
|
10
10
|
UpdateRegistryResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateRegistryCommandInput extends UpdateRegistryInput {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import { UpdateSchemaInput, UpdateSchemaResponse } from "../models/
|
|
8
|
+
import { UpdateSchemaInput, UpdateSchemaResponse } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateSchemaCommandInput extends UpdateSchemaInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateSourceControlFromJobRequest,
|
|
10
10
|
UpdateSourceControlFromJobResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateSourceControlFromJobCommandInput
|
|
@@ -57,6 +57,7 @@ export * from "./DeleteColumnStatisticsForPartitionCommand";
|
|
|
57
57
|
export * from "./DeleteColumnStatisticsForTableCommand";
|
|
58
58
|
export * from "./DeleteColumnStatisticsTaskSettingsCommand";
|
|
59
59
|
export * from "./DeleteConnectionCommand";
|
|
60
|
+
export * from "./DeleteConnectionTypeCommand";
|
|
60
61
|
export * from "./DeleteCrawlerCommand";
|
|
61
62
|
export * from "./DeleteCustomEntityTypeCommand";
|
|
62
63
|
export * from "./DeleteDataQualityRulesetCommand";
|
|
@@ -201,6 +202,7 @@ export * from "./PutResourcePolicyCommand";
|
|
|
201
202
|
export * from "./PutSchemaVersionMetadataCommand";
|
|
202
203
|
export * from "./PutWorkflowRunPropertiesCommand";
|
|
203
204
|
export * from "./QuerySchemaVersionMetadataCommand";
|
|
205
|
+
export * from "./RegisterConnectionTypeCommand";
|
|
204
206
|
export * from "./RegisterSchemaVersionCommand";
|
|
205
207
|
export * from "./RemoveSchemaVersionMetadataCommand";
|
|
206
208
|
export * from "./ResetJobBookmarkCommand";
|
|
@@ -40,6 +40,14 @@ export declare const DataOperation: {
|
|
|
40
40
|
readonly WRITE: "WRITE";
|
|
41
41
|
};
|
|
42
42
|
export type DataOperation = (typeof DataOperation)[keyof typeof DataOperation];
|
|
43
|
+
export declare const PropertyLocation: {
|
|
44
|
+
readonly BODY: "BODY";
|
|
45
|
+
readonly HEADER: "HEADER";
|
|
46
|
+
readonly PATH: "PATH";
|
|
47
|
+
readonly QUERY_PARAM: "QUERY_PARAM";
|
|
48
|
+
};
|
|
49
|
+
export type PropertyLocation =
|
|
50
|
+
(typeof PropertyLocation)[keyof typeof PropertyLocation];
|
|
43
51
|
export declare const PropertyType: {
|
|
44
52
|
readonly READ_ONLY: "READ_ONLY";
|
|
45
53
|
readonly SECRET: "SECRET";
|
|
@@ -855,6 +863,7 @@ export type RegistryStatus =
|
|
|
855
863
|
export declare const FieldDataType: {
|
|
856
864
|
readonly ARRAY: "ARRAY";
|
|
857
865
|
readonly BIGINT: "BIGINT";
|
|
866
|
+
readonly BINARY: "BINARY";
|
|
858
867
|
readonly BOOLEAN: "BOOLEAN";
|
|
859
868
|
readonly BYTE: "BYTE";
|
|
860
869
|
readonly DATE: "DATE";
|
|
@@ -869,8 +878,14 @@ export declare const FieldDataType: {
|
|
|
869
878
|
readonly STRING: "STRING";
|
|
870
879
|
readonly STRUCT: "STRUCT";
|
|
871
880
|
readonly TIMESTAMP: "TIMESTAMP";
|
|
881
|
+
readonly UNION: "UNION";
|
|
872
882
|
};
|
|
873
883
|
export type FieldDataType = (typeof FieldDataType)[keyof typeof FieldDataType];
|
|
884
|
+
export declare const HTTPMethod: {
|
|
885
|
+
readonly GET: "GET";
|
|
886
|
+
readonly POST: "POST";
|
|
887
|
+
};
|
|
888
|
+
export type HTTPMethod = (typeof HTTPMethod)[keyof typeof HTTPMethod];
|
|
874
889
|
export declare const FieldFilterOperator: {
|
|
875
890
|
readonly BETWEEN: "BETWEEN";
|
|
876
891
|
readonly CONTAINS: "CONTAINS";
|
|
@@ -1125,6 +1140,23 @@ export declare const ExistCondition: {
|
|
|
1125
1140
|
};
|
|
1126
1141
|
export type ExistCondition =
|
|
1127
1142
|
(typeof ExistCondition)[keyof typeof ExistCondition];
|
|
1143
|
+
export declare const ContentType: {
|
|
1144
|
+
readonly APPLICATION_JSON: "APPLICATION_JSON";
|
|
1145
|
+
readonly URL_ENCODED: "URL_ENCODED";
|
|
1146
|
+
};
|
|
1147
|
+
export type ContentType = (typeof ContentType)[keyof typeof ContentType];
|
|
1148
|
+
export declare const ConnectorOAuth2GrantType: {
|
|
1149
|
+
readonly AUTHORIZATION_CODE: "AUTHORIZATION_CODE";
|
|
1150
|
+
readonly CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS";
|
|
1151
|
+
readonly JWT_BEARER: "JWT_BEARER";
|
|
1152
|
+
};
|
|
1153
|
+
export type ConnectorOAuth2GrantType =
|
|
1154
|
+
(typeof ConnectorOAuth2GrantType)[keyof typeof ConnectorOAuth2GrantType];
|
|
1155
|
+
export declare const IntegrationType: {
|
|
1156
|
+
readonly REST: "REST";
|
|
1157
|
+
};
|
|
1158
|
+
export type IntegrationType =
|
|
1159
|
+
(typeof IntegrationType)[keyof typeof IntegrationType];
|
|
1128
1160
|
export declare const Comparator: {
|
|
1129
1161
|
readonly EQUALS: "EQUALS";
|
|
1130
1162
|
readonly GREATER_THAN: "GREATER_THAN";
|
|
@@ -48,6 +48,7 @@ import {
|
|
|
48
48
|
ParquetCompressionType,
|
|
49
49
|
Permission,
|
|
50
50
|
PiiType,
|
|
51
|
+
PropertyLocation,
|
|
51
52
|
PropertyType,
|
|
52
53
|
QuoteChar,
|
|
53
54
|
RecrawlBehavior,
|
|
@@ -184,6 +185,8 @@ export interface Property {
|
|
|
184
185
|
PropertyTypes: PropertyType[] | undefined;
|
|
185
186
|
AllowedValues?: AllowedValue[] | undefined;
|
|
186
187
|
DataOperationScopes?: DataOperation[] | undefined;
|
|
188
|
+
KeyOverride?: string | undefined;
|
|
189
|
+
PropertyLocation?: PropertyLocation | undefined;
|
|
187
190
|
}
|
|
188
191
|
export interface AuthConfiguration {
|
|
189
192
|
AuthenticationType: Property | undefined;
|