@aws-sdk/client-glue 3.289.0 → 3.292.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 +35 -40
|
@@ -29,6 +29,22 @@ export interface GetDatabaseCommandOutput extends GetDatabaseResponse, __Metadat
|
|
|
29
29
|
* @see {@link GetDatabaseCommandOutput} 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 GlueEncryptionException} (client fault)
|
|
36
|
+
* <p>An encryption operation failed.</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 GetDatabaseCommand extends $Command<GetDatabaseCommandInput, GetDatabaseCommandOutput, GlueClientResolvedConfig> {
|
|
34
50
|
readonly input: GetDatabaseCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetDatabasesCommandOutput extends GetDatabasesResponse, __Metad
|
|
|
29
29
|
* @see {@link GetDatabasesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link GlueEncryptionException} (client fault)
|
|
33
|
+
* <p>An encryption operation failed.</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 GetDatabasesCommand extends $Command<GetDatabasesCommandInput, GetDatabasesCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: GetDatabasesCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetDataflowGraphCommandOutput extends GetDataflowGraphResponse,
|
|
|
29
29
|
* @see {@link GetDataflowGraphCommandOutput} 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 GetDataflowGraphCommand extends $Command<GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput, GlueClientResolvedConfig> {
|
|
34
44
|
readonly input: GetDataflowGraphCommandInput;
|
|
@@ -34,6 +34,19 @@ export interface GetDevEndpointCommandOutput extends GetDevEndpointResponse, __M
|
|
|
34
34
|
* @see {@link GetDevEndpointCommandOutput} 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 GetDevEndpointCommand extends $Command<GetDevEndpointCommandInput, GetDevEndpointCommandOutput, GlueClientResolvedConfig> {
|
|
39
52
|
readonly input: GetDevEndpointCommandInput;
|
|
@@ -34,6 +34,19 @@ export interface GetDevEndpointsCommandOutput extends GetDevEndpointsResponse, _
|
|
|
34
34
|
* @see {@link GetDevEndpointsCommandOutput} 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 GetDevEndpointsCommand extends $Command<GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput, GlueClientResolvedConfig> {
|
|
39
52
|
readonly input: GetDevEndpointsCommandInput;
|
|
@@ -47,6 +47,22 @@ export interface GetJobBookmarkCommandOutput extends GetJobBookmarkResponse, __M
|
|
|
47
47
|
* @see {@link GetJobBookmarkCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
51
|
+
* <p>A specified entity does not exist</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
54
|
+
* <p>An internal service error occurred.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
57
|
+
* <p>The input provided was not valid.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
60
|
+
* <p>The operation timed out.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ValidationException} (client fault)
|
|
63
|
+
* <p>A value could not be validated.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
50
66
|
*/
|
|
51
67
|
export declare class GetJobBookmarkCommand extends $Command<GetJobBookmarkCommandInput, GetJobBookmarkCommandOutput, GlueClientResolvedConfig> {
|
|
52
68
|
readonly input: GetJobBookmarkCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
|
30
30
|
* @see {@link GetJobCommandOutput} 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 InternalServiceException} (server fault)
|
|
37
|
+
* <p>An internal service error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
40
|
+
* <p>The input provided was not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
43
|
+
* <p>The operation timed out.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, GlueClientResolvedConfig> {
|
|
35
48
|
readonly input: GetJobCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetJobRunCommandOutput extends GetJobRunResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link GetJobRunCommandOutput} 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 GetJobRunCommand extends $Command<GetJobRunCommandInput, GetJobRunCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: GetJobRunCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetJobRunsCommandOutput extends GetJobRunsResponse, __MetadataB
|
|
|
29
29
|
* @see {@link GetJobRunsCommandOutput} 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 GetJobRunsCommand extends $Command<GetJobRunsCommandInput, GetJobRunsCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: GetJobRunsCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface GetJobsCommandOutput extends GetJobsResponse, __MetadataBearer
|
|
|
30
30
|
* @see {@link GetJobsCommandOutput} 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 InternalServiceException} (server fault)
|
|
37
|
+
* <p>An internal service error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
40
|
+
* <p>The input provided was not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
43
|
+
* <p>The operation timed out.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class GetJobsCommand extends $Command<GetJobsCommandInput, GetJobsCommandOutput, GlueClientResolvedConfig> {
|
|
35
48
|
readonly input: GetJobsCommandInput;
|
|
@@ -33,6 +33,19 @@ export interface GetMLTaskRunCommandOutput extends GetMLTaskRunResponse, __Metad
|
|
|
33
33
|
* @see {@link GetMLTaskRunCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
37
|
+
* <p>A specified entity does not exist</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
|
+
*
|
|
36
49
|
*/
|
|
37
50
|
export declare class GetMLTaskRunCommand extends $Command<GetMLTaskRunCommandInput, GetMLTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
38
51
|
readonly input: GetMLTaskRunCommandInput;
|
|
@@ -34,6 +34,19 @@ export interface GetMLTaskRunsCommandOutput extends GetMLTaskRunsResponse, __Met
|
|
|
34
34
|
* @see {@link GetMLTaskRunsCommandOutput} 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 GetMLTaskRunsCommand extends $Command<GetMLTaskRunsCommandInput, GetMLTaskRunsCommandOutput, GlueClientResolvedConfig> {
|
|
39
52
|
readonly input: GetMLTaskRunsCommandInput;
|
|
@@ -33,6 +33,19 @@ export interface GetMLTransformCommandOutput extends GetMLTransformResponse, __M
|
|
|
33
33
|
* @see {@link GetMLTransformCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
37
|
+
* <p>A specified entity does not exist</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
|
+
*
|
|
36
49
|
*/
|
|
37
50
|
export declare class GetMLTransformCommand extends $Command<GetMLTransformCommandInput, GetMLTransformCommandOutput, GlueClientResolvedConfig> {
|
|
38
51
|
readonly input: GetMLTransformCommandInput;
|
|
@@ -33,6 +33,19 @@ export interface GetMLTransformsCommandOutput extends GetMLTransformsResponse, _
|
|
|
33
33
|
* @see {@link GetMLTransformsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
37
|
+
* <p>A specified entity does not exist</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
|
+
*
|
|
36
49
|
*/
|
|
37
50
|
export declare class GetMLTransformsCommand extends $Command<GetMLTransformsCommandInput, GetMLTransformsCommandOutput, GlueClientResolvedConfig> {
|
|
38
51
|
readonly input: GetMLTransformsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetMappingCommandOutput extends GetMappingResponse, __MetadataB
|
|
|
29
29
|
* @see {@link GetMappingCommandOutput} 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 GetMappingCommand extends $Command<GetMappingCommandInput, GetMappingCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: GetMappingCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetPartitionCommandOutput extends GetPartitionResponse, __Metad
|
|
|
29
29
|
* @see {@link GetPartitionCommandOutput} 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 GlueEncryptionException} (client fault)
|
|
36
|
+
* <p>An encryption operation failed.</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 GetPartitionCommand extends $Command<GetPartitionCommandInput, GetPartitionCommandOutput, GlueClientResolvedConfig> {
|
|
34
50
|
readonly input: GetPartitionCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetPartitionIndexesCommandOutput extends GetPartitionIndexesRes
|
|
|
29
29
|
* @see {@link GetPartitionIndexesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The <code>CreatePartitions</code> API was called on a table that has indexes enabled. </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 GetPartitionIndexesCommand extends $Command<GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput, GlueClientResolvedConfig> {
|
|
34
50
|
readonly input: GetPartitionIndexesCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface GetPartitionsCommandOutput extends GetPartitionsResponse, __Met
|
|
|
29
29
|
* @see {@link GetPartitionsCommandOutput} 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 GlueEncryptionException} (client fault)
|
|
36
|
+
* <p>An encryption operation failed.</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 InvalidStateException} (client fault)
|
|
45
|
+
* <p>An error that indicates your data is in an invalid state.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
48
|
+
* <p>The operation timed out.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotReadyException} (client fault)
|
|
51
|
+
* <p>A resource was not ready for a transaction.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class GetPartitionsCommand extends $Command<GetPartitionsCommandInput, GetPartitionsCommandOutput, GlueClientResolvedConfig> {
|
|
34
56
|
readonly input: GetPartitionsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetPlanCommandOutput extends GetPlanResponse, __MetadataBearer
|
|
|
29
29
|
* @see {@link GetPlanCommandOutput} 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 GetPlanCommand extends $Command<GetPlanCommandInput, GetPlanCommandOutput, GlueClientResolvedConfig> {
|
|
34
44
|
readonly input: GetPlanCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetRegistryCommandOutput extends GetRegistryResponse, __Metadat
|
|
|
29
29
|
* @see {@link GetRegistryCommandOutput} 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
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class GetRegistryCommand extends $Command<GetRegistryCommandInput, GetRegistryCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: GetRegistryCommandInput;
|
|
@@ -34,6 +34,19 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes
|
|
|
34
34
|
* @see {@link GetResourcePoliciesCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link GlueEncryptionException} (client fault)
|
|
38
|
+
* <p>An encryption operation failed.</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 GetResourcePoliciesCommand extends $Command<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, GlueClientResolvedConfig> {
|
|
39
52
|
readonly input: GetResourcePoliciesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
|
|
|
29
29
|
* @see {@link GetResourcePolicyCommandOutput} 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 GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: GetResourcePolicyCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetSchemaByDefinitionCommandOutput extends GetSchemaByDefinitio
|
|
|
29
29
|
* @see {@link GetSchemaByDefinitionCommandOutput} 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
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class GetSchemaByDefinitionCommand extends $Command<GetSchemaByDefinitionCommandInput, GetSchemaByDefinitionCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: GetSchemaByDefinitionCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetSchemaCommandOutput extends GetSchemaResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link GetSchemaCommandOutput} 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
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class GetSchemaCommand extends $Command<GetSchemaCommandInput, GetSchemaCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: GetSchemaCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetSchemaVersionCommandOutput extends GetSchemaVersionResponse,
|
|
|
29
29
|
* @see {@link GetSchemaVersionCommandOutput} 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
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class GetSchemaVersionCommand extends $Command<GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: GetSchemaVersionCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface GetSchemaVersionsDiffCommandOutput extends GetSchemaVersionsDif
|
|
|
30
30
|
* @see {@link GetSchemaVersionsDiffCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>Access to a resource was denied.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
37
|
+
* <p>A specified entity does not exist</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
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class GetSchemaVersionsDiffCommand extends $Command<GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput, GlueClientResolvedConfig> {
|
|
35
48
|
readonly input: GetSchemaVersionsDiffCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetSecurityConfigurationCommandOutput extends GetSecurityConfig
|
|
|
29
29
|
* @see {@link GetSecurityConfigurationCommandOutput} 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 GetSecurityConfigurationCommand extends $Command<GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: GetSecurityConfigurationCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetSecurityConfigurationsCommandOutput extends GetSecurityConfi
|
|
|
29
29
|
* @see {@link GetSecurityConfigurationsCommandOutput} 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 GetSecurityConfigurationsCommand extends $Command<GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput, GlueClientResolvedConfig> {
|
|
34
47
|
readonly input: GetSecurityConfigurationsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
|
|
|
29
29
|
* @see {@link GetSessionCommandOutput} 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 GetSessionCommand extends $Command<GetSessionCommandInput, GetSessionCommandOutput, GlueClientResolvedConfig> {
|
|
34
50
|
readonly input: GetSessionCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetStatementCommandOutput extends GetStatementResponse, __Metad
|
|
|
29
29
|
* @see {@link GetStatementCommandOutput} 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 IllegalSessionStateException} (client fault)
|
|
39
|
+
* <p>The session is in an invalid state to perform a requested operation.</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
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class GetStatementCommand extends $Command<GetStatementCommandInput, GetStatementCommandOutput, GlueClientResolvedConfig> {
|
|
34
53
|
readonly input: GetStatementCommandInput;
|