@aws-sdk/client-glue 3.651.1 → 3.655.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 +8 -0
- package/dist-cjs/index.js +43 -7
- package/dist-es/Glue.js +2 -0
- package/dist-es/commands/TestConnectionCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_2.js +0 -6
- package/dist-es/models/models_3.js +6 -0
- package/dist-es/protocols/Aws_json1_1.js +19 -0
- package/dist-types/Glue.d.ts +8 -0
- package/dist-types/GlueClient.d.ts +3 -2
- package/dist-types/commands/BatchCreatePartitionCommand.d.ts +11 -0
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +11 -0
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +11 -0
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +11 -0
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetTableOptimizerCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +11 -0
- package/dist-types/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +11 -0
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +11 -0
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +11 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +11 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +11 -0
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/CancelStatementCommand.d.ts +11 -0
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +11 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +11 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +11 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +11 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +11 -0
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +11 -0
- package/dist-types/commands/CreateJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +11 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +11 -0
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +11 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +11 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +11 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +11 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +11 -0
- package/dist-types/commands/CreateTableCommand.d.ts +11 -0
- package/dist-types/commands/CreateTableOptimizerCommand.d.ts +11 -0
- package/dist-types/commands/CreateTriggerCommand.d.ts +11 -0
- package/dist-types/commands/CreateUsageProfileCommand.d.ts +11 -0
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +11 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +11 -0
- package/dist-types/commands/DeleteClassifierCommand.d.ts +11 -0
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +11 -0
- package/dist-types/commands/DeletePartitionCommand.d.ts +11 -0
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTableOptimizerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUsageProfileCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +11 -0
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +11 -0
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +11 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetClassifierCommand.d.ts +11 -0
- package/dist-types/commands/GetClassifiersCommand.d.ts +11 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +11 -0
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +11 -0
- package/dist-types/commands/GetColumnStatisticsTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/GetColumnStatisticsTaskRunsCommand.d.ts +11 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +11 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/GetCrawlerCommand.d.ts +11 -0
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +11 -0
- package/dist-types/commands/GetCrawlersCommand.d.ts +11 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +11 -0
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetDataQualityModelCommand.d.ts +11 -0
- package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +11 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +11 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +11 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +11 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +11 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +11 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +11 -0
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +11 -0
- package/dist-types/commands/GetDevEndpointCommand.d.ts +11 -0
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +11 -0
- package/dist-types/commands/GetJobCommand.d.ts +11 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +11 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +11 -0
- package/dist-types/commands/GetJobsCommand.d.ts +11 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +11 -0
- package/dist-types/commands/GetMLTransformCommand.d.ts +11 -0
- package/dist-types/commands/GetMLTransformsCommand.d.ts +11 -0
- package/dist-types/commands/GetMappingCommand.d.ts +11 -0
- package/dist-types/commands/GetPartitionCommand.d.ts +11 -0
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +11 -0
- package/dist-types/commands/GetPartitionsCommand.d.ts +11 -0
- package/dist-types/commands/GetPlanCommand.d.ts +11 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +11 -0
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/GetSessionCommand.d.ts +11 -0
- package/dist-types/commands/GetStatementCommand.d.ts +11 -0
- package/dist-types/commands/GetTableCommand.d.ts +11 -0
- package/dist-types/commands/GetTableOptimizerCommand.d.ts +11 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +11 -0
- package/dist-types/commands/GetTablesCommand.d.ts +11 -0
- package/dist-types/commands/GetTagsCommand.d.ts +11 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +11 -0
- package/dist-types/commands/GetTriggersCommand.d.ts +11 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetUsageProfileCommand.d.ts +11 -0
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +11 -0
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +11 -0
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +11 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +11 -0
- package/dist-types/commands/ListColumnStatisticsTaskRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListCrawlersCommand.d.ts +11 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +11 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +11 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/ListJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListMLTransformsCommand.d.ts +11 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +11 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +11 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +11 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +11 -0
- package/dist-types/commands/ListTableOptimizerRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +11 -0
- package/dist-types/commands/ListUsageProfilesCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +11 -0
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +11 -0
- package/dist-types/commands/PutDataQualityProfileAnnotationCommand.d.ts +11 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +11 -0
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +11 -0
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +11 -0
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +11 -0
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +11 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +11 -0
- package/dist-types/commands/RunStatementCommand.d.ts +11 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +11 -0
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +11 -0
- package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/StartCrawlerCommand.d.ts +11 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +11 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +11 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +11 -0
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +11 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/StartTriggerCommand.d.ts +11 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +11 -0
- package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/StopCrawlerCommand.d.ts +11 -0
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +11 -0
- package/dist-types/commands/StopSessionCommand.d.ts +11 -0
- package/dist-types/commands/StopTriggerCommand.d.ts +11 -0
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TestConnectionCommand.d.ts +123 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +11 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +11 -0
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +11 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +11 -0
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePartitionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +13 -1
- package/dist-types/commands/UpdateTableCommand.d.ts +12 -2
- package/dist-types/commands/UpdateTableOptimizerCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUsageProfileCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_2.d.ts +56 -76
- package/dist-types/models/models_3.d.ts +75 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/Glue.d.ts +18 -0
- package/dist-types/ts3.4/GlueClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetTableOptimizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTableOptimizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUsageProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTableOptimizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUsageProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTableOptimizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUsageProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListColumnStatisticsTaskRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataQualityStatisticsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTableOptimizerRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUsageProfilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutDataQualityProfileAnnotationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +14 -5
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +13 -3
- package/dist-types/ts3.4/commands/UpdateTableOptimizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUsageProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +15 -22
- package/dist-types/ts3.4/models/models_3.d.ts +22 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +35 -35
|
@@ -179,4 +179,15 @@ declare const GetUnfilteredPartitionMetadataCommand_base: {
|
|
|
179
179
|
* @public
|
|
180
180
|
*/
|
|
181
181
|
export declare class GetUnfilteredPartitionMetadataCommand extends GetUnfilteredPartitionMetadataCommand_base {
|
|
182
|
+
/** @internal type navigation helper, not in runtime. */
|
|
183
|
+
protected static __types: {
|
|
184
|
+
api: {
|
|
185
|
+
input: GetUnfilteredPartitionMetadataRequest;
|
|
186
|
+
output: GetUnfilteredPartitionMetadataResponse;
|
|
187
|
+
};
|
|
188
|
+
sdk: {
|
|
189
|
+
input: GetUnfilteredPartitionMetadataCommandInput;
|
|
190
|
+
output: GetUnfilteredPartitionMetadataCommandOutput;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
182
193
|
}
|
|
@@ -188,4 +188,15 @@ declare const GetUnfilteredPartitionsMetadataCommand_base: {
|
|
|
188
188
|
* @public
|
|
189
189
|
*/
|
|
190
190
|
export declare class GetUnfilteredPartitionsMetadataCommand extends GetUnfilteredPartitionsMetadataCommand_base {
|
|
191
|
+
/** @internal type navigation helper, not in runtime. */
|
|
192
|
+
protected static __types: {
|
|
193
|
+
api: {
|
|
194
|
+
input: GetUnfilteredPartitionsMetadataRequest;
|
|
195
|
+
output: GetUnfilteredPartitionsMetadataResponse;
|
|
196
|
+
};
|
|
197
|
+
sdk: {
|
|
198
|
+
input: GetUnfilteredPartitionsMetadataCommandInput;
|
|
199
|
+
output: GetUnfilteredPartitionsMetadataCommandOutput;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
191
202
|
}
|
|
@@ -384,4 +384,15 @@ declare const GetUnfilteredTableMetadataCommand_base: {
|
|
|
384
384
|
* @public
|
|
385
385
|
*/
|
|
386
386
|
export declare class GetUnfilteredTableMetadataCommand extends GetUnfilteredTableMetadataCommand_base {
|
|
387
|
+
/** @internal type navigation helper, not in runtime. */
|
|
388
|
+
protected static __types: {
|
|
389
|
+
api: {
|
|
390
|
+
input: GetUnfilteredTableMetadataRequest;
|
|
391
|
+
output: GetUnfilteredTableMetadataResponse;
|
|
392
|
+
};
|
|
393
|
+
sdk: {
|
|
394
|
+
input: GetUnfilteredTableMetadataCommandInput;
|
|
395
|
+
output: GetUnfilteredTableMetadataCommandOutput;
|
|
396
|
+
};
|
|
397
|
+
};
|
|
387
398
|
}
|
|
@@ -97,4 +97,15 @@ declare const GetUsageProfileCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class GetUsageProfileCommand extends GetUsageProfileCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: GetUsageProfileRequest;
|
|
104
|
+
output: GetUsageProfileResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: GetUsageProfileCommandInput;
|
|
108
|
+
output: GetUsageProfileCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetUserDefinedFunctionCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetUserDefinedFunctionCommand extends GetUserDefinedFunctionCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetUserDefinedFunctionRequest;
|
|
95
|
+
output: GetUserDefinedFunctionResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetUserDefinedFunctionCommandInput;
|
|
99
|
+
output: GetUserDefinedFunctionCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -93,4 +93,15 @@ declare const GetUserDefinedFunctionsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class GetUserDefinedFunctionsCommand extends GetUserDefinedFunctionsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: GetUserDefinedFunctionsRequest;
|
|
100
|
+
output: GetUserDefinedFunctionsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: GetUserDefinedFunctionsCommandInput;
|
|
104
|
+
output: GetUserDefinedFunctionsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -329,4 +329,15 @@ declare const GetWorkflowCommand_base: {
|
|
|
329
329
|
* @public
|
|
330
330
|
*/
|
|
331
331
|
export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
|
|
332
|
+
/** @internal type navigation helper, not in runtime. */
|
|
333
|
+
protected static __types: {
|
|
334
|
+
api: {
|
|
335
|
+
input: GetWorkflowRequest;
|
|
336
|
+
output: GetWorkflowResponse;
|
|
337
|
+
};
|
|
338
|
+
sdk: {
|
|
339
|
+
input: GetWorkflowCommandInput;
|
|
340
|
+
output: GetWorkflowCommandOutput;
|
|
341
|
+
};
|
|
342
|
+
};
|
|
332
343
|
}
|
|
@@ -208,4 +208,15 @@ declare const GetWorkflowRunCommand_base: {
|
|
|
208
208
|
* @public
|
|
209
209
|
*/
|
|
210
210
|
export declare class GetWorkflowRunCommand extends GetWorkflowRunCommand_base {
|
|
211
|
+
/** @internal type navigation helper, not in runtime. */
|
|
212
|
+
protected static __types: {
|
|
213
|
+
api: {
|
|
214
|
+
input: GetWorkflowRunRequest;
|
|
215
|
+
output: GetWorkflowRunResponse;
|
|
216
|
+
};
|
|
217
|
+
sdk: {
|
|
218
|
+
input: GetWorkflowRunCommandInput;
|
|
219
|
+
output: GetWorkflowRunCommandOutput;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
211
222
|
}
|
|
@@ -72,4 +72,15 @@ declare const GetWorkflowRunPropertiesCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class GetWorkflowRunPropertiesCommand extends GetWorkflowRunPropertiesCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: GetWorkflowRunPropertiesRequest;
|
|
79
|
+
output: GetWorkflowRunPropertiesResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: GetWorkflowRunPropertiesCommandInput;
|
|
83
|
+
output: GetWorkflowRunPropertiesCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -212,4 +212,15 @@ declare const GetWorkflowRunsCommand_base: {
|
|
|
212
212
|
* @public
|
|
213
213
|
*/
|
|
214
214
|
export declare class GetWorkflowRunsCommand extends GetWorkflowRunsCommand_base {
|
|
215
|
+
/** @internal type navigation helper, not in runtime. */
|
|
216
|
+
protected static __types: {
|
|
217
|
+
api: {
|
|
218
|
+
input: GetWorkflowRunsRequest;
|
|
219
|
+
output: GetWorkflowRunsResponse;
|
|
220
|
+
};
|
|
221
|
+
sdk: {
|
|
222
|
+
input: GetWorkflowRunsCommandInput;
|
|
223
|
+
output: GetWorkflowRunsCommandOutput;
|
|
224
|
+
};
|
|
225
|
+
};
|
|
215
226
|
}
|
|
@@ -61,4 +61,15 @@ declare const ImportCatalogToGlueCommand_base: {
|
|
|
61
61
|
* @public
|
|
62
62
|
*/
|
|
63
63
|
export declare class ImportCatalogToGlueCommand extends ImportCatalogToGlueCommand_base {
|
|
64
|
+
/** @internal type navigation helper, not in runtime. */
|
|
65
|
+
protected static __types: {
|
|
66
|
+
api: {
|
|
67
|
+
input: ImportCatalogToGlueRequest;
|
|
68
|
+
output: {};
|
|
69
|
+
};
|
|
70
|
+
sdk: {
|
|
71
|
+
input: ImportCatalogToGlueCommandInput;
|
|
72
|
+
output: ImportCatalogToGlueCommandOutput;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
64
75
|
}
|
|
@@ -73,4 +73,15 @@ declare const ListBlueprintsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class ListBlueprintsCommand extends ListBlueprintsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: ListBlueprintsRequest;
|
|
80
|
+
output: ListBlueprintsResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: ListBlueprintsCommandInput;
|
|
84
|
+
output: ListBlueprintsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -64,4 +64,15 @@ declare const ListColumnStatisticsTaskRunsCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class ListColumnStatisticsTaskRunsCommand extends ListColumnStatisticsTaskRunsCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: ListColumnStatisticsTaskRunsRequest;
|
|
71
|
+
output: ListColumnStatisticsTaskRunsResponse;
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: ListColumnStatisticsTaskRunsCommandInput;
|
|
75
|
+
output: ListColumnStatisticsTaskRunsCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -72,4 +72,15 @@ declare const ListCrawlersCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class ListCrawlersCommand extends ListCrawlersCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: ListCrawlersRequest;
|
|
79
|
+
output: ListCrawlersResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: ListCrawlersCommandInput;
|
|
83
|
+
output: ListCrawlersCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -104,4 +104,15 @@ declare const ListCrawlsCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class ListCrawlsCommand extends ListCrawlsCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: ListCrawlsRequest;
|
|
111
|
+
output: ListCrawlsResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: ListCrawlsCommandInput;
|
|
115
|
+
output: ListCrawlsCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListCustomEntityTypesCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListCustomEntityTypesCommand extends ListCustomEntityTypesCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListCustomEntityTypesRequest;
|
|
86
|
+
output: ListCustomEntityTypesResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListCustomEntityTypesCommandInput;
|
|
90
|
+
output: ListCustomEntityTypesCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -103,4 +103,15 @@ declare const ListDataQualityResultsCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ListDataQualityResultsCommand extends ListDataQualityResultsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: ListDataQualityResultsRequest;
|
|
110
|
+
output: ListDataQualityResultsResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: ListDataQualityResultsCommandInput;
|
|
114
|
+
output: ListDataQualityResultsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -100,4 +100,15 @@ declare const ListDataQualityRuleRecommendationRunsCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ListDataQualityRuleRecommendationRunsCommand extends ListDataQualityRuleRecommendationRunsCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ListDataQualityRuleRecommendationRunsRequest;
|
|
107
|
+
output: ListDataQualityRuleRecommendationRunsResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ListDataQualityRuleRecommendationRunsCommandInput;
|
|
111
|
+
output: ListDataQualityRuleRecommendationRunsCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -100,4 +100,15 @@ declare const ListDataQualityRulesetEvaluationRunsCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ListDataQualityRulesetEvaluationRunsCommand extends ListDataQualityRulesetEvaluationRunsCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ListDataQualityRulesetEvaluationRunsRequest;
|
|
107
|
+
output: ListDataQualityRulesetEvaluationRunsResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ListDataQualityRulesetEvaluationRunsCommandInput;
|
|
111
|
+
output: ListDataQualityRulesetEvaluationRunsCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -101,4 +101,15 @@ declare const ListDataQualityRulesetsCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class ListDataQualityRulesetsCommand extends ListDataQualityRulesetsCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: ListDataQualityRulesetsRequest;
|
|
108
|
+
output: ListDataQualityRulesetsResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: ListDataQualityRulesetsCommandInput;
|
|
112
|
+
output: ListDataQualityRulesetsCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListDataQualityStatisticAnnotationsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListDataQualityStatisticAnnotationsCommand extends ListDataQualityStatisticAnnotationsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListDataQualityStatisticAnnotationsRequest;
|
|
88
|
+
output: ListDataQualityStatisticAnnotationsResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListDataQualityStatisticAnnotationsCommandInput;
|
|
92
|
+
output: ListDataQualityStatisticAnnotationsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -100,4 +100,15 @@ declare const ListDataQualityStatisticsCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ListDataQualityStatisticsCommand extends ListDataQualityStatisticsCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ListDataQualityStatisticsRequest;
|
|
107
|
+
output: ListDataQualityStatisticsResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ListDataQualityStatisticsCommandInput;
|
|
111
|
+
output: ListDataQualityStatisticsCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListDevEndpointsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListDevEndpointsCommand extends ListDevEndpointsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListDevEndpointsRequest;
|
|
88
|
+
output: ListDevEndpointsResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListDevEndpointsCommandInput;
|
|
92
|
+
output: ListDevEndpointsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListJobsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListJobsRequest;
|
|
86
|
+
output: ListJobsResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListJobsCommandInput;
|
|
90
|
+
output: ListJobsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -100,4 +100,15 @@ declare const ListMLTransformsCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ListMLTransformsCommand extends ListMLTransformsCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ListMLTransformsRequest;
|
|
107
|
+
output: ListMLTransformsResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ListMLTransformsCommandInput;
|
|
111
|
+
output: ListMLTransformsCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListRegistriesCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListRegistriesCommand extends ListRegistriesCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListRegistriesInput;
|
|
84
|
+
output: ListRegistriesResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListRegistriesCommandInput;
|
|
88
|
+
output: ListRegistriesCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListSchemaVersionsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListSchemaVersionsCommand extends ListSchemaVersionsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListSchemaVersionsInput;
|
|
91
|
+
output: ListSchemaVersionsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListSchemaVersionsCommandInput;
|
|
95
|
+
output: ListSchemaVersionsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListSchemasCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListSchemasCommand extends ListSchemasCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListSchemasInput;
|
|
93
|
+
output: ListSchemasResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListSchemasCommandInput;
|
|
97
|
+
output: ListSchemasCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -110,4 +110,15 @@ declare const ListSessionsCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class ListSessionsCommand extends ListSessionsCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: ListSessionsRequest;
|
|
117
|
+
output: ListSessionsResponse;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: ListSessionsCommandInput;
|
|
121
|
+
output: ListSessionsCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -99,4 +99,15 @@ declare const ListStatementsCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class ListStatementsCommand extends ListStatementsCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: ListStatementsRequest;
|
|
106
|
+
output: ListStatementsResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: ListStatementsCommandInput;
|
|
110
|
+
output: ListStatementsCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -121,4 +121,15 @@ declare const ListTableOptimizerRunsCommand_base: {
|
|
|
121
121
|
* @public
|
|
122
122
|
*/
|
|
123
123
|
export declare class ListTableOptimizerRunsCommand extends ListTableOptimizerRunsCommand_base {
|
|
124
|
+
/** @internal type navigation helper, not in runtime. */
|
|
125
|
+
protected static __types: {
|
|
126
|
+
api: {
|
|
127
|
+
input: ListTableOptimizerRunsRequest;
|
|
128
|
+
output: ListTableOptimizerRunsResponse;
|
|
129
|
+
};
|
|
130
|
+
sdk: {
|
|
131
|
+
input: ListTableOptimizerRunsCommandInput;
|
|
132
|
+
output: ListTableOptimizerRunsCommandOutput;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
124
135
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListTriggersCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListTriggersCommand extends ListTriggersCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListTriggersRequest;
|
|
87
|
+
output: ListTriggersResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListTriggersCommandInput;
|
|
91
|
+
output: ListTriggersCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListUsageProfilesCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListUsageProfilesCommand extends ListUsageProfilesCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListUsageProfilesRequest;
|
|
85
|
+
output: ListUsageProfilesResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListUsageProfilesCommandInput;
|
|
89
|
+
output: ListUsageProfilesCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -70,4 +70,15 @@ declare const ListWorkflowsCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: ListWorkflowsRequest;
|
|
77
|
+
output: ListWorkflowsResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: ListWorkflowsCommandInput;
|
|
81
|
+
output: ListWorkflowsCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -76,4 +76,15 @@ declare const PutDataCatalogEncryptionSettingsCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class PutDataCatalogEncryptionSettingsCommand extends PutDataCatalogEncryptionSettingsCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: PutDataCatalogEncryptionSettingsRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: PutDataCatalogEncryptionSettingsCommandInput;
|
|
87
|
+
output: PutDataCatalogEncryptionSettingsCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -65,4 +65,15 @@ declare const PutDataQualityProfileAnnotationCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class PutDataQualityProfileAnnotationCommand extends PutDataQualityProfileAnnotationCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: PutDataQualityProfileAnnotationRequest;
|
|
72
|
+
output: {};
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: PutDataQualityProfileAnnotationCommandInput;
|
|
76
|
+
output: PutDataQualityProfileAnnotationCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -76,4 +76,15 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: PutResourcePolicyRequest;
|
|
83
|
+
output: PutResourcePolicyResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: PutResourcePolicyCommandInput;
|
|
87
|
+
output: PutResourcePolicyCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -92,4 +92,15 @@ declare const PutSchemaVersionMetadataCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class PutSchemaVersionMetadataCommand extends PutSchemaVersionMetadataCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: PutSchemaVersionMetadataInput;
|
|
99
|
+
output: PutSchemaVersionMetadataResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: PutSchemaVersionMetadataCommandInput;
|
|
103
|
+
output: PutSchemaVersionMetadataCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -80,4 +80,15 @@ declare const PutWorkflowRunPropertiesCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class PutWorkflowRunPropertiesCommand extends PutWorkflowRunPropertiesCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: PutWorkflowRunPropertiesRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: PutWorkflowRunPropertiesCommandInput;
|
|
91
|
+
output: PutWorkflowRunPropertiesCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|