@aws-sdk/client-glue 3.1070.0 → 3.1071.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
package/README.md
CHANGED
|
@@ -180,6 +180,13 @@ see LICENSE for more information.
|
|
|
180
180
|
|
|
181
181
|
## Client Commands (Operations List)
|
|
182
182
|
|
|
183
|
+
<details>
|
|
184
|
+
<summary>
|
|
185
|
+
AssociateGlossaryTerms
|
|
186
|
+
</summary>
|
|
187
|
+
|
|
188
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/AssociateGlossaryTermsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/AssociateGlossaryTermsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/AssociateGlossaryTermsCommandOutput/)
|
|
189
|
+
</details>
|
|
183
190
|
<details>
|
|
184
191
|
<summary>
|
|
185
192
|
BatchCreatePartition
|
|
@@ -252,6 +259,13 @@ BatchGetDevEndpoints
|
|
|
252
259
|
</details>
|
|
253
260
|
<details>
|
|
254
261
|
<summary>
|
|
262
|
+
BatchGetIterableForms
|
|
263
|
+
</summary>
|
|
264
|
+
|
|
265
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/BatchGetIterableFormsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/BatchGetIterableFormsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/BatchGetIterableFormsCommandOutput/)
|
|
266
|
+
</details>
|
|
267
|
+
<details>
|
|
268
|
+
<summary>
|
|
255
269
|
BatchGetJobs
|
|
256
270
|
</summary>
|
|
257
271
|
|
|
@@ -413,6 +427,20 @@ CreateDevEndpoint
|
|
|
413
427
|
</details>
|
|
414
428
|
<details>
|
|
415
429
|
<summary>
|
|
430
|
+
CreateGlossary
|
|
431
|
+
</summary>
|
|
432
|
+
|
|
433
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/CreateGlossaryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/CreateGlossaryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/CreateGlossaryCommandOutput/)
|
|
434
|
+
</details>
|
|
435
|
+
<details>
|
|
436
|
+
<summary>
|
|
437
|
+
CreateGlossaryTerm
|
|
438
|
+
</summary>
|
|
439
|
+
|
|
440
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/CreateGlossaryTermCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/CreateGlossaryTermCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/CreateGlossaryTermCommandOutput/)
|
|
441
|
+
</details>
|
|
442
|
+
<details>
|
|
443
|
+
<summary>
|
|
416
444
|
CreateGlueIdentityCenterConfiguration
|
|
417
445
|
</summary>
|
|
418
446
|
|
|
@@ -546,6 +574,27 @@ CreateWorkflow
|
|
|
546
574
|
</details>
|
|
547
575
|
<details>
|
|
548
576
|
<summary>
|
|
577
|
+
DeleteAsset
|
|
578
|
+
</summary>
|
|
579
|
+
|
|
580
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/DeleteAssetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteAssetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteAssetCommandOutput/)
|
|
581
|
+
</details>
|
|
582
|
+
<details>
|
|
583
|
+
<summary>
|
|
584
|
+
DeleteAssetType
|
|
585
|
+
</summary>
|
|
586
|
+
|
|
587
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/DeleteAssetTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteAssetTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteAssetTypeCommandOutput/)
|
|
588
|
+
</details>
|
|
589
|
+
<details>
|
|
590
|
+
<summary>
|
|
591
|
+
DeleteAttachment
|
|
592
|
+
</summary>
|
|
593
|
+
|
|
594
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/DeleteAttachmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteAttachmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteAttachmentCommandOutput/)
|
|
595
|
+
</details>
|
|
596
|
+
<details>
|
|
597
|
+
<summary>
|
|
549
598
|
DeleteBlueprint
|
|
550
599
|
</summary>
|
|
551
600
|
|
|
@@ -637,6 +686,27 @@ DeleteDevEndpoint
|
|
|
637
686
|
</details>
|
|
638
687
|
<details>
|
|
639
688
|
<summary>
|
|
689
|
+
DeleteFormType
|
|
690
|
+
</summary>
|
|
691
|
+
|
|
692
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/DeleteFormTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteFormTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteFormTypeCommandOutput/)
|
|
693
|
+
</details>
|
|
694
|
+
<details>
|
|
695
|
+
<summary>
|
|
696
|
+
DeleteGlossary
|
|
697
|
+
</summary>
|
|
698
|
+
|
|
699
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/DeleteGlossaryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteGlossaryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteGlossaryCommandOutput/)
|
|
700
|
+
</details>
|
|
701
|
+
<details>
|
|
702
|
+
<summary>
|
|
703
|
+
DeleteGlossaryTerm
|
|
704
|
+
</summary>
|
|
705
|
+
|
|
706
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/DeleteGlossaryTermCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteGlossaryTermCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteGlossaryTermCommandOutput/)
|
|
707
|
+
</details>
|
|
708
|
+
<details>
|
|
709
|
+
<summary>
|
|
640
710
|
DeleteGlueIdentityCenterConfiguration
|
|
641
711
|
</summary>
|
|
642
712
|
|
|
@@ -812,6 +882,27 @@ DescribeIntegrations
|
|
|
812
882
|
</details>
|
|
813
883
|
<details>
|
|
814
884
|
<summary>
|
|
885
|
+
DisassociateGlossaryTerms
|
|
886
|
+
</summary>
|
|
887
|
+
|
|
888
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/DisassociateGlossaryTermsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DisassociateGlossaryTermsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DisassociateGlossaryTermsCommandOutput/)
|
|
889
|
+
</details>
|
|
890
|
+
<details>
|
|
891
|
+
<summary>
|
|
892
|
+
GetAsset
|
|
893
|
+
</summary>
|
|
894
|
+
|
|
895
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetAssetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetAssetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetAssetCommandOutput/)
|
|
896
|
+
</details>
|
|
897
|
+
<details>
|
|
898
|
+
<summary>
|
|
899
|
+
GetAssetType
|
|
900
|
+
</summary>
|
|
901
|
+
|
|
902
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetAssetTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetAssetTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetAssetTypeCommandOutput/)
|
|
903
|
+
</details>
|
|
904
|
+
<details>
|
|
905
|
+
<summary>
|
|
815
906
|
GetBlueprint
|
|
816
907
|
</summary>
|
|
817
908
|
|
|
@@ -1043,6 +1134,27 @@ GetEntityRecords
|
|
|
1043
1134
|
</details>
|
|
1044
1135
|
<details>
|
|
1045
1136
|
<summary>
|
|
1137
|
+
GetFormType
|
|
1138
|
+
</summary>
|
|
1139
|
+
|
|
1140
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetFormTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetFormTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetFormTypeCommandOutput/)
|
|
1141
|
+
</details>
|
|
1142
|
+
<details>
|
|
1143
|
+
<summary>
|
|
1144
|
+
GetGlossary
|
|
1145
|
+
</summary>
|
|
1146
|
+
|
|
1147
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetGlossaryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetGlossaryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetGlossaryCommandOutput/)
|
|
1148
|
+
</details>
|
|
1149
|
+
<details>
|
|
1150
|
+
<summary>
|
|
1151
|
+
GetGlossaryTerm
|
|
1152
|
+
</summary>
|
|
1153
|
+
|
|
1154
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetGlossaryTermCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetGlossaryTermCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetGlossaryTermCommandOutput/)
|
|
1155
|
+
</details>
|
|
1156
|
+
<details>
|
|
1157
|
+
<summary>
|
|
1046
1158
|
GetGlueIdentityCenterConfiguration
|
|
1047
1159
|
</summary>
|
|
1048
1160
|
|
|
@@ -1386,6 +1498,13 @@ ImportCatalogToGlue
|
|
|
1386
1498
|
</details>
|
|
1387
1499
|
<details>
|
|
1388
1500
|
<summary>
|
|
1501
|
+
ListAssetTypes
|
|
1502
|
+
</summary>
|
|
1503
|
+
|
|
1504
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/ListAssetTypesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListAssetTypesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListAssetTypesCommandOutput/)
|
|
1505
|
+
</details>
|
|
1506
|
+
<details>
|
|
1507
|
+
<summary>
|
|
1389
1508
|
ListBlueprints
|
|
1390
1509
|
</summary>
|
|
1391
1510
|
|
|
@@ -1484,6 +1603,27 @@ ListEntities
|
|
|
1484
1603
|
</details>
|
|
1485
1604
|
<details>
|
|
1486
1605
|
<summary>
|
|
1606
|
+
ListFormTypes
|
|
1607
|
+
</summary>
|
|
1608
|
+
|
|
1609
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/ListFormTypesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListFormTypesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListFormTypesCommandOutput/)
|
|
1610
|
+
</details>
|
|
1611
|
+
<details>
|
|
1612
|
+
<summary>
|
|
1613
|
+
ListGlossaries
|
|
1614
|
+
</summary>
|
|
1615
|
+
|
|
1616
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/ListGlossariesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListGlossariesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListGlossariesCommandOutput/)
|
|
1617
|
+
</details>
|
|
1618
|
+
<details>
|
|
1619
|
+
<summary>
|
|
1620
|
+
ListGlossaryTerms
|
|
1621
|
+
</summary>
|
|
1622
|
+
|
|
1623
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/ListGlossaryTermsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListGlossaryTermsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListGlossaryTermsCommandOutput/)
|
|
1624
|
+
</details>
|
|
1625
|
+
<details>
|
|
1626
|
+
<summary>
|
|
1487
1627
|
ListIntegrationResourceProperties
|
|
1488
1628
|
</summary>
|
|
1489
1629
|
|
|
@@ -1491,6 +1631,13 @@ ListIntegrationResourceProperties
|
|
|
1491
1631
|
</details>
|
|
1492
1632
|
<details>
|
|
1493
1633
|
<summary>
|
|
1634
|
+
ListIterableForms
|
|
1635
|
+
</summary>
|
|
1636
|
+
|
|
1637
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/ListIterableFormsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListIterableFormsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListIterableFormsCommandOutput/)
|
|
1638
|
+
</details>
|
|
1639
|
+
<details>
|
|
1640
|
+
<summary>
|
|
1494
1641
|
ListJobs
|
|
1495
1642
|
</summary>
|
|
1496
1643
|
|
|
@@ -1582,6 +1729,27 @@ ModifyIntegration
|
|
|
1582
1729
|
</details>
|
|
1583
1730
|
<details>
|
|
1584
1731
|
<summary>
|
|
1732
|
+
PutAsset
|
|
1733
|
+
</summary>
|
|
1734
|
+
|
|
1735
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/PutAssetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/PutAssetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/PutAssetCommandOutput/)
|
|
1736
|
+
</details>
|
|
1737
|
+
<details>
|
|
1738
|
+
<summary>
|
|
1739
|
+
PutAssetType
|
|
1740
|
+
</summary>
|
|
1741
|
+
|
|
1742
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/PutAssetTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/PutAssetTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/PutAssetTypeCommandOutput/)
|
|
1743
|
+
</details>
|
|
1744
|
+
<details>
|
|
1745
|
+
<summary>
|
|
1746
|
+
PutAttachment
|
|
1747
|
+
</summary>
|
|
1748
|
+
|
|
1749
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/PutAttachmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/PutAttachmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/PutAttachmentCommandOutput/)
|
|
1750
|
+
</details>
|
|
1751
|
+
<details>
|
|
1752
|
+
<summary>
|
|
1585
1753
|
PutDataCatalogEncryptionSettings
|
|
1586
1754
|
</summary>
|
|
1587
1755
|
|
|
@@ -1596,6 +1764,13 @@ PutDataQualityProfileAnnotation
|
|
|
1596
1764
|
</details>
|
|
1597
1765
|
<details>
|
|
1598
1766
|
<summary>
|
|
1767
|
+
PutFormType
|
|
1768
|
+
</summary>
|
|
1769
|
+
|
|
1770
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/PutFormTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/PutFormTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/PutFormTypeCommandOutput/)
|
|
1771
|
+
</details>
|
|
1772
|
+
<details>
|
|
1773
|
+
<summary>
|
|
1599
1774
|
PutResourcePolicy
|
|
1600
1775
|
</summary>
|
|
1601
1776
|
|
|
@@ -1666,6 +1841,13 @@ RunStatement
|
|
|
1666
1841
|
</details>
|
|
1667
1842
|
<details>
|
|
1668
1843
|
<summary>
|
|
1844
|
+
Search
|
|
1845
|
+
</summary>
|
|
1846
|
+
|
|
1847
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/SearchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/SearchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/SearchCommandOutput/)
|
|
1848
|
+
</details>
|
|
1849
|
+
<details>
|
|
1850
|
+
<summary>
|
|
1669
1851
|
SearchTables
|
|
1670
1852
|
</summary>
|
|
1671
1853
|
|
|
@@ -1939,6 +2121,20 @@ UpdateDevEndpoint
|
|
|
1939
2121
|
</details>
|
|
1940
2122
|
<details>
|
|
1941
2123
|
<summary>
|
|
2124
|
+
UpdateGlossary
|
|
2125
|
+
</summary>
|
|
2126
|
+
|
|
2127
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/UpdateGlossaryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/UpdateGlossaryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/UpdateGlossaryCommandOutput/)
|
|
2128
|
+
</details>
|
|
2129
|
+
<details>
|
|
2130
|
+
<summary>
|
|
2131
|
+
UpdateGlossaryTerm
|
|
2132
|
+
</summary>
|
|
2133
|
+
|
|
2134
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/UpdateGlossaryTermCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/UpdateGlossaryTermCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/UpdateGlossaryTermCommandOutput/)
|
|
2135
|
+
</details>
|
|
2136
|
+
<details>
|
|
2137
|
+
<summary>
|
|
1942
2138
|
UpdateGlueIdentityCenterConfiguration
|
|
1943
2139
|
</summary>
|
|
1944
2140
|
|