@aws-sdk/client-glue 3.325.0 → 3.327.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/BatchCreatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +14 -0
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +14 -0
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +15 -0
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +28 -0
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +114 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +17 -0
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +40 -0
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +43 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +875 -0
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +84 -0
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +49 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +260 -0
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +21 -0
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +4 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +4 -0
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +8 -0
- package/dist-types/commands/CancelStatementCommand.d.ts +4 -0
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +7 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +6 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +4 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +4 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +6 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +6 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +28 -0
- package/dist-types/commands/CreateJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +6 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +4 -0
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +4 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +11 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +21 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +7 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +29 -0
- package/dist-types/commands/CreateTableCommand.d.ts +4 -0
- package/dist-types/commands/CreateTriggerCommand.d.ts +6 -0
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +4 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +6 -0
- package/dist-types/commands/DeleteClassifierCommand.d.ts +4 -0
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +6 -0
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +6 -0
- package/dist-types/commands/DeletePartitionCommand.d.ts +4 -0
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +8 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +8 -0
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +14 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +6 -0
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +23 -0
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +17 -0
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +20 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +10 -0
- package/dist-types/commands/GetClassifierCommand.d.ts +49 -0
- package/dist-types/commands/GetClassifiersCommand.d.ts +52 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +70 -0
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +70 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +26 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +29 -0
- package/dist-types/commands/GetCrawlerCommand.d.ts +109 -0
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +18 -0
- package/dist-types/commands/GetCrawlersCommand.d.ts +112 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +10 -0
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +15 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +33 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +28 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +15 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +36 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +33 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +36 -0
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +26 -0
- package/dist-types/commands/GetDevEndpointCommand.d.ts +38 -0
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +41 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +14 -0
- package/dist-types/commands/GetJobCommand.d.ts +870 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +40 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +43 -0
- package/dist-types/commands/GetJobsCommand.d.ts +873 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +32 -0
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +37 -0
- package/dist-types/commands/GetMLTransformCommand.d.ts +73 -0
- package/dist-types/commands/GetMLTransformsCommand.d.ts +78 -0
- package/dist-types/commands/GetMappingCommand.d.ts +15 -0
- package/dist-types/commands/GetPartitionCommand.d.ts +75 -0
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +30 -0
- package/dist-types/commands/GetPartitionsCommand.d.ts +78 -0
- package/dist-types/commands/GetPlanCommand.d.ts +7 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +14 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +9 -0
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +18 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +12 -0
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +6 -0
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +25 -0
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +28 -0
- package/dist-types/commands/GetSessionCommand.d.ts +29 -0
- package/dist-types/commands/GetStatementCommand.d.ts +25 -0
- package/dist-types/commands/GetTableCommand.d.ts +100 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +103 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +106 -0
- package/dist-types/commands/GetTablesCommand.d.ts +103 -0
- package/dist-types/commands/GetTagsCommand.d.ts +8 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +44 -0
- package/dist-types/commands/GetTriggersCommand.d.ts +47 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +77 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +82 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +108 -0
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +20 -0
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +23 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +255 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +138 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +8 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +141 -0
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +4 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +9 -0
- package/dist-types/commands/ListCrawlersCommand.d.ts +9 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +20 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +15 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +25 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +24 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +24 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +20 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +9 -0
- package/dist-types/commands/ListJobsCommand.d.ts +9 -0
- package/dist-types/commands/ListMLTransformsCommand.d.ts +9 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +15 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +17 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +35 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +28 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +9 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +9 -0
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +4 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +13 -0
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -0
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +19 -0
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +8 -0
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +13 -0
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +14 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +9 -0
- package/dist-types/commands/RunStatementCommand.d.ts +6 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +103 -0
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +6 -0
- package/dist-types/commands/StartCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +4 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +6 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +6 -0
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +6 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartTriggerCommand.d.ts +6 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -0
- package/dist-types/commands/StopCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +4 -0
- package/dist-types/commands/StopSessionCommand.d.ts +6 -0
- package/dist-types/commands/StopTriggerCommand.d.ts +6 -0
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +6 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +4 -0
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +67 -0
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +67 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +8 -0
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +4 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +6 -0
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +6 -0
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePartitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +7 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +8 -0
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +44 -0
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -0
- package/package.json +7 -7
|
@@ -35,6 +35,22 @@ export interface GetSchemaCommandOutput extends GetSchemaResponse, __MetadataBea
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new GetSchemaCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // GetSchemaResponse
|
|
39
|
+
* // RegistryName: "STRING_VALUE",
|
|
40
|
+
* // RegistryArn: "STRING_VALUE",
|
|
41
|
+
* // SchemaName: "STRING_VALUE",
|
|
42
|
+
* // SchemaArn: "STRING_VALUE",
|
|
43
|
+
* // Description: "STRING_VALUE",
|
|
44
|
+
* // DataFormat: "AVRO" || "JSON" || "PROTOBUF",
|
|
45
|
+
* // Compatibility: "NONE" || "DISABLED" || "BACKWARD" || "BACKWARD_ALL" || "FORWARD" || "FORWARD_ALL" || "FULL" || "FULL_ALL",
|
|
46
|
+
* // SchemaCheckpoint: Number("long"),
|
|
47
|
+
* // LatestSchemaVersion: Number("long"),
|
|
48
|
+
* // NextSchemaVersion: Number("long"),
|
|
49
|
+
* // SchemaStatus: "AVAILABLE" || "PENDING" || "DELETING",
|
|
50
|
+
* // CreatedTime: "STRING_VALUE",
|
|
51
|
+
* // UpdatedTime: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
38
54
|
* ```
|
|
39
55
|
*
|
|
40
56
|
* @param GetSchemaCommandInput - {@link GetSchemaCommandInput}
|
|
@@ -55,6 +71,8 @@ export interface GetSchemaCommandOutput extends GetSchemaResponse, __MetadataBea
|
|
|
55
71
|
* @throws {@link InvalidInputException} (client fault)
|
|
56
72
|
* <p>The input provided was not valid.</p>
|
|
57
73
|
*
|
|
74
|
+
* @throws {@link GlueServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
58
76
|
*
|
|
59
77
|
*/
|
|
60
78
|
export declare class GetSchemaCommand extends $Command<GetSchemaCommandInput, GetSchemaCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -40,6 +40,16 @@ export interface GetSchemaVersionCommandOutput extends GetSchemaVersionResponse,
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new GetSchemaVersionCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // GetSchemaVersionResponse
|
|
44
|
+
* // SchemaVersionId: "STRING_VALUE",
|
|
45
|
+
* // SchemaDefinition: "STRING_VALUE",
|
|
46
|
+
* // DataFormat: "AVRO" || "JSON" || "PROTOBUF",
|
|
47
|
+
* // SchemaArn: "STRING_VALUE",
|
|
48
|
+
* // VersionNumber: Number("long"),
|
|
49
|
+
* // Status: "AVAILABLE" || "PENDING" || "FAILURE" || "DELETING",
|
|
50
|
+
* // CreatedTime: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
43
53
|
* ```
|
|
44
54
|
*
|
|
45
55
|
* @param GetSchemaVersionCommandInput - {@link GetSchemaVersionCommandInput}
|
|
@@ -60,6 +70,8 @@ export interface GetSchemaVersionCommandOutput extends GetSchemaVersionResponse,
|
|
|
60
70
|
* @throws {@link InvalidInputException} (client fault)
|
|
61
71
|
* <p>The input provided was not valid.</p>
|
|
62
72
|
*
|
|
73
|
+
* @throws {@link GlueServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
63
75
|
*
|
|
64
76
|
*/
|
|
65
77
|
export declare class GetSchemaVersionCommand extends $Command<GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -45,6 +45,10 @@ export interface GetSchemaVersionsDiffCommandOutput extends GetSchemaVersionsDif
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new GetSchemaVersionsDiffCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // GetSchemaVersionsDiffResponse
|
|
49
|
+
* // Diff: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
48
52
|
* ```
|
|
49
53
|
*
|
|
50
54
|
* @param GetSchemaVersionsDiffCommandInput - {@link GetSchemaVersionsDiffCommandInput}
|
|
@@ -65,6 +69,8 @@ export interface GetSchemaVersionsDiffCommandOutput extends GetSchemaVersionsDif
|
|
|
65
69
|
* @throws {@link InvalidInputException} (client fault)
|
|
66
70
|
* <p>The input provided was not valid.</p>
|
|
67
71
|
*
|
|
72
|
+
* @throws {@link GlueServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
68
74
|
*
|
|
69
75
|
*/
|
|
70
76
|
export declare class GetSchemaVersionsDiffCommand extends $Command<GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -31,6 +31,29 @@ export interface GetSecurityConfigurationCommandOutput extends GetSecurityConfig
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetSecurityConfigurationCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetSecurityConfigurationResponse
|
|
35
|
+
* // SecurityConfiguration: { // SecurityConfiguration
|
|
36
|
+
* // Name: "STRING_VALUE",
|
|
37
|
+
* // CreatedTimeStamp: new Date("TIMESTAMP"),
|
|
38
|
+
* // EncryptionConfiguration: { // EncryptionConfiguration
|
|
39
|
+
* // S3Encryption: [ // S3EncryptionList
|
|
40
|
+
* // { // S3Encryption
|
|
41
|
+
* // S3EncryptionMode: "DISABLED" || "SSE-KMS" || "SSE-S3",
|
|
42
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // CloudWatchEncryption: { // CloudWatchEncryption
|
|
46
|
+
* // CloudWatchEncryptionMode: "DISABLED" || "SSE-KMS",
|
|
47
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // JobBookmarksEncryption: { // JobBookmarksEncryption
|
|
50
|
+
* // JobBookmarksEncryptionMode: "DISABLED" || "CSE-KMS",
|
|
51
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // },
|
|
54
|
+
* // },
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
34
57
|
* ```
|
|
35
58
|
*
|
|
36
59
|
* @param GetSecurityConfigurationCommandInput - {@link GetSecurityConfigurationCommandInput}
|
|
@@ -51,6 +74,8 @@ export interface GetSecurityConfigurationCommandOutput extends GetSecurityConfig
|
|
|
51
74
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
52
75
|
* <p>The operation timed out.</p>
|
|
53
76
|
*
|
|
77
|
+
* @throws {@link GlueServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
54
79
|
*
|
|
55
80
|
*/
|
|
56
81
|
export declare class GetSecurityConfigurationCommand extends $Command<GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -32,6 +32,32 @@ export interface GetSecurityConfigurationsCommandOutput extends GetSecurityConfi
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetSecurityConfigurationsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetSecurityConfigurationsResponse
|
|
36
|
+
* // SecurityConfigurations: [ // SecurityConfigurationList
|
|
37
|
+
* // { // SecurityConfiguration
|
|
38
|
+
* // Name: "STRING_VALUE",
|
|
39
|
+
* // CreatedTimeStamp: new Date("TIMESTAMP"),
|
|
40
|
+
* // EncryptionConfiguration: { // EncryptionConfiguration
|
|
41
|
+
* // S3Encryption: [ // S3EncryptionList
|
|
42
|
+
* // { // S3Encryption
|
|
43
|
+
* // S3EncryptionMode: "DISABLED" || "SSE-KMS" || "SSE-S3",
|
|
44
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // CloudWatchEncryption: { // CloudWatchEncryption
|
|
48
|
+
* // CloudWatchEncryptionMode: "DISABLED" || "SSE-KMS",
|
|
49
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // JobBookmarksEncryption: { // JobBookmarksEncryption
|
|
52
|
+
* // JobBookmarksEncryptionMode: "DISABLED" || "CSE-KMS",
|
|
53
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // },
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // NextToken: "STRING_VALUE",
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
35
61
|
* ```
|
|
36
62
|
*
|
|
37
63
|
* @param GetSecurityConfigurationsCommandInput - {@link GetSecurityConfigurationsCommandInput}
|
|
@@ -52,6 +78,8 @@ export interface GetSecurityConfigurationsCommandOutput extends GetSecurityConfi
|
|
|
52
78
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
53
79
|
* <p>The operation timed out.</p>
|
|
54
80
|
*
|
|
81
|
+
* @throws {@link GlueServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
55
83
|
*
|
|
56
84
|
*/
|
|
57
85
|
export declare class GetSecurityConfigurationsCommand extends $Command<GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -32,6 +32,33 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetSessionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetSessionResponse
|
|
36
|
+
* // Session: { // Session
|
|
37
|
+
* // Id: "STRING_VALUE",
|
|
38
|
+
* // CreatedOn: new Date("TIMESTAMP"),
|
|
39
|
+
* // Status: "PROVISIONING" || "READY" || "FAILED" || "TIMEOUT" || "STOPPING" || "STOPPED",
|
|
40
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
41
|
+
* // Description: "STRING_VALUE",
|
|
42
|
+
* // Role: "STRING_VALUE",
|
|
43
|
+
* // Command: { // SessionCommand
|
|
44
|
+
* // Name: "STRING_VALUE",
|
|
45
|
+
* // PythonVersion: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // DefaultArguments: { // OrchestrationArgumentsMap
|
|
48
|
+
* // "<keys>": "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // Connections: { // ConnectionsList
|
|
51
|
+
* // Connections: [ // OrchestrationStringList
|
|
52
|
+
* // "STRING_VALUE",
|
|
53
|
+
* // ],
|
|
54
|
+
* // },
|
|
55
|
+
* // Progress: Number("double"),
|
|
56
|
+
* // MaxCapacity: Number("double"),
|
|
57
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
58
|
+
* // GlueVersion: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
35
62
|
* ```
|
|
36
63
|
*
|
|
37
64
|
* @param GetSessionCommandInput - {@link GetSessionCommandInput}
|
|
@@ -55,6 +82,8 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
|
|
|
55
82
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
56
83
|
* <p>The operation timed out.</p>
|
|
57
84
|
*
|
|
85
|
+
* @throws {@link GlueServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
58
87
|
*
|
|
59
88
|
*/
|
|
60
89
|
export declare class GetSessionCommand extends $Command<GetSessionCommandInput, GetSessionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -33,6 +33,29 @@ export interface GetStatementCommandOutput extends GetStatementResponse, __Metad
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetStatementCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetStatementResponse
|
|
37
|
+
* // Statement: { // Statement
|
|
38
|
+
* // Id: Number("int"),
|
|
39
|
+
* // Code: "STRING_VALUE",
|
|
40
|
+
* // State: "WAITING" || "RUNNING" || "AVAILABLE" || "CANCELLING" || "CANCELLED" || "ERROR",
|
|
41
|
+
* // Output: { // StatementOutput
|
|
42
|
+
* // Data: { // StatementOutputData
|
|
43
|
+
* // TextPlain: "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // ExecutionCount: Number("int"),
|
|
46
|
+
* // Status: "WAITING" || "RUNNING" || "AVAILABLE" || "CANCELLING" || "CANCELLED" || "ERROR",
|
|
47
|
+
* // ErrorName: "STRING_VALUE",
|
|
48
|
+
* // ErrorValue: "STRING_VALUE",
|
|
49
|
+
* // Traceback: [ // OrchestrationStringList
|
|
50
|
+
* // "STRING_VALUE",
|
|
51
|
+
* // ],
|
|
52
|
+
* // },
|
|
53
|
+
* // Progress: Number("double"),
|
|
54
|
+
* // StartedOn: Number("long"),
|
|
55
|
+
* // CompletedOn: Number("long"),
|
|
56
|
+
* // },
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
36
59
|
* ```
|
|
37
60
|
*
|
|
38
61
|
* @param GetStatementCommandInput - {@link GetStatementCommandInput}
|
|
@@ -59,6 +82,8 @@ export interface GetStatementCommandOutput extends GetStatementResponse, __Metad
|
|
|
59
82
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
60
83
|
* <p>The operation timed out.</p>
|
|
61
84
|
*
|
|
85
|
+
* @throws {@link GlueServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
62
87
|
*
|
|
63
88
|
*/
|
|
64
89
|
export declare class GetStatementCommand extends $Command<GetStatementCommandInput, GetStatementCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -36,6 +36,104 @@ export interface GetTableCommandOutput extends GetTableResponse, __MetadataBeare
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new GetTableCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // GetTableResponse
|
|
40
|
+
* // Table: { // Table
|
|
41
|
+
* // Name: "STRING_VALUE", // required
|
|
42
|
+
* // DatabaseName: "STRING_VALUE",
|
|
43
|
+
* // Description: "STRING_VALUE",
|
|
44
|
+
* // Owner: "STRING_VALUE",
|
|
45
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
46
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // LastAccessTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // LastAnalyzedTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // Retention: Number("int"),
|
|
50
|
+
* // StorageDescriptor: { // StorageDescriptor
|
|
51
|
+
* // Columns: [ // ColumnList
|
|
52
|
+
* // { // Column
|
|
53
|
+
* // Name: "STRING_VALUE", // required
|
|
54
|
+
* // Type: "STRING_VALUE",
|
|
55
|
+
* // Comment: "STRING_VALUE",
|
|
56
|
+
* // Parameters: { // ParametersMap
|
|
57
|
+
* // "<keys>": "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // Location: "STRING_VALUE",
|
|
62
|
+
* // AdditionalLocations: [ // LocationStringList
|
|
63
|
+
* // "STRING_VALUE",
|
|
64
|
+
* // ],
|
|
65
|
+
* // InputFormat: "STRING_VALUE",
|
|
66
|
+
* // OutputFormat: "STRING_VALUE",
|
|
67
|
+
* // Compressed: true || false,
|
|
68
|
+
* // NumberOfBuckets: Number("int"),
|
|
69
|
+
* // SerdeInfo: { // SerDeInfo
|
|
70
|
+
* // Name: "STRING_VALUE",
|
|
71
|
+
* // SerializationLibrary: "STRING_VALUE",
|
|
72
|
+
* // Parameters: {
|
|
73
|
+
* // "<keys>": "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // },
|
|
76
|
+
* // BucketColumns: [ // NameStringList
|
|
77
|
+
* // "STRING_VALUE",
|
|
78
|
+
* // ],
|
|
79
|
+
* // SortColumns: [ // OrderList
|
|
80
|
+
* // { // Order
|
|
81
|
+
* // Column: "STRING_VALUE", // required
|
|
82
|
+
* // SortOrder: Number("int"), // required
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // Parameters: "<ParametersMap>",
|
|
86
|
+
* // SkewedInfo: { // SkewedInfo
|
|
87
|
+
* // SkewedColumnNames: [
|
|
88
|
+
* // "STRING_VALUE",
|
|
89
|
+
* // ],
|
|
90
|
+
* // SkewedColumnValues: [ // ColumnValueStringList
|
|
91
|
+
* // "STRING_VALUE",
|
|
92
|
+
* // ],
|
|
93
|
+
* // SkewedColumnValueLocationMaps: { // LocationMap
|
|
94
|
+
* // "<keys>": "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // },
|
|
97
|
+
* // StoredAsSubDirectories: true || false,
|
|
98
|
+
* // SchemaReference: { // SchemaReference
|
|
99
|
+
* // SchemaId: { // SchemaId
|
|
100
|
+
* // SchemaArn: "STRING_VALUE",
|
|
101
|
+
* // SchemaName: "STRING_VALUE",
|
|
102
|
+
* // RegistryName: "STRING_VALUE",
|
|
103
|
+
* // },
|
|
104
|
+
* // SchemaVersionId: "STRING_VALUE",
|
|
105
|
+
* // SchemaVersionNumber: Number("long"),
|
|
106
|
+
* // },
|
|
107
|
+
* // },
|
|
108
|
+
* // PartitionKeys: [
|
|
109
|
+
* // {
|
|
110
|
+
* // Name: "STRING_VALUE", // required
|
|
111
|
+
* // Type: "STRING_VALUE",
|
|
112
|
+
* // Comment: "STRING_VALUE",
|
|
113
|
+
* // Parameters: "<ParametersMap>",
|
|
114
|
+
* // },
|
|
115
|
+
* // ],
|
|
116
|
+
* // ViewOriginalText: "STRING_VALUE",
|
|
117
|
+
* // ViewExpandedText: "STRING_VALUE",
|
|
118
|
+
* // TableType: "STRING_VALUE",
|
|
119
|
+
* // Parameters: "<ParametersMap>",
|
|
120
|
+
* // CreatedBy: "STRING_VALUE",
|
|
121
|
+
* // IsRegisteredWithLakeFormation: true || false,
|
|
122
|
+
* // TargetTable: { // TableIdentifier
|
|
123
|
+
* // CatalogId: "STRING_VALUE",
|
|
124
|
+
* // DatabaseName: "STRING_VALUE",
|
|
125
|
+
* // Name: "STRING_VALUE",
|
|
126
|
+
* // },
|
|
127
|
+
* // CatalogId: "STRING_VALUE",
|
|
128
|
+
* // VersionId: "STRING_VALUE",
|
|
129
|
+
* // FederatedTable: { // FederatedTable
|
|
130
|
+
* // Identifier: "STRING_VALUE",
|
|
131
|
+
* // DatabaseIdentifier: "STRING_VALUE",
|
|
132
|
+
* // ConnectionName: "STRING_VALUE",
|
|
133
|
+
* // },
|
|
134
|
+
* // },
|
|
135
|
+
* // };
|
|
136
|
+
*
|
|
39
137
|
* ```
|
|
40
138
|
*
|
|
41
139
|
* @param GetTableCommandInput - {@link GetTableCommandInput}
|
|
@@ -67,6 +165,8 @@ export interface GetTableCommandOutput extends GetTableResponse, __MetadataBeare
|
|
|
67
165
|
* @throws {@link ResourceNotReadyException} (client fault)
|
|
68
166
|
* <p>A resource was not ready for a transaction.</p>
|
|
69
167
|
*
|
|
168
|
+
* @throws {@link GlueServiceException}
|
|
169
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
70
170
|
*
|
|
71
171
|
*/
|
|
72
172
|
export declare class GetTableCommand extends $Command<GetTableCommandInput, GetTableCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -34,6 +34,107 @@ export interface GetTableVersionCommandOutput extends GetTableVersionResponse, _
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetTableVersionCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // GetTableVersionResponse
|
|
38
|
+
* // TableVersion: { // TableVersion
|
|
39
|
+
* // Table: { // Table
|
|
40
|
+
* // Name: "STRING_VALUE", // required
|
|
41
|
+
* // DatabaseName: "STRING_VALUE",
|
|
42
|
+
* // Description: "STRING_VALUE",
|
|
43
|
+
* // Owner: "STRING_VALUE",
|
|
44
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
45
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
46
|
+
* // LastAccessTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // LastAnalyzedTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // Retention: Number("int"),
|
|
49
|
+
* // StorageDescriptor: { // StorageDescriptor
|
|
50
|
+
* // Columns: [ // ColumnList
|
|
51
|
+
* // { // Column
|
|
52
|
+
* // Name: "STRING_VALUE", // required
|
|
53
|
+
* // Type: "STRING_VALUE",
|
|
54
|
+
* // Comment: "STRING_VALUE",
|
|
55
|
+
* // Parameters: { // ParametersMap
|
|
56
|
+
* // "<keys>": "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // Location: "STRING_VALUE",
|
|
61
|
+
* // AdditionalLocations: [ // LocationStringList
|
|
62
|
+
* // "STRING_VALUE",
|
|
63
|
+
* // ],
|
|
64
|
+
* // InputFormat: "STRING_VALUE",
|
|
65
|
+
* // OutputFormat: "STRING_VALUE",
|
|
66
|
+
* // Compressed: true || false,
|
|
67
|
+
* // NumberOfBuckets: Number("int"),
|
|
68
|
+
* // SerdeInfo: { // SerDeInfo
|
|
69
|
+
* // Name: "STRING_VALUE",
|
|
70
|
+
* // SerializationLibrary: "STRING_VALUE",
|
|
71
|
+
* // Parameters: {
|
|
72
|
+
* // "<keys>": "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // },
|
|
75
|
+
* // BucketColumns: [ // NameStringList
|
|
76
|
+
* // "STRING_VALUE",
|
|
77
|
+
* // ],
|
|
78
|
+
* // SortColumns: [ // OrderList
|
|
79
|
+
* // { // Order
|
|
80
|
+
* // Column: "STRING_VALUE", // required
|
|
81
|
+
* // SortOrder: Number("int"), // required
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // Parameters: "<ParametersMap>",
|
|
85
|
+
* // SkewedInfo: { // SkewedInfo
|
|
86
|
+
* // SkewedColumnNames: [
|
|
87
|
+
* // "STRING_VALUE",
|
|
88
|
+
* // ],
|
|
89
|
+
* // SkewedColumnValues: [ // ColumnValueStringList
|
|
90
|
+
* // "STRING_VALUE",
|
|
91
|
+
* // ],
|
|
92
|
+
* // SkewedColumnValueLocationMaps: { // LocationMap
|
|
93
|
+
* // "<keys>": "STRING_VALUE",
|
|
94
|
+
* // },
|
|
95
|
+
* // },
|
|
96
|
+
* // StoredAsSubDirectories: true || false,
|
|
97
|
+
* // SchemaReference: { // SchemaReference
|
|
98
|
+
* // SchemaId: { // SchemaId
|
|
99
|
+
* // SchemaArn: "STRING_VALUE",
|
|
100
|
+
* // SchemaName: "STRING_VALUE",
|
|
101
|
+
* // RegistryName: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // SchemaVersionId: "STRING_VALUE",
|
|
104
|
+
* // SchemaVersionNumber: Number("long"),
|
|
105
|
+
* // },
|
|
106
|
+
* // },
|
|
107
|
+
* // PartitionKeys: [
|
|
108
|
+
* // {
|
|
109
|
+
* // Name: "STRING_VALUE", // required
|
|
110
|
+
* // Type: "STRING_VALUE",
|
|
111
|
+
* // Comment: "STRING_VALUE",
|
|
112
|
+
* // Parameters: "<ParametersMap>",
|
|
113
|
+
* // },
|
|
114
|
+
* // ],
|
|
115
|
+
* // ViewOriginalText: "STRING_VALUE",
|
|
116
|
+
* // ViewExpandedText: "STRING_VALUE",
|
|
117
|
+
* // TableType: "STRING_VALUE",
|
|
118
|
+
* // Parameters: "<ParametersMap>",
|
|
119
|
+
* // CreatedBy: "STRING_VALUE",
|
|
120
|
+
* // IsRegisteredWithLakeFormation: true || false,
|
|
121
|
+
* // TargetTable: { // TableIdentifier
|
|
122
|
+
* // CatalogId: "STRING_VALUE",
|
|
123
|
+
* // DatabaseName: "STRING_VALUE",
|
|
124
|
+
* // Name: "STRING_VALUE",
|
|
125
|
+
* // },
|
|
126
|
+
* // CatalogId: "STRING_VALUE",
|
|
127
|
+
* // VersionId: "STRING_VALUE",
|
|
128
|
+
* // FederatedTable: { // FederatedTable
|
|
129
|
+
* // Identifier: "STRING_VALUE",
|
|
130
|
+
* // DatabaseIdentifier: "STRING_VALUE",
|
|
131
|
+
* // ConnectionName: "STRING_VALUE",
|
|
132
|
+
* // },
|
|
133
|
+
* // },
|
|
134
|
+
* // VersionId: "STRING_VALUE",
|
|
135
|
+
* // },
|
|
136
|
+
* // };
|
|
137
|
+
*
|
|
37
138
|
* ```
|
|
38
139
|
*
|
|
39
140
|
* @param GetTableVersionCommandInput - {@link GetTableVersionCommandInput}
|
|
@@ -57,6 +158,8 @@ export interface GetTableVersionCommandOutput extends GetTableVersionResponse, _
|
|
|
57
158
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
58
159
|
* <p>The operation timed out.</p>
|
|
59
160
|
*
|
|
161
|
+
* @throws {@link GlueServiceException}
|
|
162
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
60
163
|
*
|
|
61
164
|
*/
|
|
62
165
|
export declare class GetTableVersionCommand extends $Command<GetTableVersionCommandInput, GetTableVersionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -36,6 +36,110 @@ export interface GetTableVersionsCommandOutput extends GetTableVersionsResponse,
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new GetTableVersionsCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // GetTableVersionsResponse
|
|
40
|
+
* // TableVersions: [ // GetTableVersionsList
|
|
41
|
+
* // { // TableVersion
|
|
42
|
+
* // Table: { // Table
|
|
43
|
+
* // Name: "STRING_VALUE", // required
|
|
44
|
+
* // DatabaseName: "STRING_VALUE",
|
|
45
|
+
* // Description: "STRING_VALUE",
|
|
46
|
+
* // Owner: "STRING_VALUE",
|
|
47
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // LastAccessTime: new Date("TIMESTAMP"),
|
|
50
|
+
* // LastAnalyzedTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // Retention: Number("int"),
|
|
52
|
+
* // StorageDescriptor: { // StorageDescriptor
|
|
53
|
+
* // Columns: [ // ColumnList
|
|
54
|
+
* // { // Column
|
|
55
|
+
* // Name: "STRING_VALUE", // required
|
|
56
|
+
* // Type: "STRING_VALUE",
|
|
57
|
+
* // Comment: "STRING_VALUE",
|
|
58
|
+
* // Parameters: { // ParametersMap
|
|
59
|
+
* // "<keys>": "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // Location: "STRING_VALUE",
|
|
64
|
+
* // AdditionalLocations: [ // LocationStringList
|
|
65
|
+
* // "STRING_VALUE",
|
|
66
|
+
* // ],
|
|
67
|
+
* // InputFormat: "STRING_VALUE",
|
|
68
|
+
* // OutputFormat: "STRING_VALUE",
|
|
69
|
+
* // Compressed: true || false,
|
|
70
|
+
* // NumberOfBuckets: Number("int"),
|
|
71
|
+
* // SerdeInfo: { // SerDeInfo
|
|
72
|
+
* // Name: "STRING_VALUE",
|
|
73
|
+
* // SerializationLibrary: "STRING_VALUE",
|
|
74
|
+
* // Parameters: {
|
|
75
|
+
* // "<keys>": "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // },
|
|
78
|
+
* // BucketColumns: [ // NameStringList
|
|
79
|
+
* // "STRING_VALUE",
|
|
80
|
+
* // ],
|
|
81
|
+
* // SortColumns: [ // OrderList
|
|
82
|
+
* // { // Order
|
|
83
|
+
* // Column: "STRING_VALUE", // required
|
|
84
|
+
* // SortOrder: Number("int"), // required
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // Parameters: "<ParametersMap>",
|
|
88
|
+
* // SkewedInfo: { // SkewedInfo
|
|
89
|
+
* // SkewedColumnNames: [
|
|
90
|
+
* // "STRING_VALUE",
|
|
91
|
+
* // ],
|
|
92
|
+
* // SkewedColumnValues: [ // ColumnValueStringList
|
|
93
|
+
* // "STRING_VALUE",
|
|
94
|
+
* // ],
|
|
95
|
+
* // SkewedColumnValueLocationMaps: { // LocationMap
|
|
96
|
+
* // "<keys>": "STRING_VALUE",
|
|
97
|
+
* // },
|
|
98
|
+
* // },
|
|
99
|
+
* // StoredAsSubDirectories: true || false,
|
|
100
|
+
* // SchemaReference: { // SchemaReference
|
|
101
|
+
* // SchemaId: { // SchemaId
|
|
102
|
+
* // SchemaArn: "STRING_VALUE",
|
|
103
|
+
* // SchemaName: "STRING_VALUE",
|
|
104
|
+
* // RegistryName: "STRING_VALUE",
|
|
105
|
+
* // },
|
|
106
|
+
* // SchemaVersionId: "STRING_VALUE",
|
|
107
|
+
* // SchemaVersionNumber: Number("long"),
|
|
108
|
+
* // },
|
|
109
|
+
* // },
|
|
110
|
+
* // PartitionKeys: [
|
|
111
|
+
* // {
|
|
112
|
+
* // Name: "STRING_VALUE", // required
|
|
113
|
+
* // Type: "STRING_VALUE",
|
|
114
|
+
* // Comment: "STRING_VALUE",
|
|
115
|
+
* // Parameters: "<ParametersMap>",
|
|
116
|
+
* // },
|
|
117
|
+
* // ],
|
|
118
|
+
* // ViewOriginalText: "STRING_VALUE",
|
|
119
|
+
* // ViewExpandedText: "STRING_VALUE",
|
|
120
|
+
* // TableType: "STRING_VALUE",
|
|
121
|
+
* // Parameters: "<ParametersMap>",
|
|
122
|
+
* // CreatedBy: "STRING_VALUE",
|
|
123
|
+
* // IsRegisteredWithLakeFormation: true || false,
|
|
124
|
+
* // TargetTable: { // TableIdentifier
|
|
125
|
+
* // CatalogId: "STRING_VALUE",
|
|
126
|
+
* // DatabaseName: "STRING_VALUE",
|
|
127
|
+
* // Name: "STRING_VALUE",
|
|
128
|
+
* // },
|
|
129
|
+
* // CatalogId: "STRING_VALUE",
|
|
130
|
+
* // VersionId: "STRING_VALUE",
|
|
131
|
+
* // FederatedTable: { // FederatedTable
|
|
132
|
+
* // Identifier: "STRING_VALUE",
|
|
133
|
+
* // DatabaseIdentifier: "STRING_VALUE",
|
|
134
|
+
* // ConnectionName: "STRING_VALUE",
|
|
135
|
+
* // },
|
|
136
|
+
* // },
|
|
137
|
+
* // VersionId: "STRING_VALUE",
|
|
138
|
+
* // },
|
|
139
|
+
* // ],
|
|
140
|
+
* // NextToken: "STRING_VALUE",
|
|
141
|
+
* // };
|
|
142
|
+
*
|
|
39
143
|
* ```
|
|
40
144
|
*
|
|
41
145
|
* @param GetTableVersionsCommandInput - {@link GetTableVersionsCommandInput}
|
|
@@ -59,6 +163,8 @@ export interface GetTableVersionsCommandOutput extends GetTableVersionsResponse,
|
|
|
59
163
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
60
164
|
* <p>The operation timed out.</p>
|
|
61
165
|
*
|
|
166
|
+
* @throws {@link GlueServiceException}
|
|
167
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
62
168
|
*
|
|
63
169
|
*/
|
|
64
170
|
export declare class GetTableVersionsCommand extends $Command<GetTableVersionsCommandInput, GetTableVersionsCommandOutput, GlueClientResolvedConfig> {
|