@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
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import { StartTriggerRequest, StartTriggerResponse } from "../models/
|
|
8
|
+
import { StartTriggerRequest, StartTriggerResponse } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface StartTriggerCommandInput extends StartTriggerRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StartWorkflowRunRequest,
|
|
10
10
|
StartWorkflowRunResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface StartWorkflowRunCommandInput extends StartWorkflowRunRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StopColumnStatisticsTaskRunRequest,
|
|
10
10
|
StopColumnStatisticsTaskRunResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface StopColumnStatisticsTaskRunCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StopColumnStatisticsTaskRunScheduleRequest,
|
|
10
10
|
StopColumnStatisticsTaskRunScheduleResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface StopColumnStatisticsTaskRunScheduleCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import { StopCrawlerRequest, StopCrawlerResponse } from "../models/
|
|
8
|
+
import { StopCrawlerRequest, StopCrawlerResponse } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface StopCrawlerCommandInput extends StopCrawlerRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StopMaterializedViewRefreshTaskRunRequest,
|
|
10
10
|
StopMaterializedViewRefreshTaskRunResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface StopMaterializedViewRefreshTaskRunCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import { StopSessionRequest, StopSessionResponse } from "../models/
|
|
8
|
+
import { StopSessionRequest, StopSessionResponse } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface StopSessionCommandInput extends StopSessionRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import { StopTriggerRequest, StopTriggerResponse } from "../models/
|
|
8
|
+
import { StopTriggerRequest, StopTriggerResponse } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface StopTriggerCommandInput extends StopTriggerRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StopWorkflowRunRequest,
|
|
10
10
|
StopWorkflowRunResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface StopWorkflowRunCommandInput extends StopWorkflowRunRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
8
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
TestConnectionRequest,
|
|
10
10
|
TestConnectionResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface TestConnectionCommandInput extends TestConnectionRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateBlueprintRequest,
|
|
10
10
|
UpdateBlueprintResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateBlueprintCommandInput extends UpdateBlueprintRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateCatalogRequest,
|
|
10
10
|
UpdateCatalogResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateCatalogCommandInput extends UpdateCatalogRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateClassifierRequest,
|
|
10
10
|
UpdateClassifierResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateClassifierCommandInput extends UpdateClassifierRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateColumnStatisticsForPartitionRequest,
|
|
10
10
|
UpdateColumnStatisticsForPartitionResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateColumnStatisticsForPartitionCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateColumnStatisticsForTableRequest,
|
|
10
10
|
UpdateColumnStatisticsForTableResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateColumnStatisticsForTableCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateColumnStatisticsTaskSettingsRequest,
|
|
10
10
|
UpdateColumnStatisticsTaskSettingsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateColumnStatisticsTaskSettingsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateConnectionRequest,
|
|
10
10
|
UpdateConnectionResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateConnectionCommandInput extends UpdateConnectionRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateCrawlerRequest,
|
|
10
10
|
UpdateCrawlerResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateCrawlerCommandInput extends UpdateCrawlerRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
UpdateCrawlerScheduleRequest,
|
|
10
|
+
UpdateCrawlerScheduleResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface UpdateCrawlerScheduleCommandInput
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateGlossaryRequest,
|
|
10
|
+
UpdateGlossaryResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateGlossaryCommandInput extends UpdateGlossaryRequest {}
|
|
15
|
+
export interface UpdateGlossaryCommandOutput
|
|
16
|
+
extends UpdateGlossaryResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const UpdateGlossaryCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateGlossaryCommandInput
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
|
+
UpdateGlossaryCommandInput,
|
|
23
|
+
UpdateGlossaryCommandOutput,
|
|
24
|
+
GlueClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: UpdateGlossaryCommandInput
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
|
+
UpdateGlossaryCommandInput,
|
|
32
|
+
UpdateGlossaryCommandOutput,
|
|
33
|
+
GlueClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export declare class UpdateGlossaryCommand extends UpdateGlossaryCommand_base {
|
|
42
|
+
protected static __types: {
|
|
43
|
+
api: {
|
|
44
|
+
input: UpdateGlossaryRequest;
|
|
45
|
+
output: UpdateGlossaryResponse;
|
|
46
|
+
};
|
|
47
|
+
sdk: {
|
|
48
|
+
input: UpdateGlossaryCommandInput;
|
|
49
|
+
output: UpdateGlossaryCommandOutput;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateGlossaryTermRequest,
|
|
10
|
+
UpdateGlossaryTermResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateGlossaryTermCommandInput
|
|
15
|
+
extends UpdateGlossaryTermRequest {}
|
|
16
|
+
export interface UpdateGlossaryTermCommandOutput
|
|
17
|
+
extends UpdateGlossaryTermResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateGlossaryTermCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateGlossaryTermCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
UpdateGlossaryTermCommandInput,
|
|
24
|
+
UpdateGlossaryTermCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateGlossaryTermCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
UpdateGlossaryTermCommandInput,
|
|
33
|
+
UpdateGlossaryTermCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class UpdateGlossaryTermCommand extends UpdateGlossaryTermCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: UpdateGlossaryTermRequest;
|
|
46
|
+
output: UpdateGlossaryTermResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: UpdateGlossaryTermCommandInput;
|
|
50
|
+
output: UpdateGlossaryTermCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./AssociateGlossaryTermsCommand";
|
|
1
2
|
export * from "./BatchCreatePartitionCommand";
|
|
2
3
|
export * from "./BatchDeleteConnectionCommand";
|
|
3
4
|
export * from "./BatchDeletePartitionCommand";
|
|
@@ -8,6 +9,7 @@ export * from "./BatchGetCrawlersCommand";
|
|
|
8
9
|
export * from "./BatchGetCustomEntityTypesCommand";
|
|
9
10
|
export * from "./BatchGetDataQualityResultCommand";
|
|
10
11
|
export * from "./BatchGetDevEndpointsCommand";
|
|
12
|
+
export * from "./BatchGetIterableFormsCommand";
|
|
11
13
|
export * from "./BatchGetJobsCommand";
|
|
12
14
|
export * from "./BatchGetPartitionCommand";
|
|
13
15
|
export * from "./BatchGetTableOptimizerCommand";
|
|
@@ -31,6 +33,8 @@ export * from "./CreateCustomEntityTypeCommand";
|
|
|
31
33
|
export * from "./CreateDataQualityRulesetCommand";
|
|
32
34
|
export * from "./CreateDatabaseCommand";
|
|
33
35
|
export * from "./CreateDevEndpointCommand";
|
|
36
|
+
export * from "./CreateGlossaryCommand";
|
|
37
|
+
export * from "./CreateGlossaryTermCommand";
|
|
34
38
|
export * from "./CreateGlueIdentityCenterConfigurationCommand";
|
|
35
39
|
export * from "./CreateIntegrationCommand";
|
|
36
40
|
export * from "./CreateIntegrationResourcePropertyCommand";
|
|
@@ -50,6 +54,9 @@ export * from "./CreateTriggerCommand";
|
|
|
50
54
|
export * from "./CreateUsageProfileCommand";
|
|
51
55
|
export * from "./CreateUserDefinedFunctionCommand";
|
|
52
56
|
export * from "./CreateWorkflowCommand";
|
|
57
|
+
export * from "./DeleteAssetCommand";
|
|
58
|
+
export * from "./DeleteAssetTypeCommand";
|
|
59
|
+
export * from "./DeleteAttachmentCommand";
|
|
53
60
|
export * from "./DeleteBlueprintCommand";
|
|
54
61
|
export * from "./DeleteCatalogCommand";
|
|
55
62
|
export * from "./DeleteClassifierCommand";
|
|
@@ -63,6 +70,9 @@ export * from "./DeleteCustomEntityTypeCommand";
|
|
|
63
70
|
export * from "./DeleteDataQualityRulesetCommand";
|
|
64
71
|
export * from "./DeleteDatabaseCommand";
|
|
65
72
|
export * from "./DeleteDevEndpointCommand";
|
|
73
|
+
export * from "./DeleteFormTypeCommand";
|
|
74
|
+
export * from "./DeleteGlossaryCommand";
|
|
75
|
+
export * from "./DeleteGlossaryTermCommand";
|
|
66
76
|
export * from "./DeleteGlueIdentityCenterConfigurationCommand";
|
|
67
77
|
export * from "./DeleteIntegrationCommand";
|
|
68
78
|
export * from "./DeleteIntegrationResourcePropertyCommand";
|
|
@@ -88,6 +98,9 @@ export * from "./DescribeConnectionTypeCommand";
|
|
|
88
98
|
export * from "./DescribeEntityCommand";
|
|
89
99
|
export * from "./DescribeInboundIntegrationsCommand";
|
|
90
100
|
export * from "./DescribeIntegrationsCommand";
|
|
101
|
+
export * from "./DisassociateGlossaryTermsCommand";
|
|
102
|
+
export * from "./GetAssetCommand";
|
|
103
|
+
export * from "./GetAssetTypeCommand";
|
|
91
104
|
export * from "./GetBlueprintCommand";
|
|
92
105
|
export * from "./GetBlueprintRunCommand";
|
|
93
106
|
export * from "./GetBlueprintRunsCommand";
|
|
@@ -121,6 +134,9 @@ export * from "./GetDataflowGraphCommand";
|
|
|
121
134
|
export * from "./GetDevEndpointCommand";
|
|
122
135
|
export * from "./GetDevEndpointsCommand";
|
|
123
136
|
export * from "./GetEntityRecordsCommand";
|
|
137
|
+
export * from "./GetFormTypeCommand";
|
|
138
|
+
export * from "./GetGlossaryCommand";
|
|
139
|
+
export * from "./GetGlossaryTermCommand";
|
|
124
140
|
export * from "./GetGlueIdentityCenterConfigurationCommand";
|
|
125
141
|
export * from "./GetIntegrationResourcePropertyCommand";
|
|
126
142
|
export * from "./GetIntegrationTablePropertiesCommand";
|
|
@@ -170,6 +186,7 @@ export * from "./GetWorkflowRunCommand";
|
|
|
170
186
|
export * from "./GetWorkflowRunPropertiesCommand";
|
|
171
187
|
export * from "./GetWorkflowRunsCommand";
|
|
172
188
|
export * from "./ImportCatalogToGlueCommand";
|
|
189
|
+
export * from "./ListAssetTypesCommand";
|
|
173
190
|
export * from "./ListBlueprintsCommand";
|
|
174
191
|
export * from "./ListColumnStatisticsTaskRunsCommand";
|
|
175
192
|
export * from "./ListConnectionTypesCommand";
|
|
@@ -184,7 +201,11 @@ export * from "./ListDataQualityStatisticAnnotationsCommand";
|
|
|
184
201
|
export * from "./ListDataQualityStatisticsCommand";
|
|
185
202
|
export * from "./ListDevEndpointsCommand";
|
|
186
203
|
export * from "./ListEntitiesCommand";
|
|
204
|
+
export * from "./ListFormTypesCommand";
|
|
205
|
+
export * from "./ListGlossariesCommand";
|
|
206
|
+
export * from "./ListGlossaryTermsCommand";
|
|
187
207
|
export * from "./ListIntegrationResourcePropertiesCommand";
|
|
208
|
+
export * from "./ListIterableFormsCommand";
|
|
188
209
|
export * from "./ListJobsCommand";
|
|
189
210
|
export * from "./ListMLTransformsCommand";
|
|
190
211
|
export * from "./ListMaterializedViewRefreshTaskRunsCommand";
|
|
@@ -198,8 +219,12 @@ export * from "./ListTriggersCommand";
|
|
|
198
219
|
export * from "./ListUsageProfilesCommand";
|
|
199
220
|
export * from "./ListWorkflowsCommand";
|
|
200
221
|
export * from "./ModifyIntegrationCommand";
|
|
222
|
+
export * from "./PutAssetCommand";
|
|
223
|
+
export * from "./PutAssetTypeCommand";
|
|
224
|
+
export * from "./PutAttachmentCommand";
|
|
201
225
|
export * from "./PutDataCatalogEncryptionSettingsCommand";
|
|
202
226
|
export * from "./PutDataQualityProfileAnnotationCommand";
|
|
227
|
+
export * from "./PutFormTypeCommand";
|
|
203
228
|
export * from "./PutResourcePolicyCommand";
|
|
204
229
|
export * from "./PutSchemaVersionMetadataCommand";
|
|
205
230
|
export * from "./PutWorkflowRunPropertiesCommand";
|
|
@@ -210,6 +235,7 @@ export * from "./RemoveSchemaVersionMetadataCommand";
|
|
|
210
235
|
export * from "./ResetJobBookmarkCommand";
|
|
211
236
|
export * from "./ResumeWorkflowRunCommand";
|
|
212
237
|
export * from "./RunStatementCommand";
|
|
238
|
+
export * from "./SearchCommand";
|
|
213
239
|
export * from "./SearchTablesCommand";
|
|
214
240
|
export * from "./StartBlueprintRunCommand";
|
|
215
241
|
export * from "./StartColumnStatisticsTaskRunCommand";
|
|
@@ -249,6 +275,8 @@ export * from "./UpdateCrawlerScheduleCommand";
|
|
|
249
275
|
export * from "./UpdateDataQualityRulesetCommand";
|
|
250
276
|
export * from "./UpdateDatabaseCommand";
|
|
251
277
|
export * from "./UpdateDevEndpointCommand";
|
|
278
|
+
export * from "./UpdateGlossaryCommand";
|
|
279
|
+
export * from "./UpdateGlossaryTermCommand";
|
|
252
280
|
export * from "./UpdateGlueIdentityCenterConfigurationCommand";
|
|
253
281
|
export * from "./UpdateIntegrationResourcePropertyCommand";
|
|
254
282
|
export * from "./UpdateIntegrationTablePropertiesCommand";
|
|
@@ -1176,6 +1176,22 @@ export declare const IntegrationType: {
|
|
|
1176
1176
|
};
|
|
1177
1177
|
export type IntegrationType =
|
|
1178
1178
|
(typeof IntegrationType)[keyof typeof IntegrationType];
|
|
1179
|
+
export declare const SearchFilterOperator: {
|
|
1180
|
+
readonly equals: "equals";
|
|
1181
|
+
readonly greaterThan: "greaterThan";
|
|
1182
|
+
readonly greaterThanOrEquals: "greaterThanOrEquals";
|
|
1183
|
+
readonly lessThan: "lessThan";
|
|
1184
|
+
readonly lessThanOrEquals: "lessThanOrEquals";
|
|
1185
|
+
readonly notExists: "notExists";
|
|
1186
|
+
};
|
|
1187
|
+
export type SearchFilterOperator =
|
|
1188
|
+
(typeof SearchFilterOperator)[keyof typeof SearchFilterOperator];
|
|
1189
|
+
export declare const SearchSortOrder: {
|
|
1190
|
+
readonly ASCENDING: "ASCENDING";
|
|
1191
|
+
readonly DESCENDING: "DESCENDING";
|
|
1192
|
+
};
|
|
1193
|
+
export type SearchSortOrder =
|
|
1194
|
+
(typeof SearchSortOrder)[keyof typeof SearchSortOrder];
|
|
1179
1195
|
export declare const Comparator: {
|
|
1180
1196
|
readonly EQUALS: "EQUALS";
|
|
1181
1197
|
readonly GREATER_THAN: "GREATER_THAN";
|
|
@@ -17,21 +17,24 @@ export declare class AlreadyExistsException extends __BaseException {
|
|
|
17
17
|
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
18
18
|
);
|
|
19
19
|
}
|
|
20
|
-
export declare class
|
|
21
|
-
readonly name: "
|
|
20
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
21
|
+
readonly name: "ConcurrentModificationException";
|
|
22
22
|
readonly $fault: "client";
|
|
23
23
|
Message?: string | undefined;
|
|
24
|
-
FromFederationSource?: boolean | undefined;
|
|
25
24
|
constructor(
|
|
26
|
-
opts: __ExceptionOptionType<
|
|
25
|
+
opts: __ExceptionOptionType<
|
|
26
|
+
ConcurrentModificationException,
|
|
27
|
+
__BaseException
|
|
28
|
+
>
|
|
27
29
|
);
|
|
28
30
|
}
|
|
29
|
-
export declare class
|
|
30
|
-
readonly name: "
|
|
31
|
+
export declare class EntityNotFoundException extends __BaseException {
|
|
32
|
+
readonly name: "EntityNotFoundException";
|
|
31
33
|
readonly $fault: "client";
|
|
32
34
|
Message?: string | undefined;
|
|
35
|
+
FromFederationSource?: boolean | undefined;
|
|
33
36
|
constructor(
|
|
34
|
-
opts: __ExceptionOptionType<
|
|
37
|
+
opts: __ExceptionOptionType<EntityNotFoundException, __BaseException>
|
|
35
38
|
);
|
|
36
39
|
}
|
|
37
40
|
export declare class InternalServiceException extends __BaseException {
|
|
@@ -51,6 +54,22 @@ export declare class InvalidInputException extends __BaseException {
|
|
|
51
54
|
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
52
55
|
);
|
|
53
56
|
}
|
|
57
|
+
export declare class ThrottlingException extends __BaseException {
|
|
58
|
+
readonly name: "ThrottlingException";
|
|
59
|
+
readonly $fault: "client";
|
|
60
|
+
Message?: string | undefined;
|
|
61
|
+
constructor(
|
|
62
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
63
|
+
);
|
|
64
|
+
}
|
|
65
|
+
export declare class GlueEncryptionException extends __BaseException {
|
|
66
|
+
readonly name: "GlueEncryptionException";
|
|
67
|
+
readonly $fault: "client";
|
|
68
|
+
Message?: string | undefined;
|
|
69
|
+
constructor(
|
|
70
|
+
opts: __ExceptionOptionType<GlueEncryptionException, __BaseException>
|
|
71
|
+
);
|
|
72
|
+
}
|
|
54
73
|
export declare class OperationTimeoutException extends __BaseException {
|
|
55
74
|
readonly name: "OperationTimeoutException";
|
|
56
75
|
readonly $fault: "client";
|
|
@@ -106,14 +125,6 @@ export declare class InvalidStateException extends __BaseException {
|
|
|
106
125
|
opts: __ExceptionOptionType<InvalidStateException, __BaseException>
|
|
107
126
|
);
|
|
108
127
|
}
|
|
109
|
-
export declare class ThrottlingException extends __BaseException {
|
|
110
|
-
readonly name: "ThrottlingException";
|
|
111
|
-
readonly $fault: "client";
|
|
112
|
-
Message?: string | undefined;
|
|
113
|
-
constructor(
|
|
114
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
115
|
-
);
|
|
116
|
-
}
|
|
117
128
|
export declare class IllegalSessionStateException extends __BaseException {
|
|
118
129
|
readonly name: "IllegalSessionStateException";
|
|
119
130
|
readonly $fault: "client";
|
|
@@ -122,17 +133,6 @@ export declare class IllegalSessionStateException extends __BaseException {
|
|
|
122
133
|
opts: __ExceptionOptionType<IllegalSessionStateException, __BaseException>
|
|
123
134
|
);
|
|
124
135
|
}
|
|
125
|
-
export declare class ConcurrentModificationException extends __BaseException {
|
|
126
|
-
readonly name: "ConcurrentModificationException";
|
|
127
|
-
readonly $fault: "client";
|
|
128
|
-
Message?: string | undefined;
|
|
129
|
-
constructor(
|
|
130
|
-
opts: __ExceptionOptionType<
|
|
131
|
-
ConcurrentModificationException,
|
|
132
|
-
__BaseException
|
|
133
|
-
>
|
|
134
|
-
);
|
|
135
|
-
}
|
|
136
136
|
export declare class FederatedResourceAlreadyExistsException extends __BaseException {
|
|
137
137
|
readonly name: "FederatedResourceAlreadyExistsException";
|
|
138
138
|
readonly $fault: "client";
|
|
@@ -156,6 +156,26 @@ export interface StatisticAnnotation {
|
|
|
156
156
|
StatisticRecordedOn?: Date | undefined;
|
|
157
157
|
InclusionAnnotation?: TimestampedInclusionAnnotation | undefined;
|
|
158
158
|
}
|
|
159
|
+
export interface AssetFormEntry {
|
|
160
|
+
FormTypeId?: string | undefined;
|
|
161
|
+
Content?: string | undefined;
|
|
162
|
+
}
|
|
163
|
+
export interface AssetTypeFormReference {
|
|
164
|
+
FormTypeIdentifier: string | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface AssetTypeItem {
|
|
167
|
+
Id?: string | undefined;
|
|
168
|
+
Name?: string | undefined;
|
|
169
|
+
}
|
|
170
|
+
export interface AssociateGlossaryTermsRequest {
|
|
171
|
+
Identifier: string | undefined;
|
|
172
|
+
GlossaryTermIdentifiers: string[] | undefined;
|
|
173
|
+
ClientToken?: string | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface AssociateGlossaryTermsResponse {
|
|
176
|
+
Identifier?: string | undefined;
|
|
177
|
+
GlossaryTerms?: string[] | undefined;
|
|
178
|
+
}
|
|
159
179
|
export interface GlueStudioSchemaColumn {
|
|
160
180
|
Name: string | undefined;
|
|
161
181
|
Type?: string | undefined;
|
|
@@ -634,6 +654,27 @@ export interface BatchGetDevEndpointsResponse {
|
|
|
634
654
|
DevEndpoints?: DevEndpoint[] | undefined;
|
|
635
655
|
DevEndpointsNotFound?: string[] | undefined;
|
|
636
656
|
}
|
|
657
|
+
export interface BatchGetIterableFormsRequest {
|
|
658
|
+
AssetIdentifier: string | undefined;
|
|
659
|
+
IterableFormName: string | undefined;
|
|
660
|
+
ItemIdentifiers: string[] | undefined;
|
|
661
|
+
}
|
|
662
|
+
export interface ItemError {
|
|
663
|
+
ItemIdentifier?: string | undefined;
|
|
664
|
+
Code?: string | undefined;
|
|
665
|
+
Message?: string | undefined;
|
|
666
|
+
}
|
|
667
|
+
export interface IterableFormItem {
|
|
668
|
+
ItemId?: string | undefined;
|
|
669
|
+
ItemName?: string | undefined;
|
|
670
|
+
GlossaryTerms?: string[] | undefined;
|
|
671
|
+
Forms?: Record<string, AssetFormEntry> | undefined;
|
|
672
|
+
Attachments?: Record<string, AssetFormEntry> | undefined;
|
|
673
|
+
}
|
|
674
|
+
export interface BatchGetIterableFormsResponse {
|
|
675
|
+
Items?: IterableFormItem[] | undefined;
|
|
676
|
+
Errors?: ItemError[] | undefined;
|
|
677
|
+
}
|
|
637
678
|
export interface BatchGetJobsRequest {
|
|
638
679
|
JobNames: string[] | undefined;
|
|
639
680
|
}
|
|
@@ -1978,43 +2019,3 @@ export interface CreateCrawlerRequest {
|
|
|
1978
2019
|
CrawlerSecurityConfiguration?: string | undefined;
|
|
1979
2020
|
Tags?: Record<string, string> | undefined;
|
|
1980
2021
|
}
|
|
1981
|
-
export interface CreateCrawlerResponse {}
|
|
1982
|
-
export interface CreateCustomEntityTypeRequest {
|
|
1983
|
-
Name: string | undefined;
|
|
1984
|
-
RegexString: string | undefined;
|
|
1985
|
-
ContextWords?: string[] | undefined;
|
|
1986
|
-
Tags?: Record<string, string> | undefined;
|
|
1987
|
-
}
|
|
1988
|
-
export interface CreateCustomEntityTypeResponse {
|
|
1989
|
-
Name?: string | undefined;
|
|
1990
|
-
}
|
|
1991
|
-
export interface FederatedDatabase {
|
|
1992
|
-
Identifier?: string | undefined;
|
|
1993
|
-
ConnectionName?: string | undefined;
|
|
1994
|
-
ConnectionType?: string | undefined;
|
|
1995
|
-
}
|
|
1996
|
-
export interface DatabaseIdentifier {
|
|
1997
|
-
CatalogId?: string | undefined;
|
|
1998
|
-
DatabaseName?: string | undefined;
|
|
1999
|
-
Region?: string | undefined;
|
|
2000
|
-
}
|
|
2001
|
-
export interface DatabaseInput {
|
|
2002
|
-
Name: string | undefined;
|
|
2003
|
-
Description?: string | undefined;
|
|
2004
|
-
LocationUri?: string | undefined;
|
|
2005
|
-
Parameters?: Record<string, string> | undefined;
|
|
2006
|
-
CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
|
|
2007
|
-
TargetDatabase?: DatabaseIdentifier | undefined;
|
|
2008
|
-
FederatedDatabase?: FederatedDatabase | undefined;
|
|
2009
|
-
}
|
|
2010
|
-
export interface CreateDatabaseRequest {
|
|
2011
|
-
CatalogId?: string | undefined;
|
|
2012
|
-
DatabaseInput: DatabaseInput | undefined;
|
|
2013
|
-
Tags?: Record<string, string> | undefined;
|
|
2014
|
-
}
|
|
2015
|
-
export interface CreateDatabaseResponse {}
|
|
2016
|
-
export interface DataQualityTargetTable {
|
|
2017
|
-
TableName: string | undefined;
|
|
2018
|
-
DatabaseName: string | undefined;
|
|
2019
|
-
CatalogId?: string | undefined;
|
|
2020
|
-
}
|