@aws-sdk/client-glue 3.1070.0 → 3.1072.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 +196 -0
- package/dist-cjs/index.js +431 -1
- package/dist-cjs/models/errors.js +38 -38
- package/dist-cjs/schemas/schemas_0.js +744 -31
- package/dist-es/Glue.js +68 -0
- package/dist-es/commands/AssociateGlossaryTermsCommand.js +16 -0
- package/dist-es/commands/BatchGetIterableFormsCommand.js +16 -0
- package/dist-es/commands/CreateGlossaryCommand.js +16 -0
- package/dist-es/commands/CreateGlossaryTermCommand.js +16 -0
- package/dist-es/commands/DeleteAssetCommand.js +16 -0
- package/dist-es/commands/DeleteAssetTypeCommand.js +16 -0
- package/dist-es/commands/DeleteAttachmentCommand.js +16 -0
- package/dist-es/commands/DeleteFormTypeCommand.js +16 -0
- package/dist-es/commands/DeleteGlossaryCommand.js +16 -0
- package/dist-es/commands/DeleteGlossaryTermCommand.js +16 -0
- package/dist-es/commands/DisassociateGlossaryTermsCommand.js +16 -0
- package/dist-es/commands/GetAssetCommand.js +16 -0
- package/dist-es/commands/GetAssetTypeCommand.js +16 -0
- package/dist-es/commands/GetFormTypeCommand.js +16 -0
- package/dist-es/commands/GetGlossaryCommand.js +16 -0
- package/dist-es/commands/GetGlossaryTermCommand.js +16 -0
- package/dist-es/commands/ListAssetTypesCommand.js +16 -0
- package/dist-es/commands/ListFormTypesCommand.js +16 -0
- package/dist-es/commands/ListGlossariesCommand.js +16 -0
- package/dist-es/commands/ListGlossaryTermsCommand.js +16 -0
- package/dist-es/commands/ListIterableFormsCommand.js +16 -0
- package/dist-es/commands/PutAssetCommand.js +16 -0
- package/dist-es/commands/PutAssetTypeCommand.js +16 -0
- package/dist-es/commands/PutAttachmentCommand.js +16 -0
- package/dist-es/commands/PutFormTypeCommand.js +16 -0
- package/dist-es/commands/SearchCommand.js +16 -0
- package/dist-es/commands/UpdateGlossaryCommand.js +16 -0
- package/dist-es/commands/UpdateGlossaryTermCommand.js +16 -0
- package/dist-es/commands/index.js +28 -0
- package/dist-es/models/enums.js +12 -0
- package/dist-es/models/errors.js +38 -38
- package/dist-es/pagination/ListAssetTypesPaginator.js +4 -0
- package/dist-es/pagination/ListFormTypesPaginator.js +4 -0
- package/dist-es/pagination/ListGlossariesPaginator.js +4 -0
- package/dist-es/pagination/ListGlossaryTermsPaginator.js +4 -0
- package/dist-es/pagination/ListIterableFormsPaginator.js +4 -0
- package/dist-es/pagination/SearchPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/schemas/schemas_0.js +671 -31
- package/dist-types/Glue.d.ts +242 -0
- package/dist-types/GlueClient.d.ts +30 -2
- package/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +101 -0
- package/dist-types/commands/BatchGetIterableFormsCommand.d.ts +122 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlossaryCommand.d.ts +98 -0
- package/dist-types/commands/CreateGlossaryTermCommand.d.ts +105 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +89 -0
- package/dist-types/commands/DeleteAssetTypeCommand.d.ts +89 -0
- package/dist-types/commands/DeleteAttachmentCommand.d.ts +95 -0
- package/dist-types/commands/DeleteFormTypeCommand.d.ts +92 -0
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +92 -0
- package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +89 -0
- package/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +101 -0
- package/dist-types/commands/GetAssetCommand.d.ts +116 -0
- package/dist-types/commands/GetAssetTypeCommand.d.ts +97 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/GetEntityRecordsCommand.d.ts +1 -1
- package/dist-types/commands/GetFormTypeCommand.d.ts +93 -0
- package/dist-types/commands/GetGlossaryCommand.d.ts +90 -0
- package/dist-types/commands/GetGlossaryTermCommand.d.ts +92 -0
- package/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
- package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
- package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
- package/dist-types/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetMappingCommand.d.ts +1 -1
- package/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetTypesCommand.d.ts +95 -0
- package/dist-types/commands/ListFormTypesCommand.d.ts +95 -0
- package/dist-types/commands/ListGlossariesCommand.d.ts +96 -0
- package/dist-types/commands/ListGlossaryTermsCommand.d.ts +97 -0
- package/dist-types/commands/ListIterableFormsCommand.d.ts +104 -0
- package/dist-types/commands/PutAssetCommand.d.ts +113 -0
- package/dist-types/commands/PutAssetTypeCommand.d.ts +103 -0
- package/dist-types/commands/PutAttachmentCommand.d.ts +104 -0
- package/dist-types/commands/PutFormTypeCommand.d.ts +95 -0
- package/dist-types/commands/SearchCommand.d.ts +149 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StopSessionCommand.d.ts +1 -1
- package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCatalogCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -2
- package/dist-types/commands/UpdateGlossaryCommand.d.ts +102 -0
- package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +105 -0
- package/dist-types/commands/index.d.ts +28 -0
- package/dist-types/models/enums.d.ts +28 -0
- package/dist-types/models/errors.d.ts +48 -48
- package/dist-types/models/models_0.d.ts +165 -174
- package/dist-types/models/models_1.d.ts +520 -720
- package/dist-types/models/models_2.d.ts +2302 -2039
- package/dist-types/models/models_3.d.ts +1413 -4
- package/dist-types/pagination/ListAssetTypesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFormTypesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGlossariesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGlossaryTermsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIterableFormsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/schemas/schemas_0.d.ts +101 -0
- package/dist-types/ts3.4/Glue.d.ts +522 -0
- package/dist-types/ts3.4/GlueClient.d.ts +168 -0
- package/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/PutAssetCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/dist-types/ts3.4/models/enums.d.ts +16 -0
- package/dist-types/ts3.4/models/errors.d.ts +26 -26
- package/dist-types/ts3.4/models/models_0.d.ts +41 -40
- package/dist-types/ts3.4/models/models_1.d.ts +128 -181
- package/dist-types/ts3.4/models/models_2.d.ts +396 -293
- package/dist-types/ts3.4/models/models_3.d.ts +373 -1
- package/dist-types/ts3.4/pagination/ListAssetTypesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFormTypesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGlossariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGlossaryTermsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIterableFormsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +101 -0
- package/package.json +3 -3
|
@@ -390,6 +390,84 @@ export interface StatisticAnnotation {
|
|
|
390
390
|
*/
|
|
391
391
|
InclusionAnnotation?: TimestampedInclusionAnnotation | undefined;
|
|
392
392
|
}
|
|
393
|
+
/**
|
|
394
|
+
* <p>A form on an asset, consisting of the form type identifier and its JSON content.</p>
|
|
395
|
+
* @public
|
|
396
|
+
*/
|
|
397
|
+
export interface AssetFormEntry {
|
|
398
|
+
/**
|
|
399
|
+
* <p>The identifier of the form type that defines this form's schema.</p>
|
|
400
|
+
* @public
|
|
401
|
+
*/
|
|
402
|
+
FormTypeId?: string | undefined;
|
|
403
|
+
/**
|
|
404
|
+
* <p>The JSON content of the form, conforming to the schema of the specified form type.</p>
|
|
405
|
+
* @public
|
|
406
|
+
*/
|
|
407
|
+
Content?: string | undefined;
|
|
408
|
+
}
|
|
409
|
+
/**
|
|
410
|
+
* <p>A reference to a form type that is included in an asset type.</p>
|
|
411
|
+
* @public
|
|
412
|
+
*/
|
|
413
|
+
export interface AssetTypeFormReference {
|
|
414
|
+
/**
|
|
415
|
+
* <p>The identifier of the referenced form type.</p>
|
|
416
|
+
* @public
|
|
417
|
+
*/
|
|
418
|
+
FormTypeIdentifier: string | undefined;
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* <p>A summary of an asset type.</p>
|
|
422
|
+
* @public
|
|
423
|
+
*/
|
|
424
|
+
export interface AssetTypeItem {
|
|
425
|
+
/**
|
|
426
|
+
* <p>The identifier of the asset type.</p>
|
|
427
|
+
* @public
|
|
428
|
+
*/
|
|
429
|
+
Id?: string | undefined;
|
|
430
|
+
/**
|
|
431
|
+
* <p>The name of the asset type.</p>
|
|
432
|
+
* @public
|
|
433
|
+
*/
|
|
434
|
+
Name?: string | undefined;
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
* @public
|
|
438
|
+
*/
|
|
439
|
+
export interface AssociateGlossaryTermsRequest {
|
|
440
|
+
/**
|
|
441
|
+
* <p>The unique identifier of the asset to associate glossary terms with.</p>
|
|
442
|
+
* @public
|
|
443
|
+
*/
|
|
444
|
+
Identifier: string | undefined;
|
|
445
|
+
/**
|
|
446
|
+
* <p>The list of glossary term identifiers to associate with the asset.</p>
|
|
447
|
+
* @public
|
|
448
|
+
*/
|
|
449
|
+
GlossaryTermIdentifiers: string[] | undefined;
|
|
450
|
+
/**
|
|
451
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
452
|
+
* @public
|
|
453
|
+
*/
|
|
454
|
+
ClientToken?: string | undefined;
|
|
455
|
+
}
|
|
456
|
+
/**
|
|
457
|
+
* @public
|
|
458
|
+
*/
|
|
459
|
+
export interface AssociateGlossaryTermsResponse {
|
|
460
|
+
/**
|
|
461
|
+
* <p>The unique identifier of the asset.</p>
|
|
462
|
+
* @public
|
|
463
|
+
*/
|
|
464
|
+
Identifier?: string | undefined;
|
|
465
|
+
/**
|
|
466
|
+
* <p>The glossary terms now associated with the asset.</p>
|
|
467
|
+
* @public
|
|
468
|
+
*/
|
|
469
|
+
GlossaryTerms?: string[] | undefined;
|
|
470
|
+
}
|
|
393
471
|
/**
|
|
394
472
|
* <p>Specifies a single column in a Glue schema definition.</p>
|
|
395
473
|
* @public
|
|
@@ -2606,6 +2684,93 @@ export interface BatchGetDevEndpointsResponse {
|
|
|
2606
2684
|
*/
|
|
2607
2685
|
DevEndpointsNotFound?: string[] | undefined;
|
|
2608
2686
|
}
|
|
2687
|
+
/**
|
|
2688
|
+
* @public
|
|
2689
|
+
*/
|
|
2690
|
+
export interface BatchGetIterableFormsRequest {
|
|
2691
|
+
/**
|
|
2692
|
+
* <p>The unique identifier of the asset.</p>
|
|
2693
|
+
* @public
|
|
2694
|
+
*/
|
|
2695
|
+
AssetIdentifier: string | undefined;
|
|
2696
|
+
/**
|
|
2697
|
+
* <p>The name of the iterable form to retrieve items from.</p>
|
|
2698
|
+
* @public
|
|
2699
|
+
*/
|
|
2700
|
+
IterableFormName: string | undefined;
|
|
2701
|
+
/**
|
|
2702
|
+
* <p>The list of item identifiers to retrieve. Each identifier can be an item ID or item name.</p>
|
|
2703
|
+
* @public
|
|
2704
|
+
*/
|
|
2705
|
+
ItemIdentifiers: string[] | undefined;
|
|
2706
|
+
}
|
|
2707
|
+
/**
|
|
2708
|
+
* <p>An error that occurred when retrieving an iterable form item.</p>
|
|
2709
|
+
* @public
|
|
2710
|
+
*/
|
|
2711
|
+
export interface ItemError {
|
|
2712
|
+
/**
|
|
2713
|
+
* <p>The identifier of the item that caused the error.</p>
|
|
2714
|
+
* @public
|
|
2715
|
+
*/
|
|
2716
|
+
ItemIdentifier?: string | undefined;
|
|
2717
|
+
/**
|
|
2718
|
+
* <p>The error code.</p>
|
|
2719
|
+
* @public
|
|
2720
|
+
*/
|
|
2721
|
+
Code?: string | undefined;
|
|
2722
|
+
/**
|
|
2723
|
+
* <p>The error message.</p>
|
|
2724
|
+
* @public
|
|
2725
|
+
*/
|
|
2726
|
+
Message?: string | undefined;
|
|
2727
|
+
}
|
|
2728
|
+
/**
|
|
2729
|
+
* <p>A full iterable form item with its forms.</p>
|
|
2730
|
+
* @public
|
|
2731
|
+
*/
|
|
2732
|
+
export interface IterableFormItem {
|
|
2733
|
+
/**
|
|
2734
|
+
* <p>The unique identifier of the item.</p>
|
|
2735
|
+
* @public
|
|
2736
|
+
*/
|
|
2737
|
+
ItemId?: string | undefined;
|
|
2738
|
+
/**
|
|
2739
|
+
* <p>The name of the item.</p>
|
|
2740
|
+
* @public
|
|
2741
|
+
*/
|
|
2742
|
+
ItemName?: string | undefined;
|
|
2743
|
+
/**
|
|
2744
|
+
* <p>The identifiers of the glossary terms associated with the item.</p>
|
|
2745
|
+
* @public
|
|
2746
|
+
*/
|
|
2747
|
+
GlossaryTerms?: string[] | undefined;
|
|
2748
|
+
/**
|
|
2749
|
+
* <p>The forms on the item, keyed by form name.</p>
|
|
2750
|
+
* @public
|
|
2751
|
+
*/
|
|
2752
|
+
Forms?: Record<string, AssetFormEntry> | undefined;
|
|
2753
|
+
/**
|
|
2754
|
+
* <p>Additional attachments on the item for more context, keyed by attachment name.</p>
|
|
2755
|
+
* @public
|
|
2756
|
+
*/
|
|
2757
|
+
Attachments?: Record<string, AssetFormEntry> | undefined;
|
|
2758
|
+
}
|
|
2759
|
+
/**
|
|
2760
|
+
* @public
|
|
2761
|
+
*/
|
|
2762
|
+
export interface BatchGetIterableFormsResponse {
|
|
2763
|
+
/**
|
|
2764
|
+
* <p>The list of retrieved iterable form items.</p>
|
|
2765
|
+
* @public
|
|
2766
|
+
*/
|
|
2767
|
+
Items?: IterableFormItem[] | undefined;
|
|
2768
|
+
/**
|
|
2769
|
+
* <p>The list of errors for items that could not be retrieved.</p>
|
|
2770
|
+
* @public
|
|
2771
|
+
*/
|
|
2772
|
+
Errors?: ItemError[] | undefined;
|
|
2773
|
+
}
|
|
2609
2774
|
/**
|
|
2610
2775
|
* @public
|
|
2611
2776
|
*/
|
|
@@ -8922,177 +9087,3 @@ export interface CreateCrawlerRequest {
|
|
|
8922
9087
|
*/
|
|
8923
9088
|
Tags?: Record<string, string> | undefined;
|
|
8924
9089
|
}
|
|
8925
|
-
/**
|
|
8926
|
-
* @public
|
|
8927
|
-
*/
|
|
8928
|
-
export interface CreateCrawlerResponse {
|
|
8929
|
-
}
|
|
8930
|
-
/**
|
|
8931
|
-
* @public
|
|
8932
|
-
*/
|
|
8933
|
-
export interface CreateCustomEntityTypeRequest {
|
|
8934
|
-
/**
|
|
8935
|
-
* <p>A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.</p>
|
|
8936
|
-
* @public
|
|
8937
|
-
*/
|
|
8938
|
-
Name: string | undefined;
|
|
8939
|
-
/**
|
|
8940
|
-
* <p>A regular expression string that is used for detecting sensitive data in a custom pattern.</p>
|
|
8941
|
-
* @public
|
|
8942
|
-
*/
|
|
8943
|
-
RegexString: string | undefined;
|
|
8944
|
-
/**
|
|
8945
|
-
* <p>A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.</p>
|
|
8946
|
-
* <p>If no context words are passed only a regular expression is checked.</p>
|
|
8947
|
-
* @public
|
|
8948
|
-
*/
|
|
8949
|
-
ContextWords?: string[] | undefined;
|
|
8950
|
-
/**
|
|
8951
|
-
* <p>A list of tags applied to the custom entity type.</p>
|
|
8952
|
-
* @public
|
|
8953
|
-
*/
|
|
8954
|
-
Tags?: Record<string, string> | undefined;
|
|
8955
|
-
}
|
|
8956
|
-
/**
|
|
8957
|
-
* @public
|
|
8958
|
-
*/
|
|
8959
|
-
export interface CreateCustomEntityTypeResponse {
|
|
8960
|
-
/**
|
|
8961
|
-
* <p>The name of the custom pattern you created.</p>
|
|
8962
|
-
* @public
|
|
8963
|
-
*/
|
|
8964
|
-
Name?: string | undefined;
|
|
8965
|
-
}
|
|
8966
|
-
/**
|
|
8967
|
-
* <p>A database that points to an entity outside the Glue Data Catalog.</p>
|
|
8968
|
-
* @public
|
|
8969
|
-
*/
|
|
8970
|
-
export interface FederatedDatabase {
|
|
8971
|
-
/**
|
|
8972
|
-
* <p>A unique identifier for the federated database.</p>
|
|
8973
|
-
* @public
|
|
8974
|
-
*/
|
|
8975
|
-
Identifier?: string | undefined;
|
|
8976
|
-
/**
|
|
8977
|
-
* <p>The name of the connection to the external metastore.</p>
|
|
8978
|
-
* @public
|
|
8979
|
-
*/
|
|
8980
|
-
ConnectionName?: string | undefined;
|
|
8981
|
-
/**
|
|
8982
|
-
* <p>The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.</p>
|
|
8983
|
-
* @public
|
|
8984
|
-
*/
|
|
8985
|
-
ConnectionType?: string | undefined;
|
|
8986
|
-
}
|
|
8987
|
-
/**
|
|
8988
|
-
* <p>A structure that describes a target database for resource linking.</p>
|
|
8989
|
-
* @public
|
|
8990
|
-
*/
|
|
8991
|
-
export interface DatabaseIdentifier {
|
|
8992
|
-
/**
|
|
8993
|
-
* <p>The ID of the Data Catalog in which the database resides.</p>
|
|
8994
|
-
* @public
|
|
8995
|
-
*/
|
|
8996
|
-
CatalogId?: string | undefined;
|
|
8997
|
-
/**
|
|
8998
|
-
* <p>The name of the catalog database.</p>
|
|
8999
|
-
* @public
|
|
9000
|
-
*/
|
|
9001
|
-
DatabaseName?: string | undefined;
|
|
9002
|
-
/**
|
|
9003
|
-
* <p>Region of the target database.</p>
|
|
9004
|
-
* @public
|
|
9005
|
-
*/
|
|
9006
|
-
Region?: string | undefined;
|
|
9007
|
-
}
|
|
9008
|
-
/**
|
|
9009
|
-
* <p>The structure used to create or update a database.</p>
|
|
9010
|
-
* @public
|
|
9011
|
-
*/
|
|
9012
|
-
export interface DatabaseInput {
|
|
9013
|
-
/**
|
|
9014
|
-
* <p>The name of the database. For Hive compatibility, this is folded to lowercase when it is
|
|
9015
|
-
* stored.</p>
|
|
9016
|
-
* @public
|
|
9017
|
-
*/
|
|
9018
|
-
Name: string | undefined;
|
|
9019
|
-
/**
|
|
9020
|
-
* <p>A description of the database.</p>
|
|
9021
|
-
* @public
|
|
9022
|
-
*/
|
|
9023
|
-
Description?: string | undefined;
|
|
9024
|
-
/**
|
|
9025
|
-
* <p>The location of the database (for example, an HDFS path). </p>
|
|
9026
|
-
* @public
|
|
9027
|
-
*/
|
|
9028
|
-
LocationUri?: string | undefined;
|
|
9029
|
-
/**
|
|
9030
|
-
* <p>These key-value pairs define parameters and properties
|
|
9031
|
-
* of the database.</p>
|
|
9032
|
-
* <p>These key-value pairs define parameters and properties of the database.</p>
|
|
9033
|
-
* @public
|
|
9034
|
-
*/
|
|
9035
|
-
Parameters?: Record<string, string> | undefined;
|
|
9036
|
-
/**
|
|
9037
|
-
* <p>Creates a set of default permissions on the table for principals. Used by Lake Formation. Not used in the normal course of Glue operations.</p>
|
|
9038
|
-
* @public
|
|
9039
|
-
*/
|
|
9040
|
-
CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
|
|
9041
|
-
/**
|
|
9042
|
-
* <p>A <code>DatabaseIdentifier</code> structure that describes a target database for resource linking.</p>
|
|
9043
|
-
* @public
|
|
9044
|
-
*/
|
|
9045
|
-
TargetDatabase?: DatabaseIdentifier | undefined;
|
|
9046
|
-
/**
|
|
9047
|
-
* <p>A <code>FederatedDatabase</code> structure that references an entity outside the Glue Data Catalog.</p>
|
|
9048
|
-
* @public
|
|
9049
|
-
*/
|
|
9050
|
-
FederatedDatabase?: FederatedDatabase | undefined;
|
|
9051
|
-
}
|
|
9052
|
-
/**
|
|
9053
|
-
* @public
|
|
9054
|
-
*/
|
|
9055
|
-
export interface CreateDatabaseRequest {
|
|
9056
|
-
/**
|
|
9057
|
-
* <p>The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services
|
|
9058
|
-
* account ID is used by default.</p>
|
|
9059
|
-
* @public
|
|
9060
|
-
*/
|
|
9061
|
-
CatalogId?: string | undefined;
|
|
9062
|
-
/**
|
|
9063
|
-
* <p>The metadata for the database.</p>
|
|
9064
|
-
* @public
|
|
9065
|
-
*/
|
|
9066
|
-
DatabaseInput: DatabaseInput | undefined;
|
|
9067
|
-
/**
|
|
9068
|
-
* <p>The tags you assign to the database.</p>
|
|
9069
|
-
* @public
|
|
9070
|
-
*/
|
|
9071
|
-
Tags?: Record<string, string> | undefined;
|
|
9072
|
-
}
|
|
9073
|
-
/**
|
|
9074
|
-
* @public
|
|
9075
|
-
*/
|
|
9076
|
-
export interface CreateDatabaseResponse {
|
|
9077
|
-
}
|
|
9078
|
-
/**
|
|
9079
|
-
* <p>An object representing an Glue table.</p>
|
|
9080
|
-
* @public
|
|
9081
|
-
*/
|
|
9082
|
-
export interface DataQualityTargetTable {
|
|
9083
|
-
/**
|
|
9084
|
-
* <p>The name of the Glue table.</p>
|
|
9085
|
-
* @public
|
|
9086
|
-
*/
|
|
9087
|
-
TableName: string | undefined;
|
|
9088
|
-
/**
|
|
9089
|
-
* <p>The name of the database where the Glue table exists.</p>
|
|
9090
|
-
* @public
|
|
9091
|
-
*/
|
|
9092
|
-
DatabaseName: string | undefined;
|
|
9093
|
-
/**
|
|
9094
|
-
* <p>The catalog id where the Glue table exists.</p>
|
|
9095
|
-
* @public
|
|
9096
|
-
*/
|
|
9097
|
-
CatalogId?: string | undefined;
|
|
9098
|
-
}
|