@aws-sdk/client-glue 3.325.0 → 3.327.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 +7 -7
|
@@ -40,6 +40,88 @@ export interface BatchGetPartitionCommandOutput extends BatchGetPartitionRespons
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new BatchGetPartitionCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // BatchGetPartitionResponse
|
|
44
|
+
* // Partitions: [ // PartitionList
|
|
45
|
+
* // { // Partition
|
|
46
|
+
* // Values: [ // ValueStringList
|
|
47
|
+
* // "STRING_VALUE",
|
|
48
|
+
* // ],
|
|
49
|
+
* // DatabaseName: "STRING_VALUE",
|
|
50
|
+
* // TableName: "STRING_VALUE",
|
|
51
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
52
|
+
* // LastAccessTime: new Date("TIMESTAMP"),
|
|
53
|
+
* // StorageDescriptor: { // StorageDescriptor
|
|
54
|
+
* // Columns: [ // ColumnList
|
|
55
|
+
* // { // Column
|
|
56
|
+
* // Name: "STRING_VALUE", // required
|
|
57
|
+
* // Type: "STRING_VALUE",
|
|
58
|
+
* // Comment: "STRING_VALUE",
|
|
59
|
+
* // Parameters: { // ParametersMap
|
|
60
|
+
* // "<keys>": "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // Location: "STRING_VALUE",
|
|
65
|
+
* // AdditionalLocations: [ // LocationStringList
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // InputFormat: "STRING_VALUE",
|
|
69
|
+
* // OutputFormat: "STRING_VALUE",
|
|
70
|
+
* // Compressed: true || false,
|
|
71
|
+
* // NumberOfBuckets: Number("int"),
|
|
72
|
+
* // SerdeInfo: { // SerDeInfo
|
|
73
|
+
* // Name: "STRING_VALUE",
|
|
74
|
+
* // SerializationLibrary: "STRING_VALUE",
|
|
75
|
+
* // Parameters: {
|
|
76
|
+
* // "<keys>": "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // },
|
|
79
|
+
* // BucketColumns: [ // NameStringList
|
|
80
|
+
* // "STRING_VALUE",
|
|
81
|
+
* // ],
|
|
82
|
+
* // SortColumns: [ // OrderList
|
|
83
|
+
* // { // Order
|
|
84
|
+
* // Column: "STRING_VALUE", // required
|
|
85
|
+
* // SortOrder: Number("int"), // required
|
|
86
|
+
* // },
|
|
87
|
+
* // ],
|
|
88
|
+
* // Parameters: "<ParametersMap>",
|
|
89
|
+
* // SkewedInfo: { // SkewedInfo
|
|
90
|
+
* // SkewedColumnNames: [
|
|
91
|
+
* // "STRING_VALUE",
|
|
92
|
+
* // ],
|
|
93
|
+
* // SkewedColumnValues: [ // ColumnValueStringList
|
|
94
|
+
* // "STRING_VALUE",
|
|
95
|
+
* // ],
|
|
96
|
+
* // SkewedColumnValueLocationMaps: { // LocationMap
|
|
97
|
+
* // "<keys>": "STRING_VALUE",
|
|
98
|
+
* // },
|
|
99
|
+
* // },
|
|
100
|
+
* // StoredAsSubDirectories: true || false,
|
|
101
|
+
* // SchemaReference: { // SchemaReference
|
|
102
|
+
* // SchemaId: { // SchemaId
|
|
103
|
+
* // SchemaArn: "STRING_VALUE",
|
|
104
|
+
* // SchemaName: "STRING_VALUE",
|
|
105
|
+
* // RegistryName: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
107
|
+
* // SchemaVersionId: "STRING_VALUE",
|
|
108
|
+
* // SchemaVersionNumber: Number("long"),
|
|
109
|
+
* // },
|
|
110
|
+
* // },
|
|
111
|
+
* // Parameters: "<ParametersMap>",
|
|
112
|
+
* // LastAnalyzedTime: new Date("TIMESTAMP"),
|
|
113
|
+
* // CatalogId: "STRING_VALUE",
|
|
114
|
+
* // },
|
|
115
|
+
* // ],
|
|
116
|
+
* // UnprocessedKeys: [ // BatchGetPartitionValueList
|
|
117
|
+
* // { // PartitionValueList
|
|
118
|
+
* // Values: [ // required
|
|
119
|
+
* // "STRING_VALUE",
|
|
120
|
+
* // ],
|
|
121
|
+
* // },
|
|
122
|
+
* // ],
|
|
123
|
+
* // };
|
|
124
|
+
*
|
|
43
125
|
* ```
|
|
44
126
|
*
|
|
45
127
|
* @param BatchGetPartitionCommandInput - {@link BatchGetPartitionCommandInput}
|
|
@@ -71,6 +153,8 @@ export interface BatchGetPartitionCommandOutput extends BatchGetPartitionRespons
|
|
|
71
153
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
72
154
|
* <p>The operation timed out.</p>
|
|
73
155
|
*
|
|
156
|
+
* @throws {@link GlueServiceException}
|
|
157
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
74
158
|
*
|
|
75
159
|
*/
|
|
76
160
|
export declare class BatchGetPartitionCommand extends $Command<BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -33,6 +33,53 @@ export interface BatchGetTriggersCommandOutput extends BatchGetTriggersResponse,
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new BatchGetTriggersCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // BatchGetTriggersResponse
|
|
37
|
+
* // Triggers: [ // TriggerList
|
|
38
|
+
* // { // Trigger
|
|
39
|
+
* // Name: "STRING_VALUE",
|
|
40
|
+
* // WorkflowName: "STRING_VALUE",
|
|
41
|
+
* // Id: "STRING_VALUE",
|
|
42
|
+
* // Type: "SCHEDULED" || "CONDITIONAL" || "ON_DEMAND" || "EVENT",
|
|
43
|
+
* // State: "CREATING" || "CREATED" || "ACTIVATING" || "ACTIVATED" || "DEACTIVATING" || "DEACTIVATED" || "DELETING" || "UPDATING",
|
|
44
|
+
* // Description: "STRING_VALUE",
|
|
45
|
+
* // Schedule: "STRING_VALUE",
|
|
46
|
+
* // Actions: [ // ActionList
|
|
47
|
+
* // { // Action
|
|
48
|
+
* // JobName: "STRING_VALUE",
|
|
49
|
+
* // Arguments: { // GenericMap
|
|
50
|
+
* // "<keys>": "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // Timeout: Number("int"),
|
|
53
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
54
|
+
* // NotificationProperty: { // NotificationProperty
|
|
55
|
+
* // NotifyDelayAfter: Number("int"),
|
|
56
|
+
* // },
|
|
57
|
+
* // CrawlerName: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // Predicate: { // Predicate
|
|
61
|
+
* // Logical: "AND" || "ANY",
|
|
62
|
+
* // Conditions: [ // ConditionList
|
|
63
|
+
* // { // Condition
|
|
64
|
+
* // LogicalOperator: "EQUALS",
|
|
65
|
+
* // JobName: "STRING_VALUE",
|
|
66
|
+
* // State: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
|
|
67
|
+
* // CrawlerName: "STRING_VALUE",
|
|
68
|
+
* // CrawlState: "RUNNING" || "CANCELLING" || "CANCELLED" || "SUCCEEDED" || "FAILED" || "ERROR",
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // },
|
|
72
|
+
* // EventBatchingCondition: { // EventBatchingCondition
|
|
73
|
+
* // BatchSize: Number("int"), // required
|
|
74
|
+
* // BatchWindow: Number("int"),
|
|
75
|
+
* // },
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // TriggersNotFound: [ // TriggerNameList
|
|
79
|
+
* // "STRING_VALUE",
|
|
80
|
+
* // ],
|
|
81
|
+
* // };
|
|
82
|
+
*
|
|
36
83
|
* ```
|
|
37
84
|
*
|
|
38
85
|
* @param BatchGetTriggersCommandInput - {@link BatchGetTriggersCommandInput}
|
|
@@ -50,6 +97,8 @@ export interface BatchGetTriggersCommandOutput extends BatchGetTriggersResponse,
|
|
|
50
97
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
51
98
|
* <p>The operation timed out.</p>
|
|
52
99
|
*
|
|
100
|
+
* @throws {@link GlueServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
53
102
|
*
|
|
54
103
|
*/
|
|
55
104
|
export declare class BatchGetTriggersCommand extends $Command<BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -34,6 +34,264 @@ export interface BatchGetWorkflowsCommandOutput extends BatchGetWorkflowsRespons
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new BatchGetWorkflowsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // BatchGetWorkflowsResponse
|
|
38
|
+
* // Workflows: [ // Workflows
|
|
39
|
+
* // { // Workflow
|
|
40
|
+
* // Name: "STRING_VALUE",
|
|
41
|
+
* // Description: "STRING_VALUE",
|
|
42
|
+
* // DefaultRunProperties: { // WorkflowRunProperties
|
|
43
|
+
* // "<keys>": "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // CreatedOn: new Date("TIMESTAMP"),
|
|
46
|
+
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
47
|
+
* // LastRun: { // WorkflowRun
|
|
48
|
+
* // Name: "STRING_VALUE",
|
|
49
|
+
* // WorkflowRunId: "STRING_VALUE",
|
|
50
|
+
* // PreviousRunId: "STRING_VALUE",
|
|
51
|
+
* // WorkflowRunProperties: {
|
|
52
|
+
* // "<keys>": "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // StartedOn: new Date("TIMESTAMP"),
|
|
55
|
+
* // CompletedOn: new Date("TIMESTAMP"),
|
|
56
|
+
* // Status: "RUNNING" || "COMPLETED" || "STOPPING" || "STOPPED" || "ERROR",
|
|
57
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
58
|
+
* // Statistics: { // WorkflowRunStatistics
|
|
59
|
+
* // TotalActions: Number("int"),
|
|
60
|
+
* // TimeoutActions: Number("int"),
|
|
61
|
+
* // FailedActions: Number("int"),
|
|
62
|
+
* // StoppedActions: Number("int"),
|
|
63
|
+
* // SucceededActions: Number("int"),
|
|
64
|
+
* // RunningActions: Number("int"),
|
|
65
|
+
* // ErroredActions: Number("int"),
|
|
66
|
+
* // WaitingActions: Number("int"),
|
|
67
|
+
* // },
|
|
68
|
+
* // Graph: { // WorkflowGraph
|
|
69
|
+
* // Nodes: [ // NodeList
|
|
70
|
+
* // { // Node
|
|
71
|
+
* // Type: "CRAWLER" || "JOB" || "TRIGGER",
|
|
72
|
+
* // Name: "STRING_VALUE",
|
|
73
|
+
* // UniqueId: "STRING_VALUE",
|
|
74
|
+
* // TriggerDetails: { // TriggerNodeDetails
|
|
75
|
+
* // Trigger: { // Trigger
|
|
76
|
+
* // Name: "STRING_VALUE",
|
|
77
|
+
* // WorkflowName: "STRING_VALUE",
|
|
78
|
+
* // Id: "STRING_VALUE",
|
|
79
|
+
* // Type: "SCHEDULED" || "CONDITIONAL" || "ON_DEMAND" || "EVENT",
|
|
80
|
+
* // State: "CREATING" || "CREATED" || "ACTIVATING" || "ACTIVATED" || "DEACTIVATING" || "DEACTIVATED" || "DELETING" || "UPDATING",
|
|
81
|
+
* // Description: "STRING_VALUE",
|
|
82
|
+
* // Schedule: "STRING_VALUE",
|
|
83
|
+
* // Actions: [ // ActionList
|
|
84
|
+
* // { // Action
|
|
85
|
+
* // JobName: "STRING_VALUE",
|
|
86
|
+
* // Arguments: { // GenericMap
|
|
87
|
+
* // "<keys>": "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // Timeout: Number("int"),
|
|
90
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
91
|
+
* // NotificationProperty: { // NotificationProperty
|
|
92
|
+
* // NotifyDelayAfter: Number("int"),
|
|
93
|
+
* // },
|
|
94
|
+
* // CrawlerName: "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // ],
|
|
97
|
+
* // Predicate: { // Predicate
|
|
98
|
+
* // Logical: "AND" || "ANY",
|
|
99
|
+
* // Conditions: [ // ConditionList
|
|
100
|
+
* // { // Condition
|
|
101
|
+
* // LogicalOperator: "EQUALS",
|
|
102
|
+
* // JobName: "STRING_VALUE",
|
|
103
|
+
* // State: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
|
|
104
|
+
* // CrawlerName: "STRING_VALUE",
|
|
105
|
+
* // CrawlState: "RUNNING" || "CANCELLING" || "CANCELLED" || "SUCCEEDED" || "FAILED" || "ERROR",
|
|
106
|
+
* // },
|
|
107
|
+
* // ],
|
|
108
|
+
* // },
|
|
109
|
+
* // EventBatchingCondition: { // EventBatchingCondition
|
|
110
|
+
* // BatchSize: Number("int"), // required
|
|
111
|
+
* // BatchWindow: Number("int"),
|
|
112
|
+
* // },
|
|
113
|
+
* // },
|
|
114
|
+
* // },
|
|
115
|
+
* // JobDetails: { // JobNodeDetails
|
|
116
|
+
* // JobRuns: [ // JobRunList
|
|
117
|
+
* // { // JobRun
|
|
118
|
+
* // Id: "STRING_VALUE",
|
|
119
|
+
* // Attempt: Number("int"),
|
|
120
|
+
* // PreviousRunId: "STRING_VALUE",
|
|
121
|
+
* // TriggerName: "STRING_VALUE",
|
|
122
|
+
* // JobName: "STRING_VALUE",
|
|
123
|
+
* // StartedOn: new Date("TIMESTAMP"),
|
|
124
|
+
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
125
|
+
* // CompletedOn: new Date("TIMESTAMP"),
|
|
126
|
+
* // JobRunState: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
|
|
127
|
+
* // Arguments: {
|
|
128
|
+
* // "<keys>": "STRING_VALUE",
|
|
129
|
+
* // },
|
|
130
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
131
|
+
* // PredecessorRuns: [ // PredecessorList
|
|
132
|
+
* // { // Predecessor
|
|
133
|
+
* // JobName: "STRING_VALUE",
|
|
134
|
+
* // RunId: "STRING_VALUE",
|
|
135
|
+
* // },
|
|
136
|
+
* // ],
|
|
137
|
+
* // AllocatedCapacity: Number("int"),
|
|
138
|
+
* // ExecutionTime: Number("int"),
|
|
139
|
+
* // Timeout: Number("int"),
|
|
140
|
+
* // MaxCapacity: Number("double"),
|
|
141
|
+
* // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
|
|
142
|
+
* // NumberOfWorkers: Number("int"),
|
|
143
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
144
|
+
* // LogGroupName: "STRING_VALUE",
|
|
145
|
+
* // NotificationProperty: {
|
|
146
|
+
* // NotifyDelayAfter: Number("int"),
|
|
147
|
+
* // },
|
|
148
|
+
* // GlueVersion: "STRING_VALUE",
|
|
149
|
+
* // DPUSeconds: Number("double"),
|
|
150
|
+
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
151
|
+
* // },
|
|
152
|
+
* // ],
|
|
153
|
+
* // },
|
|
154
|
+
* // CrawlerDetails: { // CrawlerNodeDetails
|
|
155
|
+
* // Crawls: [ // CrawlList
|
|
156
|
+
* // { // Crawl
|
|
157
|
+
* // State: "RUNNING" || "CANCELLING" || "CANCELLED" || "SUCCEEDED" || "FAILED" || "ERROR",
|
|
158
|
+
* // StartedOn: new Date("TIMESTAMP"),
|
|
159
|
+
* // CompletedOn: new Date("TIMESTAMP"),
|
|
160
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
161
|
+
* // LogGroup: "STRING_VALUE",
|
|
162
|
+
* // LogStream: "STRING_VALUE",
|
|
163
|
+
* // },
|
|
164
|
+
* // ],
|
|
165
|
+
* // },
|
|
166
|
+
* // },
|
|
167
|
+
* // ],
|
|
168
|
+
* // Edges: [ // EdgeList
|
|
169
|
+
* // { // Edge
|
|
170
|
+
* // SourceId: "STRING_VALUE",
|
|
171
|
+
* // DestinationId: "STRING_VALUE",
|
|
172
|
+
* // },
|
|
173
|
+
* // ],
|
|
174
|
+
* // },
|
|
175
|
+
* // StartingEventBatchCondition: { // StartingEventBatchCondition
|
|
176
|
+
* // BatchSize: Number("int"),
|
|
177
|
+
* // BatchWindow: Number("int"),
|
|
178
|
+
* // },
|
|
179
|
+
* // },
|
|
180
|
+
* // Graph: {
|
|
181
|
+
* // Nodes: [
|
|
182
|
+
* // {
|
|
183
|
+
* // Type: "CRAWLER" || "JOB" || "TRIGGER",
|
|
184
|
+
* // Name: "STRING_VALUE",
|
|
185
|
+
* // UniqueId: "STRING_VALUE",
|
|
186
|
+
* // TriggerDetails: {
|
|
187
|
+
* // Trigger: {
|
|
188
|
+
* // Name: "STRING_VALUE",
|
|
189
|
+
* // WorkflowName: "STRING_VALUE",
|
|
190
|
+
* // Id: "STRING_VALUE",
|
|
191
|
+
* // Type: "SCHEDULED" || "CONDITIONAL" || "ON_DEMAND" || "EVENT",
|
|
192
|
+
* // State: "CREATING" || "CREATED" || "ACTIVATING" || "ACTIVATED" || "DEACTIVATING" || "DEACTIVATED" || "DELETING" || "UPDATING",
|
|
193
|
+
* // Description: "STRING_VALUE",
|
|
194
|
+
* // Schedule: "STRING_VALUE",
|
|
195
|
+
* // Actions: [
|
|
196
|
+
* // {
|
|
197
|
+
* // JobName: "STRING_VALUE",
|
|
198
|
+
* // Arguments: {
|
|
199
|
+
* // "<keys>": "STRING_VALUE",
|
|
200
|
+
* // },
|
|
201
|
+
* // Timeout: Number("int"),
|
|
202
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
203
|
+
* // NotificationProperty: {
|
|
204
|
+
* // NotifyDelayAfter: Number("int"),
|
|
205
|
+
* // },
|
|
206
|
+
* // CrawlerName: "STRING_VALUE",
|
|
207
|
+
* // },
|
|
208
|
+
* // ],
|
|
209
|
+
* // Predicate: {
|
|
210
|
+
* // Logical: "AND" || "ANY",
|
|
211
|
+
* // Conditions: [
|
|
212
|
+
* // {
|
|
213
|
+
* // LogicalOperator: "EQUALS",
|
|
214
|
+
* // JobName: "STRING_VALUE",
|
|
215
|
+
* // State: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
|
|
216
|
+
* // CrawlerName: "STRING_VALUE",
|
|
217
|
+
* // CrawlState: "RUNNING" || "CANCELLING" || "CANCELLED" || "SUCCEEDED" || "FAILED" || "ERROR",
|
|
218
|
+
* // },
|
|
219
|
+
* // ],
|
|
220
|
+
* // },
|
|
221
|
+
* // EventBatchingCondition: {
|
|
222
|
+
* // BatchSize: Number("int"), // required
|
|
223
|
+
* // BatchWindow: Number("int"),
|
|
224
|
+
* // },
|
|
225
|
+
* // },
|
|
226
|
+
* // },
|
|
227
|
+
* // JobDetails: {
|
|
228
|
+
* // JobRuns: [
|
|
229
|
+
* // {
|
|
230
|
+
* // Id: "STRING_VALUE",
|
|
231
|
+
* // Attempt: Number("int"),
|
|
232
|
+
* // PreviousRunId: "STRING_VALUE",
|
|
233
|
+
* // TriggerName: "STRING_VALUE",
|
|
234
|
+
* // JobName: "STRING_VALUE",
|
|
235
|
+
* // StartedOn: new Date("TIMESTAMP"),
|
|
236
|
+
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
237
|
+
* // CompletedOn: new Date("TIMESTAMP"),
|
|
238
|
+
* // JobRunState: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
|
|
239
|
+
* // Arguments: "<GenericMap>",
|
|
240
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
241
|
+
* // PredecessorRuns: [
|
|
242
|
+
* // {
|
|
243
|
+
* // JobName: "STRING_VALUE",
|
|
244
|
+
* // RunId: "STRING_VALUE",
|
|
245
|
+
* // },
|
|
246
|
+
* // ],
|
|
247
|
+
* // AllocatedCapacity: Number("int"),
|
|
248
|
+
* // ExecutionTime: Number("int"),
|
|
249
|
+
* // Timeout: Number("int"),
|
|
250
|
+
* // MaxCapacity: Number("double"),
|
|
251
|
+
* // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
|
|
252
|
+
* // NumberOfWorkers: Number("int"),
|
|
253
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
254
|
+
* // LogGroupName: "STRING_VALUE",
|
|
255
|
+
* // NotificationProperty: "<NotificationProperty>",
|
|
256
|
+
* // GlueVersion: "STRING_VALUE",
|
|
257
|
+
* // DPUSeconds: Number("double"),
|
|
258
|
+
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
259
|
+
* // },
|
|
260
|
+
* // ],
|
|
261
|
+
* // },
|
|
262
|
+
* // CrawlerDetails: {
|
|
263
|
+
* // Crawls: [
|
|
264
|
+
* // {
|
|
265
|
+
* // State: "RUNNING" || "CANCELLING" || "CANCELLED" || "SUCCEEDED" || "FAILED" || "ERROR",
|
|
266
|
+
* // StartedOn: new Date("TIMESTAMP"),
|
|
267
|
+
* // CompletedOn: new Date("TIMESTAMP"),
|
|
268
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
269
|
+
* // LogGroup: "STRING_VALUE",
|
|
270
|
+
* // LogStream: "STRING_VALUE",
|
|
271
|
+
* // },
|
|
272
|
+
* // ],
|
|
273
|
+
* // },
|
|
274
|
+
* // },
|
|
275
|
+
* // ],
|
|
276
|
+
* // Edges: [
|
|
277
|
+
* // {
|
|
278
|
+
* // SourceId: "STRING_VALUE",
|
|
279
|
+
* // DestinationId: "STRING_VALUE",
|
|
280
|
+
* // },
|
|
281
|
+
* // ],
|
|
282
|
+
* // },
|
|
283
|
+
* // MaxConcurrentRuns: Number("int"),
|
|
284
|
+
* // BlueprintDetails: { // BlueprintDetails
|
|
285
|
+
* // BlueprintName: "STRING_VALUE",
|
|
286
|
+
* // RunId: "STRING_VALUE",
|
|
287
|
+
* // },
|
|
288
|
+
* // },
|
|
289
|
+
* // ],
|
|
290
|
+
* // MissingWorkflows: [ // WorkflowNames
|
|
291
|
+
* // "STRING_VALUE",
|
|
292
|
+
* // ],
|
|
293
|
+
* // };
|
|
294
|
+
*
|
|
37
295
|
* ```
|
|
38
296
|
*
|
|
39
297
|
* @param BatchGetWorkflowsCommandInput - {@link BatchGetWorkflowsCommandInput}
|
|
@@ -51,6 +309,8 @@ export interface BatchGetWorkflowsCommandOutput extends BatchGetWorkflowsRespons
|
|
|
51
309
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
52
310
|
* <p>The operation timed out.</p>
|
|
53
311
|
*
|
|
312
|
+
* @throws {@link GlueServiceException}
|
|
313
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
54
314
|
*
|
|
55
315
|
*/
|
|
56
316
|
export declare class BatchGetWorkflowsCommand extends $Command<BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -34,6 +34,25 @@ export interface BatchStopJobRunCommandOutput extends BatchStopJobRunResponse, _
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new BatchStopJobRunCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // BatchStopJobRunResponse
|
|
38
|
+
* // SuccessfulSubmissions: [ // BatchStopJobRunSuccessfulSubmissionList
|
|
39
|
+
* // { // BatchStopJobRunSuccessfulSubmission
|
|
40
|
+
* // JobName: "STRING_VALUE",
|
|
41
|
+
* // JobRunId: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // ],
|
|
44
|
+
* // Errors: [ // BatchStopJobRunErrorList
|
|
45
|
+
* // { // BatchStopJobRunError
|
|
46
|
+
* // JobName: "STRING_VALUE",
|
|
47
|
+
* // JobRunId: "STRING_VALUE",
|
|
48
|
+
* // ErrorDetail: { // ErrorDetail
|
|
49
|
+
* // ErrorCode: "STRING_VALUE",
|
|
50
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
37
56
|
* ```
|
|
38
57
|
*
|
|
39
58
|
* @param BatchStopJobRunCommandInput - {@link BatchStopJobRunCommandInput}
|
|
@@ -51,6 +70,8 @@ export interface BatchStopJobRunCommandOutput extends BatchStopJobRunResponse, _
|
|
|
51
70
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
52
71
|
* <p>The operation timed out.</p>
|
|
53
72
|
*
|
|
73
|
+
* @throws {@link GlueServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
54
75
|
*
|
|
55
76
|
*/
|
|
56
77
|
export declare class BatchStopJobRunCommand extends $Command<BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -106,6 +106,20 @@ export interface BatchUpdatePartitionCommandOutput extends BatchUpdatePartitionR
|
|
|
106
106
|
* };
|
|
107
107
|
* const command = new BatchUpdatePartitionCommand(input);
|
|
108
108
|
* const response = await client.send(command);
|
|
109
|
+
* // { // BatchUpdatePartitionResponse
|
|
110
|
+
* // Errors: [ // BatchUpdatePartitionFailureList
|
|
111
|
+
* // { // BatchUpdatePartitionFailureEntry
|
|
112
|
+
* // PartitionValueList: [ // BoundedPartitionValueList
|
|
113
|
+
* // "STRING_VALUE",
|
|
114
|
+
* // ],
|
|
115
|
+
* // ErrorDetail: { // ErrorDetail
|
|
116
|
+
* // ErrorCode: "STRING_VALUE",
|
|
117
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
118
|
+
* // },
|
|
119
|
+
* // },
|
|
120
|
+
* // ],
|
|
121
|
+
* // };
|
|
122
|
+
*
|
|
109
123
|
* ```
|
|
110
124
|
*
|
|
111
125
|
* @param BatchUpdatePartitionCommandInput - {@link BatchUpdatePartitionCommandInput}
|
|
@@ -129,6 +143,8 @@ export interface BatchUpdatePartitionCommandOutput extends BatchUpdatePartitionR
|
|
|
129
143
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
130
144
|
* <p>The operation timed out.</p>
|
|
131
145
|
*
|
|
146
|
+
* @throws {@link GlueServiceException}
|
|
147
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
132
148
|
*
|
|
133
149
|
*/
|
|
134
150
|
export declare class BatchUpdatePartitionCommand extends $Command<BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface CancelDataQualityRuleRecommendationRunCommandOutput extends Can
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CancelDataQualityRuleRecommendationRunCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param CancelDataQualityRuleRecommendationRunCommandInput - {@link CancelDataQualityRuleRecommendationRunCommandInput}
|
|
@@ -51,6 +53,8 @@ export interface CancelDataQualityRuleRecommendationRunCommandOutput extends Can
|
|
|
51
53
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
52
54
|
* <p>The operation timed out.</p>
|
|
53
55
|
*
|
|
56
|
+
* @throws {@link GlueServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
54
58
|
*
|
|
55
59
|
*/
|
|
56
60
|
export declare class CancelDataQualityRuleRecommendationRunCommand extends $Command<CancelDataQualityRuleRecommendationRunCommandInput, CancelDataQualityRuleRecommendationRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface CancelDataQualityRulesetEvaluationRunCommandOutput extends Canc
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CancelDataQualityRulesetEvaluationRunCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param CancelDataQualityRulesetEvaluationRunCommandInput - {@link CancelDataQualityRulesetEvaluationRunCommandInput}
|
|
@@ -51,6 +53,8 @@ export interface CancelDataQualityRulesetEvaluationRunCommandOutput extends Canc
|
|
|
51
53
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
52
54
|
* <p>The operation timed out.</p>
|
|
53
55
|
*
|
|
56
|
+
* @throws {@link GlueServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
54
58
|
*
|
|
55
59
|
*/
|
|
56
60
|
export declare class CancelDataQualityRulesetEvaluationRunCommand extends $Command<CancelDataQualityRulesetEvaluationRunCommandInput, CancelDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -34,6 +34,12 @@ export interface CancelMLTaskRunCommandOutput extends CancelMLTaskRunResponse, _
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new CancelMLTaskRunCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // CancelMLTaskRunResponse
|
|
38
|
+
* // TransformId: "STRING_VALUE",
|
|
39
|
+
* // TaskRunId: "STRING_VALUE",
|
|
40
|
+
* // Status: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
37
43
|
* ```
|
|
38
44
|
*
|
|
39
45
|
* @param CancelMLTaskRunCommandInput - {@link CancelMLTaskRunCommandInput}
|
|
@@ -54,6 +60,8 @@ export interface CancelMLTaskRunCommandOutput extends CancelMLTaskRunResponse, _
|
|
|
54
60
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
55
61
|
* <p>The operation timed out.</p>
|
|
56
62
|
*
|
|
63
|
+
* @throws {@link GlueServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
57
65
|
*
|
|
58
66
|
*/
|
|
59
67
|
export declare class CancelMLTaskRunCommand extends $Command<CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface CancelStatementCommandOutput extends CancelStatementResponse, _
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new CancelStatementCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param CancelStatementCommandInput - {@link CancelStatementCommandInput}
|
|
@@ -59,6 +61,8 @@ export interface CancelStatementCommandOutput extends CancelStatementResponse, _
|
|
|
59
61
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
60
62
|
* <p>The operation timed out.</p>
|
|
61
63
|
*
|
|
64
|
+
* @throws {@link GlueServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
62
66
|
*
|
|
63
67
|
*/
|
|
64
68
|
export declare class CancelStatementCommand extends $Command<CancelStatementCommandInput, CancelStatementCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -32,6 +32,11 @@ export interface CheckSchemaVersionValidityCommandOutput extends CheckSchemaVers
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new CheckSchemaVersionValidityCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // CheckSchemaVersionValidityResponse
|
|
36
|
+
* // Valid: true || false,
|
|
37
|
+
* // Error: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
37
42
|
* @param CheckSchemaVersionValidityCommandInput - {@link CheckSchemaVersionValidityCommandInput}
|
|
@@ -49,6 +54,8 @@ export interface CheckSchemaVersionValidityCommandOutput extends CheckSchemaVers
|
|
|
49
54
|
* @throws {@link InvalidInputException} (client fault)
|
|
50
55
|
* <p>The input provided was not valid.</p>
|
|
51
56
|
*
|
|
57
|
+
* @throws {@link GlueServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
52
59
|
*
|
|
53
60
|
*/
|
|
54
61
|
export declare class CheckSchemaVersionValidityCommand extends $Command<CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -36,6 +36,10 @@ export interface CreateBlueprintCommandOutput extends CreateBlueprintResponse, _
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new CreateBlueprintCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // CreateBlueprintResponse
|
|
40
|
+
* // Name: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
39
43
|
* ```
|
|
40
44
|
*
|
|
41
45
|
* @param CreateBlueprintCommandInput - {@link CreateBlueprintCommandInput}
|
|
@@ -59,6 +63,8 @@ export interface CreateBlueprintCommandOutput extends CreateBlueprintResponse, _
|
|
|
59
63
|
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
60
64
|
* <p>A resource numerical limit was exceeded.</p>
|
|
61
65
|
*
|
|
66
|
+
* @throws {@link GlueServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
62
68
|
*
|
|
63
69
|
*/
|
|
64
70
|
export declare class CreateBlueprintCommand extends $Command<CreateBlueprintCommandInput, CreateBlueprintCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -62,6 +62,8 @@ export interface CreateClassifierCommandOutput extends CreateClassifierResponse,
|
|
|
62
62
|
* };
|
|
63
63
|
* const command = new CreateClassifierCommand(input);
|
|
64
64
|
* const response = await client.send(command);
|
|
65
|
+
* // {};
|
|
66
|
+
*
|
|
65
67
|
* ```
|
|
66
68
|
*
|
|
67
69
|
* @param CreateClassifierCommandInput - {@link CreateClassifierCommandInput}
|
|
@@ -79,6 +81,8 @@ export interface CreateClassifierCommandOutput extends CreateClassifierResponse,
|
|
|
79
81
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
80
82
|
* <p>The operation timed out.</p>
|
|
81
83
|
*
|
|
84
|
+
* @throws {@link GlueServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
82
86
|
*
|
|
83
87
|
*/
|
|
84
88
|
export declare class CreateClassifierCommand extends $Command<CreateClassifierCommandInput, CreateClassifierCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -52,6 +52,8 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
|
|
|
52
52
|
* };
|
|
53
53
|
* const command = new CreateConnectionCommand(input);
|
|
54
54
|
* const response = await client.send(command);
|
|
55
|
+
* // {};
|
|
56
|
+
*
|
|
55
57
|
* ```
|
|
56
58
|
*
|
|
57
59
|
* @param CreateConnectionCommandInput - {@link CreateConnectionCommandInput}
|
|
@@ -75,6 +77,8 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
|
|
|
75
77
|
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
76
78
|
* <p>A resource numerical limit was exceeded.</p>
|
|
77
79
|
*
|
|
80
|
+
* @throws {@link GlueServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
78
82
|
*
|
|
79
83
|
*/
|
|
80
84
|
export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, GlueClientResolvedConfig> {
|