@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 { DeleteTableRequest, DeleteTableResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteTableCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteTableCommandInput extends DeleteTableRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteTableCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteTableCommandOutput extends DeleteTableResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes a table definition from the Data Catalog.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>After completing this operation, you no longer have access to the table versions and
|
|
@@ -35,6 +40,8 @@ export interface DeleteTableCommandOutput extends DeleteTableResponse, __Metadat
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param DeleteTableCommandInput - {@link DeleteTableCommandInput}
|
|
44
|
+
* @returns {@link DeleteTableCommandOutput}
|
|
38
45
|
* @see {@link DeleteTableCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link DeleteTableCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -62,11 +69,20 @@ export interface DeleteTableCommandOutput extends DeleteTableResponse, __Metadat
|
|
|
62
69
|
export declare class DeleteTableCommand extends $Command<DeleteTableCommandInput, DeleteTableCommandOutput, GlueClientResolvedConfig> {
|
|
63
70
|
readonly input: DeleteTableCommandInput;
|
|
64
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
65
75
|
constructor(input: DeleteTableCommandInput);
|
|
66
76
|
/**
|
|
67
77
|
* @internal
|
|
68
78
|
*/
|
|
69
79
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTableCommandInput, DeleteTableCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
70
83
|
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
71
87
|
private deserialize;
|
|
72
88
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { DeleteTableVersionRequest, DeleteTableVersionResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteTableVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteTableVersionCommandInput extends DeleteTableVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteTableVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteTableVersionCommandOutput extends DeleteTableVersionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a specified version of a table.</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 DeleteTableVersionCommandOutput extends DeleteTableVersionRespo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteTableVersionCommandInput - {@link DeleteTableVersionCommandInput}
|
|
34
|
+
* @returns {@link DeleteTableVersionCommandOutput}
|
|
28
35
|
* @see {@link DeleteTableVersionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteTableVersionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DeleteTableVersionCommandOutput extends DeleteTableVersionRespo
|
|
|
46
53
|
export declare class DeleteTableVersionCommand extends $Command<DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput, GlueClientResolvedConfig> {
|
|
47
54
|
readonly input: DeleteTableVersionCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DeleteTableVersionCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput>;
|
|
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 { DeleteTriggerRequest, DeleteTriggerResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteTriggerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteTriggerCommandInput extends DeleteTriggerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteTriggerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a specified trigger. If the trigger is not found, no
|
|
18
23
|
* exception is thrown.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __Met
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteTriggerCommandInput - {@link DeleteTriggerCommandInput}
|
|
35
|
+
* @returns {@link DeleteTriggerCommandOutput}
|
|
29
36
|
* @see {@link DeleteTriggerCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteTriggerCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __Met
|
|
|
47
54
|
export declare class DeleteTriggerCommand extends $Command<DeleteTriggerCommandInput, DeleteTriggerCommandOutput, GlueClientResolvedConfig> {
|
|
48
55
|
readonly input: DeleteTriggerCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: DeleteTriggerCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTriggerCommandInput, DeleteTriggerCommandOutput>;
|
|
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 { DeleteUserDefinedFunctionRequest, DeleteUserDefinedFunctionResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteUserDefinedFunctionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteUserDefinedFunctionCommandInput extends DeleteUserDefinedFunctionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteUserDefinedFunctionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteUserDefinedFunctionCommandOutput extends DeleteUserDefinedFunctionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an existing function definition from the Data Catalog.</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 DeleteUserDefinedFunctionCommandOutput extends DeleteUserDefine
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteUserDefinedFunctionCommandInput - {@link DeleteUserDefinedFunctionCommandInput}
|
|
34
|
+
* @returns {@link DeleteUserDefinedFunctionCommandOutput}
|
|
28
35
|
* @see {@link DeleteUserDefinedFunctionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteUserDefinedFunctionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DeleteUserDefinedFunctionCommandOutput extends DeleteUserDefine
|
|
|
46
53
|
export declare class DeleteUserDefinedFunctionCommand extends $Command<DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
|
|
47
54
|
readonly input: DeleteUserDefinedFunctionCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DeleteUserDefinedFunctionCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput>;
|
|
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 { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteWorkflowCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteWorkflowCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a workflow.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteWorkflowCommandInput - {@link DeleteWorkflowCommandInput}
|
|
34
|
+
* @returns {@link DeleteWorkflowCommandOutput}
|
|
28
35
|
* @see {@link DeleteWorkflowCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteWorkflowCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __M
|
|
|
46
53
|
export declare class DeleteWorkflowCommand extends $Command<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, GlueClientResolvedConfig> {
|
|
47
54
|
readonly input: DeleteWorkflowCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DeleteWorkflowCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
|
|
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 { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetBlueprintCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetBlueprintCommandInput extends GetBlueprintRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetBlueprintCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the details of a blueprint.</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 GetBlueprintCommandOutput extends GetBlueprintResponse, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetBlueprintCommandInput - {@link GetBlueprintCommandInput}
|
|
34
|
+
* @returns {@link GetBlueprintCommandOutput}
|
|
28
35
|
* @see {@link GetBlueprintCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetBlueprintCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __Metad
|
|
|
46
53
|
export declare class GetBlueprintCommand extends $Command<GetBlueprintCommandInput, GetBlueprintCommandOutput, GlueClientResolvedConfig> {
|
|
47
54
|
readonly input: GetBlueprintCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetBlueprintCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBlueprintCommandInput, GetBlueprintCommandOutput>;
|
|
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 { GetBlueprintRunRequest, GetBlueprintRunResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetBlueprintRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetBlueprintRunCommandInput extends GetBlueprintRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetBlueprintRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetBlueprintRunCommandOutput extends GetBlueprintRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the details of a blueprint 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 GetBlueprintRunCommandOutput extends GetBlueprintRunResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetBlueprintRunCommandInput - {@link GetBlueprintRunCommandInput}
|
|
34
|
+
* @returns {@link GetBlueprintRunCommandOutput}
|
|
28
35
|
* @see {@link GetBlueprintRunCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetBlueprintRunCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetBlueprintRunCommandOutput extends GetBlueprintRunResponse, _
|
|
|
43
50
|
export declare class GetBlueprintRunCommand extends $Command<GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput, GlueClientResolvedConfig> {
|
|
44
51
|
readonly input: GetBlueprintRunCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetBlueprintRunCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput>;
|
|
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 { GetBlueprintRunsRequest, GetBlueprintRunsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetBlueprintRunsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetBlueprintRunsCommandInput extends GetBlueprintRunsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetBlueprintRunsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetBlueprintRunsCommandOutput extends GetBlueprintRunsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the details of blueprint runs for a specified blueprint.</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 GetBlueprintRunsCommandOutput extends GetBlueprintRunsResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetBlueprintRunsCommandInput - {@link GetBlueprintRunsCommandInput}
|
|
34
|
+
* @returns {@link GetBlueprintRunsCommandOutput}
|
|
28
35
|
* @see {@link GetBlueprintRunsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetBlueprintRunsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetBlueprintRunsCommandOutput extends GetBlueprintRunsResponse,
|
|
|
46
53
|
export declare class GetBlueprintRunsCommand extends $Command<GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput, GlueClientResolvedConfig> {
|
|
47
54
|
readonly input: GetBlueprintRunsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetBlueprintRunsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput>;
|
|
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 { GetCatalogImportStatusRequest, GetCatalogImportStatusResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetCatalogImportStatusCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetCatalogImportStatusCommandInput extends GetCatalogImportStatusRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetCatalogImportStatusCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetCatalogImportStatusCommandOutput extends GetCatalogImportStatusResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the status of a migration operation.</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 GetCatalogImportStatusCommandOutput extends GetCatalogImportSta
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetCatalogImportStatusCommandInput - {@link GetCatalogImportStatusCommandInput}
|
|
34
|
+
* @returns {@link GetCatalogImportStatusCommandOutput}
|
|
28
35
|
* @see {@link GetCatalogImportStatusCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetCatalogImportStatusCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface GetCatalogImportStatusCommandOutput extends GetCatalogImportSta
|
|
|
40
47
|
export declare class GetCatalogImportStatusCommand extends $Command<GetCatalogImportStatusCommandInput, GetCatalogImportStatusCommandOutput, GlueClientResolvedConfig> {
|
|
41
48
|
readonly input: GetCatalogImportStatusCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: GetCatalogImportStatusCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCatalogImportStatusCommandInput, GetCatalogImportStatusCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { GetClassifierRequest, GetClassifierResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetClassifierCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetClassifierCommandInput extends GetClassifierRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetClassifierCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetClassifierCommandOutput extends GetClassifierResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieve a classifier by name.</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 GetClassifierCommandOutput extends GetClassifierResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetClassifierCommandInput - {@link GetClassifierCommandInput}
|
|
34
|
+
* @returns {@link GetClassifierCommandOutput}
|
|
28
35
|
* @see {@link GetClassifierCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetClassifierCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface GetClassifierCommandOutput extends GetClassifierResponse, __Met
|
|
|
40
47
|
export declare class GetClassifierCommand extends $Command<GetClassifierCommandInput, GetClassifierCommandOutput, GlueClientResolvedConfig> {
|
|
41
48
|
readonly input: GetClassifierCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: GetClassifierCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetClassifierCommandInput, GetClassifierCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { GetClassifiersRequest, GetClassifiersResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetClassifiersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetClassifiersCommandInput extends GetClassifiersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetClassifiersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetClassifiersCommandOutput extends GetClassifiersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all classifier objects in the Data Catalog.</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 GetClassifiersCommandOutput extends GetClassifiersResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetClassifiersCommandInput - {@link GetClassifiersCommandInput}
|
|
34
|
+
* @returns {@link GetClassifiersCommandOutput}
|
|
28
35
|
* @see {@link GetClassifiersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetClassifiersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -37,11 +44,20 @@ export interface GetClassifiersCommandOutput extends GetClassifiersResponse, __M
|
|
|
37
44
|
export declare class GetClassifiersCommand extends $Command<GetClassifiersCommandInput, GetClassifiersCommandOutput, GlueClientResolvedConfig> {
|
|
38
45
|
readonly input: GetClassifiersCommandInput;
|
|
39
46
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
40
50
|
constructor(input: GetClassifiersCommandInput);
|
|
41
51
|
/**
|
|
42
52
|
* @internal
|
|
43
53
|
*/
|
|
44
54
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetClassifiersCommandInput, GetClassifiersCommandOutput>;
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
45
58
|
private serialize;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
46
62
|
private deserialize;
|
|
47
63
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { GetColumnStatisticsForPartitionRequest, GetColumnStatisticsForPartitionResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetColumnStatisticsForPartitionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetColumnStatisticsForPartitionCommandInput extends GetColumnStatisticsForPartitionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetColumnStatisticsForPartitionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetColumnStatisticsForPartitionCommandOutput extends GetColumnStatisticsForPartitionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves partition statistics of columns.</p>
|
|
18
23
|
* <p>The Identity and Access Management (IAM) permission required for this operation is <code>GetPartition</code>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetColumnStatisticsForPartitionCommandOutput extends GetColumnS
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetColumnStatisticsForPartitionCommandInput - {@link GetColumnStatisticsForPartitionCommandInput}
|
|
35
|
+
* @returns {@link GetColumnStatisticsForPartitionCommandOutput}
|
|
29
36
|
* @see {@link GetColumnStatisticsForPartitionCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetColumnStatisticsForPartitionCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface GetColumnStatisticsForPartitionCommandOutput extends GetColumnS
|
|
|
50
57
|
export declare class GetColumnStatisticsForPartitionCommand extends $Command<GetColumnStatisticsForPartitionCommandInput, GetColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig> {
|
|
51
58
|
readonly input: GetColumnStatisticsForPartitionCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: GetColumnStatisticsForPartitionCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetColumnStatisticsForPartitionCommandInput, GetColumnStatisticsForPartitionCommandOutput>;
|
|
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 { GetColumnStatisticsForTableRequest, GetColumnStatisticsForTableResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetColumnStatisticsForTableCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetColumnStatisticsForTableCommandInput extends GetColumnStatisticsForTableRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetColumnStatisticsForTableCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetColumnStatisticsForTableCommandOutput extends GetColumnStatisticsForTableResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves table statistics of columns.</p>
|
|
18
23
|
* <p>The Identity and Access Management (IAM) permission required for this operation is <code>GetTable</code>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetColumnStatisticsForTableCommandOutput extends GetColumnStati
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetColumnStatisticsForTableCommandInput - {@link GetColumnStatisticsForTableCommandInput}
|
|
35
|
+
* @returns {@link GetColumnStatisticsForTableCommandOutput}
|
|
29
36
|
* @see {@link GetColumnStatisticsForTableCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetColumnStatisticsForTableCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface GetColumnStatisticsForTableCommandOutput extends GetColumnStati
|
|
|
50
57
|
export declare class GetColumnStatisticsForTableCommand extends $Command<GetColumnStatisticsForTableCommandInput, GetColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig> {
|
|
51
58
|
readonly input: GetColumnStatisticsForTableCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: GetColumnStatisticsForTableCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetColumnStatisticsForTableCommandInput, GetColumnStatisticsForTableCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|