@aws-sdk/client-glue 3.289.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/BatchCreatePartitionCommand.d.ts +22 -0
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +7 -0
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +13 -0
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +19 -0
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +13 -0
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +10 -0
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +7 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +10 -0
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +10 -0
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +13 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +10 -0
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +19 -0
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +10 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +10 -0
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +10 -0
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +13 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +13 -0
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +13 -0
- package/dist-types/commands/CancelStatementCommand.d.ts +19 -0
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +10 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +10 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +13 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +22 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +22 -0
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +25 -0
- package/dist-types/commands/CreateJobCommand.d.ts +22 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +22 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +22 -0
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +22 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +19 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +22 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +10 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +25 -0
- package/dist-types/commands/CreateTableCommand.d.ts +28 -0
- package/dist-types/commands/CreateTriggerCommand.d.ts +25 -0
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +22 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +19 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +10 -0
- package/dist-types/commands/DeleteClassifierCommand.d.ts +7 -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 +7 -0
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +13 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +13 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +13 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +10 -0
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +13 -0
- package/dist-types/commands/DeletePartitionCommand.d.ts +13 -0
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +19 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +13 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +13 -0
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +13 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +19 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +19 -0
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +13 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +13 -0
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +13 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +13 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +13 -0
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +10 -0
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +13 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +7 -0
- package/dist-types/commands/GetClassifierCommand.d.ts +7 -0
- package/dist-types/commands/GetClassifiersCommand.d.ts +4 -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 +13 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +13 -0
- package/dist-types/commands/GetCrawlerCommand.d.ts +7 -0
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +4 -0
- package/dist-types/commands/GetCrawlersCommand.d.ts +4 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +10 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +13 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +13 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +13 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +13 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +13 -0
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +10 -0
- package/dist-types/commands/GetDevEndpointCommand.d.ts +13 -0
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +13 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +16 -0
- package/dist-types/commands/GetJobCommand.d.ts +13 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +13 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +13 -0
- package/dist-types/commands/GetJobsCommand.d.ts +13 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +13 -0
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +13 -0
- package/dist-types/commands/GetMLTransformCommand.d.ts +13 -0
- package/dist-types/commands/GetMLTransformsCommand.d.ts +13 -0
- package/dist-types/commands/GetMappingCommand.d.ts +13 -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 +22 -0
- package/dist-types/commands/GetPlanCommand.d.ts +10 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +13 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +13 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +13 -0
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +13 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +13 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +13 -0
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +13 -0
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +13 -0
- package/dist-types/commands/GetSessionCommand.d.ts +16 -0
- package/dist-types/commands/GetStatementCommand.d.ts +19 -0
- package/dist-types/commands/GetTableCommand.d.ts +19 -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 +13 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +13 -0
- package/dist-types/commands/GetTriggersCommand.d.ts +13 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +18 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +18 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +18 -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 +13 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +13 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +13 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +13 -0
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +7 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +10 -0
- package/dist-types/commands/ListCrawlersCommand.d.ts +4 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +10 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +10 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +10 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +10 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +10 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +13 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +13 -0
- package/dist-types/commands/ListJobsCommand.d.ts +13 -0
- package/dist-types/commands/ListMLTransformsCommand.d.ts +13 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +10 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +13 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +13 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +13 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +19 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +13 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +10 -0
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +10 -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 +22 -0
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +10 -0
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +19 -0
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +10 -0
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +13 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +19 -0
- package/dist-types/commands/RunStatementCommand.d.ts +25 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +10 -0
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +19 -0
- package/dist-types/commands/StartCrawlerCommand.d.ts +10 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +16 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +13 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +13 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +19 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +19 -0
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartTriggerCommand.d.ts +19 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +19 -0
- package/dist-types/commands/StopCrawlerCommand.d.ts +13 -0
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +13 -0
- package/dist-types/commands/StopSessionCommand.d.ts +19 -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 +13 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +19 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +13 -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 +13 -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 +22 -0
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +19 -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 +22 -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 +22 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +25 -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/package.json +29 -29
|
@@ -30,6 +30,28 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
|
|
|
30
30
|
* @see {@link CreateJobCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
34
|
+
* <p>A resource to be created or added already exists.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
37
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link IdempotentParameterMismatchException} (client fault)
|
|
40
|
+
* <p>The same unique identifier was associated with two different records.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
43
|
+
* <p>An internal service error occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
46
|
+
* <p>The input provided was not valid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
49
|
+
* <p>The operation timed out.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
52
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
33
55
|
*/
|
|
34
56
|
export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, GlueClientResolvedConfig> {
|
|
35
57
|
readonly input: CreateJobCommandInput;
|
|
@@ -39,6 +39,28 @@ export interface CreateMLTransformCommandOutput extends CreateMLTransformRespons
|
|
|
39
39
|
* @see {@link CreateMLTransformCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
43
|
+
* <p>Access to a resource was denied.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
46
|
+
* <p>A resource to be created or added already exists.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link IdempotentParameterMismatchException} (client fault)
|
|
49
|
+
* <p>The same unique identifier was associated with two different records.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
52
|
+
* <p>An internal service error occurred.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
55
|
+
* <p>The input provided was not valid.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
58
|
+
* <p>The operation timed out.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
61
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
42
64
|
*/
|
|
43
65
|
export declare class CreateMLTransformCommand extends $Command<CreateMLTransformCommandInput, CreateMLTransformCommandOutput, GlueClientResolvedConfig> {
|
|
44
66
|
readonly input: CreateMLTransformCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CreatePartitionCommandOutput extends CreatePartitionResponse, _
|
|
|
29
29
|
* @see {@link CreatePartitionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
33
|
+
* <p>A resource to be created or added already exists.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link GlueEncryptionException} (client fault)
|
|
39
|
+
* <p>An encryption operation failed.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>An internal service error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>The input provided was not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
48
|
+
* <p>The operation timed out.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
51
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CreatePartitionCommand extends $Command<CreatePartitionCommandInput, CreatePartitionCommandOutput, GlueClientResolvedConfig> {
|
|
34
56
|
readonly input: CreatePartitionCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CreatePartitionIndexCommandOutput extends CreatePartitionIndexR
|
|
|
29
29
|
* @see {@link CreatePartitionIndexCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
33
|
+
* <p>A resource to be created or added already exists.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link GlueEncryptionException} (client fault)
|
|
39
|
+
* <p>An encryption operation failed.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>An internal service error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>The input provided was not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
48
|
+
* <p>The operation timed out.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
51
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CreatePartitionIndexCommand extends $Command<CreatePartitionIndexCommandInput, CreatePartitionIndexCommandOutput, GlueClientResolvedConfig> {
|
|
34
56
|
readonly input: CreatePartitionIndexCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __M
|
|
|
29
29
|
* @see {@link CreateRegistryCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
36
|
+
* <p>A resource to be created or added already exists.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
39
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>An internal service error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>The input provided was not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
48
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateRegistryCommand extends $Command<CreateRegistryCommandInput, CreateRegistryCommandOutput, GlueClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateRegistryCommandInput;
|
|
@@ -32,6 +32,28 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
32
32
|
* @see {@link CreateSchemaCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>Access to a resource was denied.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
39
|
+
* <p>A resource to be created or added already exists.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
42
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
45
|
+
* <p>A specified entity does not exist</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
48
|
+
* <p>An internal service error occurred.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
51
|
+
* <p>The input provided was not valid.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
54
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
35
57
|
*/
|
|
36
58
|
export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, GlueClientResolvedConfig> {
|
|
37
59
|
readonly input: CreateSchemaCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface CreateScriptCommandOutput extends CreateScriptResponse, __Metad
|
|
|
29
29
|
* @see {@link CreateScriptCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
33
|
+
* <p>An internal service error occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
36
|
+
* <p>The input provided was not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
39
|
+
* <p>The operation timed out.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class CreateScriptCommand extends $Command<CreateScriptCommandInput, CreateScriptCommandOutput, GlueClientResolvedConfig> {
|
|
34
44
|
readonly input: CreateScriptCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface CreateSecurityConfigurationCommandOutput extends CreateSecurity
|
|
|
29
29
|
* @see {@link CreateSecurityConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
33
|
+
* <p>A resource to be created or added already exists.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal service error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The input provided was not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
42
|
+
* <p>The operation timed out.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
45
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class CreateSecurityConfigurationCommand extends $Command<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput, GlueClientResolvedConfig> {
|
|
34
50
|
readonly input: CreateSecurityConfigurationCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface CreateSessionCommandOutput extends CreateSessionResponse, __Met
|
|
|
29
29
|
* @see {@link CreateSessionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
36
|
+
* <p>A resource to be created or added already exists.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link IdempotentParameterMismatchException} (client fault)
|
|
39
|
+
* <p>The same unique identifier was associated with two different records.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>An internal service error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>The input provided was not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
48
|
+
* <p>The operation timed out.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
51
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>A value could not be validated.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
32
57
|
*/
|
|
33
58
|
export declare class CreateSessionCommand extends $Command<CreateSessionCommandInput, CreateSessionCommandOutput, GlueClientResolvedConfig> {
|
|
34
59
|
readonly input: CreateSessionCommandInput;
|
|
@@ -29,6 +29,34 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat
|
|
|
29
29
|
* @see {@link CreateTableCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
33
|
+
* <p>A resource to be created or added already exists.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
36
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
39
|
+
* <p>A specified entity does not exist</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GlueEncryptionException} (client fault)
|
|
42
|
+
* <p>An encryption operation failed.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
45
|
+
* <p>An internal service error occurred.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
48
|
+
* <p>The input provided was not valid.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
51
|
+
* <p>The operation timed out.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotReadyException} (client fault)
|
|
54
|
+
* <p>A resource was not ready for a transaction.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
57
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
32
60
|
*/
|
|
33
61
|
export declare class CreateTableCommand extends $Command<CreateTableCommandInput, CreateTableCommandOutput, GlueClientResolvedConfig> {
|
|
34
62
|
readonly input: CreateTableCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __Met
|
|
|
29
29
|
* @see {@link CreateTriggerCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
33
|
+
* <p>A resource to be created or added already exists.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
36
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
39
|
+
* <p>A specified entity does not exist</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link IdempotentParameterMismatchException} (client fault)
|
|
42
|
+
* <p>The same unique identifier was associated with two different records.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
45
|
+
* <p>An internal service error occurred.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
48
|
+
* <p>The input provided was not valid.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
51
|
+
* <p>The operation timed out.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
54
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
32
57
|
*/
|
|
33
58
|
export declare class CreateTriggerCommand extends $Command<CreateTriggerCommandInput, CreateTriggerCommandOutput, GlueClientResolvedConfig> {
|
|
34
59
|
readonly input: CreateTriggerCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CreateUserDefinedFunctionCommandOutput extends CreateUserDefine
|
|
|
29
29
|
* @see {@link CreateUserDefinedFunctionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
33
|
+
* <p>A resource to be created or added already exists.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link GlueEncryptionException} (client fault)
|
|
39
|
+
* <p>An encryption operation failed.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>An internal service error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>The input provided was not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
48
|
+
* <p>The operation timed out.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
51
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CreateUserDefinedFunctionCommand extends $Command<CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
|
|
34
56
|
readonly input: CreateUserDefinedFunctionCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
|
|
|
29
29
|
* @see {@link CreateWorkflowCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
33
|
+
* <p>A resource to be created or added already exists.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
36
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
48
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateWorkflowCommand extends $Command<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, GlueClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateWorkflowCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, _
|
|
|
29
29
|
* @see {@link DeleteBlueprintCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
33
|
+
* <p>An internal service error occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
36
|
+
* <p>The input provided was not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
39
|
+
* <p>The operation timed out.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DeleteBlueprintCommand extends $Command<DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput, GlueClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteBlueprintCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteClassifierCommandOutput extends DeleteClassifierResponse,
|
|
|
29
29
|
* @see {@link DeleteClassifierCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
33
|
+
* <p>A specified entity does not exist</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
36
|
+
* <p>The operation timed out.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteClassifierCommand extends $Command<DeleteClassifierCommandInput, DeleteClassifierCommandOutput, GlueClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteClassifierCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface DeleteColumnStatisticsForPartitionCommandOutput extends DeleteC
|
|
|
30
30
|
* @see {@link DeleteColumnStatisticsForPartitionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
34
|
+
* <p>A specified entity does not exist</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link GlueEncryptionException} (client fault)
|
|
37
|
+
* <p>An encryption operation failed.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
40
|
+
* <p>An internal service error occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
43
|
+
* <p>The input provided was not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
46
|
+
* <p>The operation timed out.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class DeleteColumnStatisticsForPartitionCommand extends $Command<DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig> {
|
|
35
51
|
readonly input: DeleteColumnStatisticsForPartitionCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface DeleteColumnStatisticsForTableCommandOutput extends DeleteColum
|
|
|
30
30
|
* @see {@link DeleteColumnStatisticsForTableCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
34
|
+
* <p>A specified entity does not exist</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link GlueEncryptionException} (client fault)
|
|
37
|
+
* <p>An encryption operation failed.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
40
|
+
* <p>An internal service error occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
43
|
+
* <p>The input provided was not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
46
|
+
* <p>The operation timed out.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class DeleteColumnStatisticsForTableCommand extends $Command<DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig> {
|
|
35
51
|
readonly input: DeleteColumnStatisticsForTableCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
|
|
|
29
29
|
* @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
33
|
+
* <p>A specified entity does not exist</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
36
|
+
* <p>The operation timed out.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, GlueClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteConnectionCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __Met
|
|
|
30
30
|
* @see {@link DeleteCrawlerCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link CrawlerRunningException} (client fault)
|
|
34
|
+
* <p>The operation cannot be performed because the crawler is already running.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
37
|
+
* <p>A specified entity does not exist</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
40
|
+
* <p>The operation timed out.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link SchedulerTransitioningException} (client fault)
|
|
43
|
+
* <p>The specified scheduler is transitioning.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class DeleteCrawlerCommand extends $Command<DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput, GlueClientResolvedConfig> {
|
|
35
48
|
readonly input: DeleteCrawlerCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityT
|
|
|
29
29
|
* @see {@link DeleteCustomEntityTypeCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteCustomEntityTypeCommand extends $Command<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteCustomEntityTypeCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteDataQualityRulesetCommandOutput extends DeleteDataQuality
|
|
|
29
29
|
* @see {@link DeleteDataQualityRulesetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
33
|
+
* <p>A specified entity does not exist</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal service error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The input provided was not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
42
|
+
* <p>The operation timed out.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DeleteDataQualityRulesetCommand extends $Command<DeleteDataQualityRulesetCommandInput, DeleteDataQualityRulesetCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteDataQualityRulesetCommandInput;
|
|
@@ -41,6 +41,22 @@ export interface DeleteDatabaseCommandOutput extends DeleteDatabaseResponse, __M
|
|
|
41
41
|
* @see {@link DeleteDatabaseCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
45
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
48
|
+
* <p>A specified entity does not exist</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
51
|
+
* <p>An internal service error occurred.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
54
|
+
* <p>The input provided was not valid.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
57
|
+
* <p>The operation timed out.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
44
60
|
*/
|
|
45
61
|
export declare class DeleteDatabaseCommand extends $Command<DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput, GlueClientResolvedConfig> {
|
|
46
62
|
readonly input: DeleteDatabaseCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteDevEndpointCommandOutput extends DeleteDevEndpointRespons
|
|
|
29
29
|
* @see {@link DeleteDevEndpointCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
33
|
+
* <p>A specified entity does not exist</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal service error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The input provided was not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
42
|
+
* <p>The operation timed out.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DeleteDevEndpointCommand extends $Command<DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteDevEndpointCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea
|
|
|
30
30
|
* @see {@link DeleteJobCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
34
|
+
* <p>An internal service error occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
37
|
+
* <p>The input provided was not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
40
|
+
* <p>The operation timed out.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class DeleteJobCommand extends $Command<DeleteJobCommandInput, DeleteJobCommandOutput, GlueClientResolvedConfig> {
|
|
35
45
|
readonly input: DeleteJobCommandInput;
|
|
@@ -34,6 +34,19 @@ export interface DeleteMLTransformCommandOutput extends DeleteMLTransformRespons
|
|
|
34
34
|
* @see {@link DeleteMLTransformCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
38
|
+
* <p>A specified entity does not exist</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
41
|
+
* <p>An internal service error occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
44
|
+
* <p>The input provided was not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
47
|
+
* <p>The operation timed out.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
37
50
|
*/
|
|
38
51
|
export declare class DeleteMLTransformCommand extends $Command<DeleteMLTransformCommandInput, DeleteMLTransformCommandOutput, GlueClientResolvedConfig> {
|
|
39
52
|
readonly input: DeleteMLTransformCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeletePartitionCommandOutput extends DeletePartitionResponse, _
|
|
|
29
29
|
* @see {@link DeletePartitionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
33
|
+
* <p>A specified entity does not exist</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal service error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The input provided was not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
42
|
+
* <p>The operation timed out.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DeletePartitionCommand extends $Command<DeletePartitionCommandInput, DeletePartitionCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: DeletePartitionCommandInput;
|