@aws-sdk/client-glue 3.325.0 → 3.326.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/commands/BatchCreatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +14 -0
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +14 -0
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +15 -0
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +28 -0
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +114 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +17 -0
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +40 -0
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +43 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +875 -0
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +84 -0
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +49 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +260 -0
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +21 -0
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +4 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +4 -0
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +8 -0
- package/dist-types/commands/CancelStatementCommand.d.ts +4 -0
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +7 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +6 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +4 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +4 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +6 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +6 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +28 -0
- package/dist-types/commands/CreateJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +6 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +4 -0
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +4 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +11 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +21 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +7 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +29 -0
- package/dist-types/commands/CreateTableCommand.d.ts +4 -0
- package/dist-types/commands/CreateTriggerCommand.d.ts +6 -0
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +4 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +6 -0
- package/dist-types/commands/DeleteClassifierCommand.d.ts +4 -0
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +6 -0
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +6 -0
- package/dist-types/commands/DeletePartitionCommand.d.ts +4 -0
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +8 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +8 -0
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +14 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +6 -0
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +23 -0
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +17 -0
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +20 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +10 -0
- package/dist-types/commands/GetClassifierCommand.d.ts +49 -0
- package/dist-types/commands/GetClassifiersCommand.d.ts +52 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +70 -0
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +70 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +26 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +29 -0
- package/dist-types/commands/GetCrawlerCommand.d.ts +109 -0
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +18 -0
- package/dist-types/commands/GetCrawlersCommand.d.ts +112 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +10 -0
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +15 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +33 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +28 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +15 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +36 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +33 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +36 -0
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +26 -0
- package/dist-types/commands/GetDevEndpointCommand.d.ts +38 -0
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +41 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +14 -0
- package/dist-types/commands/GetJobCommand.d.ts +870 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +40 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +43 -0
- package/dist-types/commands/GetJobsCommand.d.ts +873 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +32 -0
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +37 -0
- package/dist-types/commands/GetMLTransformCommand.d.ts +73 -0
- package/dist-types/commands/GetMLTransformsCommand.d.ts +78 -0
- package/dist-types/commands/GetMappingCommand.d.ts +15 -0
- package/dist-types/commands/GetPartitionCommand.d.ts +75 -0
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +30 -0
- package/dist-types/commands/GetPartitionsCommand.d.ts +78 -0
- package/dist-types/commands/GetPlanCommand.d.ts +7 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +14 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +9 -0
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +18 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +12 -0
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +6 -0
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +25 -0
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +28 -0
- package/dist-types/commands/GetSessionCommand.d.ts +29 -0
- package/dist-types/commands/GetStatementCommand.d.ts +25 -0
- package/dist-types/commands/GetTableCommand.d.ts +100 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +103 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +106 -0
- package/dist-types/commands/GetTablesCommand.d.ts +103 -0
- package/dist-types/commands/GetTagsCommand.d.ts +8 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +44 -0
- package/dist-types/commands/GetTriggersCommand.d.ts +47 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +77 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +82 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +108 -0
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +20 -0
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +23 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +255 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +138 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +8 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +141 -0
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +4 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +9 -0
- package/dist-types/commands/ListCrawlersCommand.d.ts +9 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +20 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +15 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +25 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +24 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +24 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +20 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +9 -0
- package/dist-types/commands/ListJobsCommand.d.ts +9 -0
- package/dist-types/commands/ListMLTransformsCommand.d.ts +9 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +15 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +17 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +35 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +28 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +9 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +9 -0
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +4 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +13 -0
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -0
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +19 -0
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +8 -0
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +13 -0
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +14 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +9 -0
- package/dist-types/commands/RunStatementCommand.d.ts +6 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +103 -0
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +6 -0
- package/dist-types/commands/StartCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +4 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +6 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +6 -0
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +6 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartTriggerCommand.d.ts +6 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -0
- package/dist-types/commands/StopCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +4 -0
- package/dist-types/commands/StopSessionCommand.d.ts +6 -0
- package/dist-types/commands/StopTriggerCommand.d.ts +6 -0
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +6 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +4 -0
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +67 -0
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +67 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +8 -0
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +4 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +6 -0
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +6 -0
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePartitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +7 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +8 -0
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +44 -0
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -0
- package/package.json +3 -3
|
@@ -33,6 +33,44 @@ export interface GetJobRunCommandOutput extends GetJobRunResponse, __MetadataBea
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetJobRunCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetJobRunResponse
|
|
37
|
+
* // JobRun: { // JobRun
|
|
38
|
+
* // Id: "STRING_VALUE",
|
|
39
|
+
* // Attempt: Number("int"),
|
|
40
|
+
* // PreviousRunId: "STRING_VALUE",
|
|
41
|
+
* // TriggerName: "STRING_VALUE",
|
|
42
|
+
* // JobName: "STRING_VALUE",
|
|
43
|
+
* // StartedOn: new Date("TIMESTAMP"),
|
|
44
|
+
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
45
|
+
* // CompletedOn: new Date("TIMESTAMP"),
|
|
46
|
+
* // JobRunState: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
|
|
47
|
+
* // Arguments: { // GenericMap
|
|
48
|
+
* // "<keys>": "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
51
|
+
* // PredecessorRuns: [ // PredecessorList
|
|
52
|
+
* // { // Predecessor
|
|
53
|
+
* // JobName: "STRING_VALUE",
|
|
54
|
+
* // RunId: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // AllocatedCapacity: Number("int"),
|
|
58
|
+
* // ExecutionTime: Number("int"),
|
|
59
|
+
* // Timeout: Number("int"),
|
|
60
|
+
* // MaxCapacity: Number("double"),
|
|
61
|
+
* // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
|
|
62
|
+
* // NumberOfWorkers: Number("int"),
|
|
63
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
64
|
+
* // LogGroupName: "STRING_VALUE",
|
|
65
|
+
* // NotificationProperty: { // NotificationProperty
|
|
66
|
+
* // NotifyDelayAfter: Number("int"),
|
|
67
|
+
* // },
|
|
68
|
+
* // GlueVersion: "STRING_VALUE",
|
|
69
|
+
* // DPUSeconds: Number("double"),
|
|
70
|
+
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
71
|
+
* // },
|
|
72
|
+
* // };
|
|
73
|
+
*
|
|
36
74
|
* ```
|
|
37
75
|
*
|
|
38
76
|
* @param GetJobRunCommandInput - {@link GetJobRunCommandInput}
|
|
@@ -53,6 +91,8 @@ export interface GetJobRunCommandOutput extends GetJobRunResponse, __MetadataBea
|
|
|
53
91
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
54
92
|
* <p>The operation timed out.</p>
|
|
55
93
|
*
|
|
94
|
+
* @throws {@link GlueServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
56
96
|
*
|
|
57
97
|
*/
|
|
58
98
|
export declare class GetJobRunCommand extends $Command<GetJobRunCommandInput, GetJobRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -33,6 +33,47 @@ export interface GetJobRunsCommandOutput extends GetJobRunsResponse, __MetadataB
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetJobRunsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetJobRunsResponse
|
|
37
|
+
* // JobRuns: [ // JobRunList
|
|
38
|
+
* // { // JobRun
|
|
39
|
+
* // Id: "STRING_VALUE",
|
|
40
|
+
* // Attempt: Number("int"),
|
|
41
|
+
* // PreviousRunId: "STRING_VALUE",
|
|
42
|
+
* // TriggerName: "STRING_VALUE",
|
|
43
|
+
* // JobName: "STRING_VALUE",
|
|
44
|
+
* // StartedOn: new Date("TIMESTAMP"),
|
|
45
|
+
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
46
|
+
* // CompletedOn: new Date("TIMESTAMP"),
|
|
47
|
+
* // JobRunState: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
|
|
48
|
+
* // Arguments: { // GenericMap
|
|
49
|
+
* // "<keys>": "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
52
|
+
* // PredecessorRuns: [ // PredecessorList
|
|
53
|
+
* // { // Predecessor
|
|
54
|
+
* // JobName: "STRING_VALUE",
|
|
55
|
+
* // RunId: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // AllocatedCapacity: Number("int"),
|
|
59
|
+
* // ExecutionTime: Number("int"),
|
|
60
|
+
* // Timeout: Number("int"),
|
|
61
|
+
* // MaxCapacity: Number("double"),
|
|
62
|
+
* // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
|
|
63
|
+
* // NumberOfWorkers: Number("int"),
|
|
64
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
65
|
+
* // LogGroupName: "STRING_VALUE",
|
|
66
|
+
* // NotificationProperty: { // NotificationProperty
|
|
67
|
+
* // NotifyDelayAfter: Number("int"),
|
|
68
|
+
* // },
|
|
69
|
+
* // GlueVersion: "STRING_VALUE",
|
|
70
|
+
* // DPUSeconds: Number("double"),
|
|
71
|
+
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // NextToken: "STRING_VALUE",
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
36
77
|
* ```
|
|
37
78
|
*
|
|
38
79
|
* @param GetJobRunsCommandInput - {@link GetJobRunsCommandInput}
|
|
@@ -53,6 +94,8 @@ export interface GetJobRunsCommandOutput extends GetJobRunsResponse, __MetadataB
|
|
|
53
94
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
54
95
|
* <p>The operation timed out.</p>
|
|
55
96
|
*
|
|
97
|
+
* @throws {@link GlueServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
56
99
|
*
|
|
57
100
|
*/
|
|
58
101
|
export declare class GetJobRunsCommand extends $Command<GetJobRunsCommandInput, GetJobRunsCommandOutput, GlueClientResolvedConfig> {
|