@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
|
@@ -26,6 +26,10 @@ export interface ListCustomEntityTypesCommandOutput extends ListCustomEntityType
|
|
|
26
26
|
* import { GlueClient, ListCustomEntityTypesCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, ListCustomEntityTypesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // ListCustomEntityTypesRequest
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* };
|
|
29
33
|
* const command = new ListCustomEntityTypesCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,27 @@ export interface ListDataQualityResultsCommandOutput extends ListDataQualityResu
|
|
|
26
26
|
* import { GlueClient, ListDataQualityResultsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, ListDataQualityResultsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // ListDataQualityResultsRequest
|
|
30
|
+
* Filter: { // DataQualityResultFilterCriteria
|
|
31
|
+
* DataSource: { // DataSource
|
|
32
|
+
* GlueTable: { // GlueTable
|
|
33
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
34
|
+
* TableName: "STRING_VALUE", // required
|
|
35
|
+
* CatalogId: "STRING_VALUE",
|
|
36
|
+
* ConnectionName: "STRING_VALUE",
|
|
37
|
+
* AdditionalOptions: { // GlueTableAdditionalOptions
|
|
38
|
+
* "<keys>": "STRING_VALUE",
|
|
39
|
+
* },
|
|
40
|
+
* },
|
|
41
|
+
* },
|
|
42
|
+
* JobName: "STRING_VALUE",
|
|
43
|
+
* JobRunId: "STRING_VALUE",
|
|
44
|
+
* StartedAfter: new Date("TIMESTAMP"),
|
|
45
|
+
* StartedBefore: new Date("TIMESTAMP"),
|
|
46
|
+
* },
|
|
47
|
+
* NextToken: "STRING_VALUE",
|
|
48
|
+
* MaxResults: Number("int"),
|
|
49
|
+
* };
|
|
29
50
|
* const command = new ListDataQualityResultsCommand(input);
|
|
30
51
|
* const response = await client.send(command);
|
|
31
52
|
* ```
|
|
@@ -26,6 +26,25 @@ export interface ListDataQualityRuleRecommendationRunsCommandOutput extends List
|
|
|
26
26
|
* import { GlueClient, ListDataQualityRuleRecommendationRunsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, ListDataQualityRuleRecommendationRunsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // ListDataQualityRuleRecommendationRunsRequest
|
|
30
|
+
* Filter: { // DataQualityRuleRecommendationRunFilter
|
|
31
|
+
* DataSource: { // DataSource
|
|
32
|
+
* GlueTable: { // GlueTable
|
|
33
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
34
|
+
* TableName: "STRING_VALUE", // required
|
|
35
|
+
* CatalogId: "STRING_VALUE",
|
|
36
|
+
* ConnectionName: "STRING_VALUE",
|
|
37
|
+
* AdditionalOptions: { // GlueTableAdditionalOptions
|
|
38
|
+
* "<keys>": "STRING_VALUE",
|
|
39
|
+
* },
|
|
40
|
+
* },
|
|
41
|
+
* },
|
|
42
|
+
* StartedBefore: new Date("TIMESTAMP"),
|
|
43
|
+
* StartedAfter: new Date("TIMESTAMP"),
|
|
44
|
+
* },
|
|
45
|
+
* NextToken: "STRING_VALUE",
|
|
46
|
+
* MaxResults: Number("int"),
|
|
47
|
+
* };
|
|
29
48
|
* const command = new ListDataQualityRuleRecommendationRunsCommand(input);
|
|
30
49
|
* const response = await client.send(command);
|
|
31
50
|
* ```
|
|
@@ -26,6 +26,25 @@ export interface ListDataQualityRulesetEvaluationRunsCommandOutput extends ListD
|
|
|
26
26
|
* import { GlueClient, ListDataQualityRulesetEvaluationRunsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, ListDataQualityRulesetEvaluationRunsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // ListDataQualityRulesetEvaluationRunsRequest
|
|
30
|
+
* Filter: { // DataQualityRulesetEvaluationRunFilter
|
|
31
|
+
* DataSource: { // DataSource
|
|
32
|
+
* GlueTable: { // GlueTable
|
|
33
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
34
|
+
* TableName: "STRING_VALUE", // required
|
|
35
|
+
* CatalogId: "STRING_VALUE",
|
|
36
|
+
* ConnectionName: "STRING_VALUE",
|
|
37
|
+
* AdditionalOptions: { // GlueTableAdditionalOptions
|
|
38
|
+
* "<keys>": "STRING_VALUE",
|
|
39
|
+
* },
|
|
40
|
+
* },
|
|
41
|
+
* },
|
|
42
|
+
* StartedBefore: new Date("TIMESTAMP"),
|
|
43
|
+
* StartedAfter: new Date("TIMESTAMP"),
|
|
44
|
+
* },
|
|
45
|
+
* NextToken: "STRING_VALUE",
|
|
46
|
+
* MaxResults: Number("int"),
|
|
47
|
+
* };
|
|
29
48
|
* const command = new ListDataQualityRulesetEvaluationRunsCommand(input);
|
|
30
49
|
* const response = await client.send(command);
|
|
31
50
|
* ```
|
|
@@ -26,6 +26,25 @@ export interface ListDataQualityRulesetsCommandOutput extends ListDataQualityRul
|
|
|
26
26
|
* import { GlueClient, ListDataQualityRulesetsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, ListDataQualityRulesetsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // ListDataQualityRulesetsRequest
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* Filter: { // DataQualityRulesetFilterCriteria
|
|
33
|
+
* Name: "STRING_VALUE",
|
|
34
|
+
* Description: "STRING_VALUE",
|
|
35
|
+
* CreatedBefore: new Date("TIMESTAMP"),
|
|
36
|
+
* CreatedAfter: new Date("TIMESTAMP"),
|
|
37
|
+
* LastModifiedBefore: new Date("TIMESTAMP"),
|
|
38
|
+
* LastModifiedAfter: new Date("TIMESTAMP"),
|
|
39
|
+
* TargetTable: { // DataQualityTargetTable
|
|
40
|
+
* TableName: "STRING_VALUE", // required
|
|
41
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
42
|
+
* },
|
|
43
|
+
* },
|
|
44
|
+
* Tags: { // TagsMap
|
|
45
|
+
* "<keys>": "STRING_VALUE",
|
|
46
|
+
* },
|
|
47
|
+
* };
|
|
29
48
|
* const command = new ListDataQualityRulesetsCommand(input);
|
|
30
49
|
* const response = await client.send(command);
|
|
31
50
|
* ```
|
|
@@ -31,6 +31,13 @@ export interface ListDevEndpointsCommandOutput extends ListDevEndpointsResponse,
|
|
|
31
31
|
* import { GlueClient, ListDevEndpointsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
32
32
|
* // const { GlueClient, ListDevEndpointsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
33
33
|
* const client = new GlueClient(config);
|
|
34
|
+
* const input = { // ListDevEndpointsRequest
|
|
35
|
+
* NextToken: "STRING_VALUE",
|
|
36
|
+
* MaxResults: Number("int"),
|
|
37
|
+
* Tags: { // TagsMap
|
|
38
|
+
* "<keys>": "STRING_VALUE",
|
|
39
|
+
* },
|
|
40
|
+
* };
|
|
34
41
|
* const command = new ListDevEndpointsCommand(input);
|
|
35
42
|
* const response = await client.send(command);
|
|
36
43
|
* ```
|
|
@@ -29,6 +29,13 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
|
|
|
29
29
|
* import { GlueClient, ListJobsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
30
30
|
* // const { GlueClient, ListJobsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
31
31
|
* const client = new GlueClient(config);
|
|
32
|
+
* const input = { // ListJobsRequest
|
|
33
|
+
* NextToken: "STRING_VALUE",
|
|
34
|
+
* MaxResults: Number("int"),
|
|
35
|
+
* Tags: { // TagsMap
|
|
36
|
+
* "<keys>": "STRING_VALUE",
|
|
37
|
+
* },
|
|
38
|
+
* };
|
|
32
39
|
* const command = new ListJobsCommand(input);
|
|
33
40
|
* const response = await client.send(command);
|
|
34
41
|
* ```
|
|
@@ -30,6 +30,33 @@ export interface ListMLTransformsCommandOutput extends ListMLTransformsResponse,
|
|
|
30
30
|
* import { GlueClient, ListMLTransformsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
31
31
|
* // const { GlueClient, ListMLTransformsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
32
32
|
* const client = new GlueClient(config);
|
|
33
|
+
* const input = { // ListMLTransformsRequest
|
|
34
|
+
* NextToken: "STRING_VALUE",
|
|
35
|
+
* MaxResults: Number("int"),
|
|
36
|
+
* Filter: { // TransformFilterCriteria
|
|
37
|
+
* Name: "STRING_VALUE",
|
|
38
|
+
* TransformType: "FIND_MATCHES",
|
|
39
|
+
* Status: "NOT_READY" || "READY" || "DELETING",
|
|
40
|
+
* GlueVersion: "STRING_VALUE",
|
|
41
|
+
* CreatedBefore: new Date("TIMESTAMP"),
|
|
42
|
+
* CreatedAfter: new Date("TIMESTAMP"),
|
|
43
|
+
* LastModifiedBefore: new Date("TIMESTAMP"),
|
|
44
|
+
* LastModifiedAfter: new Date("TIMESTAMP"),
|
|
45
|
+
* Schema: [ // TransformSchema
|
|
46
|
+
* { // SchemaColumn
|
|
47
|
+
* Name: "STRING_VALUE",
|
|
48
|
+
* DataType: "STRING_VALUE",
|
|
49
|
+
* },
|
|
50
|
+
* ],
|
|
51
|
+
* },
|
|
52
|
+
* Sort: { // TransformSortCriteria
|
|
53
|
+
* Column: "NAME" || "TRANSFORM_TYPE" || "STATUS" || "CREATED" || "LAST_MODIFIED", // required
|
|
54
|
+
* SortDirection: "DESCENDING" || "ASCENDING", // required
|
|
55
|
+
* },
|
|
56
|
+
* Tags: { // TagsMap
|
|
57
|
+
* "<keys>": "STRING_VALUE",
|
|
58
|
+
* },
|
|
59
|
+
* };
|
|
33
60
|
* const command = new ListMLTransformsCommand(input);
|
|
34
61
|
* const response = await client.send(command);
|
|
35
62
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __M
|
|
|
26
26
|
* import { GlueClient, ListRegistriesCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, ListRegistriesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // ListRegistriesInput
|
|
30
|
+
* MaxResults: Number("int"),
|
|
31
|
+
* NextToken: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new ListRegistriesCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,15 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo
|
|
|
26
26
|
* import { GlueClient, ListSchemaVersionsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, ListSchemaVersionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // ListSchemaVersionsInput
|
|
30
|
+
* SchemaId: { // SchemaId
|
|
31
|
+
* SchemaArn: "STRING_VALUE",
|
|
32
|
+
* SchemaName: "STRING_VALUE",
|
|
33
|
+
* RegistryName: "STRING_VALUE",
|
|
34
|
+
* },
|
|
35
|
+
* MaxResults: Number("int"),
|
|
36
|
+
* NextToken: "STRING_VALUE",
|
|
37
|
+
* };
|
|
29
38
|
* const command = new ListSchemaVersionsCommand(input);
|
|
30
39
|
* const response = await client.send(command);
|
|
31
40
|
* ```
|
|
@@ -27,6 +27,14 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
|
|
|
27
27
|
* import { GlueClient, ListSchemasCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
28
28
|
* // const { GlueClient, ListSchemasCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
29
29
|
* const client = new GlueClient(config);
|
|
30
|
+
* const input = { // ListSchemasInput
|
|
31
|
+
* RegistryId: { // RegistryId
|
|
32
|
+
* RegistryName: "STRING_VALUE",
|
|
33
|
+
* RegistryArn: "STRING_VALUE",
|
|
34
|
+
* },
|
|
35
|
+
* MaxResults: Number("int"),
|
|
36
|
+
* NextToken: "STRING_VALUE",
|
|
37
|
+
* };
|
|
30
38
|
* const command = new ListSchemasCommand(input);
|
|
31
39
|
* const response = await client.send(command);
|
|
32
40
|
* ```
|
|
@@ -26,6 +26,14 @@ export interface ListSessionsCommandOutput extends ListSessionsResponse, __Metad
|
|
|
26
26
|
* import { GlueClient, ListSessionsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, ListSessionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // ListSessionsRequest
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* Tags: { // TagsMap
|
|
33
|
+
* "<keys>": "STRING_VALUE",
|
|
34
|
+
* },
|
|
35
|
+
* RequestOrigin: "STRING_VALUE",
|
|
36
|
+
* };
|
|
29
37
|
* const command = new ListSessionsCommand(input);
|
|
30
38
|
* const response = await client.send(command);
|
|
31
39
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface ListStatementsCommandOutput extends ListStatementsResponse, __M
|
|
|
26
26
|
* import { GlueClient, ListStatementsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, ListStatementsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // ListStatementsRequest
|
|
30
|
+
* SessionId: "STRING_VALUE", // required
|
|
31
|
+
* RequestOrigin: "STRING_VALUE",
|
|
32
|
+
* NextToken: "STRING_VALUE",
|
|
33
|
+
* };
|
|
29
34
|
* const command = new ListStatementsCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -29,6 +29,14 @@ export interface ListTriggersCommandOutput extends ListTriggersResponse, __Metad
|
|
|
29
29
|
* import { GlueClient, ListTriggersCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
30
30
|
* // const { GlueClient, ListTriggersCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
31
31
|
* const client = new GlueClient(config);
|
|
32
|
+
* const input = { // ListTriggersRequest
|
|
33
|
+
* NextToken: "STRING_VALUE",
|
|
34
|
+
* DependentJobName: "STRING_VALUE",
|
|
35
|
+
* MaxResults: Number("int"),
|
|
36
|
+
* Tags: { // TagsMap
|
|
37
|
+
* "<keys>": "STRING_VALUE",
|
|
38
|
+
* },
|
|
39
|
+
* };
|
|
32
40
|
* const command = new ListTriggersCommand(input);
|
|
33
41
|
* const response = await client.send(command);
|
|
34
42
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
|
|
|
26
26
|
* import { GlueClient, ListWorkflowsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, ListWorkflowsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // ListWorkflowsRequest
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* };
|
|
29
33
|
* const command = new ListWorkflowsCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -27,6 +27,19 @@ export interface PutDataCatalogEncryptionSettingsCommandOutput extends PutDataCa
|
|
|
27
27
|
* import { GlueClient, PutDataCatalogEncryptionSettingsCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
28
28
|
* // const { GlueClient, PutDataCatalogEncryptionSettingsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
29
29
|
* const client = new GlueClient(config);
|
|
30
|
+
* const input = { // PutDataCatalogEncryptionSettingsRequest
|
|
31
|
+
* CatalogId: "STRING_VALUE",
|
|
32
|
+
* DataCatalogEncryptionSettings: { // DataCatalogEncryptionSettings
|
|
33
|
+
* EncryptionAtRest: { // EncryptionAtRest
|
|
34
|
+
* CatalogEncryptionMode: "DISABLED" || "SSE-KMS", // required
|
|
35
|
+
* SseAwsKmsKeyId: "STRING_VALUE",
|
|
36
|
+
* },
|
|
37
|
+
* ConnectionPasswordEncryption: { // ConnectionPasswordEncryption
|
|
38
|
+
* ReturnConnectionPasswordEncrypted: true || false, // required
|
|
39
|
+
* AwsKmsKeyId: "STRING_VALUE",
|
|
40
|
+
* },
|
|
41
|
+
* },
|
|
42
|
+
* };
|
|
30
43
|
* const command = new PutDataCatalogEncryptionSettingsCommand(input);
|
|
31
44
|
* const response = await client.send(command);
|
|
32
45
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
26
26
|
* import { GlueClient, PutResourcePolicyCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, PutResourcePolicyCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // PutResourcePolicyRequest
|
|
30
|
+
* PolicyInJson: "STRING_VALUE", // required
|
|
31
|
+
* ResourceArn: "STRING_VALUE",
|
|
32
|
+
* PolicyHashCondition: "STRING_VALUE",
|
|
33
|
+
* PolicyExistsCondition: "MUST_EXIST" || "NOT_EXIST" || "NONE",
|
|
34
|
+
* EnableHybrid: "TRUE" || "FALSE",
|
|
35
|
+
* };
|
|
29
36
|
* const command = new PutResourcePolicyCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -26,6 +26,22 @@ export interface PutSchemaVersionMetadataCommandOutput extends PutSchemaVersionM
|
|
|
26
26
|
* import { GlueClient, PutSchemaVersionMetadataCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, PutSchemaVersionMetadataCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // PutSchemaVersionMetadataInput
|
|
30
|
+
* SchemaId: { // SchemaId
|
|
31
|
+
* SchemaArn: "STRING_VALUE",
|
|
32
|
+
* SchemaName: "STRING_VALUE",
|
|
33
|
+
* RegistryName: "STRING_VALUE",
|
|
34
|
+
* },
|
|
35
|
+
* SchemaVersionNumber: { // SchemaVersionNumber
|
|
36
|
+
* LatestVersion: true || false,
|
|
37
|
+
* VersionNumber: Number("long"),
|
|
38
|
+
* },
|
|
39
|
+
* SchemaVersionId: "STRING_VALUE",
|
|
40
|
+
* MetadataKeyValue: { // MetadataKeyValuePair
|
|
41
|
+
* MetadataKey: "STRING_VALUE",
|
|
42
|
+
* MetadataValue: "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* };
|
|
29
45
|
* const command = new PutSchemaVersionMetadataCommand(input);
|
|
30
46
|
* const response = await client.send(command);
|
|
31
47
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface PutWorkflowRunPropertiesCommandOutput extends PutWorkflowRunPro
|
|
|
26
26
|
* import { GlueClient, PutWorkflowRunPropertiesCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, PutWorkflowRunPropertiesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // PutWorkflowRunPropertiesRequest
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* RunId: "STRING_VALUE", // required
|
|
32
|
+
* RunProperties: { // WorkflowRunProperties // required
|
|
33
|
+
* "<keys>": "STRING_VALUE",
|
|
34
|
+
* },
|
|
35
|
+
* };
|
|
29
36
|
* const command = new PutWorkflowRunPropertiesCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -26,6 +26,26 @@ export interface QuerySchemaVersionMetadataCommandOutput extends QuerySchemaVers
|
|
|
26
26
|
* import { GlueClient, QuerySchemaVersionMetadataCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, QuerySchemaVersionMetadataCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // QuerySchemaVersionMetadataInput
|
|
30
|
+
* SchemaId: { // SchemaId
|
|
31
|
+
* SchemaArn: "STRING_VALUE",
|
|
32
|
+
* SchemaName: "STRING_VALUE",
|
|
33
|
+
* RegistryName: "STRING_VALUE",
|
|
34
|
+
* },
|
|
35
|
+
* SchemaVersionNumber: { // SchemaVersionNumber
|
|
36
|
+
* LatestVersion: true || false,
|
|
37
|
+
* VersionNumber: Number("long"),
|
|
38
|
+
* },
|
|
39
|
+
* SchemaVersionId: "STRING_VALUE",
|
|
40
|
+
* MetadataList: [ // MetadataList
|
|
41
|
+
* { // MetadataKeyValuePair
|
|
42
|
+
* MetadataKey: "STRING_VALUE",
|
|
43
|
+
* MetadataValue: "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* MaxResults: Number("int"),
|
|
47
|
+
* NextToken: "STRING_VALUE",
|
|
48
|
+
* };
|
|
29
49
|
* const command = new QuerySchemaVersionMetadataCommand(input);
|
|
30
50
|
* const response = await client.send(command);
|
|
31
51
|
* ```
|
|
@@ -28,6 +28,14 @@ export interface RegisterSchemaVersionCommandOutput extends RegisterSchemaVersio
|
|
|
28
28
|
* import { GlueClient, RegisterSchemaVersionCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
29
29
|
* // const { GlueClient, RegisterSchemaVersionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
30
30
|
* const client = new GlueClient(config);
|
|
31
|
+
* const input = { // RegisterSchemaVersionInput
|
|
32
|
+
* SchemaId: { // SchemaId
|
|
33
|
+
* SchemaArn: "STRING_VALUE",
|
|
34
|
+
* SchemaName: "STRING_VALUE",
|
|
35
|
+
* RegistryName: "STRING_VALUE",
|
|
36
|
+
* },
|
|
37
|
+
* SchemaDefinition: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
31
39
|
* const command = new RegisterSchemaVersionCommand(input);
|
|
32
40
|
* const response = await client.send(command);
|
|
33
41
|
* ```
|
|
@@ -26,6 +26,22 @@ export interface RemoveSchemaVersionMetadataCommandOutput extends RemoveSchemaVe
|
|
|
26
26
|
* import { GlueClient, RemoveSchemaVersionMetadataCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, RemoveSchemaVersionMetadataCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // RemoveSchemaVersionMetadataInput
|
|
30
|
+
* SchemaId: { // SchemaId
|
|
31
|
+
* SchemaArn: "STRING_VALUE",
|
|
32
|
+
* SchemaName: "STRING_VALUE",
|
|
33
|
+
* RegistryName: "STRING_VALUE",
|
|
34
|
+
* },
|
|
35
|
+
* SchemaVersionNumber: { // SchemaVersionNumber
|
|
36
|
+
* LatestVersion: true || false,
|
|
37
|
+
* VersionNumber: Number("long"),
|
|
38
|
+
* },
|
|
39
|
+
* SchemaVersionId: "STRING_VALUE",
|
|
40
|
+
* MetadataKeyValue: { // MetadataKeyValuePair
|
|
41
|
+
* MetadataKey: "STRING_VALUE",
|
|
42
|
+
* MetadataValue: "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* };
|
|
29
45
|
* const command = new RemoveSchemaVersionMetadataCommand(input);
|
|
30
46
|
* const response = await client.send(command);
|
|
31
47
|
* ```
|
|
@@ -44,6 +44,10 @@ export interface ResetJobBookmarkCommandOutput extends ResetJobBookmarkResponse,
|
|
|
44
44
|
* import { GlueClient, ResetJobBookmarkCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
45
45
|
* // const { GlueClient, ResetJobBookmarkCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
46
46
|
* const client = new GlueClient(config);
|
|
47
|
+
* const input = { // ResetJobBookmarkRequest
|
|
48
|
+
* JobName: "STRING_VALUE", // required
|
|
49
|
+
* RunId: "STRING_VALUE",
|
|
50
|
+
* };
|
|
47
51
|
* const command = new ResetJobBookmarkCommand(input);
|
|
48
52
|
* const response = await client.send(command);
|
|
49
53
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface ResumeWorkflowRunCommandOutput extends ResumeWorkflowRunRespons
|
|
|
26
26
|
* import { GlueClient, ResumeWorkflowRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, ResumeWorkflowRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // ResumeWorkflowRunRequest
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* RunId: "STRING_VALUE", // required
|
|
32
|
+
* NodeIds: [ // NodeIdList // required
|
|
33
|
+
* "STRING_VALUE",
|
|
34
|
+
* ],
|
|
35
|
+
* };
|
|
29
36
|
* const command = new ResumeWorkflowRunCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface RunStatementCommandOutput extends RunStatementResponse, __Metad
|
|
|
26
26
|
* import { GlueClient, RunStatementCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, RunStatementCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // RunStatementRequest
|
|
30
|
+
* SessionId: "STRING_VALUE", // required
|
|
31
|
+
* Code: "STRING_VALUE", // required
|
|
32
|
+
* RequestOrigin: "STRING_VALUE",
|
|
33
|
+
* };
|
|
29
34
|
* const command = new RunStatementCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -27,6 +27,26 @@ export interface SearchTablesCommandOutput extends SearchTablesResponse, __Metad
|
|
|
27
27
|
* import { GlueClient, SearchTablesCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
28
28
|
* // const { GlueClient, SearchTablesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
29
29
|
* const client = new GlueClient(config);
|
|
30
|
+
* const input = { // SearchTablesRequest
|
|
31
|
+
* CatalogId: "STRING_VALUE",
|
|
32
|
+
* NextToken: "STRING_VALUE",
|
|
33
|
+
* Filters: [ // SearchPropertyPredicates
|
|
34
|
+
* { // PropertyPredicate
|
|
35
|
+
* Key: "STRING_VALUE",
|
|
36
|
+
* Value: "STRING_VALUE",
|
|
37
|
+
* Comparator: "EQUALS" || "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_EQUALS" || "LESS_THAN_EQUALS",
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* SearchText: "STRING_VALUE",
|
|
41
|
+
* SortCriteria: [ // SortCriteria
|
|
42
|
+
* { // SortCriterion
|
|
43
|
+
* FieldName: "STRING_VALUE",
|
|
44
|
+
* Sort: "ASC" || "DESC",
|
|
45
|
+
* },
|
|
46
|
+
* ],
|
|
47
|
+
* MaxResults: Number("int"),
|
|
48
|
+
* ResourceShareType: "FOREIGN" || "ALL",
|
|
49
|
+
* };
|
|
30
50
|
* const command = new SearchTablesCommand(input);
|
|
31
51
|
* const response = await client.send(command);
|
|
32
52
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface StartBlueprintRunCommandOutput extends StartBlueprintRunRespons
|
|
|
26
26
|
* import { GlueClient, StartBlueprintRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, StartBlueprintRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // StartBlueprintRunRequest
|
|
30
|
+
* BlueprintName: "STRING_VALUE", // required
|
|
31
|
+
* Parameters: "STRING_VALUE",
|
|
32
|
+
* RoleArn: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
29
34
|
* const command = new StartBlueprintRunCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface StartCrawlerCommandOutput extends StartCrawlerResponse, __Metad
|
|
|
28
28
|
* import { GlueClient, StartCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
29
29
|
* // const { GlueClient, StartCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
30
30
|
* const client = new GlueClient(config);
|
|
31
|
+
* const input = { // StartCrawlerRequest
|
|
32
|
+
* Name: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new StartCrawlerCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface StartCrawlerScheduleCommandOutput extends StartCrawlerScheduleR
|
|
|
28
28
|
* import { GlueClient, StartCrawlerScheduleCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
29
29
|
* // const { GlueClient, StartCrawlerScheduleCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
30
30
|
* const client = new GlueClient(config);
|
|
31
|
+
* const input = { // StartCrawlerScheduleRequest
|
|
32
|
+
* CrawlerName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new StartCrawlerScheduleCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -26,6 +26,24 @@ export interface StartDataQualityRuleRecommendationRunCommandOutput extends Star
|
|
|
26
26
|
* import { GlueClient, StartDataQualityRuleRecommendationRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, StartDataQualityRuleRecommendationRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // StartDataQualityRuleRecommendationRunRequest
|
|
30
|
+
* DataSource: { // DataSource
|
|
31
|
+
* GlueTable: { // GlueTable
|
|
32
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
33
|
+
* TableName: "STRING_VALUE", // required
|
|
34
|
+
* CatalogId: "STRING_VALUE",
|
|
35
|
+
* ConnectionName: "STRING_VALUE",
|
|
36
|
+
* AdditionalOptions: { // GlueTableAdditionalOptions
|
|
37
|
+
* "<keys>": "STRING_VALUE",
|
|
38
|
+
* },
|
|
39
|
+
* },
|
|
40
|
+
* },
|
|
41
|
+
* Role: "STRING_VALUE", // required
|
|
42
|
+
* NumberOfWorkers: Number("int"),
|
|
43
|
+
* Timeout: Number("int"),
|
|
44
|
+
* CreatedRulesetName: "STRING_VALUE",
|
|
45
|
+
* ClientToken: "STRING_VALUE",
|
|
46
|
+
* };
|
|
29
47
|
* const command = new StartDataQualityRuleRecommendationRunCommand(input);
|
|
30
48
|
* const response = await client.send(command);
|
|
31
49
|
* ```
|
|
@@ -26,6 +26,30 @@ export interface StartDataQualityRulesetEvaluationRunCommandOutput extends Start
|
|
|
26
26
|
* import { GlueClient, StartDataQualityRulesetEvaluationRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, StartDataQualityRulesetEvaluationRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = { // StartDataQualityRulesetEvaluationRunRequest
|
|
30
|
+
* DataSource: { // DataSource
|
|
31
|
+
* GlueTable: { // GlueTable
|
|
32
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
33
|
+
* TableName: "STRING_VALUE", // required
|
|
34
|
+
* CatalogId: "STRING_VALUE",
|
|
35
|
+
* ConnectionName: "STRING_VALUE",
|
|
36
|
+
* AdditionalOptions: { // GlueTableAdditionalOptions
|
|
37
|
+
* "<keys>": "STRING_VALUE",
|
|
38
|
+
* },
|
|
39
|
+
* },
|
|
40
|
+
* },
|
|
41
|
+
* Role: "STRING_VALUE", // required
|
|
42
|
+
* NumberOfWorkers: Number("int"),
|
|
43
|
+
* Timeout: Number("int"),
|
|
44
|
+
* ClientToken: "STRING_VALUE",
|
|
45
|
+
* AdditionalRunOptions: { // DataQualityEvaluationRunAdditionalRunOptions
|
|
46
|
+
* CloudWatchMetricsEnabled: true || false,
|
|
47
|
+
* ResultsS3Prefix: "STRING_VALUE",
|
|
48
|
+
* },
|
|
49
|
+
* RulesetNames: [ // RulesetNames // required
|
|
50
|
+
* "STRING_VALUE",
|
|
51
|
+
* ],
|
|
52
|
+
* };
|
|
29
53
|
* const command = new StartDataQualityRulesetEvaluationRunCommand(input);
|
|
30
54
|
* const response = await client.send(command);
|
|
31
55
|
* ```
|
|
@@ -34,6 +34,10 @@ export interface StartExportLabelsTaskRunCommandOutput extends StartExportLabels
|
|
|
34
34
|
* import { GlueClient, StartExportLabelsTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
35
35
|
* // const { GlueClient, StartExportLabelsTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
36
36
|
* const client = new GlueClient(config);
|
|
37
|
+
* const input = { // StartExportLabelsTaskRunRequest
|
|
38
|
+
* TransformId: "STRING_VALUE", // required
|
|
39
|
+
* OutputS3Path: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
37
41
|
* const command = new StartExportLabelsTaskRunCommand(input);
|
|
38
42
|
* const response = await client.send(command);
|
|
39
43
|
* ```
|
|
@@ -47,6 +47,11 @@ export interface StartImportLabelsTaskRunCommandOutput extends StartImportLabels
|
|
|
47
47
|
* import { GlueClient, StartImportLabelsTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
48
48
|
* // const { GlueClient, StartImportLabelsTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
49
49
|
* const client = new GlueClient(config);
|
|
50
|
+
* const input = { // StartImportLabelsTaskRunRequest
|
|
51
|
+
* TransformId: "STRING_VALUE", // required
|
|
52
|
+
* InputS3Path: "STRING_VALUE", // required
|
|
53
|
+
* ReplaceAllLabels: true || false,
|
|
54
|
+
* };
|
|
50
55
|
* const command = new StartImportLabelsTaskRunCommand(input);
|
|
51
56
|
* const response = await client.send(command);
|
|
52
57
|
* ```
|