@aws-sdk/client-glue 3.295.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 +29 -29
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { GetDataflowGraphRequest, GetDataflowGraphResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDataflowGraphCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDataflowGraphCommandInput extends GetDataflowGraphRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDataflowGraphCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDataflowGraphCommandOutput extends GetDataflowGraphResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Transforms a Python script into a directed acyclic graph (DAG). </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 GetDataflowGraphCommandOutput extends GetDataflowGraphResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetDataflowGraphCommandInput - {@link GetDataflowGraphCommandInput}
|
|
34
|
+
* @returns {@link GetDataflowGraphCommandOutput}
|
|
28
35
|
* @see {@link GetDataflowGraphCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetDataflowGraphCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetDataflowGraphCommandOutput extends GetDataflowGraphResponse,
|
|
|
43
50
|
export declare class GetDataflowGraphCommand extends $Command<GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput, GlueClientResolvedConfig> {
|
|
44
51
|
readonly input: GetDataflowGraphCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetDataflowGraphCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { GetDevEndpointRequest, GetDevEndpointResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDevEndpointCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDevEndpointCommandInput extends GetDevEndpointRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDevEndpointCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDevEndpointCommandOutput extends GetDevEndpointResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves information about a specified development endpoint.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only
|
|
@@ -30,6 +35,8 @@ export interface GetDevEndpointCommandOutput extends GetDevEndpointResponse, __M
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param GetDevEndpointCommandInput - {@link GetDevEndpointCommandInput}
|
|
39
|
+
* @returns {@link GetDevEndpointCommandOutput}
|
|
33
40
|
* @see {@link GetDevEndpointCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link GetDevEndpointCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface GetDevEndpointCommandOutput extends GetDevEndpointResponse, __M
|
|
|
51
58
|
export declare class GetDevEndpointCommand extends $Command<GetDevEndpointCommandInput, GetDevEndpointCommandOutput, GlueClientResolvedConfig> {
|
|
52
59
|
readonly input: GetDevEndpointCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: GetDevEndpointCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDevEndpointCommandInput, GetDevEndpointCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { GetDevEndpointsRequest, GetDevEndpointsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDevEndpointsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDevEndpointsCommandInput extends GetDevEndpointsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDevEndpointsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDevEndpointsCommandOutput extends GetDevEndpointsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves all the development endpoints in this Amazon Web Services account.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address
|
|
@@ -30,6 +35,8 @@ export interface GetDevEndpointsCommandOutput extends GetDevEndpointsResponse, _
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param GetDevEndpointsCommandInput - {@link GetDevEndpointsCommandInput}
|
|
39
|
+
* @returns {@link GetDevEndpointsCommandOutput}
|
|
33
40
|
* @see {@link GetDevEndpointsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link GetDevEndpointsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface GetDevEndpointsCommandOutput extends GetDevEndpointsResponse, _
|
|
|
51
58
|
export declare class GetDevEndpointsCommand extends $Command<GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput, GlueClientResolvedConfig> {
|
|
52
59
|
readonly input: GetDevEndpointsCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: GetDevEndpointsCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { GetJobBookmarkRequest, GetJobBookmarkResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetJobBookmarkCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetJobBookmarkCommandInput extends GetJobBookmarkRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetJobBookmarkCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetJobBookmarkCommandOutput extends GetJobBookmarkResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information on a job bookmark entry.</p>
|
|
18
23
|
* <p>For more information about enabling and using job bookmarks, see:</p>
|
|
19
24
|
* <ul>
|
|
@@ -43,6 +48,8 @@ export interface GetJobBookmarkCommandOutput extends GetJobBookmarkResponse, __M
|
|
|
43
48
|
* const response = await client.send(command);
|
|
44
49
|
* ```
|
|
45
50
|
*
|
|
51
|
+
* @param GetJobBookmarkCommandInput - {@link GetJobBookmarkCommandInput}
|
|
52
|
+
* @returns {@link GetJobBookmarkCommandOutput}
|
|
46
53
|
* @see {@link GetJobBookmarkCommandInput} for command's `input` shape.
|
|
47
54
|
* @see {@link GetJobBookmarkCommandOutput} for command's `response` shape.
|
|
48
55
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface GetJobBookmarkCommandOutput extends GetJobBookmarkResponse, __M
|
|
|
67
74
|
export declare class GetJobBookmarkCommand extends $Command<GetJobBookmarkCommandInput, GetJobBookmarkCommandOutput, GlueClientResolvedConfig> {
|
|
68
75
|
readonly input: GetJobBookmarkCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: GetJobBookmarkCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobBookmarkCommandInput, GetJobBookmarkCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -5,16 +5,21 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
|
|
|
5
5
|
import { GetJobRequest } from "../models/models_1";
|
|
6
6
|
import { GetJobResponse } from "../models/models_2";
|
|
7
7
|
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
8
10
|
* The input for {@link GetJobCommand}.
|
|
9
11
|
*/
|
|
10
12
|
export interface GetJobCommandInput extends GetJobRequest {
|
|
11
13
|
}
|
|
12
14
|
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
13
17
|
* The output of {@link GetJobCommand}.
|
|
14
18
|
*/
|
|
15
19
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
16
20
|
}
|
|
17
21
|
/**
|
|
22
|
+
* @public
|
|
18
23
|
* <p>Retrieves an existing job definition.</p>
|
|
19
24
|
* @example
|
|
20
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -26,6 +31,8 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetJobCommandInput - {@link GetJobCommandInput}
|
|
35
|
+
* @returns {@link GetJobCommandOutput}
|
|
29
36
|
* @see {@link GetJobCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetJobCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
|
47
54
|
export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, GlueClientResolvedConfig> {
|
|
48
55
|
readonly input: GetJobCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GetJobCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobCommandInput, GetJobCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { GetJobRunRequest, GetJobRunResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetJobRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetJobRunCommandInput extends GetJobRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetJobRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetJobRunCommandOutput extends GetJobRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the metadata for a given job run.</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 GetJobRunCommandOutput extends GetJobRunResponse, __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetJobRunCommandInput - {@link GetJobRunCommandInput}
|
|
34
|
+
* @returns {@link GetJobRunCommandOutput}
|
|
28
35
|
* @see {@link GetJobRunCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetJobRunCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetJobRunCommandOutput extends GetJobRunResponse, __MetadataBea
|
|
|
46
53
|
export declare class GetJobRunCommand extends $Command<GetJobRunCommandInput, GetJobRunCommandOutput, GlueClientResolvedConfig> {
|
|
47
54
|
readonly input: GetJobRunCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetJobRunCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobRunCommandInput, GetJobRunCommandOutput>;
|
|
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 { GetJobRunsRequest, GetJobRunsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetJobRunsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetJobRunsCommandInput extends GetJobRunsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetJobRunsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetJobRunsCommandOutput extends GetJobRunsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves metadata for all runs of a given 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 GetJobRunsCommandOutput extends GetJobRunsResponse, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetJobRunsCommandInput - {@link GetJobRunsCommandInput}
|
|
34
|
+
* @returns {@link GetJobRunsCommandOutput}
|
|
28
35
|
* @see {@link GetJobRunsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetJobRunsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetJobRunsCommandOutput extends GetJobRunsResponse, __MetadataB
|
|
|
46
53
|
export declare class GetJobRunsCommand extends $Command<GetJobRunsCommandInput, GetJobRunsCommandOutput, GlueClientResolvedConfig> {
|
|
47
54
|
readonly input: GetJobRunsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetJobRunsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobRunsCommandInput, GetJobRunsCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -5,16 +5,21 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
|
|
|
5
5
|
import { GetJobsRequest } from "../models/models_1";
|
|
6
6
|
import { GetJobsResponse } from "../models/models_2";
|
|
7
7
|
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
8
10
|
* The input for {@link GetJobsCommand}.
|
|
9
11
|
*/
|
|
10
12
|
export interface GetJobsCommandInput extends GetJobsRequest {
|
|
11
13
|
}
|
|
12
14
|
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
13
17
|
* The output of {@link GetJobsCommand}.
|
|
14
18
|
*/
|
|
15
19
|
export interface GetJobsCommandOutput extends GetJobsResponse, __MetadataBearer {
|
|
16
20
|
}
|
|
17
21
|
/**
|
|
22
|
+
* @public
|
|
18
23
|
* <p>Retrieves all current job definitions.</p>
|
|
19
24
|
* @example
|
|
20
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -26,6 +31,8 @@ export interface GetJobsCommandOutput extends GetJobsResponse, __MetadataBearer
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetJobsCommandInput - {@link GetJobsCommandInput}
|
|
35
|
+
* @returns {@link GetJobsCommandOutput}
|
|
29
36
|
* @see {@link GetJobsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetJobsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GetJobsCommandOutput extends GetJobsResponse, __MetadataBearer
|
|
|
47
54
|
export declare class GetJobsCommand extends $Command<GetJobsCommandInput, GetJobsCommandOutput, GlueClientResolvedConfig> {
|
|
48
55
|
readonly input: GetJobsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GetJobsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobsCommandInput, GetJobsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { GetMLTaskRunRequest, GetMLTaskRunResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetMLTaskRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetMLTaskRunCommandInput extends GetMLTaskRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetMLTaskRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetMLTaskRunCommandOutput extends GetMLTaskRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets details for a specific task run on a machine learning transform. Machine learning
|
|
18
23
|
* task runs are asynchronous tasks that Glue runs on your behalf as part of various machine
|
|
19
24
|
* learning workflows. You can check the stats of any task run by calling
|
|
@@ -29,6 +34,8 @@ export interface GetMLTaskRunCommandOutput extends GetMLTaskRunResponse, __Metad
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param GetMLTaskRunCommandInput - {@link GetMLTaskRunCommandInput}
|
|
38
|
+
* @returns {@link GetMLTaskRunCommandOutput}
|
|
32
39
|
* @see {@link GetMLTaskRunCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link GetMLTaskRunCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface GetMLTaskRunCommandOutput extends GetMLTaskRunResponse, __Metad
|
|
|
50
57
|
export declare class GetMLTaskRunCommand extends $Command<GetMLTaskRunCommandInput, GetMLTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
51
58
|
readonly input: GetMLTaskRunCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: GetMLTaskRunCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMLTaskRunCommandInput, GetMLTaskRunCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { GetMLTaskRunsRequest, GetMLTaskRunsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetMLTaskRunsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetMLTaskRunsCommandInput extends GetMLTaskRunsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetMLTaskRunsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetMLTaskRunsCommandOutput extends GetMLTaskRunsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a list of runs for a machine learning transform. Machine learning task runs are
|
|
18
23
|
* asynchronous tasks that Glue runs on your behalf as part of various machine learning
|
|
19
24
|
* workflows. You can get a sortable, filterable list of machine learning task runs by calling
|
|
@@ -30,6 +35,8 @@ export interface GetMLTaskRunsCommandOutput extends GetMLTaskRunsResponse, __Met
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param GetMLTaskRunsCommandInput - {@link GetMLTaskRunsCommandInput}
|
|
39
|
+
* @returns {@link GetMLTaskRunsCommandOutput}
|
|
33
40
|
* @see {@link GetMLTaskRunsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link GetMLTaskRunsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface GetMLTaskRunsCommandOutput extends GetMLTaskRunsResponse, __Met
|
|
|
51
58
|
export declare class GetMLTaskRunsCommand extends $Command<GetMLTaskRunsCommandInput, GetMLTaskRunsCommandOutput, GlueClientResolvedConfig> {
|
|
52
59
|
readonly input: GetMLTaskRunsCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: GetMLTaskRunsCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMLTaskRunsCommandInput, GetMLTaskRunsCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { GetMLTransformRequest, GetMLTransformResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetMLTransformCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetMLTransformCommandInput extends GetMLTransformRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetMLTransformCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetMLTransformCommandOutput extends GetMLTransformResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets an Glue machine learning transform artifact and all its corresponding metadata.
|
|
18
23
|
* Machine learning transforms are a special type of transform that use machine learning to learn
|
|
19
24
|
* the details of the transformation to be performed by learning from examples provided by
|
|
@@ -29,6 +34,8 @@ export interface GetMLTransformCommandOutput extends GetMLTransformResponse, __M
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param GetMLTransformCommandInput - {@link GetMLTransformCommandInput}
|
|
38
|
+
* @returns {@link GetMLTransformCommandOutput}
|
|
32
39
|
* @see {@link GetMLTransformCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link GetMLTransformCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface GetMLTransformCommandOutput extends GetMLTransformResponse, __M
|
|
|
50
57
|
export declare class GetMLTransformCommand extends $Command<GetMLTransformCommandInput, GetMLTransformCommandOutput, GlueClientResolvedConfig> {
|
|
51
58
|
readonly input: GetMLTransformCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: GetMLTransformCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMLTransformCommandInput, GetMLTransformCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { GetMLTransformsRequest, GetMLTransformsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetMLTransformsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetMLTransformsCommandInput extends GetMLTransformsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetMLTransformsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetMLTransformsCommandOutput extends GetMLTransformsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a sortable, filterable list of existing Glue machine learning transforms. Machine
|
|
18
23
|
* learning transforms are a special type of transform that use machine learning to learn the
|
|
19
24
|
* details of the transformation to be performed by learning from examples provided by humans.
|
|
@@ -29,6 +34,8 @@ export interface GetMLTransformsCommandOutput extends GetMLTransformsResponse, _
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param GetMLTransformsCommandInput - {@link GetMLTransformsCommandInput}
|
|
38
|
+
* @returns {@link GetMLTransformsCommandOutput}
|
|
32
39
|
* @see {@link GetMLTransformsCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link GetMLTransformsCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface GetMLTransformsCommandOutput extends GetMLTransformsResponse, _
|
|
|
50
57
|
export declare class GetMLTransformsCommand extends $Command<GetMLTransformsCommandInput, GetMLTransformsCommandOutput, GlueClientResolvedConfig> {
|
|
51
58
|
readonly input: GetMLTransformsCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: GetMLTransformsCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMLTransformsCommandInput, GetMLTransformsCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { GetMappingRequest, GetMappingResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetMappingCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetMappingCommandInput extends GetMappingRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetMappingCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetMappingCommandOutput extends GetMappingResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates mappings.</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 GetMappingCommandOutput extends GetMappingResponse, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetMappingCommandInput - {@link GetMappingCommandInput}
|
|
34
|
+
* @returns {@link GetMappingCommandOutput}
|
|
28
35
|
* @see {@link GetMappingCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetMappingCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetMappingCommandOutput extends GetMappingResponse, __MetadataB
|
|
|
46
53
|
export declare class GetMappingCommand extends $Command<GetMappingCommandInput, GetMappingCommandOutput, GlueClientResolvedConfig> {
|
|
47
54
|
readonly input: GetMappingCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetMappingCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMappingCommandInput, GetMappingCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|