@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
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import type { CreateGlossaryTermRequest, CreateGlossaryTermResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateGlossaryTermCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateGlossaryTermCommandInput extends CreateGlossaryTermRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateGlossaryTermCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateGlossaryTermCommandOutput extends CreateGlossaryTermResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateGlossaryTermCommand_base: {
|
|
25
|
+
new (input: CreateGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Creates a glossary term within a business glossary in Glue Data Catalog.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { GlueClient, CreateGlossaryTermCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
37
|
+
* // const { GlueClient, CreateGlossaryTermCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
38
|
+
* // import type { GlueClientConfig } from "@aws-sdk/client-glue";
|
|
39
|
+
* const config = {}; // type is GlueClientConfig
|
|
40
|
+
* const client = new GlueClient(config);
|
|
41
|
+
* const input = { // CreateGlossaryTermRequest
|
|
42
|
+
* GlossaryIdentifier: "STRING_VALUE", // required
|
|
43
|
+
* Name: "STRING_VALUE", // required
|
|
44
|
+
* ShortDescription: "STRING_VALUE",
|
|
45
|
+
* LongDescription: "STRING_VALUE",
|
|
46
|
+
* ClientToken: "STRING_VALUE",
|
|
47
|
+
* };
|
|
48
|
+
* const command = new CreateGlossaryTermCommand(input);
|
|
49
|
+
* const response = await client.send(command);
|
|
50
|
+
* // { // CreateGlossaryTermResponse
|
|
51
|
+
* // Id: "STRING_VALUE",
|
|
52
|
+
* // GlossaryId: "STRING_VALUE",
|
|
53
|
+
* // Name: "STRING_VALUE",
|
|
54
|
+
* // ShortDescription: "STRING_VALUE",
|
|
55
|
+
* // LongDescription: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
60
|
+
* @param CreateGlossaryTermCommandInput - {@link CreateGlossaryTermCommandInput}
|
|
61
|
+
* @returns {@link CreateGlossaryTermCommandOutput}
|
|
62
|
+
* @see {@link CreateGlossaryTermCommandInput} for command's `input` shape.
|
|
63
|
+
* @see {@link CreateGlossaryTermCommandOutput} for command's `response` shape.
|
|
64
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
67
|
+
* <p>Access to a resource was denied.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
70
|
+
* <p>A resource to be created or added already exists.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
73
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
76
|
+
* <p>A specified entity does not exist</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
79
|
+
* <p>An internal service error occurred.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
82
|
+
* <p>The input provided was not valid.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
85
|
+
* <p>The throttling threshhold was exceeded.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link GlueServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
89
|
+
*
|
|
90
|
+
*
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export declare class CreateGlossaryTermCommand extends CreateGlossaryTermCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: CreateGlossaryTermRequest;
|
|
98
|
+
output: CreateGlossaryTermResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: CreateGlossaryTermCommandInput;
|
|
102
|
+
output: CreateGlossaryTermCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import type { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteAssetCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteAssetCommandInput extends DeleteAssetRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteAssetCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteAssetCommand_base: {
|
|
25
|
+
new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Deletes an asset from Glue Data Catalog.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { GlueClient, DeleteAssetCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
37
|
+
* // const { GlueClient, DeleteAssetCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
38
|
+
* // import type { GlueClientConfig } from "@aws-sdk/client-glue";
|
|
39
|
+
* const config = {}; // type is GlueClientConfig
|
|
40
|
+
* const client = new GlueClient(config);
|
|
41
|
+
* const input = { // DeleteAssetRequest
|
|
42
|
+
* Identifier: "STRING_VALUE", // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new DeleteAssetCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // {};
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param DeleteAssetCommandInput - {@link DeleteAssetCommandInput}
|
|
51
|
+
* @returns {@link DeleteAssetCommandOutput}
|
|
52
|
+
* @see {@link DeleteAssetCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link DeleteAssetCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
+
* <p>Access to a resource was denied.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
60
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
63
|
+
* <p>An internal service error occurred.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
66
|
+
* <p>The input provided was not valid.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
+
* <p>The throttling threshhold was exceeded.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link GlueServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export declare class DeleteAssetCommand extends DeleteAssetCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteAssetRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteAssetCommandInput;
|
|
86
|
+
output: DeleteAssetCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import type { DeleteAssetTypeRequest, DeleteAssetTypeResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteAssetTypeCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteAssetTypeCommandInput extends DeleteAssetTypeRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteAssetTypeCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteAssetTypeCommandOutput extends DeleteAssetTypeResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteAssetTypeCommand_base: {
|
|
25
|
+
new (input: DeleteAssetTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAssetTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Deletes an asset type from Glue Data Catalog.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { GlueClient, DeleteAssetTypeCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
37
|
+
* // const { GlueClient, DeleteAssetTypeCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
38
|
+
* // import type { GlueClientConfig } from "@aws-sdk/client-glue";
|
|
39
|
+
* const config = {}; // type is GlueClientConfig
|
|
40
|
+
* const client = new GlueClient(config);
|
|
41
|
+
* const input = { // DeleteAssetTypeRequest
|
|
42
|
+
* Identifier: "STRING_VALUE", // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new DeleteAssetTypeCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // {};
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param DeleteAssetTypeCommandInput - {@link DeleteAssetTypeCommandInput}
|
|
51
|
+
* @returns {@link DeleteAssetTypeCommandOutput}
|
|
52
|
+
* @see {@link DeleteAssetTypeCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link DeleteAssetTypeCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
+
* <p>Access to a resource was denied.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
60
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
63
|
+
* <p>An internal service error occurred.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
66
|
+
* <p>The input provided was not valid.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
+
* <p>The throttling threshhold was exceeded.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link GlueServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export declare class DeleteAssetTypeCommand extends DeleteAssetTypeCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteAssetTypeRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteAssetTypeCommandInput;
|
|
86
|
+
output: DeleteAssetTypeCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import type { DeleteAttachmentRequest, DeleteAttachmentResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteAttachmentCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteAttachmentCommandInput extends DeleteAttachmentRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteAttachmentCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteAttachmentCommandOutput extends DeleteAttachmentResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteAttachmentCommand_base: {
|
|
25
|
+
new (input: DeleteAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Deletes a form attachment from an asset in Glue Data Catalog.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { GlueClient, DeleteAttachmentCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
37
|
+
* // const { GlueClient, DeleteAttachmentCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
38
|
+
* // import type { GlueClientConfig } from "@aws-sdk/client-glue";
|
|
39
|
+
* const config = {}; // type is GlueClientConfig
|
|
40
|
+
* const client = new GlueClient(config);
|
|
41
|
+
* const input = { // DeleteAttachmentRequest
|
|
42
|
+
* Identifier: "STRING_VALUE", // required
|
|
43
|
+
* AttachmentName: "STRING_VALUE", // required
|
|
44
|
+
* };
|
|
45
|
+
* const command = new DeleteAttachmentCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // DeleteAttachmentResponse
|
|
48
|
+
* // Identifier: "STRING_VALUE",
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
51
|
+
* ```
|
|
52
|
+
*
|
|
53
|
+
* @param DeleteAttachmentCommandInput - {@link DeleteAttachmentCommandInput}
|
|
54
|
+
* @returns {@link DeleteAttachmentCommandOutput}
|
|
55
|
+
* @see {@link DeleteAttachmentCommandInput} for command's `input` shape.
|
|
56
|
+
* @see {@link DeleteAttachmentCommandOutput} for command's `response` shape.
|
|
57
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
+
* <p>Access to a resource was denied.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
63
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
66
|
+
* <p>A specified entity does not exist</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
69
|
+
* <p>An internal service error occurred.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
72
|
+
* <p>The input provided was not valid.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
+
* <p>The throttling threshhold was exceeded.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link GlueServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
79
|
+
*
|
|
80
|
+
*
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
export declare class DeleteAttachmentCommand extends DeleteAttachmentCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DeleteAttachmentRequest;
|
|
88
|
+
output: DeleteAttachmentResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DeleteAttachmentCommandInput;
|
|
92
|
+
output: DeleteAttachmentCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import type { DeleteFormTypeRequest, DeleteFormTypeResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteFormTypeCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteFormTypeCommandInput extends DeleteFormTypeRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteFormTypeCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteFormTypeCommandOutput extends DeleteFormTypeResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteFormTypeCommand_base: {
|
|
25
|
+
new (input: DeleteFormTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteFormTypeCommandInput, DeleteFormTypeCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteFormTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteFormTypeCommandInput, DeleteFormTypeCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Deletes a form type from Glue Data Catalog. A form type cannot be deleted if it is still referenced by an asset type.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { GlueClient, DeleteFormTypeCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
37
|
+
* // const { GlueClient, DeleteFormTypeCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
38
|
+
* // import type { GlueClientConfig } from "@aws-sdk/client-glue";
|
|
39
|
+
* const config = {}; // type is GlueClientConfig
|
|
40
|
+
* const client = new GlueClient(config);
|
|
41
|
+
* const input = { // DeleteFormTypeRequest
|
|
42
|
+
* Identifier: "STRING_VALUE", // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new DeleteFormTypeCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // {};
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param DeleteFormTypeCommandInput - {@link DeleteFormTypeCommandInput}
|
|
51
|
+
* @returns {@link DeleteFormTypeCommandOutput}
|
|
52
|
+
* @see {@link DeleteFormTypeCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link DeleteFormTypeCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
+
* <p>Access to a resource was denied.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
60
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ConflictException} (client fault)
|
|
63
|
+
* <p>The <code>CreatePartitions</code> API was called on a table that has indexes enabled. </p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
66
|
+
* <p>An internal service error occurred.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
69
|
+
* <p>The input provided was not valid.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
+
* <p>The throttling threshhold was exceeded.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link GlueServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
76
|
+
*
|
|
77
|
+
*
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export declare class DeleteFormTypeCommand extends DeleteFormTypeCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DeleteFormTypeRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DeleteFormTypeCommandInput;
|
|
89
|
+
output: DeleteFormTypeCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import type { DeleteGlossaryRequest, DeleteGlossaryResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteGlossaryCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteGlossaryCommandInput extends DeleteGlossaryRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteGlossaryCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteGlossaryCommandOutput extends DeleteGlossaryResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteGlossaryCommand_base: {
|
|
25
|
+
new (input: DeleteGlossaryCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlossaryCommandInput, DeleteGlossaryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteGlossaryCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlossaryCommandInput, DeleteGlossaryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Deletes a business glossary from Glue Data Catalog. A glossary cannot be deleted if it still contains glossary terms.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { GlueClient, DeleteGlossaryCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
37
|
+
* // const { GlueClient, DeleteGlossaryCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
38
|
+
* // import type { GlueClientConfig } from "@aws-sdk/client-glue";
|
|
39
|
+
* const config = {}; // type is GlueClientConfig
|
|
40
|
+
* const client = new GlueClient(config);
|
|
41
|
+
* const input = { // DeleteGlossaryRequest
|
|
42
|
+
* Identifier: "STRING_VALUE", // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new DeleteGlossaryCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // {};
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param DeleteGlossaryCommandInput - {@link DeleteGlossaryCommandInput}
|
|
51
|
+
* @returns {@link DeleteGlossaryCommandOutput}
|
|
52
|
+
* @see {@link DeleteGlossaryCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link DeleteGlossaryCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
+
* <p>Access to a resource was denied.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
60
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ConflictException} (client fault)
|
|
63
|
+
* <p>The <code>CreatePartitions</code> API was called on a table that has indexes enabled. </p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
66
|
+
* <p>An internal service error occurred.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
69
|
+
* <p>The input provided was not valid.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
+
* <p>The throttling threshhold was exceeded.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link GlueServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
76
|
+
*
|
|
77
|
+
*
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export declare class DeleteGlossaryCommand extends DeleteGlossaryCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DeleteGlossaryRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DeleteGlossaryCommandInput;
|
|
89
|
+
output: DeleteGlossaryCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import type { DeleteGlossaryTermRequest, DeleteGlossaryTermResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteGlossaryTermCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteGlossaryTermCommandInput extends DeleteGlossaryTermRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteGlossaryTermCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteGlossaryTermCommandOutput extends DeleteGlossaryTermResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteGlossaryTermCommand_base: {
|
|
25
|
+
new (input: DeleteGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Deletes a glossary term from Glue Data Catalog.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { GlueClient, DeleteGlossaryTermCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
37
|
+
* // const { GlueClient, DeleteGlossaryTermCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
38
|
+
* // import type { GlueClientConfig } from "@aws-sdk/client-glue";
|
|
39
|
+
* const config = {}; // type is GlueClientConfig
|
|
40
|
+
* const client = new GlueClient(config);
|
|
41
|
+
* const input = { // DeleteGlossaryTermRequest
|
|
42
|
+
* Identifier: "STRING_VALUE", // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new DeleteGlossaryTermCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // {};
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param DeleteGlossaryTermCommandInput - {@link DeleteGlossaryTermCommandInput}
|
|
51
|
+
* @returns {@link DeleteGlossaryTermCommandOutput}
|
|
52
|
+
* @see {@link DeleteGlossaryTermCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link DeleteGlossaryTermCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
+
* <p>Access to a resource was denied.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
60
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
63
|
+
* <p>An internal service error occurred.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
66
|
+
* <p>The input provided was not valid.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
+
* <p>The throttling threshhold was exceeded.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link GlueServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export declare class DeleteGlossaryTermCommand extends DeleteGlossaryTermCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteGlossaryTermRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteGlossaryTermCommandInput;
|
|
86
|
+
output: DeleteGlossaryTermCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
}
|