@aws-sdk/client-glue 3.296.0 → 3.297.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/dist-types/Glue.d.ts +203 -0
- package/dist-types/GlueClient.d.ts +24 -4
- package/dist-types/commands/BatchCreatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +16 -0
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +16 -0
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +16 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/CancelStatementCommand.d.ts +16 -0
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +16 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +16 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +16 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +16 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +16 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +16 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +16 -0
- package/dist-types/commands/CreateTableCommand.d.ts +16 -0
- package/dist-types/commands/CreateTriggerCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClassifierCommand.d.ts +16 -0
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +16 -0
- package/dist-types/commands/DeletePartitionCommand.d.ts +16 -0
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +16 -0
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +16 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetClassifierCommand.d.ts +16 -0
- package/dist-types/commands/GetClassifiersCommand.d.ts +16 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +16 -0
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/GetCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +16 -0
- package/dist-types/commands/GetCrawlersCommand.d.ts +16 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +16 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +16 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +16 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +16 -0
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +16 -0
- package/dist-types/commands/GetDevEndpointCommand.d.ts +16 -0
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +16 -0
- package/dist-types/commands/GetJobCommand.d.ts +16 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +16 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +16 -0
- package/dist-types/commands/GetJobsCommand.d.ts +16 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +16 -0
- package/dist-types/commands/GetMLTransformCommand.d.ts +16 -0
- package/dist-types/commands/GetMLTransformsCommand.d.ts +16 -0
- package/dist-types/commands/GetMappingCommand.d.ts +16 -0
- package/dist-types/commands/GetPartitionCommand.d.ts +16 -0
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +16 -0
- package/dist-types/commands/GetPartitionsCommand.d.ts +16 -0
- package/dist-types/commands/GetPlanCommand.d.ts +16 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +16 -0
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/GetSessionCommand.d.ts +16 -0
- package/dist-types/commands/GetStatementCommand.d.ts +16 -0
- package/dist-types/commands/GetTableCommand.d.ts +16 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +16 -0
- package/dist-types/commands/GetTablesCommand.d.ts +16 -0
- package/dist-types/commands/GetTagsCommand.d.ts +16 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +16 -0
- package/dist-types/commands/GetTriggersCommand.d.ts +16 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +16 -0
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +16 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +16 -0
- package/dist-types/commands/ListCrawlersCommand.d.ts +16 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +16 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListMLTransformsCommand.d.ts +16 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +16 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +16 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +16 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +16 -0
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +16 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +16 -0
- package/dist-types/commands/RunStatementCommand.d.ts +16 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +16 -0
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +16 -0
- package/dist-types/commands/StartCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +16 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +16 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +16 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartTriggerCommand.d.ts +16 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +16 -0
- package/dist-types/commands/StopCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +16 -0
- package/dist-types/commands/StopSessionCommand.d.ts +16 -0
- package/dist-types/commands/StopTriggerCommand.d.ts +16 -0
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +16 -0
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
- package/dist-types/models/GlueServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +541 -1
- package/dist-types/models/models_1.d.ts +739 -1
- package/dist-types/models/models_2.d.ts +495 -8
- package/dist-types/pagination/GetBlueprintRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetClassifiersPaginator.d.ts +3 -0
- package/dist-types/pagination/GetConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCrawlerMetricsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCrawlersPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDatabasesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDevEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetJobRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetMLTaskRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetMLTransformsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetPartitionIndexesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetPartitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetSecurityConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTableVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTriggersPaginator.d.ts +3 -0
- package/dist-types/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +3 -0
- package/dist-types/pagination/GetUserDefinedFunctionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetWorkflowRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListBlueprintsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCrawlersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomEntityTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDevEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMLTransformsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRegistriesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchemaVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSessionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTriggersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchTablesPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { StartDataQualityRuleRecommendationRunRequest, StartDataQualityRuleRecommendationRunResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartDataQualityRuleRecommendationRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartDataQualityRuleRecommendationRunCommandInput extends StartDataQualityRuleRecommendationRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartDataQualityRuleRecommendationRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartDataQualityRuleRecommendationRunCommandOutput extends StartDataQualityRuleRecommendationRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts a recommendation run that is used to generate rules when you don't know what rules to write. Glue Data Quality analyzes the data and comes up with recommendations for a potential ruleset. You can then triage the ruleset and modify the generated ruleset to your liking.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface StartDataQualityRuleRecommendationRunCommandOutput extends Star
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StartDataQualityRuleRecommendationRunCommandInput - {@link StartDataQualityRuleRecommendationRunCommandInput}
|
|
34
|
+
* @returns {@link StartDataQualityRuleRecommendationRunCommandOutput}
|
|
28
35
|
* @see {@link StartDataQualityRuleRecommendationRunCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StartDataQualityRuleRecommendationRunCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface StartDataQualityRuleRecommendationRunCommandOutput extends Star
|
|
|
46
53
|
export declare class StartDataQualityRuleRecommendationRunCommand extends $Command<StartDataQualityRuleRecommendationRunCommandInput, StartDataQualityRuleRecommendationRunCommandOutput, GlueClientResolvedConfig> {
|
|
47
54
|
readonly input: StartDataQualityRuleRecommendationRunCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: StartDataQualityRuleRecommendationRunCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDataQualityRuleRecommendationRunCommandInput, StartDataQualityRuleRecommendationRunCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { StartDataQualityRulesetEvaluationRunRequest, StartDataQualityRulesetEvaluationRunResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartDataQualityRulesetEvaluationRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartDataQualityRulesetEvaluationRunCommandInput extends StartDataQualityRulesetEvaluationRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartDataQualityRulesetEvaluationRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartDataQualityRulesetEvaluationRunCommandOutput extends StartDataQualityRulesetEvaluationRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table). The evaluation computes results which you can retrieve with the <code>GetDataQualityResult</code> API.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface StartDataQualityRulesetEvaluationRunCommandOutput extends Start
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StartDataQualityRulesetEvaluationRunCommandInput - {@link StartDataQualityRulesetEvaluationRunCommandInput}
|
|
34
|
+
* @returns {@link StartDataQualityRulesetEvaluationRunCommandOutput}
|
|
28
35
|
* @see {@link StartDataQualityRulesetEvaluationRunCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StartDataQualityRulesetEvaluationRunCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface StartDataQualityRulesetEvaluationRunCommandOutput extends Start
|
|
|
49
56
|
export declare class StartDataQualityRulesetEvaluationRunCommand extends $Command<StartDataQualityRulesetEvaluationRunCommandInput, StartDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig> {
|
|
50
57
|
readonly input: StartDataQualityRulesetEvaluationRunCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: StartDataQualityRulesetEvaluationRunCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDataQualityRulesetEvaluationRunCommandInput, StartDataQualityRulesetEvaluationRunCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { StartExportLabelsTaskRunRequest, StartExportLabelsTaskRunResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartExportLabelsTaskRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartExportLabelsTaskRunCommandInput extends StartExportLabelsTaskRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartExportLabelsTaskRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartExportLabelsTaskRunCommandOutput extends StartExportLabelsTaskRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Begins an asynchronous task to export all labeled data for a particular transform. This
|
|
18
23
|
* task is the only label-related API call that is not part of the typical active learning
|
|
19
24
|
* workflow. You typically use <code>StartExportLabelsTaskRun</code> when you want to work with
|
|
@@ -33,6 +38,8 @@ export interface StartExportLabelsTaskRunCommandOutput extends StartExportLabels
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param StartExportLabelsTaskRunCommandInput - {@link StartExportLabelsTaskRunCommandInput}
|
|
42
|
+
* @returns {@link StartExportLabelsTaskRunCommandOutput}
|
|
36
43
|
* @see {@link StartExportLabelsTaskRunCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link StartExportLabelsTaskRunCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface StartExportLabelsTaskRunCommandOutput extends StartExportLabels
|
|
|
54
61
|
export declare class StartExportLabelsTaskRunCommand extends $Command<StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
55
62
|
readonly input: StartExportLabelsTaskRunCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: StartExportLabelsTaskRunCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { StartImportLabelsTaskRunRequest, StartImportLabelsTaskRunResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartImportLabelsTaskRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartImportLabelsTaskRunCommandInput extends StartImportLabelsTaskRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartImportLabelsTaskRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartImportLabelsTaskRunCommandOutput extends StartImportLabelsTaskRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Enables you to provide additional labels (examples of truth) to be used to teach the
|
|
18
23
|
* machine learning transform and improve its quality. This API operation is generally used as
|
|
19
24
|
* part of the active learning workflow that starts with the
|
|
@@ -46,6 +51,8 @@ export interface StartImportLabelsTaskRunCommandOutput extends StartImportLabels
|
|
|
46
51
|
* const response = await client.send(command);
|
|
47
52
|
* ```
|
|
48
53
|
*
|
|
54
|
+
* @param StartImportLabelsTaskRunCommandInput - {@link StartImportLabelsTaskRunCommandInput}
|
|
55
|
+
* @returns {@link StartImportLabelsTaskRunCommandOutput}
|
|
49
56
|
* @see {@link StartImportLabelsTaskRunCommandInput} for command's `input` shape.
|
|
50
57
|
* @see {@link StartImportLabelsTaskRunCommandOutput} for command's `response` shape.
|
|
51
58
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -70,11 +77,20 @@ export interface StartImportLabelsTaskRunCommandOutput extends StartImportLabels
|
|
|
70
77
|
export declare class StartImportLabelsTaskRunCommand extends $Command<StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
71
78
|
readonly input: StartImportLabelsTaskRunCommandInput;
|
|
72
79
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
73
83
|
constructor(input: StartImportLabelsTaskRunCommandInput);
|
|
74
84
|
/**
|
|
75
85
|
* @internal
|
|
76
86
|
*/
|
|
77
87
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput>;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
78
91
|
private serialize;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
79
95
|
private deserialize;
|
|
80
96
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { StartJobRunRequest, StartJobRunResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartJobRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartJobRunCommandInput extends StartJobRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartJobRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartJobRunCommandOutput extends StartJobRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts a job run using a job definition.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StartJobRunCommandInput - {@link StartJobRunCommandInput}
|
|
34
|
+
* @returns {@link StartJobRunCommandOutput}
|
|
28
35
|
* @see {@link StartJobRunCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StartJobRunCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
|
|
|
52
59
|
export declare class StartJobRunCommand extends $Command<StartJobRunCommandInput, StartJobRunCommandOutput, GlueClientResolvedConfig> {
|
|
53
60
|
readonly input: StartJobRunCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: StartJobRunCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartJobRunCommandInput, StartJobRunCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { StartMLEvaluationTaskRunRequest, StartMLEvaluationTaskRunResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartMLEvaluationTaskRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartMLEvaluationTaskRunCommandInput extends StartMLEvaluationTaskRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartMLEvaluationTaskRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartMLEvaluationTaskRunCommandOutput extends StartMLEvaluationTaskRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts a task to estimate the quality of the transform. </p>
|
|
18
23
|
* <p>When you provide label sets as examples of truth, Glue machine learning uses some of
|
|
19
24
|
* those examples to learn from them. The rest of the labels are used as a test to estimate
|
|
@@ -30,6 +35,8 @@ export interface StartMLEvaluationTaskRunCommandOutput extends StartMLEvaluation
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param StartMLEvaluationTaskRunCommandInput - {@link StartMLEvaluationTaskRunCommandInput}
|
|
39
|
+
* @returns {@link StartMLEvaluationTaskRunCommandOutput}
|
|
33
40
|
* @see {@link StartMLEvaluationTaskRunCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link StartMLEvaluationTaskRunCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface StartMLEvaluationTaskRunCommandOutput extends StartMLEvaluation
|
|
|
57
64
|
export declare class StartMLEvaluationTaskRunCommand extends $Command<StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
58
65
|
readonly input: StartMLEvaluationTaskRunCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: StartMLEvaluationTaskRunCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { StartMLLabelingSetGenerationTaskRunRequest, StartMLLabelingSetGenerationTaskRunResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartMLLabelingSetGenerationTaskRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartMLLabelingSetGenerationTaskRunCommandInput extends StartMLLabelingSetGenerationTaskRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartMLLabelingSetGenerationTaskRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartMLLabelingSetGenerationTaskRunCommandOutput extends StartMLLabelingSetGenerationTaskRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts the active learning workflow for your machine learning transform to improve the
|
|
18
23
|
* transform's quality by generating label sets and adding labels.</p>
|
|
19
24
|
* <p>When the <code>StartMLLabelingSetGenerationTaskRun</code> finishes, Glue will have
|
|
@@ -35,6 +40,8 @@ export interface StartMLLabelingSetGenerationTaskRunCommandOutput extends StartM
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param StartMLLabelingSetGenerationTaskRunCommandInput - {@link StartMLLabelingSetGenerationTaskRunCommandInput}
|
|
44
|
+
* @returns {@link StartMLLabelingSetGenerationTaskRunCommandOutput}
|
|
38
45
|
* @see {@link StartMLLabelingSetGenerationTaskRunCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link StartMLLabelingSetGenerationTaskRunCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface StartMLLabelingSetGenerationTaskRunCommandOutput extends StartM
|
|
|
59
66
|
export declare class StartMLLabelingSetGenerationTaskRunCommand extends $Command<StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
60
67
|
readonly input: StartMLLabelingSetGenerationTaskRunCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: StartMLLabelingSetGenerationTaskRunCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { StartTriggerRequest, StartTriggerResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartTriggerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartTriggerCommandInput extends StartTriggerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartTriggerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartTriggerCommandOutput extends StartTriggerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts an existing trigger. See <a href="https://docs.aws.amazon.com/glue/latest/dg/trigger-job.html">Triggering
|
|
18
23
|
* Jobs</a> for information about how different types of trigger are
|
|
19
24
|
* started.</p>
|
|
@@ -27,6 +32,8 @@ export interface StartTriggerCommandOutput extends StartTriggerResponse, __Metad
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param StartTriggerCommandInput - {@link StartTriggerCommandInput}
|
|
36
|
+
* @returns {@link StartTriggerCommandOutput}
|
|
30
37
|
* @see {@link StartTriggerCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link StartTriggerCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface StartTriggerCommandOutput extends StartTriggerResponse, __Metad
|
|
|
54
61
|
export declare class StartTriggerCommand extends $Command<StartTriggerCommandInput, StartTriggerCommandOutput, GlueClientResolvedConfig> {
|
|
55
62
|
readonly input: StartTriggerCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: StartTriggerCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartTriggerCommandInput, StartTriggerCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { StartWorkflowRunRequest, StartWorkflowRunResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartWorkflowRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartWorkflowRunCommandInput extends StartWorkflowRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartWorkflowRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts a new run of the specified workflow.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StartWorkflowRunCommandInput - {@link StartWorkflowRunCommandInput}
|
|
34
|
+
* @returns {@link StartWorkflowRunCommandOutput}
|
|
28
35
|
* @see {@link StartWorkflowRunCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StartWorkflowRunCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse,
|
|
|
52
59
|
export declare class StartWorkflowRunCommand extends $Command<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, GlueClientResolvedConfig> {
|
|
53
60
|
readonly input: StartWorkflowRunCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: StartWorkflowRunCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { StopCrawlerRequest, StopCrawlerResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StopCrawlerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StopCrawlerCommandInput extends StopCrawlerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StopCrawlerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StopCrawlerCommandOutput extends StopCrawlerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>If the specified crawler is running, stops the crawl.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface StopCrawlerCommandOutput extends StopCrawlerResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StopCrawlerCommandInput - {@link StopCrawlerCommandInput}
|
|
34
|
+
* @returns {@link StopCrawlerCommandOutput}
|
|
28
35
|
* @see {@link StopCrawlerCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StopCrawlerCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface StopCrawlerCommandOutput extends StopCrawlerResponse, __Metadat
|
|
|
46
53
|
export declare class StopCrawlerCommand extends $Command<StopCrawlerCommandInput, StopCrawlerCommandOutput, GlueClientResolvedConfig> {
|
|
47
54
|
readonly input: StopCrawlerCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: StopCrawlerCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopCrawlerCommandInput, StopCrawlerCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { StopCrawlerScheduleRequest, StopCrawlerScheduleResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StopCrawlerScheduleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StopCrawlerScheduleCommandInput extends StopCrawlerScheduleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StopCrawlerScheduleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StopCrawlerScheduleCommandOutput extends StopCrawlerScheduleResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Sets the schedule state of the specified crawler to
|
|
18
23
|
* <code>NOT_SCHEDULED</code>, but does not stop the crawler if it is
|
|
19
24
|
* already running.</p>
|
|
@@ -27,6 +32,8 @@ export interface StopCrawlerScheduleCommandOutput extends StopCrawlerScheduleRes
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param StopCrawlerScheduleCommandInput - {@link StopCrawlerScheduleCommandInput}
|
|
36
|
+
* @returns {@link StopCrawlerScheduleCommandOutput}
|
|
30
37
|
* @see {@link StopCrawlerScheduleCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link StopCrawlerScheduleCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface StopCrawlerScheduleCommandOutput extends StopCrawlerScheduleRes
|
|
|
48
55
|
export declare class StopCrawlerScheduleCommand extends $Command<StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput, GlueClientResolvedConfig> {
|
|
49
56
|
readonly input: StopCrawlerScheduleCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: StopCrawlerScheduleCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { StopSessionRequest, StopSessionResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StopSessionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StopSessionCommandInput extends StopSessionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StopSessionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StopSessionCommandOutput extends StopSessionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Stops the session.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface StopSessionCommandOutput extends StopSessionResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StopSessionCommandInput - {@link StopSessionCommandInput}
|
|
34
|
+
* @returns {@link StopSessionCommandOutput}
|
|
28
35
|
* @see {@link StopSessionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StopSessionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface StopSessionCommandOutput extends StopSessionResponse, __Metadat
|
|
|
52
59
|
export declare class StopSessionCommand extends $Command<StopSessionCommandInput, StopSessionCommandOutput, GlueClientResolvedConfig> {
|
|
53
60
|
readonly input: StopSessionCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: StopSessionCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopSessionCommandInput, StopSessionCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|