@aws-sdk/client-glue 3.299.0 → 3.301.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 +73 -0
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +6 -0
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +12 -0
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +8 -0
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +8 -0
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +7 -0
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +5 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +5 -0
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +5 -0
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +5 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +5 -0
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +12 -0
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +5 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +6 -0
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +6 -0
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +78 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +3 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +3 -0
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +4 -0
- package/dist-types/commands/CancelStatementCommand.d.ts +5 -0
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +4 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +8 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +32 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +24 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +91 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +7 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +13 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +28 -0
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +25 -0
- package/dist-types/commands/CreateJobCommand.d.ts +866 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +41 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +71 -0
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +11 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +7 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +14 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +24 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +19 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +28 -0
- package/dist-types/commands/CreateTableCommand.d.ts +96 -0
- package/dist-types/commands/CreateTriggerCommand.d.ts +41 -0
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +3 -0
- package/dist-types/commands/DeleteClassifierCommand.d.ts +3 -0
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +9 -0
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +6 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +3 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +3 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +3 -0
- package/dist-types/commands/DeletePartitionCommand.d.ts +8 -0
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +6 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +6 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +7 -0
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +8 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +3 -0
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +5 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +3 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +5 -0
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +4 -0
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +5 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +3 -0
- package/dist-types/commands/GetClassifierCommand.d.ts +3 -0
- package/dist-types/commands/GetClassifiersCommand.d.ts +4 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +11 -0
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +8 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +5 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +12 -0
- package/dist-types/commands/GetCrawlerCommand.d.ts +3 -0
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +7 -0
- package/dist-types/commands/GetCrawlersCommand.d.ts +4 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +3 -0
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +3 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +3 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +3 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +3 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +3 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +6 -0
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +3 -0
- package/dist-types/commands/GetDevEndpointCommand.d.ts +3 -0
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +4 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +4 -0
- package/dist-types/commands/GetJobCommand.d.ts +3 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +5 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +5 -0
- package/dist-types/commands/GetJobsCommand.d.ts +4 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +4 -0
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +15 -0
- package/dist-types/commands/GetMLTransformCommand.d.ts +3 -0
- package/dist-types/commands/GetMLTransformsCommand.d.ts +24 -0
- package/dist-types/commands/GetMappingCommand.d.ts +35 -0
- package/dist-types/commands/GetPartitionCommand.d.ts +8 -0
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +6 -0
- package/dist-types/commands/GetPartitionsCommand.d.ts +15 -0
- package/dist-types/commands/GetPlanCommand.d.ts +49 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +6 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +4 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -0
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +8 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +7 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +12 -0
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +16 -0
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/GetSessionCommand.d.ts +4 -0
- package/dist-types/commands/GetStatementCommand.d.ts +5 -0
- package/dist-types/commands/GetTableCommand.d.ts +7 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +7 -0
- package/dist-types/commands/GetTablesCommand.d.ts +9 -0
- package/dist-types/commands/GetTagsCommand.d.ts +3 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +3 -0
- package/dist-types/commands/GetTriggersCommand.d.ts +5 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +18 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +22 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +15 -0
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +5 -0
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +7 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +4 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +5 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +4 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +6 -0
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +3 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +7 -0
- package/dist-types/commands/ListCrawlersCommand.d.ts +7 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +12 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +4 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +21 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +19 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +19 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +19 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +7 -0
- package/dist-types/commands/ListJobsCommand.d.ts +7 -0
- package/dist-types/commands/ListMLTransformsCommand.d.ts +27 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +4 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +9 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +8 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +8 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +5 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +8 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +4 -0
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +13 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +7 -0
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +7 -0
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +20 -0
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +8 -0
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +4 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +7 -0
- package/dist-types/commands/RunStatementCommand.d.ts +5 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +20 -0
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +5 -0
- package/dist-types/commands/StartCrawlerCommand.d.ts +3 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +3 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +18 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +24 -0
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +4 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +5 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +17 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +3 -0
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +4 -0
- package/dist-types/commands/StartTriggerCommand.d.ts +3 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -0
- package/dist-types/commands/StopCrawlerCommand.d.ts +3 -0
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +3 -0
- package/dist-types/commands/StopSessionCommand.d.ts +4 -0
- package/dist-types/commands/StopTriggerCommand.d.ts +3 -0
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +5 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +32 -0
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +64 -0
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +61 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +22 -0
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +88 -0
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +26 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +21 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +865 -0
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +21 -0
- package/dist-types/commands/UpdatePartitionCommand.d.ts +74 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +7 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +13 -0
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +90 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +38 -0
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +17 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +8 -0
- package/package.json +8 -8
|
@@ -27,6 +27,19 @@ export interface CreateDataQualityRulesetCommandOutput extends CreateDataQuality
|
|
|
27
27
|
* import { GlueClient, CreateDataQualityRulesetCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
28
28
|
* // const { GlueClient, CreateDataQualityRulesetCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
29
29
|
* const client = new GlueClient(config);
|
|
30
|
+
* const input = { // CreateDataQualityRulesetRequest
|
|
31
|
+
* Name: "STRING_VALUE", // required
|
|
32
|
+
* Description: "STRING_VALUE",
|
|
33
|
+
* Ruleset: "STRING_VALUE", // required
|
|
34
|
+
* Tags: { // TagsMap
|
|
35
|
+
* "<keys>": "STRING_VALUE",
|
|
36
|
+
* },
|
|
37
|
+
* TargetTable: { // DataQualityTargetTable
|
|
38
|
+
* TableName: "STRING_VALUE", // required
|
|
39
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
40
|
+
* },
|
|
41
|
+
* ClientToken: "STRING_VALUE",
|
|
42
|
+
* };
|
|
30
43
|
* const command = new CreateDataQualityRulesetCommand(input);
|
|
31
44
|
* const response = await client.send(command);
|
|
32
45
|
* ```
|
|
@@ -26,6 +26,34 @@ export interface CreateDatabaseCommandOutput extends CreateDatabaseResponse, __M
|
|
|
26
26
|
* import { GlueClient, CreateDatabaseCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, CreateDatabaseCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // CreateDatabaseRequest
|
|
30
|
+
* CatalogId: "STRING_VALUE",
|
|
31
|
+
* DatabaseInput: { // DatabaseInput
|
|
32
|
+
* Name: "STRING_VALUE", // required
|
|
33
|
+
* Description: "STRING_VALUE",
|
|
34
|
+
* LocationUri: "STRING_VALUE",
|
|
35
|
+
* Parameters: { // ParametersMap
|
|
36
|
+
* "<keys>": "STRING_VALUE",
|
|
37
|
+
* },
|
|
38
|
+
* CreateTableDefaultPermissions: [ // PrincipalPermissionsList
|
|
39
|
+
* { // PrincipalPermissions
|
|
40
|
+
* Principal: { // DataLakePrincipal
|
|
41
|
+
* DataLakePrincipalIdentifier: "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* Permissions: [ // PermissionList
|
|
44
|
+
* "ALL" || "SELECT" || "ALTER" || "DROP" || "DELETE" || "INSERT" || "CREATE_DATABASE" || "CREATE_TABLE" || "DATA_LOCATION_ACCESS",
|
|
45
|
+
* ],
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* TargetDatabase: { // DatabaseIdentifier
|
|
49
|
+
* CatalogId: "STRING_VALUE",
|
|
50
|
+
* DatabaseName: "STRING_VALUE",
|
|
51
|
+
* },
|
|
52
|
+
* },
|
|
53
|
+
* Tags: { // TagsMap
|
|
54
|
+
* "<keys>": "STRING_VALUE",
|
|
55
|
+
* },
|
|
56
|
+
* };
|
|
29
57
|
* const command = new CreateDatabaseCommand(input);
|
|
30
58
|
* const response = await client.send(command);
|
|
31
59
|
* ```
|
|
@@ -26,6 +26,31 @@ export interface CreateDevEndpointCommandOutput extends CreateDevEndpointRespons
|
|
|
26
26
|
* import { GlueClient, CreateDevEndpointCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, CreateDevEndpointCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // CreateDevEndpointRequest
|
|
30
|
+
* EndpointName: "STRING_VALUE", // required
|
|
31
|
+
* RoleArn: "STRING_VALUE", // required
|
|
32
|
+
* SecurityGroupIds: [ // StringList
|
|
33
|
+
* "STRING_VALUE",
|
|
34
|
+
* ],
|
|
35
|
+
* SubnetId: "STRING_VALUE",
|
|
36
|
+
* PublicKey: "STRING_VALUE",
|
|
37
|
+
* PublicKeys: [ // PublicKeysList
|
|
38
|
+
* "STRING_VALUE",
|
|
39
|
+
* ],
|
|
40
|
+
* NumberOfNodes: Number("int"),
|
|
41
|
+
* WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
|
|
42
|
+
* GlueVersion: "STRING_VALUE",
|
|
43
|
+
* NumberOfWorkers: Number("int"),
|
|
44
|
+
* ExtraPythonLibsS3Path: "STRING_VALUE",
|
|
45
|
+
* ExtraJarsS3Path: "STRING_VALUE",
|
|
46
|
+
* SecurityConfiguration: "STRING_VALUE",
|
|
47
|
+
* Tags: { // TagsMap
|
|
48
|
+
* "<keys>": "STRING_VALUE",
|
|
49
|
+
* },
|
|
50
|
+
* Arguments: { // MapValue
|
|
51
|
+
* "<keys>": "STRING_VALUE",
|
|
52
|
+
* },
|
|
53
|
+
* };
|
|
29
54
|
* const command = new CreateDevEndpointCommand(input);
|
|
30
55
|
* const response = await client.send(command);
|
|
31
56
|
* ```
|