@aws-sdk/client-glue 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/Glue.d.ts +203 -0
- package/dist-types/GlueClient.d.ts +24 -4
- package/dist-types/commands/BatchCreatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +16 -0
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +16 -0
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +16 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/CancelStatementCommand.d.ts +16 -0
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +16 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +16 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +16 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +16 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +16 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +16 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +16 -0
- package/dist-types/commands/CreateTableCommand.d.ts +16 -0
- package/dist-types/commands/CreateTriggerCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClassifierCommand.d.ts +16 -0
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +16 -0
- package/dist-types/commands/DeletePartitionCommand.d.ts +16 -0
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +16 -0
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +16 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetClassifierCommand.d.ts +16 -0
- package/dist-types/commands/GetClassifiersCommand.d.ts +16 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +16 -0
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/GetCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +16 -0
- package/dist-types/commands/GetCrawlersCommand.d.ts +16 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +16 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +16 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +16 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +16 -0
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +16 -0
- package/dist-types/commands/GetDevEndpointCommand.d.ts +16 -0
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +16 -0
- package/dist-types/commands/GetJobCommand.d.ts +16 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +16 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +16 -0
- package/dist-types/commands/GetJobsCommand.d.ts +16 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +16 -0
- package/dist-types/commands/GetMLTransformCommand.d.ts +16 -0
- package/dist-types/commands/GetMLTransformsCommand.d.ts +16 -0
- package/dist-types/commands/GetMappingCommand.d.ts +16 -0
- package/dist-types/commands/GetPartitionCommand.d.ts +16 -0
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +16 -0
- package/dist-types/commands/GetPartitionsCommand.d.ts +16 -0
- package/dist-types/commands/GetPlanCommand.d.ts +16 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +16 -0
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/GetSessionCommand.d.ts +16 -0
- package/dist-types/commands/GetStatementCommand.d.ts +16 -0
- package/dist-types/commands/GetTableCommand.d.ts +16 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +16 -0
- package/dist-types/commands/GetTablesCommand.d.ts +16 -0
- package/dist-types/commands/GetTagsCommand.d.ts +16 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +16 -0
- package/dist-types/commands/GetTriggersCommand.d.ts +16 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +16 -0
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +16 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +16 -0
- package/dist-types/commands/ListCrawlersCommand.d.ts +16 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +16 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListMLTransformsCommand.d.ts +16 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +16 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +16 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +16 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +16 -0
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +16 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +16 -0
- package/dist-types/commands/RunStatementCommand.d.ts +16 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +16 -0
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +16 -0
- package/dist-types/commands/StartCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +16 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +16 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +16 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartTriggerCommand.d.ts +16 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +16 -0
- package/dist-types/commands/StopCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +16 -0
- package/dist-types/commands/StopSessionCommand.d.ts +16 -0
- package/dist-types/commands/StopTriggerCommand.d.ts +16 -0
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +16 -0
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
- package/dist-types/models/GlueServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +541 -1
- package/dist-types/models/models_1.d.ts +739 -1
- package/dist-types/models/models_2.d.ts +495 -8
- package/dist-types/pagination/GetBlueprintRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetClassifiersPaginator.d.ts +3 -0
- package/dist-types/pagination/GetConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCrawlerMetricsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCrawlersPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDatabasesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDevEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetJobRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetMLTaskRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetMLTransformsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetPartitionIndexesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetPartitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetSecurityConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTableVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTriggersPaginator.d.ts +3 -0
- package/dist-types/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +3 -0
- package/dist-types/pagination/GetUserDefinedFunctionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetWorkflowRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListBlueprintsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCrawlersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomEntityTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDevEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMLTransformsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRegistriesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchemaVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSessionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTriggersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchTablesPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { CreateSecurityConfigurationRequest, CreateSecurityConfigurationResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateSecurityConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateSecurityConfigurationCommandInput extends CreateSecurityConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateSecurityConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateSecurityConfigurationCommandOutput extends CreateSecurityConfigurationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new security configuration. A security configuration is a set of security properties that can be used by Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in Glue, see <a href="https://docs.aws.amazon.com/glue/latest/dg/encryption-security-configuration.html">Encrypting Data Written by Crawlers, Jobs, and Development Endpoints</a>.</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 CreateSecurityConfigurationCommandOutput extends CreateSecurity
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateSecurityConfigurationCommandInput - {@link CreateSecurityConfigurationCommandInput}
|
|
34
|
+
* @returns {@link CreateSecurityConfigurationCommandOutput}
|
|
28
35
|
* @see {@link CreateSecurityConfigurationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateSecurityConfigurationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface CreateSecurityConfigurationCommandOutput extends CreateSecurity
|
|
|
49
56
|
export declare class CreateSecurityConfigurationCommand extends $Command<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput, GlueClientResolvedConfig> {
|
|
50
57
|
readonly input: CreateSecurityConfigurationCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: CreateSecurityConfigurationCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { CreateSessionRequest, CreateSessionResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateSessionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateSessionCommandInput extends CreateSessionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateSessionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateSessionCommandOutput extends CreateSessionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new session.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateSessionCommandOutput extends CreateSessionResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateSessionCommandInput - {@link CreateSessionCommandInput}
|
|
34
|
+
* @returns {@link CreateSessionCommandOutput}
|
|
28
35
|
* @see {@link CreateSessionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateSessionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface CreateSessionCommandOutput extends CreateSessionResponse, __Met
|
|
|
58
65
|
export declare class CreateSessionCommand extends $Command<CreateSessionCommandInput, CreateSessionCommandOutput, GlueClientResolvedConfig> {
|
|
59
66
|
readonly input: CreateSessionCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: CreateSessionCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSessionCommandInput, CreateSessionCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { CreateTableRequest, CreateTableResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateTableCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateTableCommandInput extends CreateTableRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateTableCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateTableCommandOutput extends CreateTableResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new table definition 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 CreateTableCommandOutput extends CreateTableResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateTableCommandInput - {@link CreateTableCommandInput}
|
|
34
|
+
* @returns {@link CreateTableCommandOutput}
|
|
28
35
|
* @see {@link CreateTableCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateTableCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat
|
|
|
61
68
|
export declare class CreateTableCommand extends $Command<CreateTableCommandInput, CreateTableCommandOutput, GlueClientResolvedConfig> {
|
|
62
69
|
readonly input: CreateTableCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: CreateTableCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTableCommandInput, CreateTableCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { CreateTriggerRequest, CreateTriggerResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateTriggerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateTriggerCommandInput extends CreateTriggerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateTriggerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new trigger.</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 CreateTriggerCommandOutput extends CreateTriggerResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateTriggerCommandInput - {@link CreateTriggerCommandInput}
|
|
34
|
+
* @returns {@link CreateTriggerCommandOutput}
|
|
28
35
|
* @see {@link CreateTriggerCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateTriggerCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __Met
|
|
|
58
65
|
export declare class CreateTriggerCommand extends $Command<CreateTriggerCommandInput, CreateTriggerCommandOutput, GlueClientResolvedConfig> {
|
|
59
66
|
readonly input: CreateTriggerCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: CreateTriggerCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTriggerCommandInput, CreateTriggerCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { CreateUserDefinedFunctionRequest, CreateUserDefinedFunctionResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateUserDefinedFunctionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateUserDefinedFunctionCommandInput extends CreateUserDefinedFunctionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateUserDefinedFunctionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateUserDefinedFunctionCommandOutput extends CreateUserDefinedFunctionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new function definition 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 CreateUserDefinedFunctionCommandOutput extends CreateUserDefine
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateUserDefinedFunctionCommandInput - {@link CreateUserDefinedFunctionCommandInput}
|
|
34
|
+
* @returns {@link CreateUserDefinedFunctionCommandOutput}
|
|
28
35
|
* @see {@link CreateUserDefinedFunctionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateUserDefinedFunctionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface CreateUserDefinedFunctionCommandOutput extends CreateUserDefine
|
|
|
55
62
|
export declare class CreateUserDefinedFunctionCommand extends $Command<CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
|
|
56
63
|
readonly input: CreateUserDefinedFunctionCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: CreateUserDefinedFunctionCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateWorkflowCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateWorkflowCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new 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 CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateWorkflowCommandInput - {@link CreateWorkflowCommandInput}
|
|
34
|
+
* @returns {@link CreateWorkflowCommandOutput}
|
|
28
35
|
* @see {@link CreateWorkflowCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateWorkflowCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
|
|
|
52
59
|
export declare class CreateWorkflowCommand extends $Command<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, GlueClientResolvedConfig> {
|
|
53
60
|
readonly input: CreateWorkflowCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: CreateWorkflowCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkflowCommandInput, CreateWorkflowCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
5
|
import { DeleteBlueprintRequest, DeleteBlueprintResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteBlueprintCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteBlueprintCommandInput extends DeleteBlueprintRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteBlueprintCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an existing 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 DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteBlueprintCommandInput - {@link DeleteBlueprintCommandInput}
|
|
34
|
+
* @returns {@link DeleteBlueprintCommandOutput}
|
|
28
35
|
* @see {@link DeleteBlueprintCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteBlueprintCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, _
|
|
|
43
50
|
export declare class DeleteBlueprintCommand extends $Command<DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput, GlueClientResolvedConfig> {
|
|
44
51
|
readonly input: DeleteBlueprintCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: DeleteBlueprintCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput>;
|
|
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 { DeleteClassifierRequest, DeleteClassifierResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteClassifierCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteClassifierCommandInput extends DeleteClassifierRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteClassifierCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteClassifierCommandOutput extends DeleteClassifierResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes a classifier 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 DeleteClassifierCommandOutput extends DeleteClassifierResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteClassifierCommandInput - {@link DeleteClassifierCommandInput}
|
|
34
|
+
* @returns {@link DeleteClassifierCommandOutput}
|
|
28
35
|
* @see {@link DeleteClassifierCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteClassifierCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DeleteClassifierCommandOutput extends DeleteClassifierResponse,
|
|
|
40
47
|
export declare class DeleteClassifierCommand extends $Command<DeleteClassifierCommandInput, DeleteClassifierCommandOutput, GlueClientResolvedConfig> {
|
|
41
48
|
readonly input: DeleteClassifierCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DeleteClassifierCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteClassifierCommandInput, DeleteClassifierCommandOutput>;
|
|
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 { DeleteColumnStatisticsForPartitionRequest, DeleteColumnStatisticsForPartitionResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteColumnStatisticsForPartitionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteColumnStatisticsForPartitionCommandInput extends DeleteColumnStatisticsForPartitionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteColumnStatisticsForPartitionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteColumnStatisticsForPartitionCommandOutput extends DeleteColumnStatisticsForPartitionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Delete the partition column statistics of a column.</p>
|
|
18
23
|
* <p>The Identity and Access Management (IAM) permission required for this operation is <code>DeletePartition</code>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteColumnStatisticsForPartitionCommandOutput extends DeleteC
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteColumnStatisticsForPartitionCommandInput - {@link DeleteColumnStatisticsForPartitionCommandInput}
|
|
35
|
+
* @returns {@link DeleteColumnStatisticsForPartitionCommandOutput}
|
|
29
36
|
* @see {@link DeleteColumnStatisticsForPartitionCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteColumnStatisticsForPartitionCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DeleteColumnStatisticsForPartitionCommandOutput extends DeleteC
|
|
|
50
57
|
export declare class DeleteColumnStatisticsForPartitionCommand extends $Command<DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig> {
|
|
51
58
|
readonly input: DeleteColumnStatisticsForPartitionCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DeleteColumnStatisticsForPartitionCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput>;
|
|
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 { DeleteColumnStatisticsForTableRequest, DeleteColumnStatisticsForTableResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteColumnStatisticsForTableCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteColumnStatisticsForTableCommandInput extends DeleteColumnStatisticsForTableRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteColumnStatisticsForTableCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteColumnStatisticsForTableCommandOutput extends DeleteColumnStatisticsForTableResponse, __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>DeleteTable</code>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteColumnStatisticsForTableCommandOutput extends DeleteColum
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteColumnStatisticsForTableCommandInput - {@link DeleteColumnStatisticsForTableCommandInput}
|
|
35
|
+
* @returns {@link DeleteColumnStatisticsForTableCommandOutput}
|
|
29
36
|
* @see {@link DeleteColumnStatisticsForTableCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteColumnStatisticsForTableCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DeleteColumnStatisticsForTableCommandOutput extends DeleteColum
|
|
|
50
57
|
export declare class DeleteColumnStatisticsForTableCommand extends $Command<DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig> {
|
|
51
58
|
readonly input: DeleteColumnStatisticsForTableCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DeleteColumnStatisticsForTableCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput>;
|
|
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 { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteConnectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteConnectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a connection 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 DeleteConnectionCommandOutput extends DeleteConnectionResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteConnectionCommandInput - {@link DeleteConnectionCommandInput}
|
|
34
|
+
* @returns {@link DeleteConnectionCommandOutput}
|
|
28
35
|
* @see {@link DeleteConnectionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
|
|
|
40
47
|
export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, GlueClientResolvedConfig> {
|
|
41
48
|
readonly input: DeleteConnectionCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DeleteConnectionCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectionCommandInput, DeleteConnectionCommandOutput>;
|
|
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 { DeleteCrawlerRequest, DeleteCrawlerResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteCrawlerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteCrawlerCommandInput extends DeleteCrawlerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteCrawlerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes a specified crawler from the Glue Data Catalog, unless the crawler state is
|
|
18
23
|
* <code>RUNNING</code>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __Met
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteCrawlerCommandInput - {@link DeleteCrawlerCommandInput}
|
|
35
|
+
* @returns {@link DeleteCrawlerCommandOutput}
|
|
29
36
|
* @see {@link DeleteCrawlerCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteCrawlerCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __Met
|
|
|
47
54
|
export declare class DeleteCrawlerCommand extends $Command<DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput, GlueClientResolvedConfig> {
|
|
48
55
|
readonly input: DeleteCrawlerCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: DeleteCrawlerCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput>;
|
|
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 { DeleteCustomEntityTypeRequest, DeleteCustomEntityTypeResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteCustomEntityTypeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteCustomEntityTypeCommandInput extends DeleteCustomEntityTypeRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteCustomEntityTypeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityTypeResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a custom pattern by specifying its 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 DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityT
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteCustomEntityTypeCommandInput - {@link DeleteCustomEntityTypeCommandInput}
|
|
34
|
+
* @returns {@link DeleteCustomEntityTypeCommandOutput}
|
|
28
35
|
* @see {@link DeleteCustomEntityTypeCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteCustomEntityTypeCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityT
|
|
|
49
56
|
export declare class DeleteCustomEntityTypeCommand extends $Command<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteCustomEntityTypeCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteCustomEntityTypeCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|