@aws-sdk/client-glue 3.414.0 → 3.421.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/README.md +7 -7
- package/dist-cjs/commands/BatchCreatePartitionCommand.js +5 -0
- package/dist-cjs/commands/BatchDeleteConnectionCommand.js +5 -0
- package/dist-cjs/commands/BatchDeletePartitionCommand.js +5 -0
- package/dist-cjs/commands/BatchDeleteTableCommand.js +5 -0
- package/dist-cjs/commands/BatchDeleteTableVersionCommand.js +5 -0
- package/dist-cjs/commands/BatchGetBlueprintsCommand.js +5 -0
- package/dist-cjs/commands/BatchGetCrawlersCommand.js +5 -0
- package/dist-cjs/commands/BatchGetCustomEntityTypesCommand.js +5 -0
- package/dist-cjs/commands/BatchGetDataQualityResultCommand.js +5 -0
- package/dist-cjs/commands/BatchGetDevEndpointsCommand.js +5 -0
- package/dist-cjs/commands/BatchGetJobsCommand.js +5 -0
- package/dist-cjs/commands/BatchGetPartitionCommand.js +5 -0
- package/dist-cjs/commands/BatchGetTriggersCommand.js +5 -0
- package/dist-cjs/commands/BatchGetWorkflowsCommand.js +5 -0
- package/dist-cjs/commands/BatchStopJobRunCommand.js +5 -0
- package/dist-cjs/commands/BatchUpdatePartitionCommand.js +5 -0
- package/dist-cjs/commands/CancelDataQualityRuleRecommendationRunCommand.js +5 -0
- package/dist-cjs/commands/CancelDataQualityRulesetEvaluationRunCommand.js +5 -0
- package/dist-cjs/commands/CancelMLTaskRunCommand.js +5 -0
- package/dist-cjs/commands/CancelStatementCommand.js +5 -0
- package/dist-cjs/commands/CheckSchemaVersionValidityCommand.js +5 -0
- package/dist-cjs/commands/CreateBlueprintCommand.js +5 -0
- package/dist-cjs/commands/CreateClassifierCommand.js +5 -0
- package/dist-cjs/commands/CreateConnectionCommand.js +5 -0
- package/dist-cjs/commands/CreateCrawlerCommand.js +5 -0
- package/dist-cjs/commands/CreateCustomEntityTypeCommand.js +5 -0
- package/dist-cjs/commands/CreateDataQualityRulesetCommand.js +5 -0
- package/dist-cjs/commands/CreateDatabaseCommand.js +5 -0
- package/dist-cjs/commands/CreateDevEndpointCommand.js +5 -0
- package/dist-cjs/commands/CreateJobCommand.js +5 -0
- package/dist-cjs/commands/CreateMLTransformCommand.js +5 -0
- package/dist-cjs/commands/CreatePartitionCommand.js +5 -0
- package/dist-cjs/commands/CreatePartitionIndexCommand.js +5 -0
- package/dist-cjs/commands/CreateRegistryCommand.js +5 -0
- package/dist-cjs/commands/CreateSchemaCommand.js +5 -0
- package/dist-cjs/commands/CreateScriptCommand.js +5 -0
- package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +5 -0
- package/dist-cjs/commands/CreateSessionCommand.js +5 -0
- package/dist-cjs/commands/CreateTableCommand.js +5 -0
- package/dist-cjs/commands/CreateTriggerCommand.js +5 -0
- package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +5 -0
- package/dist-cjs/commands/CreateWorkflowCommand.js +5 -0
- package/dist-cjs/commands/DeleteBlueprintCommand.js +5 -0
- package/dist-cjs/commands/DeleteClassifierCommand.js +5 -0
- package/dist-cjs/commands/DeleteColumnStatisticsForPartitionCommand.js +5 -0
- package/dist-cjs/commands/DeleteColumnStatisticsForTableCommand.js +5 -0
- package/dist-cjs/commands/DeleteConnectionCommand.js +5 -0
- package/dist-cjs/commands/DeleteCrawlerCommand.js +5 -0
- package/dist-cjs/commands/DeleteCustomEntityTypeCommand.js +5 -0
- package/dist-cjs/commands/DeleteDataQualityRulesetCommand.js +5 -0
- package/dist-cjs/commands/DeleteDatabaseCommand.js +5 -0
- package/dist-cjs/commands/DeleteDevEndpointCommand.js +5 -0
- package/dist-cjs/commands/DeleteJobCommand.js +5 -0
- package/dist-cjs/commands/DeleteMLTransformCommand.js +5 -0
- package/dist-cjs/commands/DeletePartitionCommand.js +5 -0
- package/dist-cjs/commands/DeletePartitionIndexCommand.js +5 -0
- package/dist-cjs/commands/DeleteRegistryCommand.js +5 -0
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +5 -0
- package/dist-cjs/commands/DeleteSchemaCommand.js +5 -0
- package/dist-cjs/commands/DeleteSchemaVersionsCommand.js +5 -0
- package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DeleteSessionCommand.js +5 -0
- package/dist-cjs/commands/DeleteTableCommand.js +5 -0
- package/dist-cjs/commands/DeleteTableVersionCommand.js +5 -0
- package/dist-cjs/commands/DeleteTriggerCommand.js +5 -0
- package/dist-cjs/commands/DeleteUserDefinedFunctionCommand.js +5 -0
- package/dist-cjs/commands/DeleteWorkflowCommand.js +5 -0
- package/dist-cjs/commands/GetBlueprintCommand.js +5 -0
- package/dist-cjs/commands/GetBlueprintRunCommand.js +5 -0
- package/dist-cjs/commands/GetBlueprintRunsCommand.js +5 -0
- package/dist-cjs/commands/GetCatalogImportStatusCommand.js +5 -0
- package/dist-cjs/commands/GetClassifierCommand.js +5 -0
- package/dist-cjs/commands/GetClassifiersCommand.js +5 -0
- package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +5 -0
- package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +5 -0
- package/dist-cjs/commands/GetConnectionCommand.js +5 -0
- package/dist-cjs/commands/GetConnectionsCommand.js +5 -0
- package/dist-cjs/commands/GetCrawlerCommand.js +5 -0
- package/dist-cjs/commands/GetCrawlerMetricsCommand.js +5 -0
- package/dist-cjs/commands/GetCrawlersCommand.js +5 -0
- package/dist-cjs/commands/GetCustomEntityTypeCommand.js +5 -0
- package/dist-cjs/commands/GetDataCatalogEncryptionSettingsCommand.js +5 -0
- package/dist-cjs/commands/GetDataQualityResultCommand.js +5 -0
- package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +5 -0
- package/dist-cjs/commands/GetDataQualityRulesetCommand.js +5 -0
- package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +5 -0
- package/dist-cjs/commands/GetDatabaseCommand.js +5 -0
- package/dist-cjs/commands/GetDatabasesCommand.js +5 -0
- package/dist-cjs/commands/GetDataflowGraphCommand.js +5 -0
- package/dist-cjs/commands/GetDevEndpointCommand.js +5 -0
- package/dist-cjs/commands/GetDevEndpointsCommand.js +5 -0
- package/dist-cjs/commands/GetJobBookmarkCommand.js +5 -0
- package/dist-cjs/commands/GetJobCommand.js +5 -0
- package/dist-cjs/commands/GetJobRunCommand.js +5 -0
- package/dist-cjs/commands/GetJobRunsCommand.js +5 -0
- package/dist-cjs/commands/GetJobsCommand.js +5 -0
- package/dist-cjs/commands/GetMLTaskRunCommand.js +5 -0
- package/dist-cjs/commands/GetMLTaskRunsCommand.js +5 -0
- package/dist-cjs/commands/GetMLTransformCommand.js +5 -0
- package/dist-cjs/commands/GetMLTransformsCommand.js +5 -0
- package/dist-cjs/commands/GetMappingCommand.js +5 -0
- package/dist-cjs/commands/GetPartitionCommand.js +5 -0
- package/dist-cjs/commands/GetPartitionIndexesCommand.js +5 -0
- package/dist-cjs/commands/GetPartitionsCommand.js +5 -0
- package/dist-cjs/commands/GetPlanCommand.js +5 -0
- package/dist-cjs/commands/GetRegistryCommand.js +5 -0
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +5 -0
- package/dist-cjs/commands/GetResourcePolicyCommand.js +5 -0
- package/dist-cjs/commands/GetSchemaByDefinitionCommand.js +5 -0
- package/dist-cjs/commands/GetSchemaCommand.js +5 -0
- package/dist-cjs/commands/GetSchemaVersionCommand.js +5 -0
- package/dist-cjs/commands/GetSchemaVersionsDiffCommand.js +5 -0
- package/dist-cjs/commands/GetSecurityConfigurationCommand.js +5 -0
- package/dist-cjs/commands/GetSecurityConfigurationsCommand.js +5 -0
- package/dist-cjs/commands/GetSessionCommand.js +5 -0
- package/dist-cjs/commands/GetStatementCommand.js +5 -0
- package/dist-cjs/commands/GetTableCommand.js +5 -0
- package/dist-cjs/commands/GetTableVersionCommand.js +5 -0
- package/dist-cjs/commands/GetTableVersionsCommand.js +5 -0
- package/dist-cjs/commands/GetTablesCommand.js +5 -0
- package/dist-cjs/commands/GetTagsCommand.js +5 -0
- package/dist-cjs/commands/GetTriggerCommand.js +5 -0
- package/dist-cjs/commands/GetTriggersCommand.js +5 -0
- package/dist-cjs/commands/GetUnfilteredPartitionMetadataCommand.js +5 -0
- package/dist-cjs/commands/GetUnfilteredPartitionsMetadataCommand.js +5 -0
- package/dist-cjs/commands/GetUnfilteredTableMetadataCommand.js +5 -0
- package/dist-cjs/commands/GetUserDefinedFunctionCommand.js +5 -0
- package/dist-cjs/commands/GetUserDefinedFunctionsCommand.js +5 -0
- package/dist-cjs/commands/GetWorkflowCommand.js +5 -0
- package/dist-cjs/commands/GetWorkflowRunCommand.js +5 -0
- package/dist-cjs/commands/GetWorkflowRunPropertiesCommand.js +5 -0
- package/dist-cjs/commands/GetWorkflowRunsCommand.js +5 -0
- package/dist-cjs/commands/ImportCatalogToGlueCommand.js +5 -0
- package/dist-cjs/commands/ListBlueprintsCommand.js +5 -0
- package/dist-cjs/commands/ListCrawlersCommand.js +5 -0
- package/dist-cjs/commands/ListCrawlsCommand.js +5 -0
- package/dist-cjs/commands/ListCustomEntityTypesCommand.js +5 -0
- package/dist-cjs/commands/ListDataQualityResultsCommand.js +5 -0
- package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +5 -0
- package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +5 -0
- package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +5 -0
- package/dist-cjs/commands/ListDevEndpointsCommand.js +5 -0
- package/dist-cjs/commands/ListJobsCommand.js +5 -0
- package/dist-cjs/commands/ListMLTransformsCommand.js +5 -0
- package/dist-cjs/commands/ListRegistriesCommand.js +5 -0
- package/dist-cjs/commands/ListSchemaVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListSchemasCommand.js +5 -0
- package/dist-cjs/commands/ListSessionsCommand.js +5 -0
- package/dist-cjs/commands/ListStatementsCommand.js +5 -0
- package/dist-cjs/commands/ListTriggersCommand.js +5 -0
- package/dist-cjs/commands/ListWorkflowsCommand.js +5 -0
- package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +5 -0
- package/dist-cjs/commands/PutResourcePolicyCommand.js +5 -0
- package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +5 -0
- package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +5 -0
- package/dist-cjs/commands/QuerySchemaVersionMetadataCommand.js +5 -0
- package/dist-cjs/commands/RegisterSchemaVersionCommand.js +5 -0
- package/dist-cjs/commands/RemoveSchemaVersionMetadataCommand.js +5 -0
- package/dist-cjs/commands/ResetJobBookmarkCommand.js +5 -0
- package/dist-cjs/commands/ResumeWorkflowRunCommand.js +5 -0
- package/dist-cjs/commands/RunStatementCommand.js +5 -0
- package/dist-cjs/commands/SearchTablesCommand.js +5 -0
- package/dist-cjs/commands/StartBlueprintRunCommand.js +5 -0
- package/dist-cjs/commands/StartCrawlerCommand.js +5 -0
- package/dist-cjs/commands/StartCrawlerScheduleCommand.js +5 -0
- package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +5 -0
- package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +5 -0
- package/dist-cjs/commands/StartExportLabelsTaskRunCommand.js +5 -0
- package/dist-cjs/commands/StartImportLabelsTaskRunCommand.js +5 -0
- package/dist-cjs/commands/StartJobRunCommand.js +5 -0
- package/dist-cjs/commands/StartMLEvaluationTaskRunCommand.js +5 -0
- package/dist-cjs/commands/StartMLLabelingSetGenerationTaskRunCommand.js +5 -0
- package/dist-cjs/commands/StartTriggerCommand.js +5 -0
- package/dist-cjs/commands/StartWorkflowRunCommand.js +5 -0
- package/dist-cjs/commands/StopCrawlerCommand.js +5 -0
- package/dist-cjs/commands/StopCrawlerScheduleCommand.js +5 -0
- package/dist-cjs/commands/StopSessionCommand.js +5 -0
- package/dist-cjs/commands/StopTriggerCommand.js +5 -0
- package/dist-cjs/commands/StopWorkflowRunCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateBlueprintCommand.js +5 -0
- package/dist-cjs/commands/UpdateClassifierCommand.js +5 -0
- package/dist-cjs/commands/UpdateColumnStatisticsForPartitionCommand.js +5 -0
- package/dist-cjs/commands/UpdateColumnStatisticsForTableCommand.js +5 -0
- package/dist-cjs/commands/UpdateConnectionCommand.js +5 -0
- package/dist-cjs/commands/UpdateCrawlerCommand.js +5 -0
- package/dist-cjs/commands/UpdateCrawlerScheduleCommand.js +5 -0
- package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +5 -0
- package/dist-cjs/commands/UpdateDatabaseCommand.js +5 -0
- package/dist-cjs/commands/UpdateDevEndpointCommand.js +5 -0
- package/dist-cjs/commands/UpdateJobCommand.js +5 -0
- package/dist-cjs/commands/UpdateJobFromSourceControlCommand.js +5 -0
- package/dist-cjs/commands/UpdateMLTransformCommand.js +5 -0
- package/dist-cjs/commands/UpdatePartitionCommand.js +5 -0
- package/dist-cjs/commands/UpdateRegistryCommand.js +5 -0
- package/dist-cjs/commands/UpdateSchemaCommand.js +5 -0
- package/dist-cjs/commands/UpdateSourceControlFromJobCommand.js +5 -0
- package/dist-cjs/commands/UpdateTableCommand.js +5 -0
- package/dist-cjs/commands/UpdateTriggerCommand.js +5 -0
- package/dist-cjs/commands/UpdateUserDefinedFunctionCommand.js +5 -0
- package/dist-cjs/commands/UpdateWorkflowCommand.js +5 -0
- package/dist-es/commands/BatchCreatePartitionCommand.js +5 -0
- package/dist-es/commands/BatchDeleteConnectionCommand.js +5 -0
- package/dist-es/commands/BatchDeletePartitionCommand.js +5 -0
- package/dist-es/commands/BatchDeleteTableCommand.js +5 -0
- package/dist-es/commands/BatchDeleteTableVersionCommand.js +5 -0
- package/dist-es/commands/BatchGetBlueprintsCommand.js +5 -0
- package/dist-es/commands/BatchGetCrawlersCommand.js +5 -0
- package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +5 -0
- package/dist-es/commands/BatchGetDataQualityResultCommand.js +5 -0
- package/dist-es/commands/BatchGetDevEndpointsCommand.js +5 -0
- package/dist-es/commands/BatchGetJobsCommand.js +5 -0
- package/dist-es/commands/BatchGetPartitionCommand.js +5 -0
- package/dist-es/commands/BatchGetTriggersCommand.js +5 -0
- package/dist-es/commands/BatchGetWorkflowsCommand.js +5 -0
- package/dist-es/commands/BatchStopJobRunCommand.js +5 -0
- package/dist-es/commands/BatchUpdatePartitionCommand.js +5 -0
- package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +5 -0
- package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +5 -0
- package/dist-es/commands/CancelMLTaskRunCommand.js +5 -0
- package/dist-es/commands/CancelStatementCommand.js +5 -0
- package/dist-es/commands/CheckSchemaVersionValidityCommand.js +5 -0
- package/dist-es/commands/CreateBlueprintCommand.js +5 -0
- package/dist-es/commands/CreateClassifierCommand.js +5 -0
- package/dist-es/commands/CreateConnectionCommand.js +5 -0
- package/dist-es/commands/CreateCrawlerCommand.js +5 -0
- package/dist-es/commands/CreateCustomEntityTypeCommand.js +5 -0
- package/dist-es/commands/CreateDataQualityRulesetCommand.js +5 -0
- package/dist-es/commands/CreateDatabaseCommand.js +5 -0
- package/dist-es/commands/CreateDevEndpointCommand.js +5 -0
- package/dist-es/commands/CreateJobCommand.js +5 -0
- package/dist-es/commands/CreateMLTransformCommand.js +5 -0
- package/dist-es/commands/CreatePartitionCommand.js +5 -0
- package/dist-es/commands/CreatePartitionIndexCommand.js +5 -0
- package/dist-es/commands/CreateRegistryCommand.js +5 -0
- package/dist-es/commands/CreateSchemaCommand.js +5 -0
- package/dist-es/commands/CreateScriptCommand.js +5 -0
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +5 -0
- package/dist-es/commands/CreateSessionCommand.js +5 -0
- package/dist-es/commands/CreateTableCommand.js +5 -0
- package/dist-es/commands/CreateTriggerCommand.js +5 -0
- package/dist-es/commands/CreateUserDefinedFunctionCommand.js +5 -0
- package/dist-es/commands/CreateWorkflowCommand.js +5 -0
- package/dist-es/commands/DeleteBlueprintCommand.js +5 -0
- package/dist-es/commands/DeleteClassifierCommand.js +5 -0
- package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +5 -0
- package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +5 -0
- package/dist-es/commands/DeleteConnectionCommand.js +5 -0
- package/dist-es/commands/DeleteCrawlerCommand.js +5 -0
- package/dist-es/commands/DeleteCustomEntityTypeCommand.js +5 -0
- package/dist-es/commands/DeleteDataQualityRulesetCommand.js +5 -0
- package/dist-es/commands/DeleteDatabaseCommand.js +5 -0
- package/dist-es/commands/DeleteDevEndpointCommand.js +5 -0
- package/dist-es/commands/DeleteJobCommand.js +5 -0
- package/dist-es/commands/DeleteMLTransformCommand.js +5 -0
- package/dist-es/commands/DeletePartitionCommand.js +5 -0
- package/dist-es/commands/DeletePartitionIndexCommand.js +5 -0
- package/dist-es/commands/DeleteRegistryCommand.js +5 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +5 -0
- package/dist-es/commands/DeleteSchemaCommand.js +5 -0
- package/dist-es/commands/DeleteSchemaVersionsCommand.js +5 -0
- package/dist-es/commands/DeleteSecurityConfigurationCommand.js +5 -0
- package/dist-es/commands/DeleteSessionCommand.js +5 -0
- package/dist-es/commands/DeleteTableCommand.js +5 -0
- package/dist-es/commands/DeleteTableVersionCommand.js +5 -0
- package/dist-es/commands/DeleteTriggerCommand.js +5 -0
- package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +5 -0
- package/dist-es/commands/DeleteWorkflowCommand.js +5 -0
- package/dist-es/commands/GetBlueprintCommand.js +5 -0
- package/dist-es/commands/GetBlueprintRunCommand.js +5 -0
- package/dist-es/commands/GetBlueprintRunsCommand.js +5 -0
- package/dist-es/commands/GetCatalogImportStatusCommand.js +5 -0
- package/dist-es/commands/GetClassifierCommand.js +5 -0
- package/dist-es/commands/GetClassifiersCommand.js +5 -0
- package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +5 -0
- package/dist-es/commands/GetColumnStatisticsForTableCommand.js +5 -0
- package/dist-es/commands/GetConnectionCommand.js +5 -0
- package/dist-es/commands/GetConnectionsCommand.js +5 -0
- package/dist-es/commands/GetCrawlerCommand.js +5 -0
- package/dist-es/commands/GetCrawlerMetricsCommand.js +5 -0
- package/dist-es/commands/GetCrawlersCommand.js +5 -0
- package/dist-es/commands/GetCustomEntityTypeCommand.js +5 -0
- package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +5 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +5 -0
- package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +5 -0
- package/dist-es/commands/GetDataQualityRulesetCommand.js +5 -0
- package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +5 -0
- package/dist-es/commands/GetDatabaseCommand.js +5 -0
- package/dist-es/commands/GetDatabasesCommand.js +5 -0
- package/dist-es/commands/GetDataflowGraphCommand.js +5 -0
- package/dist-es/commands/GetDevEndpointCommand.js +5 -0
- package/dist-es/commands/GetDevEndpointsCommand.js +5 -0
- package/dist-es/commands/GetJobBookmarkCommand.js +5 -0
- package/dist-es/commands/GetJobCommand.js +5 -0
- package/dist-es/commands/GetJobRunCommand.js +5 -0
- package/dist-es/commands/GetJobRunsCommand.js +5 -0
- package/dist-es/commands/GetJobsCommand.js +5 -0
- package/dist-es/commands/GetMLTaskRunCommand.js +5 -0
- package/dist-es/commands/GetMLTaskRunsCommand.js +5 -0
- package/dist-es/commands/GetMLTransformCommand.js +5 -0
- package/dist-es/commands/GetMLTransformsCommand.js +5 -0
- package/dist-es/commands/GetMappingCommand.js +5 -0
- package/dist-es/commands/GetPartitionCommand.js +5 -0
- package/dist-es/commands/GetPartitionIndexesCommand.js +5 -0
- package/dist-es/commands/GetPartitionsCommand.js +5 -0
- package/dist-es/commands/GetPlanCommand.js +5 -0
- package/dist-es/commands/GetRegistryCommand.js +5 -0
- package/dist-es/commands/GetResourcePoliciesCommand.js +5 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +5 -0
- package/dist-es/commands/GetSchemaByDefinitionCommand.js +5 -0
- package/dist-es/commands/GetSchemaCommand.js +5 -0
- package/dist-es/commands/GetSchemaVersionCommand.js +5 -0
- package/dist-es/commands/GetSchemaVersionsDiffCommand.js +5 -0
- package/dist-es/commands/GetSecurityConfigurationCommand.js +5 -0
- package/dist-es/commands/GetSecurityConfigurationsCommand.js +5 -0
- package/dist-es/commands/GetSessionCommand.js +5 -0
- package/dist-es/commands/GetStatementCommand.js +5 -0
- package/dist-es/commands/GetTableCommand.js +5 -0
- package/dist-es/commands/GetTableVersionCommand.js +5 -0
- package/dist-es/commands/GetTableVersionsCommand.js +5 -0
- package/dist-es/commands/GetTablesCommand.js +5 -0
- package/dist-es/commands/GetTagsCommand.js +5 -0
- package/dist-es/commands/GetTriggerCommand.js +5 -0
- package/dist-es/commands/GetTriggersCommand.js +5 -0
- package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +5 -0
- package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +5 -0
- package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +5 -0
- package/dist-es/commands/GetUserDefinedFunctionCommand.js +5 -0
- package/dist-es/commands/GetUserDefinedFunctionsCommand.js +5 -0
- package/dist-es/commands/GetWorkflowCommand.js +5 -0
- package/dist-es/commands/GetWorkflowRunCommand.js +5 -0
- package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +5 -0
- package/dist-es/commands/GetWorkflowRunsCommand.js +5 -0
- package/dist-es/commands/ImportCatalogToGlueCommand.js +5 -0
- package/dist-es/commands/ListBlueprintsCommand.js +5 -0
- package/dist-es/commands/ListCrawlersCommand.js +5 -0
- package/dist-es/commands/ListCrawlsCommand.js +5 -0
- package/dist-es/commands/ListCustomEntityTypesCommand.js +5 -0
- package/dist-es/commands/ListDataQualityResultsCommand.js +5 -0
- package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +5 -0
- package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +5 -0
- package/dist-es/commands/ListDataQualityRulesetsCommand.js +5 -0
- package/dist-es/commands/ListDevEndpointsCommand.js +5 -0
- package/dist-es/commands/ListJobsCommand.js +5 -0
- package/dist-es/commands/ListMLTransformsCommand.js +5 -0
- package/dist-es/commands/ListRegistriesCommand.js +5 -0
- package/dist-es/commands/ListSchemaVersionsCommand.js +5 -0
- package/dist-es/commands/ListSchemasCommand.js +5 -0
- package/dist-es/commands/ListSessionsCommand.js +5 -0
- package/dist-es/commands/ListStatementsCommand.js +5 -0
- package/dist-es/commands/ListTriggersCommand.js +5 -0
- package/dist-es/commands/ListWorkflowsCommand.js +5 -0
- package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +5 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +5 -0
- package/dist-es/commands/PutSchemaVersionMetadataCommand.js +5 -0
- package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +5 -0
- package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +5 -0
- package/dist-es/commands/RegisterSchemaVersionCommand.js +5 -0
- package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +5 -0
- package/dist-es/commands/ResetJobBookmarkCommand.js +5 -0
- package/dist-es/commands/ResumeWorkflowRunCommand.js +5 -0
- package/dist-es/commands/RunStatementCommand.js +5 -0
- package/dist-es/commands/SearchTablesCommand.js +5 -0
- package/dist-es/commands/StartBlueprintRunCommand.js +5 -0
- package/dist-es/commands/StartCrawlerCommand.js +5 -0
- package/dist-es/commands/StartCrawlerScheduleCommand.js +5 -0
- package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +5 -0
- package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +5 -0
- package/dist-es/commands/StartExportLabelsTaskRunCommand.js +5 -0
- package/dist-es/commands/StartImportLabelsTaskRunCommand.js +5 -0
- package/dist-es/commands/StartJobRunCommand.js +5 -0
- package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +5 -0
- package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +5 -0
- package/dist-es/commands/StartTriggerCommand.js +5 -0
- package/dist-es/commands/StartWorkflowRunCommand.js +5 -0
- package/dist-es/commands/StopCrawlerCommand.js +5 -0
- package/dist-es/commands/StopCrawlerScheduleCommand.js +5 -0
- package/dist-es/commands/StopSessionCommand.js +5 -0
- package/dist-es/commands/StopTriggerCommand.js +5 -0
- package/dist-es/commands/StopWorkflowRunCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateBlueprintCommand.js +5 -0
- package/dist-es/commands/UpdateClassifierCommand.js +5 -0
- package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +5 -0
- package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +5 -0
- package/dist-es/commands/UpdateConnectionCommand.js +5 -0
- package/dist-es/commands/UpdateCrawlerCommand.js +5 -0
- package/dist-es/commands/UpdateCrawlerScheduleCommand.js +5 -0
- package/dist-es/commands/UpdateDataQualityRulesetCommand.js +5 -0
- package/dist-es/commands/UpdateDatabaseCommand.js +5 -0
- package/dist-es/commands/UpdateDevEndpointCommand.js +5 -0
- package/dist-es/commands/UpdateJobCommand.js +5 -0
- package/dist-es/commands/UpdateJobFromSourceControlCommand.js +5 -0
- package/dist-es/commands/UpdateMLTransformCommand.js +5 -0
- package/dist-es/commands/UpdatePartitionCommand.js +5 -0
- package/dist-es/commands/UpdateRegistryCommand.js +5 -0
- package/dist-es/commands/UpdateSchemaCommand.js +5 -0
- package/dist-es/commands/UpdateSourceControlFromJobCommand.js +5 -0
- package/dist-es/commands/UpdateTableCommand.js +5 -0
- package/dist-es/commands/UpdateTriggerCommand.js +5 -0
- package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +5 -0
- package/dist-es/commands/UpdateWorkflowCommand.js +5 -0
- package/package.json +31 -31
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetDataQualityRuleRecommendationRunCommand, se_GetDataQualityRuleRecommendationRunCommand, } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetDataQualityRuleRecommendationRunCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetDataQualityRuleRecommendationRunCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetDataQualityRuleRecommendationRun",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetDataQualityRulesetCommand, se_GetDataQualityRulesetCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetDataQualityRulesetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetDataQualityRulesetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetDataQualityRuleset",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetDataQualityRulesetEvaluationRunCommand, se_GetDataQualityRulesetEvaluationRunCommand, } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetDataQualityRulesetEvaluationRunCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetDataQualityRulesetEvaluationRunCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetDataQualityRulesetEvaluationRun",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetDatabaseCommand, se_GetDatabaseCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetDatabaseCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetDatabaseCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetDatabase",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetDatabasesCommand, se_GetDatabasesCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetDatabasesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetDatabasesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetDatabases",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetDataflowGraphCommand, se_GetDataflowGraphCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetDataflowGraphCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetDataflowGraphCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetDataflowGraph",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetDevEndpointCommand, se_GetDevEndpointCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetDevEndpointCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetDevEndpointCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetDevEndpoint",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetDevEndpointsCommand, se_GetDevEndpointsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetDevEndpointsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetDevEndpointsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetDevEndpoints",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetJobBookmarkCommand, se_GetJobBookmarkCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetJobBookmarkCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetJobBookmarkCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetJobBookmark",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { GetJobResponseFilterSensitiveLog } from "../models/models_2";
|
|
5
6
|
import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class GetJobCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: GetJobResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSGlue",
|
|
36
|
+
operation: "GetJob",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetJobRunCommand, se_GetJobRunCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetJobRunCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetJobRunCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetJobRun",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetJobRunsCommand, se_GetJobRunsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetJobRunsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetJobRunsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetJobRuns",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { GetJobsResponseFilterSensitiveLog } from "../models/models_2";
|
|
5
6
|
import { de_GetJobsCommand, se_GetJobsCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class GetJobsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: GetJobsResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSGlue",
|
|
36
|
+
operation: "GetJobs",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetMLTaskRunCommand, se_GetMLTaskRunCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetMLTaskRunCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetMLTaskRunCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetMLTaskRun",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetMLTaskRunsCommand, se_GetMLTaskRunsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetMLTaskRunsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetMLTaskRunsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetMLTaskRuns",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetMLTransformCommand, se_GetMLTransformCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetMLTransformCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetMLTransformCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetMLTransform",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetMLTransformsCommand, se_GetMLTransformsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetMLTransformsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetMLTransformsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetMLTransforms",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetMappingCommand, se_GetMappingCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetMappingCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetMappingCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetMapping",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetPartitionCommand, se_GetPartitionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetPartitionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetPartitionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetPartition",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetPartitionIndexesCommand, se_GetPartitionIndexesCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetPartitionIndexesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetPartitionIndexesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetPartitionIndexes",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetPartitionsCommand, se_GetPartitionsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetPartitionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetPartitionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetPartitions",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetPlanCommand, se_GetPlanCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetPlanCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetPlanCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetPlan",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetRegistryCommand, se_GetRegistryCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetRegistryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetRegistryCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetRegistry",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetResourcePoliciesCommand, se_GetResourcePoliciesCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetResourcePoliciesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetResourcePoliciesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetResourcePolicies",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetResourcePolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetResourcePolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetResourcePolicy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetSchemaByDefinitionCommand, se_GetSchemaByDefinitionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetSchemaByDefinitionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetSchemaByDefinitionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetSchemaByDefinition",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetSchemaCommand, se_GetSchemaCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetSchemaCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetSchemaCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetSchema",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetSchemaVersionCommand, se_GetSchemaVersionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetSchemaVersionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetSchemaVersionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetSchemaVersion",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetSchemaVersionsDiffCommand, se_GetSchemaVersionsDiffCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetSchemaVersionsDiffCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetSchemaVersionsDiffCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetSchemaVersionsDiff",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetSecurityConfigurationCommand, se_GetSecurityConfigurationCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetSecurityConfigurationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetSecurityConfigurationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetSecurityConfiguration",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetSecurityConfigurationsCommand, se_GetSecurityConfigurationsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetSecurityConfigurationsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetSecurityConfigurationsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetSecurityConfigurations",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetSessionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetSessionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetSession",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|