@aws-sdk/client-glue 3.299.0 → 3.300.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 +77 -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 +82 -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 +1105 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +41 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +75 -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 +102 -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 +1104 -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 +78 -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 +96 -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
|
@@ -36,6 +36,10 @@ export interface StartMLLabelingSetGenerationTaskRunCommandOutput extends StartM
|
|
|
36
36
|
* import { GlueClient, StartMLLabelingSetGenerationTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
37
37
|
* // const { GlueClient, StartMLLabelingSetGenerationTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
38
38
|
* const client = new GlueClient(config);
|
|
39
|
+
* const input = {
|
|
40
|
+
* TransformId: "STRING_VALUE", // required
|
|
41
|
+
* OutputS3Path: "STRING_VALUE", // required
|
|
42
|
+
* };
|
|
39
43
|
* const command = new StartMLLabelingSetGenerationTaskRunCommand(input);
|
|
40
44
|
* const response = await client.send(command);
|
|
41
45
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface StartTriggerCommandOutput extends StartTriggerResponse, __Metad
|
|
|
28
28
|
* import { GlueClient, StartTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
29
29
|
* // const { GlueClient, StartTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
30
30
|
* const client = new GlueClient(config);
|
|
31
|
+
* const input = {
|
|
32
|
+
* Name: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new StartTriggerCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse,
|
|
|
26
26
|
* import { GlueClient, StartWorkflowRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, StartWorkflowRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* RunProperties: {
|
|
32
|
+
* "<keys>": "STRING_VALUE",
|
|
33
|
+
* },
|
|
34
|
+
* };
|
|
29
35
|
* const command = new StartWorkflowRunCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface StopCrawlerCommandOutput extends StopCrawlerResponse, __Metadat
|
|
|
26
26
|
* import { GlueClient, StopCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, StopCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new StopCrawlerCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface StopCrawlerScheduleCommandOutput extends StopCrawlerScheduleRes
|
|
|
28
28
|
* import { GlueClient, StopCrawlerScheduleCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
29
29
|
* // const { GlueClient, StopCrawlerScheduleCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
30
30
|
* const client = new GlueClient(config);
|
|
31
|
+
* const input = {
|
|
32
|
+
* CrawlerName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new StopCrawlerScheduleCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface StopSessionCommandOutput extends StopSessionResponse, __Metadat
|
|
|
26
26
|
* import { GlueClient, StopSessionCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, StopSessionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* RequestOrigin: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new StopSessionCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface StopTriggerCommandOutput extends StopTriggerResponse, __Metadat
|
|
|
26
26
|
* import { GlueClient, StopTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, StopTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new StopTriggerCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface StopWorkflowRunCommandOutput extends StopWorkflowRunResponse, _
|
|
|
26
26
|
* import { GlueClient, StopWorkflowRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, StopWorkflowRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* RunId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new StopWorkflowRunCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -28,6 +28,12 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
28
28
|
* import { GlueClient, TagResourceCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
29
29
|
* // const { GlueClient, TagResourceCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
30
30
|
* const client = new GlueClient(config);
|
|
31
|
+
* const input = {
|
|
32
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
33
|
+
* TagsToAdd: { // required
|
|
34
|
+
* "<keys>": "STRING_VALUE",
|
|
35
|
+
* },
|
|
36
|
+
* };
|
|
31
37
|
* const command = new TagResourceCommand(input);
|
|
32
38
|
* const response = await client.send(command);
|
|
33
39
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { GlueClient, UntagResourceCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, UntagResourceCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
+
* TagsToRemove: [ // required
|
|
32
|
+
* "STRING_VALUE",
|
|
33
|
+
* ],
|
|
34
|
+
* };
|
|
29
35
|
* const command = new UntagResourceCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface UpdateBlueprintCommandOutput extends UpdateBlueprintResponse, _
|
|
|
26
26
|
* import { GlueClient, UpdateBlueprintCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, UpdateBlueprintCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* Description: "STRING_VALUE",
|
|
32
|
+
* BlueprintLocation: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
29
34
|
* const command = new UpdateBlueprintCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -28,6 +28,38 @@ export interface UpdateClassifierCommandOutput extends UpdateClassifierResponse,
|
|
|
28
28
|
* import { GlueClient, UpdateClassifierCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
29
29
|
* // const { GlueClient, UpdateClassifierCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
30
30
|
* const client = new GlueClient(config);
|
|
31
|
+
* const input = {
|
|
32
|
+
* GrokClassifier: {
|
|
33
|
+
* Name: "STRING_VALUE", // required
|
|
34
|
+
* Classification: "STRING_VALUE",
|
|
35
|
+
* GrokPattern: "STRING_VALUE",
|
|
36
|
+
* CustomPatterns: "STRING_VALUE",
|
|
37
|
+
* },
|
|
38
|
+
* XMLClassifier: {
|
|
39
|
+
* Name: "STRING_VALUE", // required
|
|
40
|
+
* Classification: "STRING_VALUE",
|
|
41
|
+
* RowTag: "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* JsonClassifier: {
|
|
44
|
+
* Name: "STRING_VALUE", // required
|
|
45
|
+
* JsonPath: "STRING_VALUE",
|
|
46
|
+
* },
|
|
47
|
+
* CsvClassifier: {
|
|
48
|
+
* Name: "STRING_VALUE", // required
|
|
49
|
+
* Delimiter: "STRING_VALUE",
|
|
50
|
+
* QuoteSymbol: "STRING_VALUE",
|
|
51
|
+
* ContainsHeader: "UNKNOWN" || "PRESENT" || "ABSENT",
|
|
52
|
+
* Header: [
|
|
53
|
+
* "STRING_VALUE",
|
|
54
|
+
* ],
|
|
55
|
+
* DisableValueTrimming: true || false,
|
|
56
|
+
* AllowSingleColumn: true || false,
|
|
57
|
+
* CustomDatatypeConfigured: true || false,
|
|
58
|
+
* CustomDatatypes: [
|
|
59
|
+
* "STRING_VALUE",
|
|
60
|
+
* ],
|
|
61
|
+
* },
|
|
62
|
+
* };
|
|
31
63
|
* const command = new UpdateClassifierCommand(input);
|
|
32
64
|
* const response = await client.send(command);
|
|
33
65
|
* ```
|
|
@@ -27,6 +27,70 @@ export interface UpdateColumnStatisticsForPartitionCommandOutput extends UpdateC
|
|
|
27
27
|
* import { GlueClient, UpdateColumnStatisticsForPartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
28
28
|
* // const { GlueClient, UpdateColumnStatisticsForPartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
29
29
|
* const client = new GlueClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* CatalogId: "STRING_VALUE",
|
|
32
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
33
|
+
* TableName: "STRING_VALUE", // required
|
|
34
|
+
* PartitionValues: [ // required
|
|
35
|
+
* "STRING_VALUE",
|
|
36
|
+
* ],
|
|
37
|
+
* ColumnStatisticsList: [ // required
|
|
38
|
+
* {
|
|
39
|
+
* ColumnName: "STRING_VALUE", // required
|
|
40
|
+
* ColumnType: "STRING_VALUE", // required
|
|
41
|
+
* AnalyzedTime: new Date("TIMESTAMP"), // required
|
|
42
|
+
* StatisticsData: {
|
|
43
|
+
* Type: "BOOLEAN" || "DATE" || "DECIMAL" || "DOUBLE" || "LONG" || "STRING" || "BINARY", // required
|
|
44
|
+
* BooleanColumnStatisticsData: {
|
|
45
|
+
* NumberOfTrues: Number("long"), // required
|
|
46
|
+
* NumberOfFalses: Number("long"), // required
|
|
47
|
+
* NumberOfNulls: Number("long"), // required
|
|
48
|
+
* },
|
|
49
|
+
* DateColumnStatisticsData: {
|
|
50
|
+
* MinimumValue: new Date("TIMESTAMP"),
|
|
51
|
+
* MaximumValue: new Date("TIMESTAMP"),
|
|
52
|
+
* NumberOfNulls: Number("long"), // required
|
|
53
|
+
* NumberOfDistinctValues: Number("long"), // required
|
|
54
|
+
* },
|
|
55
|
+
* DecimalColumnStatisticsData: {
|
|
56
|
+
* MinimumValue: {
|
|
57
|
+
* UnscaledValue: "BLOB_VALUE", // required
|
|
58
|
+
* Scale: Number("int"), // required
|
|
59
|
+
* },
|
|
60
|
+
* MaximumValue: {
|
|
61
|
+
* UnscaledValue: "BLOB_VALUE", // required
|
|
62
|
+
* Scale: Number("int"), // required
|
|
63
|
+
* },
|
|
64
|
+
* NumberOfNulls: Number("long"), // required
|
|
65
|
+
* NumberOfDistinctValues: Number("long"), // required
|
|
66
|
+
* },
|
|
67
|
+
* DoubleColumnStatisticsData: {
|
|
68
|
+
* MinimumValue: Number("double"),
|
|
69
|
+
* MaximumValue: Number("double"),
|
|
70
|
+
* NumberOfNulls: Number("long"), // required
|
|
71
|
+
* NumberOfDistinctValues: Number("long"), // required
|
|
72
|
+
* },
|
|
73
|
+
* LongColumnStatisticsData: {
|
|
74
|
+
* MinimumValue: Number("long"),
|
|
75
|
+
* MaximumValue: Number("long"),
|
|
76
|
+
* NumberOfNulls: Number("long"), // required
|
|
77
|
+
* NumberOfDistinctValues: Number("long"), // required
|
|
78
|
+
* },
|
|
79
|
+
* StringColumnStatisticsData: {
|
|
80
|
+
* MaximumLength: Number("long"), // required
|
|
81
|
+
* AverageLength: Number("double"), // required
|
|
82
|
+
* NumberOfNulls: Number("long"), // required
|
|
83
|
+
* NumberOfDistinctValues: Number("long"), // required
|
|
84
|
+
* },
|
|
85
|
+
* BinaryColumnStatisticsData: {
|
|
86
|
+
* MaximumLength: Number("long"), // required
|
|
87
|
+
* AverageLength: Number("double"), // required
|
|
88
|
+
* NumberOfNulls: Number("long"), // required
|
|
89
|
+
* },
|
|
90
|
+
* },
|
|
91
|
+
* },
|
|
92
|
+
* ],
|
|
93
|
+
* };
|
|
30
94
|
* const command = new UpdateColumnStatisticsForPartitionCommand(input);
|
|
31
95
|
* const response = await client.send(command);
|
|
32
96
|
* ```
|
|
@@ -27,6 +27,67 @@ export interface UpdateColumnStatisticsForTableCommandOutput extends UpdateColum
|
|
|
27
27
|
* import { GlueClient, UpdateColumnStatisticsForTableCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
28
28
|
* // const { GlueClient, UpdateColumnStatisticsForTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
29
29
|
* const client = new GlueClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* CatalogId: "STRING_VALUE",
|
|
32
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
33
|
+
* TableName: "STRING_VALUE", // required
|
|
34
|
+
* ColumnStatisticsList: [ // required
|
|
35
|
+
* {
|
|
36
|
+
* ColumnName: "STRING_VALUE", // required
|
|
37
|
+
* ColumnType: "STRING_VALUE", // required
|
|
38
|
+
* AnalyzedTime: new Date("TIMESTAMP"), // required
|
|
39
|
+
* StatisticsData: {
|
|
40
|
+
* Type: "BOOLEAN" || "DATE" || "DECIMAL" || "DOUBLE" || "LONG" || "STRING" || "BINARY", // required
|
|
41
|
+
* BooleanColumnStatisticsData: {
|
|
42
|
+
* NumberOfTrues: Number("long"), // required
|
|
43
|
+
* NumberOfFalses: Number("long"), // required
|
|
44
|
+
* NumberOfNulls: Number("long"), // required
|
|
45
|
+
* },
|
|
46
|
+
* DateColumnStatisticsData: {
|
|
47
|
+
* MinimumValue: new Date("TIMESTAMP"),
|
|
48
|
+
* MaximumValue: new Date("TIMESTAMP"),
|
|
49
|
+
* NumberOfNulls: Number("long"), // required
|
|
50
|
+
* NumberOfDistinctValues: Number("long"), // required
|
|
51
|
+
* },
|
|
52
|
+
* DecimalColumnStatisticsData: {
|
|
53
|
+
* MinimumValue: {
|
|
54
|
+
* UnscaledValue: "BLOB_VALUE", // required
|
|
55
|
+
* Scale: Number("int"), // required
|
|
56
|
+
* },
|
|
57
|
+
* MaximumValue: {
|
|
58
|
+
* UnscaledValue: "BLOB_VALUE", // required
|
|
59
|
+
* Scale: Number("int"), // required
|
|
60
|
+
* },
|
|
61
|
+
* NumberOfNulls: Number("long"), // required
|
|
62
|
+
* NumberOfDistinctValues: Number("long"), // required
|
|
63
|
+
* },
|
|
64
|
+
* DoubleColumnStatisticsData: {
|
|
65
|
+
* MinimumValue: Number("double"),
|
|
66
|
+
* MaximumValue: Number("double"),
|
|
67
|
+
* NumberOfNulls: Number("long"), // required
|
|
68
|
+
* NumberOfDistinctValues: Number("long"), // required
|
|
69
|
+
* },
|
|
70
|
+
* LongColumnStatisticsData: {
|
|
71
|
+
* MinimumValue: Number("long"),
|
|
72
|
+
* MaximumValue: Number("long"),
|
|
73
|
+
* NumberOfNulls: Number("long"), // required
|
|
74
|
+
* NumberOfDistinctValues: Number("long"), // required
|
|
75
|
+
* },
|
|
76
|
+
* StringColumnStatisticsData: {
|
|
77
|
+
* MaximumLength: Number("long"), // required
|
|
78
|
+
* AverageLength: Number("double"), // required
|
|
79
|
+
* NumberOfNulls: Number("long"), // required
|
|
80
|
+
* NumberOfDistinctValues: Number("long"), // required
|
|
81
|
+
* },
|
|
82
|
+
* BinaryColumnStatisticsData: {
|
|
83
|
+
* MaximumLength: Number("long"), // required
|
|
84
|
+
* AverageLength: Number("double"), // required
|
|
85
|
+
* NumberOfNulls: Number("long"), // required
|
|
86
|
+
* },
|
|
87
|
+
* },
|
|
88
|
+
* },
|
|
89
|
+
* ],
|
|
90
|
+
* };
|
|
30
91
|
* const command = new UpdateColumnStatisticsForTableCommand(input);
|
|
31
92
|
* const response = await client.send(command);
|
|
32
93
|
* ```
|
|
@@ -26,6 +26,28 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
|
|
|
26
26
|
* import { GlueClient, UpdateConnectionCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, UpdateConnectionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* CatalogId: "STRING_VALUE",
|
|
31
|
+
* Name: "STRING_VALUE", // required
|
|
32
|
+
* ConnectionInput: {
|
|
33
|
+
* Name: "STRING_VALUE", // required
|
|
34
|
+
* Description: "STRING_VALUE",
|
|
35
|
+
* ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM", // required
|
|
36
|
+
* MatchCriteria: [
|
|
37
|
+
* "STRING_VALUE",
|
|
38
|
+
* ],
|
|
39
|
+
* ConnectionProperties: { // required
|
|
40
|
+
* "<keys>": "STRING_VALUE",
|
|
41
|
+
* },
|
|
42
|
+
* PhysicalConnectionRequirements: {
|
|
43
|
+
* SubnetId: "STRING_VALUE",
|
|
44
|
+
* SecurityGroupIdList: [
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* AvailabilityZone: "STRING_VALUE",
|
|
48
|
+
* },
|
|
49
|
+
* },
|
|
50
|
+
* };
|
|
29
51
|
* const command = new UpdateConnectionCommand(input);
|
|
30
52
|
* const response = await client.send(command);
|
|
31
53
|
* ```
|
|
@@ -28,6 +28,94 @@ export interface UpdateCrawlerCommandOutput extends UpdateCrawlerResponse, __Met
|
|
|
28
28
|
* import { GlueClient, UpdateCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
29
29
|
* // const { GlueClient, UpdateCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
30
30
|
* const client = new GlueClient(config);
|
|
31
|
+
* const input = {
|
|
32
|
+
* Name: "STRING_VALUE", // required
|
|
33
|
+
* Role: "STRING_VALUE",
|
|
34
|
+
* DatabaseName: "STRING_VALUE",
|
|
35
|
+
* Description: "STRING_VALUE",
|
|
36
|
+
* Targets: {
|
|
37
|
+
* S3Targets: [
|
|
38
|
+
* {
|
|
39
|
+
* Path: "STRING_VALUE",
|
|
40
|
+
* Exclusions: [
|
|
41
|
+
* "STRING_VALUE",
|
|
42
|
+
* ],
|
|
43
|
+
* ConnectionName: "STRING_VALUE",
|
|
44
|
+
* SampleSize: Number("int"),
|
|
45
|
+
* EventQueueArn: "STRING_VALUE",
|
|
46
|
+
* DlqEventQueueArn: "STRING_VALUE",
|
|
47
|
+
* },
|
|
48
|
+
* ],
|
|
49
|
+
* JdbcTargets: [
|
|
50
|
+
* {
|
|
51
|
+
* ConnectionName: "STRING_VALUE",
|
|
52
|
+
* Path: "STRING_VALUE",
|
|
53
|
+
* Exclusions: [
|
|
54
|
+
* "STRING_VALUE",
|
|
55
|
+
* ],
|
|
56
|
+
* EnableAdditionalMetadata: [
|
|
57
|
+
* "COMMENTS" || "RAWTYPES",
|
|
58
|
+
* ],
|
|
59
|
+
* },
|
|
60
|
+
* ],
|
|
61
|
+
* MongoDBTargets: [
|
|
62
|
+
* {
|
|
63
|
+
* ConnectionName: "STRING_VALUE",
|
|
64
|
+
* Path: "STRING_VALUE",
|
|
65
|
+
* ScanAll: true || false,
|
|
66
|
+
* },
|
|
67
|
+
* ],
|
|
68
|
+
* DynamoDBTargets: [
|
|
69
|
+
* {
|
|
70
|
+
* Path: "STRING_VALUE",
|
|
71
|
+
* scanAll: true || false,
|
|
72
|
+
* scanRate: Number("double"),
|
|
73
|
+
* },
|
|
74
|
+
* ],
|
|
75
|
+
* CatalogTargets: [
|
|
76
|
+
* {
|
|
77
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
78
|
+
* Tables: [ // required
|
|
79
|
+
* "STRING_VALUE",
|
|
80
|
+
* ],
|
|
81
|
+
* ConnectionName: "STRING_VALUE",
|
|
82
|
+
* EventQueueArn: "STRING_VALUE",
|
|
83
|
+
* DlqEventQueueArn: "STRING_VALUE",
|
|
84
|
+
* },
|
|
85
|
+
* ],
|
|
86
|
+
* DeltaTargets: [
|
|
87
|
+
* {
|
|
88
|
+
* DeltaTables: [
|
|
89
|
+
* "STRING_VALUE",
|
|
90
|
+
* ],
|
|
91
|
+
* ConnectionName: "STRING_VALUE",
|
|
92
|
+
* WriteManifest: true || false,
|
|
93
|
+
* CreateNativeDeltaTable: true || false,
|
|
94
|
+
* },
|
|
95
|
+
* ],
|
|
96
|
+
* },
|
|
97
|
+
* Schedule: "STRING_VALUE",
|
|
98
|
+
* Classifiers: [
|
|
99
|
+
* "STRING_VALUE",
|
|
100
|
+
* ],
|
|
101
|
+
* TablePrefix: "STRING_VALUE",
|
|
102
|
+
* SchemaChangePolicy: {
|
|
103
|
+
* UpdateBehavior: "LOG" || "UPDATE_IN_DATABASE",
|
|
104
|
+
* DeleteBehavior: "LOG" || "DELETE_FROM_DATABASE" || "DEPRECATE_IN_DATABASE",
|
|
105
|
+
* },
|
|
106
|
+
* RecrawlPolicy: {
|
|
107
|
+
* RecrawlBehavior: "CRAWL_EVERYTHING" || "CRAWL_NEW_FOLDERS_ONLY" || "CRAWL_EVENT_MODE",
|
|
108
|
+
* },
|
|
109
|
+
* LineageConfiguration: {
|
|
110
|
+
* CrawlerLineageSettings: "ENABLE" || "DISABLE",
|
|
111
|
+
* },
|
|
112
|
+
* LakeFormationConfiguration: {
|
|
113
|
+
* UseLakeFormationCredentials: true || false,
|
|
114
|
+
* AccountId: "STRING_VALUE",
|
|
115
|
+
* },
|
|
116
|
+
* Configuration: "STRING_VALUE",
|
|
117
|
+
* CrawlerSecurityConfiguration: "STRING_VALUE",
|
|
118
|
+
* };
|
|
31
119
|
* const command = new UpdateCrawlerCommand(input);
|
|
32
120
|
* const response = await client.send(command);
|
|
33
121
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface UpdateCrawlerScheduleCommandOutput extends UpdateCrawlerSchedul
|
|
|
26
26
|
* import { GlueClient, UpdateCrawlerScheduleCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, UpdateCrawlerScheduleCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* CrawlerName: "STRING_VALUE", // required
|
|
31
|
+
* Schedule: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new UpdateCrawlerScheduleCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface UpdateDataQualityRulesetCommandOutput extends UpdateDataQuality
|
|
|
26
26
|
* import { GlueClient, UpdateDataQualityRulesetCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, UpdateDataQualityRulesetCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* UpdatedName: "STRING_VALUE",
|
|
32
|
+
* Description: "STRING_VALUE",
|
|
33
|
+
* Ruleset: "STRING_VALUE",
|
|
34
|
+
* };
|
|
29
35
|
* const command = new UpdateDataQualityRulesetCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -26,6 +26,32 @@ export interface UpdateDatabaseCommandOutput extends UpdateDatabaseResponse, __M
|
|
|
26
26
|
* import { GlueClient, UpdateDatabaseCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, UpdateDatabaseCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* CatalogId: "STRING_VALUE",
|
|
31
|
+
* Name: "STRING_VALUE", // required
|
|
32
|
+
* DatabaseInput: {
|
|
33
|
+
* Name: "STRING_VALUE", // required
|
|
34
|
+
* Description: "STRING_VALUE",
|
|
35
|
+
* LocationUri: "STRING_VALUE",
|
|
36
|
+
* Parameters: {
|
|
37
|
+
* "<keys>": "STRING_VALUE",
|
|
38
|
+
* },
|
|
39
|
+
* CreateTableDefaultPermissions: [
|
|
40
|
+
* {
|
|
41
|
+
* Principal: {
|
|
42
|
+
* DataLakePrincipalIdentifier: "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* Permissions: [
|
|
45
|
+
* "ALL" || "SELECT" || "ALTER" || "DROP" || "DELETE" || "INSERT" || "CREATE_DATABASE" || "CREATE_TABLE" || "DATA_LOCATION_ACCESS",
|
|
46
|
+
* ],
|
|
47
|
+
* },
|
|
48
|
+
* ],
|
|
49
|
+
* TargetDatabase: {
|
|
50
|
+
* CatalogId: "STRING_VALUE",
|
|
51
|
+
* DatabaseName: "STRING_VALUE",
|
|
52
|
+
* },
|
|
53
|
+
* },
|
|
54
|
+
* };
|
|
29
55
|
* const command = new UpdateDatabaseCommand(input);
|
|
30
56
|
* const response = await client.send(command);
|
|
31
57
|
* ```
|
|
@@ -26,6 +26,27 @@ export interface UpdateDevEndpointCommandOutput extends UpdateDevEndpointRespons
|
|
|
26
26
|
* import { GlueClient, UpdateDevEndpointCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
27
27
|
* // const { GlueClient, UpdateDevEndpointCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
28
28
|
* const client = new GlueClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* EndpointName: "STRING_VALUE", // required
|
|
31
|
+
* PublicKey: "STRING_VALUE",
|
|
32
|
+
* AddPublicKeys: [
|
|
33
|
+
* "STRING_VALUE",
|
|
34
|
+
* ],
|
|
35
|
+
* DeletePublicKeys: [
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* CustomLibraries: {
|
|
39
|
+
* ExtraPythonLibsS3Path: "STRING_VALUE",
|
|
40
|
+
* ExtraJarsS3Path: "STRING_VALUE",
|
|
41
|
+
* },
|
|
42
|
+
* UpdateEtlLibraries: true || false,
|
|
43
|
+
* DeleteArguments: [
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* AddArguments: {
|
|
47
|
+
* "<keys>": "STRING_VALUE",
|
|
48
|
+
* },
|
|
49
|
+
* };
|
|
29
50
|
* const command = new UpdateDevEndpointCommand(input);
|
|
30
51
|
* const response = await client.send(command);
|
|
31
52
|
* ```
|