@aws-sdk/client-glue 3.325.0 → 3.326.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 +3 -3
|
@@ -31,6 +31,40 @@ export interface GetDataQualityRulesetEvaluationRunCommandOutput extends GetData
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDataQualityRulesetEvaluationRunCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetDataQualityRulesetEvaluationRunResponse
|
|
35
|
+
* // RunId: "STRING_VALUE",
|
|
36
|
+
* // DataSource: { // DataSource
|
|
37
|
+
* // GlueTable: { // GlueTable
|
|
38
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
39
|
+
* // TableName: "STRING_VALUE", // required
|
|
40
|
+
* // CatalogId: "STRING_VALUE",
|
|
41
|
+
* // ConnectionName: "STRING_VALUE",
|
|
42
|
+
* // AdditionalOptions: { // GlueTableAdditionalOptions
|
|
43
|
+
* // "<keys>": "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // },
|
|
46
|
+
* // },
|
|
47
|
+
* // Role: "STRING_VALUE",
|
|
48
|
+
* // NumberOfWorkers: Number("int"),
|
|
49
|
+
* // Timeout: Number("int"),
|
|
50
|
+
* // AdditionalRunOptions: { // DataQualityEvaluationRunAdditionalRunOptions
|
|
51
|
+
* // CloudWatchMetricsEnabled: true || false,
|
|
52
|
+
* // ResultsS3Prefix: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // Status: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT",
|
|
55
|
+
* // ErrorString: "STRING_VALUE",
|
|
56
|
+
* // StartedOn: new Date("TIMESTAMP"),
|
|
57
|
+
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
58
|
+
* // CompletedOn: new Date("TIMESTAMP"),
|
|
59
|
+
* // ExecutionTime: Number("int"),
|
|
60
|
+
* // RulesetNames: [ // RulesetNames
|
|
61
|
+
* // "STRING_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // ResultIds: [ // DataQualityResultIdList
|
|
64
|
+
* // "STRING_VALUE",
|
|
65
|
+
* // ],
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
34
68
|
* ```
|
|
35
69
|
*
|
|
36
70
|
* @param GetDataQualityRulesetEvaluationRunCommandInput - {@link GetDataQualityRulesetEvaluationRunCommandInput}
|
|
@@ -51,6 +85,8 @@ export interface GetDataQualityRulesetEvaluationRunCommandOutput extends GetData
|
|
|
51
85
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
52
86
|
* <p>The operation timed out.</p>
|
|
53
87
|
*
|
|
88
|
+
* @throws {@link GlueServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
54
90
|
*
|
|
55
91
|
*/
|
|
56
92
|
export declare class GetDataQualityRulesetEvaluationRunCommand extends $Command<GetDataQualityRulesetEvaluationRunCommandInput, GetDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -32,6 +32,37 @@ export interface GetDatabaseCommandOutput extends GetDatabaseResponse, __Metadat
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetDatabaseCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetDatabaseResponse
|
|
36
|
+
* // Database: { // Database
|
|
37
|
+
* // Name: "STRING_VALUE", // required
|
|
38
|
+
* // Description: "STRING_VALUE",
|
|
39
|
+
* // LocationUri: "STRING_VALUE",
|
|
40
|
+
* // Parameters: { // ParametersMap
|
|
41
|
+
* // "<keys>": "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // CreateTableDefaultPermissions: [ // PrincipalPermissionsList
|
|
45
|
+
* // { // PrincipalPermissions
|
|
46
|
+
* // Principal: { // DataLakePrincipal
|
|
47
|
+
* // DataLakePrincipalIdentifier: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // Permissions: [ // PermissionList
|
|
50
|
+
* // "ALL" || "SELECT" || "ALTER" || "DROP" || "DELETE" || "INSERT" || "CREATE_DATABASE" || "CREATE_TABLE" || "DATA_LOCATION_ACCESS",
|
|
51
|
+
* // ],
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // TargetDatabase: { // DatabaseIdentifier
|
|
55
|
+
* // CatalogId: "STRING_VALUE",
|
|
56
|
+
* // DatabaseName: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // CatalogId: "STRING_VALUE",
|
|
59
|
+
* // FederatedDatabase: { // FederatedDatabase
|
|
60
|
+
* // Identifier: "STRING_VALUE",
|
|
61
|
+
* // ConnectionName: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // },
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
35
66
|
* ```
|
|
36
67
|
*
|
|
37
68
|
* @param GetDatabaseCommandInput - {@link GetDatabaseCommandInput}
|
|
@@ -58,6 +89,8 @@ export interface GetDatabaseCommandOutput extends GetDatabaseResponse, __Metadat
|
|
|
58
89
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
59
90
|
* <p>The operation timed out.</p>
|
|
60
91
|
*
|
|
92
|
+
* @throws {@link GlueServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
61
94
|
*
|
|
62
95
|
*/
|
|
63
96
|
export declare class GetDatabaseCommand extends $Command<GetDatabaseCommandInput, GetDatabaseCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -34,6 +34,40 @@ export interface GetDatabasesCommandOutput extends GetDatabasesResponse, __Metad
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetDatabasesCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // GetDatabasesResponse
|
|
38
|
+
* // DatabaseList: [ // DatabaseList // required
|
|
39
|
+
* // { // Database
|
|
40
|
+
* // Name: "STRING_VALUE", // required
|
|
41
|
+
* // Description: "STRING_VALUE",
|
|
42
|
+
* // LocationUri: "STRING_VALUE",
|
|
43
|
+
* // Parameters: { // ParametersMap
|
|
44
|
+
* // "<keys>": "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // CreateTableDefaultPermissions: [ // PrincipalPermissionsList
|
|
48
|
+
* // { // PrincipalPermissions
|
|
49
|
+
* // Principal: { // DataLakePrincipal
|
|
50
|
+
* // DataLakePrincipalIdentifier: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // Permissions: [ // PermissionList
|
|
53
|
+
* // "ALL" || "SELECT" || "ALTER" || "DROP" || "DELETE" || "INSERT" || "CREATE_DATABASE" || "CREATE_TABLE" || "DATA_LOCATION_ACCESS",
|
|
54
|
+
* // ],
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // TargetDatabase: { // DatabaseIdentifier
|
|
58
|
+
* // CatalogId: "STRING_VALUE",
|
|
59
|
+
* // DatabaseName: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // CatalogId: "STRING_VALUE",
|
|
62
|
+
* // FederatedDatabase: { // FederatedDatabase
|
|
63
|
+
* // Identifier: "STRING_VALUE",
|
|
64
|
+
* // ConnectionName: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // NextToken: "STRING_VALUE",
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
37
71
|
* ```
|
|
38
72
|
*
|
|
39
73
|
* @param GetDatabasesCommandInput - {@link GetDatabasesCommandInput}
|
|
@@ -54,6 +88,8 @@ export interface GetDatabasesCommandOutput extends GetDatabasesResponse, __Metad
|
|
|
54
88
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
55
89
|
* <p>The operation timed out.</p>
|
|
56
90
|
*
|
|
91
|
+
* @throws {@link GlueServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
57
93
|
*
|
|
58
94
|
*/
|
|
59
95
|
export declare class GetDatabasesCommand extends $Command<GetDatabasesCommandInput, GetDatabasesCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -31,6 +31,30 @@ export interface GetDataflowGraphCommandOutput extends GetDataflowGraphResponse,
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDataflowGraphCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetDataflowGraphResponse
|
|
35
|
+
* // DagNodes: [ // DagNodes
|
|
36
|
+
* // { // CodeGenNode
|
|
37
|
+
* // Id: "STRING_VALUE", // required
|
|
38
|
+
* // NodeType: "STRING_VALUE", // required
|
|
39
|
+
* // Args: [ // CodeGenNodeArgs // required
|
|
40
|
+
* // { // CodeGenNodeArg
|
|
41
|
+
* // Name: "STRING_VALUE", // required
|
|
42
|
+
* // Value: "STRING_VALUE", // required
|
|
43
|
+
* // Param: true || false,
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // LineNumber: Number("int"),
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // DagEdges: [ // DagEdges
|
|
50
|
+
* // { // CodeGenEdge
|
|
51
|
+
* // Source: "STRING_VALUE", // required
|
|
52
|
+
* // Target: "STRING_VALUE", // required
|
|
53
|
+
* // TargetParameter: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
34
58
|
* ```
|
|
35
59
|
*
|
|
36
60
|
* @param GetDataflowGraphCommandInput - {@link GetDataflowGraphCommandInput}
|
|
@@ -48,6 +72,8 @@ export interface GetDataflowGraphCommandOutput extends GetDataflowGraphResponse,
|
|
|
48
72
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
49
73
|
* <p>The operation timed out.</p>
|
|
50
74
|
*
|
|
75
|
+
* @throws {@link GlueServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
51
77
|
*
|
|
52
78
|
*/
|
|
53
79
|
export declare class GetDataflowGraphCommand extends $Command<GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -36,6 +36,42 @@ export interface GetDevEndpointCommandOutput extends GetDevEndpointResponse, __M
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new GetDevEndpointCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // GetDevEndpointResponse
|
|
40
|
+
* // DevEndpoint: { // DevEndpoint
|
|
41
|
+
* // EndpointName: "STRING_VALUE",
|
|
42
|
+
* // RoleArn: "STRING_VALUE",
|
|
43
|
+
* // SecurityGroupIds: [ // StringList
|
|
44
|
+
* // "STRING_VALUE",
|
|
45
|
+
* // ],
|
|
46
|
+
* // SubnetId: "STRING_VALUE",
|
|
47
|
+
* // YarnEndpointAddress: "STRING_VALUE",
|
|
48
|
+
* // PrivateAddress: "STRING_VALUE",
|
|
49
|
+
* // ZeppelinRemoteSparkInterpreterPort: Number("int"),
|
|
50
|
+
* // PublicAddress: "STRING_VALUE",
|
|
51
|
+
* // Status: "STRING_VALUE",
|
|
52
|
+
* // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
|
|
53
|
+
* // GlueVersion: "STRING_VALUE",
|
|
54
|
+
* // NumberOfWorkers: Number("int"),
|
|
55
|
+
* // NumberOfNodes: Number("int"),
|
|
56
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
57
|
+
* // VpcId: "STRING_VALUE",
|
|
58
|
+
* // ExtraPythonLibsS3Path: "STRING_VALUE",
|
|
59
|
+
* // ExtraJarsS3Path: "STRING_VALUE",
|
|
60
|
+
* // FailureReason: "STRING_VALUE",
|
|
61
|
+
* // LastUpdateStatus: "STRING_VALUE",
|
|
62
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
63
|
+
* // LastModifiedTimestamp: new Date("TIMESTAMP"),
|
|
64
|
+
* // PublicKey: "STRING_VALUE",
|
|
65
|
+
* // PublicKeys: [ // PublicKeysList
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
69
|
+
* // Arguments: { // MapValue
|
|
70
|
+
* // "<keys>": "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // },
|
|
73
|
+
* // };
|
|
74
|
+
*
|
|
39
75
|
* ```
|
|
40
76
|
*
|
|
41
77
|
* @param GetDevEndpointCommandInput - {@link GetDevEndpointCommandInput}
|
|
@@ -56,6 +92,8 @@ export interface GetDevEndpointCommandOutput extends GetDevEndpointResponse, __M
|
|
|
56
92
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
57
93
|
* <p>The operation timed out.</p>
|
|
58
94
|
*
|
|
95
|
+
* @throws {@link GlueServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
59
97
|
*
|
|
60
98
|
*/
|
|
61
99
|
export declare class GetDevEndpointCommand extends $Command<GetDevEndpointCommandInput, GetDevEndpointCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -37,6 +37,45 @@ export interface GetDevEndpointsCommandOutput extends GetDevEndpointsResponse, _
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new GetDevEndpointsCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // GetDevEndpointsResponse
|
|
41
|
+
* // DevEndpoints: [ // DevEndpointList
|
|
42
|
+
* // { // DevEndpoint
|
|
43
|
+
* // EndpointName: "STRING_VALUE",
|
|
44
|
+
* // RoleArn: "STRING_VALUE",
|
|
45
|
+
* // SecurityGroupIds: [ // StringList
|
|
46
|
+
* // "STRING_VALUE",
|
|
47
|
+
* // ],
|
|
48
|
+
* // SubnetId: "STRING_VALUE",
|
|
49
|
+
* // YarnEndpointAddress: "STRING_VALUE",
|
|
50
|
+
* // PrivateAddress: "STRING_VALUE",
|
|
51
|
+
* // ZeppelinRemoteSparkInterpreterPort: Number("int"),
|
|
52
|
+
* // PublicAddress: "STRING_VALUE",
|
|
53
|
+
* // Status: "STRING_VALUE",
|
|
54
|
+
* // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
|
|
55
|
+
* // GlueVersion: "STRING_VALUE",
|
|
56
|
+
* // NumberOfWorkers: Number("int"),
|
|
57
|
+
* // NumberOfNodes: Number("int"),
|
|
58
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
59
|
+
* // VpcId: "STRING_VALUE",
|
|
60
|
+
* // ExtraPythonLibsS3Path: "STRING_VALUE",
|
|
61
|
+
* // ExtraJarsS3Path: "STRING_VALUE",
|
|
62
|
+
* // FailureReason: "STRING_VALUE",
|
|
63
|
+
* // LastUpdateStatus: "STRING_VALUE",
|
|
64
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
65
|
+
* // LastModifiedTimestamp: new Date("TIMESTAMP"),
|
|
66
|
+
* // PublicKey: "STRING_VALUE",
|
|
67
|
+
* // PublicKeys: [ // PublicKeysList
|
|
68
|
+
* // "STRING_VALUE",
|
|
69
|
+
* // ],
|
|
70
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
71
|
+
* // Arguments: { // MapValue
|
|
72
|
+
* // "<keys>": "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // NextToken: "STRING_VALUE",
|
|
77
|
+
* // };
|
|
78
|
+
*
|
|
40
79
|
* ```
|
|
41
80
|
*
|
|
42
81
|
* @param GetDevEndpointsCommandInput - {@link GetDevEndpointsCommandInput}
|
|
@@ -57,6 +96,8 @@ export interface GetDevEndpointsCommandOutput extends GetDevEndpointsResponse, _
|
|
|
57
96
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
58
97
|
* <p>The operation timed out.</p>
|
|
59
98
|
*
|
|
99
|
+
* @throws {@link GlueServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
60
101
|
*
|
|
61
102
|
*/
|
|
62
103
|
export declare class GetDevEndpointsCommand extends $Command<GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -50,6 +50,18 @@ export interface GetJobBookmarkCommandOutput extends GetJobBookmarkResponse, __M
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new GetJobBookmarkCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // GetJobBookmarkResponse
|
|
54
|
+
* // JobBookmarkEntry: { // JobBookmarkEntry
|
|
55
|
+
* // JobName: "STRING_VALUE",
|
|
56
|
+
* // Version: Number("int"),
|
|
57
|
+
* // Run: Number("int"),
|
|
58
|
+
* // Attempt: Number("int"),
|
|
59
|
+
* // PreviousRunId: "STRING_VALUE",
|
|
60
|
+
* // RunId: "STRING_VALUE",
|
|
61
|
+
* // JobBookmark: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
53
65
|
* ```
|
|
54
66
|
*
|
|
55
67
|
* @param GetJobBookmarkCommandInput - {@link GetJobBookmarkCommandInput}
|
|
@@ -73,6 +85,8 @@ export interface GetJobBookmarkCommandOutput extends GetJobBookmarkResponse, __M
|
|
|
73
85
|
* @throws {@link ValidationException} (client fault)
|
|
74
86
|
* <p>A value could not be validated.</p>
|
|
75
87
|
*
|
|
88
|
+
* @throws {@link GlueServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
76
90
|
*
|
|
77
91
|
*/
|
|
78
92
|
export declare class GetJobBookmarkCommand extends $Command<GetJobBookmarkCommandInput, GetJobBookmarkCommandOutput, GlueClientResolvedConfig> {
|