@aws-sdk/client-glue 3.1094.0 → 3.1096.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 +7 -0
- package/dist-cjs/index.js +221 -90
- package/dist-es/Glue.js +2 -0
- package/dist-es/commands/BatchGetDataQualityRulesetEvaluationRunCommand.js +4 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +26 -13
- package/dist-es/schemas/schemas_0.js +177 -76
- package/dist-types/Glue.d.ts +7 -0
- package/dist-types/GlueClient.d.ts +3 -2
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetDataQualityRulesetEvaluationRunCommand.d.ts +202 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +1 -1
- package/dist-types/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateCrawlerCommand.d.ts +1 -2
- package/dist-types/commands/GetDataQualityModelCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +12 -1
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +4 -1
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +48 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +4 -0
- package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +9 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +1 -2
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
- package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +3 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +48 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +66 -29
- package/dist-types/models/models_0.d.ts +305 -439
- package/dist-types/models/models_1.d.ts +440 -342
- package/dist-types/models/models_2.d.ts +358 -222
- package/dist-types/models/models_3.d.ts +218 -4
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +12 -0
- package/dist-types/ts3.4/Glue.d.ts +17 -0
- package/dist-types/ts3.4/GlueClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/BatchGetDataQualityRulesetEvaluationRunCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +33 -16
- package/dist-types/ts3.4/models/models_0.d.ts +74 -76
- package/dist-types/ts3.4/models/models_1.d.ts +80 -87
- package/dist-types/ts3.4/models/models_2.d.ts +91 -57
- package/dist-types/ts3.4/models/models_3.d.ts +55 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
- package/package.json +6 -6
package/dist-types/Glue.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import { type BatchGetBlueprintsCommandInput, type BatchGetBlueprintsCommandOutp
|
|
|
9
9
|
import { type BatchGetCrawlersCommandInput, type BatchGetCrawlersCommandOutput } from "./commands/BatchGetCrawlersCommand";
|
|
10
10
|
import { type BatchGetCustomEntityTypesCommandInput, type BatchGetCustomEntityTypesCommandOutput } from "./commands/BatchGetCustomEntityTypesCommand";
|
|
11
11
|
import { type BatchGetDataQualityResultCommandInput, type BatchGetDataQualityResultCommandOutput } from "./commands/BatchGetDataQualityResultCommand";
|
|
12
|
+
import { type BatchGetDataQualityRulesetEvaluationRunCommandInput, type BatchGetDataQualityRulesetEvaluationRunCommandOutput } from "./commands/BatchGetDataQualityRulesetEvaluationRunCommand";
|
|
12
13
|
import { type BatchGetDevEndpointsCommandInput, type BatchGetDevEndpointsCommandOutput } from "./commands/BatchGetDevEndpointsCommand";
|
|
13
14
|
import { type BatchGetIterableFormsCommandInput, type BatchGetIterableFormsCommandOutput } from "./commands/BatchGetIterableFormsCommand";
|
|
14
15
|
import { type BatchGetJobsCommandInput, type BatchGetJobsCommandOutput } from "./commands/BatchGetJobsCommand";
|
|
@@ -357,6 +358,12 @@ export interface Glue {
|
|
|
357
358
|
batchGetDataQualityResult(args: BatchGetDataQualityResultCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDataQualityResultCommandOutput>;
|
|
358
359
|
batchGetDataQualityResult(args: BatchGetDataQualityResultCommandInput, cb: (err: any, data?: BatchGetDataQualityResultCommandOutput) => void): void;
|
|
359
360
|
batchGetDataQualityResult(args: BatchGetDataQualityResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDataQualityResultCommandOutput) => void): void;
|
|
361
|
+
/**
|
|
362
|
+
* @see {@link BatchGetDataQualityRulesetEvaluationRunCommand}
|
|
363
|
+
*/
|
|
364
|
+
batchGetDataQualityRulesetEvaluationRun(args: BatchGetDataQualityRulesetEvaluationRunCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDataQualityRulesetEvaluationRunCommandOutput>;
|
|
365
|
+
batchGetDataQualityRulesetEvaluationRun(args: BatchGetDataQualityRulesetEvaluationRunCommandInput, cb: (err: any, data?: BatchGetDataQualityRulesetEvaluationRunCommandOutput) => void): void;
|
|
366
|
+
batchGetDataQualityRulesetEvaluationRun(args: BatchGetDataQualityRulesetEvaluationRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDataQualityRulesetEvaluationRunCommandOutput) => void): void;
|
|
360
367
|
/**
|
|
361
368
|
* @see {@link BatchGetDevEndpointsCommand}
|
|
362
369
|
*/
|
|
@@ -16,6 +16,7 @@ import type { BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput }
|
|
|
16
16
|
import type { BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput } from "./commands/BatchGetCrawlersCommand";
|
|
17
17
|
import type { BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput } from "./commands/BatchGetCustomEntityTypesCommand";
|
|
18
18
|
import type { BatchGetDataQualityResultCommandInput, BatchGetDataQualityResultCommandOutput } from "./commands/BatchGetDataQualityResultCommand";
|
|
19
|
+
import type { BatchGetDataQualityRulesetEvaluationRunCommandInput, BatchGetDataQualityRulesetEvaluationRunCommandOutput } from "./commands/BatchGetDataQualityRulesetEvaluationRunCommand";
|
|
19
20
|
import type { BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput } from "./commands/BatchGetDevEndpointsCommand";
|
|
20
21
|
import type { BatchGetIterableFormsCommandInput, BatchGetIterableFormsCommandOutput } from "./commands/BatchGetIterableFormsCommand";
|
|
21
22
|
import type { BatchGetJobsCommandInput, BatchGetJobsCommandOutput } from "./commands/BatchGetJobsCommand";
|
|
@@ -308,11 +309,11 @@ export { __Client };
|
|
|
308
309
|
/**
|
|
309
310
|
* @public
|
|
310
311
|
*/
|
|
311
|
-
export type ServiceInputTypes = AssociateGlossaryTermsCommandInput | BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDataQualityResultCommandInput | BatchGetDevEndpointsCommandInput | BatchGetIterableFormsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTableOptimizerCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchPutDataQualityStatisticAnnotationCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelDataQualityRuleRecommendationRunCommandInput | CancelDataQualityRulesetEvaluationRunCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateCatalogCommandInput | CreateClassifierCommandInput | CreateColumnStatisticsTaskSettingsCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDataQualityRulesetCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGlueIdentityCenterConfigurationCommandInput | CreateIntegrationCommandInput | CreateIntegrationResourcePropertyCommandInput | CreateIntegrationTablePropertiesCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTableOptimizerCommandInput | CreateTriggerCommandInput | CreateUsageProfileCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteAssetCommandInput | DeleteAssetTypeCommandInput | DeleteAttachmentCommandInput | DeleteBlueprintCommandInput | DeleteCatalogCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteColumnStatisticsTaskSettingsCommandInput | DeleteConnectionCommandInput | DeleteConnectionTypeCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDataQualityRulesetCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteGlueIdentityCenterConfigurationCommandInput | DeleteIntegrationCommandInput | DeleteIntegrationResourcePropertyCommandInput | DeleteIntegrationTablePropertiesCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableOptimizerCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUsageProfileCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | DescribeConnectionTypeCommandInput | DescribeEntityCommandInput | DescribeInboundIntegrationsCommandInput | DescribeIntegrationsCommandInput | DisassociateGlossaryTermsCommandInput | GetAssetCommandInput | GetAssetTypeCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogCommandInput | GetCatalogImportStatusCommandInput | GetCatalogsCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetColumnStatisticsTaskRunCommandInput | GetColumnStatisticsTaskRunsCommandInput | GetColumnStatisticsTaskSettingsCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDashboardUrlCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDataQualityModelCommandInput | GetDataQualityModelResultCommandInput | GetDataQualityResultCommandInput | GetDataQualityRuleRecommendationRunCommandInput | GetDataQualityRulesetCommandInput | GetDataQualityRulesetEvaluationRunCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetEntityRecordsCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGlueIdentityCenterConfigurationCommandInput | GetIntegrationResourcePropertyCommandInput | GetIntegrationTablePropertiesCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetMaterializedViewRefreshTaskRunCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetSessionEndpointCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableOptimizerCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUsageProfileCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListAssetTypesCommandInput | ListBlueprintsCommandInput | ListColumnStatisticsTaskRunsCommandInput | ListConnectionTypesCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDataQualityResultsCommandInput | ListDataQualityRuleRecommendationRunsCommandInput | ListDataQualityRulesetEvaluationRunsCommandInput | ListDataQualityRulesetsCommandInput | ListDataQualityStatisticAnnotationsCommandInput | ListDataQualityStatisticsCommandInput | ListDevEndpointsCommandInput | ListEntitiesCommandInput | ListFormTypesCommandInput | ListGlossariesCommandInput | ListGlossaryTermsCommandInput | ListIntegrationResourcePropertiesCommandInput | ListIterableFormsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListMaterializedViewRefreshTaskRunsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTableOptimizerRunsCommandInput | ListTriggersCommandInput | ListUsageProfilesCommandInput | ListWorkflowsCommandInput | ModifyIntegrationCommandInput | PutAssetCommandInput | PutAssetTypeCommandInput | PutAttachmentCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutDataQualityProfileAnnotationCommandInput | PutFormTypeCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterConnectionTypeCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchAssetsCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartColumnStatisticsTaskRunCommandInput | StartColumnStatisticsTaskRunScheduleCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartDataQualityRuleRecommendationRunCommandInput | StartDataQualityRulesetEvaluationRunCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartMaterializedViewRefreshTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopColumnStatisticsTaskRunCommandInput | StopColumnStatisticsTaskRunScheduleCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopMaterializedViewRefreshTaskRunCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | TestConnectionCommandInput | UntagResourceCommandInput | UpdateAssetCommandInput | UpdateBlueprintCommandInput | UpdateCatalogCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateColumnStatisticsTaskSettingsCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDataQualityRulesetCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGlueIdentityCenterConfigurationCommandInput | UpdateIntegrationResourcePropertyCommandInput | UpdateIntegrationTablePropertiesCommandInput | UpdateJobCommandInput | UpdateJobFromSourceControlCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateSourceControlFromJobCommandInput | UpdateTableCommandInput | UpdateTableOptimizerCommandInput | UpdateTriggerCommandInput | UpdateUsageProfileCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
312
|
+
export type ServiceInputTypes = AssociateGlossaryTermsCommandInput | BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDataQualityResultCommandInput | BatchGetDataQualityRulesetEvaluationRunCommandInput | BatchGetDevEndpointsCommandInput | BatchGetIterableFormsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTableOptimizerCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchPutDataQualityStatisticAnnotationCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelDataQualityRuleRecommendationRunCommandInput | CancelDataQualityRulesetEvaluationRunCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateCatalogCommandInput | CreateClassifierCommandInput | CreateColumnStatisticsTaskSettingsCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDataQualityRulesetCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGlueIdentityCenterConfigurationCommandInput | CreateIntegrationCommandInput | CreateIntegrationResourcePropertyCommandInput | CreateIntegrationTablePropertiesCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTableOptimizerCommandInput | CreateTriggerCommandInput | CreateUsageProfileCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteAssetCommandInput | DeleteAssetTypeCommandInput | DeleteAttachmentCommandInput | DeleteBlueprintCommandInput | DeleteCatalogCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteColumnStatisticsTaskSettingsCommandInput | DeleteConnectionCommandInput | DeleteConnectionTypeCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDataQualityRulesetCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteGlueIdentityCenterConfigurationCommandInput | DeleteIntegrationCommandInput | DeleteIntegrationResourcePropertyCommandInput | DeleteIntegrationTablePropertiesCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableOptimizerCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUsageProfileCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | DescribeConnectionTypeCommandInput | DescribeEntityCommandInput | DescribeInboundIntegrationsCommandInput | DescribeIntegrationsCommandInput | DisassociateGlossaryTermsCommandInput | GetAssetCommandInput | GetAssetTypeCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogCommandInput | GetCatalogImportStatusCommandInput | GetCatalogsCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetColumnStatisticsTaskRunCommandInput | GetColumnStatisticsTaskRunsCommandInput | GetColumnStatisticsTaskSettingsCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDashboardUrlCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDataQualityModelCommandInput | GetDataQualityModelResultCommandInput | GetDataQualityResultCommandInput | GetDataQualityRuleRecommendationRunCommandInput | GetDataQualityRulesetCommandInput | GetDataQualityRulesetEvaluationRunCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetEntityRecordsCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGlueIdentityCenterConfigurationCommandInput | GetIntegrationResourcePropertyCommandInput | GetIntegrationTablePropertiesCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetMaterializedViewRefreshTaskRunCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetSessionEndpointCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableOptimizerCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUsageProfileCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListAssetTypesCommandInput | ListBlueprintsCommandInput | ListColumnStatisticsTaskRunsCommandInput | ListConnectionTypesCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDataQualityResultsCommandInput | ListDataQualityRuleRecommendationRunsCommandInput | ListDataQualityRulesetEvaluationRunsCommandInput | ListDataQualityRulesetsCommandInput | ListDataQualityStatisticAnnotationsCommandInput | ListDataQualityStatisticsCommandInput | ListDevEndpointsCommandInput | ListEntitiesCommandInput | ListFormTypesCommandInput | ListGlossariesCommandInput | ListGlossaryTermsCommandInput | ListIntegrationResourcePropertiesCommandInput | ListIterableFormsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListMaterializedViewRefreshTaskRunsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTableOptimizerRunsCommandInput | ListTriggersCommandInput | ListUsageProfilesCommandInput | ListWorkflowsCommandInput | ModifyIntegrationCommandInput | PutAssetCommandInput | PutAssetTypeCommandInput | PutAttachmentCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutDataQualityProfileAnnotationCommandInput | PutFormTypeCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterConnectionTypeCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchAssetsCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartColumnStatisticsTaskRunCommandInput | StartColumnStatisticsTaskRunScheduleCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartDataQualityRuleRecommendationRunCommandInput | StartDataQualityRulesetEvaluationRunCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartMaterializedViewRefreshTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopColumnStatisticsTaskRunCommandInput | StopColumnStatisticsTaskRunScheduleCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopMaterializedViewRefreshTaskRunCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | TestConnectionCommandInput | UntagResourceCommandInput | UpdateAssetCommandInput | UpdateBlueprintCommandInput | UpdateCatalogCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateColumnStatisticsTaskSettingsCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDataQualityRulesetCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGlueIdentityCenterConfigurationCommandInput | UpdateIntegrationResourcePropertyCommandInput | UpdateIntegrationTablePropertiesCommandInput | UpdateJobCommandInput | UpdateJobFromSourceControlCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateSourceControlFromJobCommandInput | UpdateTableCommandInput | UpdateTableOptimizerCommandInput | UpdateTriggerCommandInput | UpdateUsageProfileCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
312
313
|
/**
|
|
313
314
|
* @public
|
|
314
315
|
*/
|
|
315
|
-
export type ServiceOutputTypes = AssociateGlossaryTermsCommandOutput | BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDataQualityResultCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetIterableFormsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTableOptimizerCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchPutDataQualityStatisticAnnotationCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelDataQualityRuleRecommendationRunCommandOutput | CancelDataQualityRulesetEvaluationRunCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateCatalogCommandOutput | CreateClassifierCommandOutput | CreateColumnStatisticsTaskSettingsCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDataQualityRulesetCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGlueIdentityCenterConfigurationCommandOutput | CreateIntegrationCommandOutput | CreateIntegrationResourcePropertyCommandOutput | CreateIntegrationTablePropertiesCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTableOptimizerCommandOutput | CreateTriggerCommandOutput | CreateUsageProfileCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteAssetCommandOutput | DeleteAssetTypeCommandOutput | DeleteAttachmentCommandOutput | DeleteBlueprintCommandOutput | DeleteCatalogCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteColumnStatisticsTaskSettingsCommandOutput | DeleteConnectionCommandOutput | DeleteConnectionTypeCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDataQualityRulesetCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteGlueIdentityCenterConfigurationCommandOutput | DeleteIntegrationCommandOutput | DeleteIntegrationResourcePropertyCommandOutput | DeleteIntegrationTablePropertiesCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableOptimizerCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUsageProfileCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | DescribeConnectionTypeCommandOutput | DescribeEntityCommandOutput | DescribeInboundIntegrationsCommandOutput | DescribeIntegrationsCommandOutput | DisassociateGlossaryTermsCommandOutput | GetAssetCommandOutput | GetAssetTypeCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogCommandOutput | GetCatalogImportStatusCommandOutput | GetCatalogsCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetColumnStatisticsTaskRunCommandOutput | GetColumnStatisticsTaskRunsCommandOutput | GetColumnStatisticsTaskSettingsCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDashboardUrlCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDataQualityModelCommandOutput | GetDataQualityModelResultCommandOutput | GetDataQualityResultCommandOutput | GetDataQualityRuleRecommendationRunCommandOutput | GetDataQualityRulesetCommandOutput | GetDataQualityRulesetEvaluationRunCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetEntityRecordsCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGlueIdentityCenterConfigurationCommandOutput | GetIntegrationResourcePropertyCommandOutput | GetIntegrationTablePropertiesCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetMaterializedViewRefreshTaskRunCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetSessionEndpointCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableOptimizerCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUsageProfileCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListAssetTypesCommandOutput | ListBlueprintsCommandOutput | ListColumnStatisticsTaskRunsCommandOutput | ListConnectionTypesCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDataQualityResultsCommandOutput | ListDataQualityRuleRecommendationRunsCommandOutput | ListDataQualityRulesetEvaluationRunsCommandOutput | ListDataQualityRulesetsCommandOutput | ListDataQualityStatisticAnnotationsCommandOutput | ListDataQualityStatisticsCommandOutput | ListDevEndpointsCommandOutput | ListEntitiesCommandOutput | ListFormTypesCommandOutput | ListGlossariesCommandOutput | ListGlossaryTermsCommandOutput | ListIntegrationResourcePropertiesCommandOutput | ListIterableFormsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListMaterializedViewRefreshTaskRunsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTableOptimizerRunsCommandOutput | ListTriggersCommandOutput | ListUsageProfilesCommandOutput | ListWorkflowsCommandOutput | ModifyIntegrationCommandOutput | PutAssetCommandOutput | PutAssetTypeCommandOutput | PutAttachmentCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutDataQualityProfileAnnotationCommandOutput | PutFormTypeCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterConnectionTypeCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchAssetsCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartColumnStatisticsTaskRunCommandOutput | StartColumnStatisticsTaskRunScheduleCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartDataQualityRuleRecommendationRunCommandOutput | StartDataQualityRulesetEvaluationRunCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartMaterializedViewRefreshTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopColumnStatisticsTaskRunCommandOutput | StopColumnStatisticsTaskRunScheduleCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopMaterializedViewRefreshTaskRunCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | TestConnectionCommandOutput | UntagResourceCommandOutput | UpdateAssetCommandOutput | UpdateBlueprintCommandOutput | UpdateCatalogCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateColumnStatisticsTaskSettingsCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDataQualityRulesetCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGlueIdentityCenterConfigurationCommandOutput | UpdateIntegrationResourcePropertyCommandOutput | UpdateIntegrationTablePropertiesCommandOutput | UpdateJobCommandOutput | UpdateJobFromSourceControlCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateSourceControlFromJobCommandOutput | UpdateTableCommandOutput | UpdateTableOptimizerCommandOutput | UpdateTriggerCommandOutput | UpdateUsageProfileCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
316
|
+
export type ServiceOutputTypes = AssociateGlossaryTermsCommandOutput | BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDataQualityResultCommandOutput | BatchGetDataQualityRulesetEvaluationRunCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetIterableFormsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTableOptimizerCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchPutDataQualityStatisticAnnotationCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelDataQualityRuleRecommendationRunCommandOutput | CancelDataQualityRulesetEvaluationRunCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateCatalogCommandOutput | CreateClassifierCommandOutput | CreateColumnStatisticsTaskSettingsCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDataQualityRulesetCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGlueIdentityCenterConfigurationCommandOutput | CreateIntegrationCommandOutput | CreateIntegrationResourcePropertyCommandOutput | CreateIntegrationTablePropertiesCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTableOptimizerCommandOutput | CreateTriggerCommandOutput | CreateUsageProfileCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteAssetCommandOutput | DeleteAssetTypeCommandOutput | DeleteAttachmentCommandOutput | DeleteBlueprintCommandOutput | DeleteCatalogCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteColumnStatisticsTaskSettingsCommandOutput | DeleteConnectionCommandOutput | DeleteConnectionTypeCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDataQualityRulesetCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteGlueIdentityCenterConfigurationCommandOutput | DeleteIntegrationCommandOutput | DeleteIntegrationResourcePropertyCommandOutput | DeleteIntegrationTablePropertiesCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableOptimizerCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUsageProfileCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | DescribeConnectionTypeCommandOutput | DescribeEntityCommandOutput | DescribeInboundIntegrationsCommandOutput | DescribeIntegrationsCommandOutput | DisassociateGlossaryTermsCommandOutput | GetAssetCommandOutput | GetAssetTypeCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogCommandOutput | GetCatalogImportStatusCommandOutput | GetCatalogsCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetColumnStatisticsTaskRunCommandOutput | GetColumnStatisticsTaskRunsCommandOutput | GetColumnStatisticsTaskSettingsCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDashboardUrlCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDataQualityModelCommandOutput | GetDataQualityModelResultCommandOutput | GetDataQualityResultCommandOutput | GetDataQualityRuleRecommendationRunCommandOutput | GetDataQualityRulesetCommandOutput | GetDataQualityRulesetEvaluationRunCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetEntityRecordsCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGlueIdentityCenterConfigurationCommandOutput | GetIntegrationResourcePropertyCommandOutput | GetIntegrationTablePropertiesCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetMaterializedViewRefreshTaskRunCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetSessionEndpointCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableOptimizerCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUsageProfileCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListAssetTypesCommandOutput | ListBlueprintsCommandOutput | ListColumnStatisticsTaskRunsCommandOutput | ListConnectionTypesCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDataQualityResultsCommandOutput | ListDataQualityRuleRecommendationRunsCommandOutput | ListDataQualityRulesetEvaluationRunsCommandOutput | ListDataQualityRulesetsCommandOutput | ListDataQualityStatisticAnnotationsCommandOutput | ListDataQualityStatisticsCommandOutput | ListDevEndpointsCommandOutput | ListEntitiesCommandOutput | ListFormTypesCommandOutput | ListGlossariesCommandOutput | ListGlossaryTermsCommandOutput | ListIntegrationResourcePropertiesCommandOutput | ListIterableFormsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListMaterializedViewRefreshTaskRunsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTableOptimizerRunsCommandOutput | ListTriggersCommandOutput | ListUsageProfilesCommandOutput | ListWorkflowsCommandOutput | ModifyIntegrationCommandOutput | PutAssetCommandOutput | PutAssetTypeCommandOutput | PutAttachmentCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutDataQualityProfileAnnotationCommandOutput | PutFormTypeCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterConnectionTypeCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchAssetsCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartColumnStatisticsTaskRunCommandOutput | StartColumnStatisticsTaskRunScheduleCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartDataQualityRuleRecommendationRunCommandOutput | StartDataQualityRulesetEvaluationRunCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartMaterializedViewRefreshTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopColumnStatisticsTaskRunCommandOutput | StopColumnStatisticsTaskRunScheduleCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopMaterializedViewRefreshTaskRunCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | TestConnectionCommandOutput | UntagResourceCommandOutput | UpdateAssetCommandOutput | UpdateBlueprintCommandOutput | UpdateCatalogCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateColumnStatisticsTaskSettingsCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDataQualityRulesetCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGlueIdentityCenterConfigurationCommandOutput | UpdateIntegrationResourcePropertyCommandOutput | UpdateIntegrationTablePropertiesCommandOutput | UpdateJobCommandOutput | UpdateJobFromSourceControlCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateSourceControlFromJobCommandOutput | UpdateTableCommandOutput | UpdateTableOptimizerCommandOutput | UpdateTriggerCommandOutput | UpdateUsageProfileCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
316
317
|
/**
|
|
317
318
|
* @public
|
|
318
319
|
*/
|
|
@@ -100,6 +100,17 @@ declare const BatchGetDataQualityResultCommand_base: {
|
|
|
100
100
|
* // EvaluatedMetrics: {
|
|
101
101
|
* // "<keys>": Number("double"),
|
|
102
102
|
* // },
|
|
103
|
+
* // EvaluatedDistributions: { // EvaluatedDistributionsMap
|
|
104
|
+
* // "<keys>": { // DistributionData
|
|
105
|
+
* // BinEdges: [ // BinEdges
|
|
106
|
+
* // "STRING_VALUE",
|
|
107
|
+
* // ],
|
|
108
|
+
* // Count: [ // Count
|
|
109
|
+
* // Number("int"),
|
|
110
|
+
* // ],
|
|
111
|
+
* // DataType: "STRING_VALUE",
|
|
112
|
+
* // },
|
|
113
|
+
* // },
|
|
103
114
|
* // },
|
|
104
115
|
* // ],
|
|
105
116
|
* // Observations: [ // DataQualityObservations
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { BatchGetDataQualityRulesetEvaluationRunRequest, BatchGetDataQualityRulesetEvaluationRunResponse } from "../models/models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link BatchGetDataQualityRulesetEvaluationRunCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface BatchGetDataQualityRulesetEvaluationRunCommandInput extends BatchGetDataQualityRulesetEvaluationRunRequest {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link BatchGetDataQualityRulesetEvaluationRunCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface BatchGetDataQualityRulesetEvaluationRunCommandOutput extends BatchGetDataQualityRulesetEvaluationRunResponse, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const BatchGetDataQualityRulesetEvaluationRunCommand_base: {
|
|
22
|
+
new (input: BatchGetDataQualityRulesetEvaluationRunCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDataQualityRulesetEvaluationRunCommandInput, BatchGetDataQualityRulesetEvaluationRunCommandOutput, import("..").GlueClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetDataQualityRulesetEvaluationRunCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDataQualityRulesetEvaluationRunCommandInput, BatchGetDataQualityRulesetEvaluationRunCommandOutput, import("..").GlueClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Retrieves the details of multiple evaluation runs in a single request.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { GlueClient, BatchGetDataQualityRulesetEvaluationRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
32
|
+
* // const { GlueClient, BatchGetDataQualityRulesetEvaluationRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
33
|
+
* // import type { GlueClientConfig } from "@aws-sdk/client-glue";
|
|
34
|
+
* const config = {}; // type is GlueClientConfig
|
|
35
|
+
* const client = new GlueClient(config);
|
|
36
|
+
* const input = { // BatchGetDataQualityRulesetEvaluationRunRequest
|
|
37
|
+
* RunIds: [ // DataQualityRulesetEvaluationRunIdList // required
|
|
38
|
+
* "STRING_VALUE",
|
|
39
|
+
* ],
|
|
40
|
+
* };
|
|
41
|
+
* const command = new BatchGetDataQualityRulesetEvaluationRunCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // BatchGetDataQualityRulesetEvaluationRunResponse
|
|
44
|
+
* // Runs: [ // DataQualityRulesetEvaluationRunsList
|
|
45
|
+
* // { // DataQualityRulesetEvaluationRun
|
|
46
|
+
* // RunId: "STRING_VALUE",
|
|
47
|
+
* // DataSource: { // DataSource
|
|
48
|
+
* // GlueTable: { // GlueTable
|
|
49
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
50
|
+
* // TableName: "STRING_VALUE", // required
|
|
51
|
+
* // CatalogId: "STRING_VALUE",
|
|
52
|
+
* // ConnectionName: "STRING_VALUE",
|
|
53
|
+
* // AdditionalOptions: { // GlueTableAdditionalOptions
|
|
54
|
+
* // "<keys>": "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // },
|
|
57
|
+
* // DataQualityGlueTable: { // DataQualityGlueTable
|
|
58
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
59
|
+
* // TableName: "STRING_VALUE", // required
|
|
60
|
+
* // CatalogId: "STRING_VALUE",
|
|
61
|
+
* // ConnectionName: "STRING_VALUE",
|
|
62
|
+
* // AdditionalOptions: {
|
|
63
|
+
* // "<keys>": "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // PreProcessingQuery: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
68
|
+
* // Role: "STRING_VALUE",
|
|
69
|
+
* // NumberOfWorkers: Number("int"),
|
|
70
|
+
* // Timeout: Number("int"),
|
|
71
|
+
* // AdditionalRunOptions: { // DataQualityEvaluationRunAdditionalRunOptions
|
|
72
|
+
* // CloudWatchMetricsEnabled: true || false,
|
|
73
|
+
* // ResultsS3Prefix: "STRING_VALUE",
|
|
74
|
+
* // CompositeRuleEvaluationMethod: "COLUMN" || "ROW",
|
|
75
|
+
* // CustomLogGroupPrefix: "STRING_VALUE",
|
|
76
|
+
* // RowLevelResults: { // RowLevelResultsOptions
|
|
77
|
+
* // MaxRowsToWrite: Number("int"),
|
|
78
|
+
* // ResultType: "ALL" || "PASSED_ONLY" || "FAILED_ONLY",
|
|
79
|
+
* // CatalogTableConfig: { // CatalogTableConfigOptions
|
|
80
|
+
* // DatabaseName: "STRING_VALUE",
|
|
81
|
+
* // TableName: "STRING_VALUE",
|
|
82
|
+
* // S3Location: "STRING_VALUE",
|
|
83
|
+
* // CatalogId: "STRING_VALUE",
|
|
84
|
+
* // },
|
|
85
|
+
* // },
|
|
86
|
+
* // ProfilingResults: { // ProfilingResultsOptions
|
|
87
|
+
* // WriteProfilingResultsEnabled: true || false,
|
|
88
|
+
* // CatalogTableConfig: {
|
|
89
|
+
* // DatabaseName: "STRING_VALUE",
|
|
90
|
+
* // TableName: "STRING_VALUE",
|
|
91
|
+
* // S3Location: "STRING_VALUE",
|
|
92
|
+
* // CatalogId: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // DistributionResults: { // DistributionResultsOptions
|
|
95
|
+
* // WriteDistributionResultsEnabled: true || false,
|
|
96
|
+
* // CatalogTableConfig: {
|
|
97
|
+
* // DatabaseName: "STRING_VALUE",
|
|
98
|
+
* // TableName: "STRING_VALUE",
|
|
99
|
+
* // S3Location: "STRING_VALUE",
|
|
100
|
+
* // CatalogId: "STRING_VALUE",
|
|
101
|
+
* // },
|
|
102
|
+
* // },
|
|
103
|
+
* // },
|
|
104
|
+
* // ObservationScope: "ALL" || "NONE",
|
|
105
|
+
* // ObservationMode: "SCHEDULED" || "FIXED",
|
|
106
|
+
* // DataQualityRuleResults: { // DataQualityRuleResultsOptions
|
|
107
|
+
* // WriteDataQualityRuleResultsEnabled: true || false,
|
|
108
|
+
* // CatalogTableConfig: {
|
|
109
|
+
* // DatabaseName: "STRING_VALUE",
|
|
110
|
+
* // TableName: "STRING_VALUE",
|
|
111
|
+
* // S3Location: "STRING_VALUE",
|
|
112
|
+
* // CatalogId: "STRING_VALUE",
|
|
113
|
+
* // },
|
|
114
|
+
* // },
|
|
115
|
+
* // ObservationResults: { // ObservationResultsOptions
|
|
116
|
+
* // WriteObservationResultsEnabled: true || false,
|
|
117
|
+
* // CatalogTableConfig: {
|
|
118
|
+
* // DatabaseName: "STRING_VALUE",
|
|
119
|
+
* // TableName: "STRING_VALUE",
|
|
120
|
+
* // S3Location: "STRING_VALUE",
|
|
121
|
+
* // CatalogId: "STRING_VALUE",
|
|
122
|
+
* // },
|
|
123
|
+
* // },
|
|
124
|
+
* // },
|
|
125
|
+
* // Status: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT",
|
|
126
|
+
* // ErrorString: "STRING_VALUE",
|
|
127
|
+
* // StartedOn: new Date("TIMESTAMP"),
|
|
128
|
+
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
129
|
+
* // CompletedOn: new Date("TIMESTAMP"),
|
|
130
|
+
* // ExecutionTime: Number("int"),
|
|
131
|
+
* // RulesetNames: [ // RulesetNames
|
|
132
|
+
* // "STRING_VALUE",
|
|
133
|
+
* // ],
|
|
134
|
+
* // ResultIds: [ // DataQualityResultIdList
|
|
135
|
+
* // "STRING_VALUE",
|
|
136
|
+
* // ],
|
|
137
|
+
* // AdditionalDataSources: { // DataSourceMap
|
|
138
|
+
* // "<keys>": {
|
|
139
|
+
* // GlueTable: {
|
|
140
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
141
|
+
* // TableName: "STRING_VALUE", // required
|
|
142
|
+
* // CatalogId: "STRING_VALUE",
|
|
143
|
+
* // ConnectionName: "STRING_VALUE",
|
|
144
|
+
* // AdditionalOptions: {
|
|
145
|
+
* // "<keys>": "STRING_VALUE",
|
|
146
|
+
* // },
|
|
147
|
+
* // },
|
|
148
|
+
* // DataQualityGlueTable: {
|
|
149
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
150
|
+
* // TableName: "STRING_VALUE", // required
|
|
151
|
+
* // CatalogId: "STRING_VALUE",
|
|
152
|
+
* // ConnectionName: "STRING_VALUE",
|
|
153
|
+
* // AdditionalOptions: {
|
|
154
|
+
* // "<keys>": "STRING_VALUE",
|
|
155
|
+
* // },
|
|
156
|
+
* // PreProcessingQuery: "STRING_VALUE",
|
|
157
|
+
* // },
|
|
158
|
+
* // },
|
|
159
|
+
* // },
|
|
160
|
+
* // },
|
|
161
|
+
* // ],
|
|
162
|
+
* // RunsNotFound: [ // DataQualityRulesetEvaluationRunIdList
|
|
163
|
+
* // "STRING_VALUE",
|
|
164
|
+
* // ],
|
|
165
|
+
* // };
|
|
166
|
+
*
|
|
167
|
+
* ```
|
|
168
|
+
*
|
|
169
|
+
* @param BatchGetDataQualityRulesetEvaluationRunCommandInput - {@link BatchGetDataQualityRulesetEvaluationRunCommandInput}
|
|
170
|
+
* @returns {@link BatchGetDataQualityRulesetEvaluationRunCommandOutput}
|
|
171
|
+
* @see {@link BatchGetDataQualityRulesetEvaluationRunCommandInput} for command's `input` shape.
|
|
172
|
+
* @see {@link BatchGetDataQualityRulesetEvaluationRunCommandOutput} for command's `response` shape.
|
|
173
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
174
|
+
*
|
|
175
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
176
|
+
* <p>An internal service error occurred.</p>
|
|
177
|
+
*
|
|
178
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
179
|
+
* <p>The input provided was not valid.</p>
|
|
180
|
+
*
|
|
181
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
182
|
+
* <p>The operation timed out.</p>
|
|
183
|
+
*
|
|
184
|
+
* @throws {@link GlueServiceException}
|
|
185
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
186
|
+
*
|
|
187
|
+
*
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
export declare class BatchGetDataQualityRulesetEvaluationRunCommand extends BatchGetDataQualityRulesetEvaluationRunCommand_base {
|
|
191
|
+
/** @internal type navigation helper, not in runtime. */
|
|
192
|
+
protected static __types: {
|
|
193
|
+
api: {
|
|
194
|
+
input: BatchGetDataQualityRulesetEvaluationRunRequest;
|
|
195
|
+
output: BatchGetDataQualityRulesetEvaluationRunResponse;
|
|
196
|
+
};
|
|
197
|
+
sdk: {
|
|
198
|
+
input: BatchGetDataQualityRulesetEvaluationRunCommandInput;
|
|
199
|
+
output: BatchGetDataQualityRulesetEvaluationRunCommandOutput;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { CreateClassifierRequest, CreateClassifierResponse } from "../models/
|
|
2
|
+
import type { CreateClassifierRequest, CreateClassifierResponse } from "../models/models_1";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { CreateColumnStatisticsTaskSettingsRequest, CreateColumnStatisticsTaskSettingsResponse } from "../models/
|
|
2
|
+
import type { CreateColumnStatisticsTaskSettingsRequest, CreateColumnStatisticsTaskSettingsResponse } from "../models/models_1";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { CreateConnectionRequest, CreateConnectionResponse } from "../models/
|
|
2
|
+
import type { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_1";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { CreateCrawlerRequest } from "../models/
|
|
3
|
-
import type { CreateCrawlerResponse } from "../models/models_1";
|
|
2
|
+
import type { CreateCrawlerRequest, CreateCrawlerResponse } from "../models/models_1";
|
|
4
3
|
/**
|
|
5
4
|
* @public
|
|
6
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { GetDataQualityModelRequest, GetDataQualityModelResponse } from "../models/
|
|
2
|
+
import type { GetDataQualityModelRequest, GetDataQualityModelResponse } from "../models/models_2";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { GetDataQualityModelResultRequest, GetDataQualityModelResultResponse } from "../models/
|
|
2
|
+
import type { GetDataQualityModelResultRequest, GetDataQualityModelResultResponse } from "../models/models_2";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { GetDataQualityResultRequest, GetDataQualityResultResponse } from "../models/
|
|
2
|
+
import type { GetDataQualityResultRequest, GetDataQualityResultResponse } from "../models/models_2";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -96,6 +96,17 @@ declare const GetDataQualityResultCommand_base: {
|
|
|
96
96
|
* // EvaluatedMetrics: {
|
|
97
97
|
* // "<keys>": Number("double"),
|
|
98
98
|
* // },
|
|
99
|
+
* // EvaluatedDistributions: { // EvaluatedDistributionsMap
|
|
100
|
+
* // "<keys>": { // DistributionData
|
|
101
|
+
* // BinEdges: [ // BinEdges
|
|
102
|
+
* // "STRING_VALUE",
|
|
103
|
+
* // ],
|
|
104
|
+
* // Count: [ // Count
|
|
105
|
+
* // Number("int"),
|
|
106
|
+
* // ],
|
|
107
|
+
* // DataType: "STRING_VALUE",
|
|
108
|
+
* // },
|
|
109
|
+
* // },
|
|
99
110
|
* // },
|
|
100
111
|
* // ],
|
|
101
112
|
* // Observations: [ // DataQualityObservations
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { GetDataQualityRuleRecommendationRunRequest, GetDataQualityRuleRecommendationRunResponse } from "../models/
|
|
2
|
+
import type { GetDataQualityRuleRecommendationRunRequest, GetDataQualityRuleRecommendationRunResponse } from "../models/models_2";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -73,6 +73,9 @@ declare const GetDataQualityRuleRecommendationRunCommand_base: {
|
|
|
73
73
|
* // RecommendedRuleset: "STRING_VALUE",
|
|
74
74
|
* // CreatedRulesetName: "STRING_VALUE",
|
|
75
75
|
* // DataQualitySecurityConfiguration: "STRING_VALUE",
|
|
76
|
+
* // AdditionalRunOptions: { // DataQualityRuleRecommendationRunAdditionalRunOptions
|
|
77
|
+
* // CustomLogGroupPrefix: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
76
79
|
* // };
|
|
77
80
|
*
|
|
78
81
|
* ```
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { GetDataQualityRulesetRequest, GetDataQualityRulesetResponse } from "../models/
|
|
2
|
+
import type { GetDataQualityRulesetRequest, GetDataQualityRulesetResponse } from "../models/models_2";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -69,6 +69,54 @@ declare const GetDataQualityRulesetEvaluationRunCommand_base: {
|
|
|
69
69
|
* // ResultsS3Prefix: "STRING_VALUE",
|
|
70
70
|
* // CompositeRuleEvaluationMethod: "COLUMN" || "ROW",
|
|
71
71
|
* // CustomLogGroupPrefix: "STRING_VALUE",
|
|
72
|
+
* // RowLevelResults: { // RowLevelResultsOptions
|
|
73
|
+
* // MaxRowsToWrite: Number("int"),
|
|
74
|
+
* // ResultType: "ALL" || "PASSED_ONLY" || "FAILED_ONLY",
|
|
75
|
+
* // CatalogTableConfig: { // CatalogTableConfigOptions
|
|
76
|
+
* // DatabaseName: "STRING_VALUE",
|
|
77
|
+
* // TableName: "STRING_VALUE",
|
|
78
|
+
* // S3Location: "STRING_VALUE",
|
|
79
|
+
* // CatalogId: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // },
|
|
82
|
+
* // ProfilingResults: { // ProfilingResultsOptions
|
|
83
|
+
* // WriteProfilingResultsEnabled: true || false,
|
|
84
|
+
* // CatalogTableConfig: {
|
|
85
|
+
* // DatabaseName: "STRING_VALUE",
|
|
86
|
+
* // TableName: "STRING_VALUE",
|
|
87
|
+
* // S3Location: "STRING_VALUE",
|
|
88
|
+
* // CatalogId: "STRING_VALUE",
|
|
89
|
+
* // },
|
|
90
|
+
* // DistributionResults: { // DistributionResultsOptions
|
|
91
|
+
* // WriteDistributionResultsEnabled: true || false,
|
|
92
|
+
* // CatalogTableConfig: {
|
|
93
|
+
* // DatabaseName: "STRING_VALUE",
|
|
94
|
+
* // TableName: "STRING_VALUE",
|
|
95
|
+
* // S3Location: "STRING_VALUE",
|
|
96
|
+
* // CatalogId: "STRING_VALUE",
|
|
97
|
+
* // },
|
|
98
|
+
* // },
|
|
99
|
+
* // },
|
|
100
|
+
* // ObservationScope: "ALL" || "NONE",
|
|
101
|
+
* // ObservationMode: "SCHEDULED" || "FIXED",
|
|
102
|
+
* // DataQualityRuleResults: { // DataQualityRuleResultsOptions
|
|
103
|
+
* // WriteDataQualityRuleResultsEnabled: true || false,
|
|
104
|
+
* // CatalogTableConfig: {
|
|
105
|
+
* // DatabaseName: "STRING_VALUE",
|
|
106
|
+
* // TableName: "STRING_VALUE",
|
|
107
|
+
* // S3Location: "STRING_VALUE",
|
|
108
|
+
* // CatalogId: "STRING_VALUE",
|
|
109
|
+
* // },
|
|
110
|
+
* // },
|
|
111
|
+
* // ObservationResults: { // ObservationResultsOptions
|
|
112
|
+
* // WriteObservationResultsEnabled: true || false,
|
|
113
|
+
* // CatalogTableConfig: {
|
|
114
|
+
* // DatabaseName: "STRING_VALUE",
|
|
115
|
+
* // TableName: "STRING_VALUE",
|
|
116
|
+
* // S3Location: "STRING_VALUE",
|
|
117
|
+
* // CatalogId: "STRING_VALUE",
|
|
118
|
+
* // },
|
|
119
|
+
* // },
|
|
72
120
|
* // },
|
|
73
121
|
* // Status: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT",
|
|
74
122
|
* // ErrorString: "STRING_VALUE",
|
|
@@ -61,6 +61,9 @@ declare const ListDataQualityRuleRecommendationRunsCommand_base: {
|
|
|
61
61
|
* },
|
|
62
62
|
* NextToken: "STRING_VALUE",
|
|
63
63
|
* MaxResults: Number("int"),
|
|
64
|
+
* Tags: { // TagsMap
|
|
65
|
+
* "<keys>": "STRING_VALUE",
|
|
66
|
+
* },
|
|
64
67
|
* };
|
|
65
68
|
* const command = new ListDataQualityRuleRecommendationRunsCommand(input);
|
|
66
69
|
* const response = await client.send(command);
|
|
@@ -91,6 +94,7 @@ declare const ListDataQualityRuleRecommendationRunsCommand_base: {
|
|
|
91
94
|
* // PreProcessingQuery: "STRING_VALUE",
|
|
92
95
|
* // },
|
|
93
96
|
* // },
|
|
97
|
+
* // CreatedRulesetName: "STRING_VALUE",
|
|
94
98
|
* // },
|
|
95
99
|
* // ],
|
|
96
100
|
* // NextToken: "STRING_VALUE",
|
|
@@ -56,6 +56,15 @@ declare const ListDataQualityStatisticsCommand_base: {
|
|
|
56
56
|
* // },
|
|
57
57
|
* // StatisticName: "STRING_VALUE",
|
|
58
58
|
* // DoubleValue: Number("double"),
|
|
59
|
+
* // DistributionValue: { // DistributionData
|
|
60
|
+
* // BinEdges: [ // BinEdges
|
|
61
|
+
* // "STRING_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // Count: [ // Count
|
|
64
|
+
* // Number("int"),
|
|
65
|
+
* // ],
|
|
66
|
+
* // DataType: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
59
68
|
* // EvaluationLevel: "Dataset" || "Column" || "Multicolumn",
|
|
60
69
|
* // ColumnsReferenced: [ // ColumnNameList
|
|
61
70
|
* // "STRING_VALUE",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { SearchTablesRequest } from "../models/
|
|
3
|
-
import type { SearchTablesResponse } from "../models/models_3";
|
|
2
|
+
import type { SearchTablesRequest, SearchTablesResponse } from "../models/models_3";
|
|
4
3
|
/**
|
|
5
4
|
* @public
|
|
6
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { StartBlueprintRunRequest, StartBlueprintRunResponse } from "../models/
|
|
2
|
+
import type { StartBlueprintRunRequest, StartBlueprintRunResponse } from "../models/models_3";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { StartColumnStatisticsTaskRunRequest, StartColumnStatisticsTaskRunResponse } from "../models/
|
|
2
|
+
import type { StartColumnStatisticsTaskRunRequest, StartColumnStatisticsTaskRunResponse } from "../models/models_3";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { StartColumnStatisticsTaskRunScheduleRequest, StartColumnStatisticsTaskRunScheduleResponse } from "../models/
|
|
2
|
+
import type { StartColumnStatisticsTaskRunScheduleRequest, StartColumnStatisticsTaskRunScheduleResponse } from "../models/models_3";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -62,6 +62,9 @@ declare const StartDataQualityRuleRecommendationRunCommand_base: {
|
|
|
62
62
|
* CreatedRulesetName: "STRING_VALUE",
|
|
63
63
|
* DataQualitySecurityConfiguration: "STRING_VALUE",
|
|
64
64
|
* ClientToken: "STRING_VALUE",
|
|
65
|
+
* AdditionalRunOptions: { // DataQualityRuleRecommendationRunAdditionalRunOptions
|
|
66
|
+
* CustomLogGroupPrefix: "STRING_VALUE",
|
|
67
|
+
* },
|
|
65
68
|
* };
|
|
66
69
|
* const command = new StartDataQualityRuleRecommendationRunCommand(input);
|
|
67
70
|
* const response = await client.send(command);
|