@aws-sdk/client-sagemaker 3.50.0 → 3.53.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/CHANGELOG.md +30 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/SageMakerServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +65 -6
- package/dist-cjs/protocols/Aws_json1_1.js +1542 -3996
- package/dist-es/index.js +1 -0
- package/dist-es/models/SageMakerServiceException.js +12 -0
- package/dist-es/models/models_0.js +56 -1
- package/dist-es/protocols/Aws_json1_1.js +3418 -4377
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/SageMakerServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +37 -14
- package/dist-types/ts3.4/SageMaker.d.ts +1260 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +324 -0
- package/dist-types/ts3.4/commands/AddAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDescribeModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEdgePackagingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFeatureGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFlowDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHumanTaskUiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLabelingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelPackageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDataQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFeatureGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFlowDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHumanTaskUiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImageVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelBiasJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelPackageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelPackageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStudioLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFlowDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeviceFleetReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetModelPackageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSearchSuggestionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppImageConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAutoMLJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCompilationJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContextsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopLabelingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopProcessingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTransformJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +251 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/SageMakerServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3644 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3935 -0
- package/dist-types/ts3.4/models/models_2.d.ts +4318 -0
- package/dist-types/ts3.4/models/models_3.d.ts +1853 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAlgorithmsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppImageConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAutoMLJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCodeRepositoriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCompilationJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContextsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDeviceFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEdgePackagingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEndpointConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListExperimentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFlowDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHumanTaskUisPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHyperParameterTuningJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImageVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLabelingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelPackageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelPackagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMonitoringExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMonitoringSchedulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNotebookInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelineExecutionStepsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelineParametersForExecutionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProcessingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStudioLifecycleConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSubscribedWorkteamsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrainingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTransformJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrialComponentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrialsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListWorkforcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListWorkteamsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +59 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +755 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +13 -0
- package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForEndpointInService.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageUpdated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageVersionCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageVersionDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNotebookInstanceDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNotebookInstanceInService.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNotebookInstanceStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForProcessingJobCompletedOrStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTrainingJobCompletedOrStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTransformJobCompletedOrStopped.d.ts +7 -0
- package/package.json +34 -34
|
@@ -0,0 +1,755 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { AddAssociationCommandInput, AddAssociationCommandOutput } from "../commands/AddAssociationCommand";
|
|
4
|
+
import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
|
|
5
|
+
import { AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput } from "../commands/AssociateTrialComponentCommand";
|
|
6
|
+
import { BatchDescribeModelPackageCommandInput, BatchDescribeModelPackageCommandOutput } from "../commands/BatchDescribeModelPackageCommand";
|
|
7
|
+
import { CreateActionCommandInput, CreateActionCommandOutput } from "../commands/CreateActionCommand";
|
|
8
|
+
import { CreateAlgorithmCommandInput, CreateAlgorithmCommandOutput } from "../commands/CreateAlgorithmCommand";
|
|
9
|
+
import { CreateAppCommandInput, CreateAppCommandOutput } from "../commands/CreateAppCommand";
|
|
10
|
+
import { CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput } from "../commands/CreateAppImageConfigCommand";
|
|
11
|
+
import { CreateArtifactCommandInput, CreateArtifactCommandOutput } from "../commands/CreateArtifactCommand";
|
|
12
|
+
import { CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput } from "../commands/CreateAutoMLJobCommand";
|
|
13
|
+
import { CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput } from "../commands/CreateCodeRepositoryCommand";
|
|
14
|
+
import { CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput } from "../commands/CreateCompilationJobCommand";
|
|
15
|
+
import { CreateContextCommandInput, CreateContextCommandOutput } from "../commands/CreateContextCommand";
|
|
16
|
+
import { CreateDataQualityJobDefinitionCommandInput, CreateDataQualityJobDefinitionCommandOutput } from "../commands/CreateDataQualityJobDefinitionCommand";
|
|
17
|
+
import { CreateDeviceFleetCommandInput, CreateDeviceFleetCommandOutput } from "../commands/CreateDeviceFleetCommand";
|
|
18
|
+
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
|
|
19
|
+
import { CreateEdgePackagingJobCommandInput, CreateEdgePackagingJobCommandOutput } from "../commands/CreateEdgePackagingJobCommand";
|
|
20
|
+
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "../commands/CreateEndpointCommand";
|
|
21
|
+
import { CreateEndpointConfigCommandInput, CreateEndpointConfigCommandOutput } from "../commands/CreateEndpointConfigCommand";
|
|
22
|
+
import { CreateExperimentCommandInput, CreateExperimentCommandOutput } from "../commands/CreateExperimentCommand";
|
|
23
|
+
import { CreateFeatureGroupCommandInput, CreateFeatureGroupCommandOutput } from "../commands/CreateFeatureGroupCommand";
|
|
24
|
+
import { CreateFlowDefinitionCommandInput, CreateFlowDefinitionCommandOutput } from "../commands/CreateFlowDefinitionCommand";
|
|
25
|
+
import { CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput } from "../commands/CreateHumanTaskUiCommand";
|
|
26
|
+
import { CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput } from "../commands/CreateHyperParameterTuningJobCommand";
|
|
27
|
+
import { CreateImageCommandInput, CreateImageCommandOutput } from "../commands/CreateImageCommand";
|
|
28
|
+
import { CreateImageVersionCommandInput, CreateImageVersionCommandOutput } from "../commands/CreateImageVersionCommand";
|
|
29
|
+
import { CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput } from "../commands/CreateInferenceRecommendationsJobCommand";
|
|
30
|
+
import { CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput } from "../commands/CreateLabelingJobCommand";
|
|
31
|
+
import { CreateModelBiasJobDefinitionCommandInput, CreateModelBiasJobDefinitionCommandOutput } from "../commands/CreateModelBiasJobDefinitionCommand";
|
|
32
|
+
import { CreateModelCommandInput, CreateModelCommandOutput } from "../commands/CreateModelCommand";
|
|
33
|
+
import { CreateModelExplainabilityJobDefinitionCommandInput, CreateModelExplainabilityJobDefinitionCommandOutput } from "../commands/CreateModelExplainabilityJobDefinitionCommand";
|
|
34
|
+
import { CreateModelPackageCommandInput, CreateModelPackageCommandOutput } from "../commands/CreateModelPackageCommand";
|
|
35
|
+
import { CreateModelPackageGroupCommandInput, CreateModelPackageGroupCommandOutput } from "../commands/CreateModelPackageGroupCommand";
|
|
36
|
+
import { CreateModelQualityJobDefinitionCommandInput, CreateModelQualityJobDefinitionCommandOutput } from "../commands/CreateModelQualityJobDefinitionCommand";
|
|
37
|
+
import { CreateMonitoringScheduleCommandInput, CreateMonitoringScheduleCommandOutput } from "../commands/CreateMonitoringScheduleCommand";
|
|
38
|
+
import { CreateNotebookInstanceCommandInput, CreateNotebookInstanceCommandOutput } from "../commands/CreateNotebookInstanceCommand";
|
|
39
|
+
import { CreateNotebookInstanceLifecycleConfigCommandInput, CreateNotebookInstanceLifecycleConfigCommandOutput } from "../commands/CreateNotebookInstanceLifecycleConfigCommand";
|
|
40
|
+
import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "../commands/CreatePipelineCommand";
|
|
41
|
+
import { CreatePresignedDomainUrlCommandInput, CreatePresignedDomainUrlCommandOutput } from "../commands/CreatePresignedDomainUrlCommand";
|
|
42
|
+
import { CreatePresignedNotebookInstanceUrlCommandInput, CreatePresignedNotebookInstanceUrlCommandOutput } from "../commands/CreatePresignedNotebookInstanceUrlCommand";
|
|
43
|
+
import { CreateProcessingJobCommandInput, CreateProcessingJobCommandOutput } from "../commands/CreateProcessingJobCommand";
|
|
44
|
+
import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
|
|
45
|
+
import { CreateStudioLifecycleConfigCommandInput, CreateStudioLifecycleConfigCommandOutput } from "../commands/CreateStudioLifecycleConfigCommand";
|
|
46
|
+
import { CreateTrainingJobCommandInput, CreateTrainingJobCommandOutput } from "../commands/CreateTrainingJobCommand";
|
|
47
|
+
import { CreateTransformJobCommandInput, CreateTransformJobCommandOutput } from "../commands/CreateTransformJobCommand";
|
|
48
|
+
import { CreateTrialCommandInput, CreateTrialCommandOutput } from "../commands/CreateTrialCommand";
|
|
49
|
+
import { CreateTrialComponentCommandInput, CreateTrialComponentCommandOutput } from "../commands/CreateTrialComponentCommand";
|
|
50
|
+
import { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from "../commands/CreateUserProfileCommand";
|
|
51
|
+
import { CreateWorkforceCommandInput, CreateWorkforceCommandOutput } from "../commands/CreateWorkforceCommand";
|
|
52
|
+
import { CreateWorkteamCommandInput, CreateWorkteamCommandOutput } from "../commands/CreateWorkteamCommand";
|
|
53
|
+
import { DeleteActionCommandInput, DeleteActionCommandOutput } from "../commands/DeleteActionCommand";
|
|
54
|
+
import { DeleteAlgorithmCommandInput, DeleteAlgorithmCommandOutput } from "../commands/DeleteAlgorithmCommand";
|
|
55
|
+
import { DeleteAppCommandInput, DeleteAppCommandOutput } from "../commands/DeleteAppCommand";
|
|
56
|
+
import { DeleteAppImageConfigCommandInput, DeleteAppImageConfigCommandOutput } from "../commands/DeleteAppImageConfigCommand";
|
|
57
|
+
import { DeleteArtifactCommandInput, DeleteArtifactCommandOutput } from "../commands/DeleteArtifactCommand";
|
|
58
|
+
import { DeleteAssociationCommandInput, DeleteAssociationCommandOutput } from "../commands/DeleteAssociationCommand";
|
|
59
|
+
import { DeleteCodeRepositoryCommandInput, DeleteCodeRepositoryCommandOutput } from "../commands/DeleteCodeRepositoryCommand";
|
|
60
|
+
import { DeleteContextCommandInput, DeleteContextCommandOutput } from "../commands/DeleteContextCommand";
|
|
61
|
+
import { DeleteDataQualityJobDefinitionCommandInput, DeleteDataQualityJobDefinitionCommandOutput } from "../commands/DeleteDataQualityJobDefinitionCommand";
|
|
62
|
+
import { DeleteDeviceFleetCommandInput, DeleteDeviceFleetCommandOutput } from "../commands/DeleteDeviceFleetCommand";
|
|
63
|
+
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
|
|
64
|
+
import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../commands/DeleteEndpointCommand";
|
|
65
|
+
import { DeleteEndpointConfigCommandInput, DeleteEndpointConfigCommandOutput } from "../commands/DeleteEndpointConfigCommand";
|
|
66
|
+
import { DeleteExperimentCommandInput, DeleteExperimentCommandOutput } from "../commands/DeleteExperimentCommand";
|
|
67
|
+
import { DeleteFeatureGroupCommandInput, DeleteFeatureGroupCommandOutput } from "../commands/DeleteFeatureGroupCommand";
|
|
68
|
+
import { DeleteFlowDefinitionCommandInput, DeleteFlowDefinitionCommandOutput } from "../commands/DeleteFlowDefinitionCommand";
|
|
69
|
+
import { DeleteHumanTaskUiCommandInput, DeleteHumanTaskUiCommandOutput } from "../commands/DeleteHumanTaskUiCommand";
|
|
70
|
+
import { DeleteImageCommandInput, DeleteImageCommandOutput } from "../commands/DeleteImageCommand";
|
|
71
|
+
import { DeleteImageVersionCommandInput, DeleteImageVersionCommandOutput } from "../commands/DeleteImageVersionCommand";
|
|
72
|
+
import { DeleteModelBiasJobDefinitionCommandInput, DeleteModelBiasJobDefinitionCommandOutput } from "../commands/DeleteModelBiasJobDefinitionCommand";
|
|
73
|
+
import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
|
|
74
|
+
import { DeleteModelExplainabilityJobDefinitionCommandInput, DeleteModelExplainabilityJobDefinitionCommandOutput } from "../commands/DeleteModelExplainabilityJobDefinitionCommand";
|
|
75
|
+
import { DeleteModelPackageCommandInput, DeleteModelPackageCommandOutput } from "../commands/DeleteModelPackageCommand";
|
|
76
|
+
import { DeleteModelPackageGroupCommandInput, DeleteModelPackageGroupCommandOutput } from "../commands/DeleteModelPackageGroupCommand";
|
|
77
|
+
import { DeleteModelPackageGroupPolicyCommandInput, DeleteModelPackageGroupPolicyCommandOutput } from "../commands/DeleteModelPackageGroupPolicyCommand";
|
|
78
|
+
import { DeleteModelQualityJobDefinitionCommandInput, DeleteModelQualityJobDefinitionCommandOutput } from "../commands/DeleteModelQualityJobDefinitionCommand";
|
|
79
|
+
import { DeleteMonitoringScheduleCommandInput, DeleteMonitoringScheduleCommandOutput } from "../commands/DeleteMonitoringScheduleCommand";
|
|
80
|
+
import { DeleteNotebookInstanceCommandInput, DeleteNotebookInstanceCommandOutput } from "../commands/DeleteNotebookInstanceCommand";
|
|
81
|
+
import { DeleteNotebookInstanceLifecycleConfigCommandInput, DeleteNotebookInstanceLifecycleConfigCommandOutput } from "../commands/DeleteNotebookInstanceLifecycleConfigCommand";
|
|
82
|
+
import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "../commands/DeletePipelineCommand";
|
|
83
|
+
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
|
|
84
|
+
import { DeleteStudioLifecycleConfigCommandInput, DeleteStudioLifecycleConfigCommandOutput } from "../commands/DeleteStudioLifecycleConfigCommand";
|
|
85
|
+
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
|
|
86
|
+
import { DeleteTrialCommandInput, DeleteTrialCommandOutput } from "../commands/DeleteTrialCommand";
|
|
87
|
+
import { DeleteTrialComponentCommandInput, DeleteTrialComponentCommandOutput } from "../commands/DeleteTrialComponentCommand";
|
|
88
|
+
import { DeleteUserProfileCommandInput, DeleteUserProfileCommandOutput } from "../commands/DeleteUserProfileCommand";
|
|
89
|
+
import { DeleteWorkforceCommandInput, DeleteWorkforceCommandOutput } from "../commands/DeleteWorkforceCommand";
|
|
90
|
+
import { DeleteWorkteamCommandInput, DeleteWorkteamCommandOutput } from "../commands/DeleteWorkteamCommand";
|
|
91
|
+
import { DeregisterDevicesCommandInput, DeregisterDevicesCommandOutput } from "../commands/DeregisterDevicesCommand";
|
|
92
|
+
import { DescribeActionCommandInput, DescribeActionCommandOutput } from "../commands/DescribeActionCommand";
|
|
93
|
+
import { DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput } from "../commands/DescribeAlgorithmCommand";
|
|
94
|
+
import { DescribeAppCommandInput, DescribeAppCommandOutput } from "../commands/DescribeAppCommand";
|
|
95
|
+
import { DescribeAppImageConfigCommandInput, DescribeAppImageConfigCommandOutput } from "../commands/DescribeAppImageConfigCommand";
|
|
96
|
+
import { DescribeArtifactCommandInput, DescribeArtifactCommandOutput } from "../commands/DescribeArtifactCommand";
|
|
97
|
+
import { DescribeAutoMLJobCommandInput, DescribeAutoMLJobCommandOutput } from "../commands/DescribeAutoMLJobCommand";
|
|
98
|
+
import { DescribeCodeRepositoryCommandInput, DescribeCodeRepositoryCommandOutput } from "../commands/DescribeCodeRepositoryCommand";
|
|
99
|
+
import { DescribeCompilationJobCommandInput, DescribeCompilationJobCommandOutput } from "../commands/DescribeCompilationJobCommand";
|
|
100
|
+
import { DescribeContextCommandInput, DescribeContextCommandOutput } from "../commands/DescribeContextCommand";
|
|
101
|
+
import { DescribeDataQualityJobDefinitionCommandInput, DescribeDataQualityJobDefinitionCommandOutput } from "../commands/DescribeDataQualityJobDefinitionCommand";
|
|
102
|
+
import { DescribeDeviceCommandInput, DescribeDeviceCommandOutput } from "../commands/DescribeDeviceCommand";
|
|
103
|
+
import { DescribeDeviceFleetCommandInput, DescribeDeviceFleetCommandOutput } from "../commands/DescribeDeviceFleetCommand";
|
|
104
|
+
import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "../commands/DescribeDomainCommand";
|
|
105
|
+
import { DescribeEdgePackagingJobCommandInput, DescribeEdgePackagingJobCommandOutput } from "../commands/DescribeEdgePackagingJobCommand";
|
|
106
|
+
import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "../commands/DescribeEndpointCommand";
|
|
107
|
+
import { DescribeEndpointConfigCommandInput, DescribeEndpointConfigCommandOutput } from "../commands/DescribeEndpointConfigCommand";
|
|
108
|
+
import { DescribeExperimentCommandInput, DescribeExperimentCommandOutput } from "../commands/DescribeExperimentCommand";
|
|
109
|
+
import { DescribeFeatureGroupCommandInput, DescribeFeatureGroupCommandOutput } from "../commands/DescribeFeatureGroupCommand";
|
|
110
|
+
import { DescribeFlowDefinitionCommandInput, DescribeFlowDefinitionCommandOutput } from "../commands/DescribeFlowDefinitionCommand";
|
|
111
|
+
import { DescribeHumanTaskUiCommandInput, DescribeHumanTaskUiCommandOutput } from "../commands/DescribeHumanTaskUiCommand";
|
|
112
|
+
import { DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput } from "../commands/DescribeHyperParameterTuningJobCommand";
|
|
113
|
+
import { DescribeImageCommandInput, DescribeImageCommandOutput } from "../commands/DescribeImageCommand";
|
|
114
|
+
import { DescribeImageVersionCommandInput, DescribeImageVersionCommandOutput } from "../commands/DescribeImageVersionCommand";
|
|
115
|
+
import { DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput } from "../commands/DescribeInferenceRecommendationsJobCommand";
|
|
116
|
+
import { DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput } from "../commands/DescribeLabelingJobCommand";
|
|
117
|
+
import { DescribeLineageGroupCommandInput, DescribeLineageGroupCommandOutput } from "../commands/DescribeLineageGroupCommand";
|
|
118
|
+
import { DescribeModelBiasJobDefinitionCommandInput, DescribeModelBiasJobDefinitionCommandOutput } from "../commands/DescribeModelBiasJobDefinitionCommand";
|
|
119
|
+
import { DescribeModelCommandInput, DescribeModelCommandOutput } from "../commands/DescribeModelCommand";
|
|
120
|
+
import { DescribeModelExplainabilityJobDefinitionCommandInput, DescribeModelExplainabilityJobDefinitionCommandOutput } from "../commands/DescribeModelExplainabilityJobDefinitionCommand";
|
|
121
|
+
import { DescribeModelPackageCommandInput, DescribeModelPackageCommandOutput } from "../commands/DescribeModelPackageCommand";
|
|
122
|
+
import { DescribeModelPackageGroupCommandInput, DescribeModelPackageGroupCommandOutput } from "../commands/DescribeModelPackageGroupCommand";
|
|
123
|
+
import { DescribeModelQualityJobDefinitionCommandInput, DescribeModelQualityJobDefinitionCommandOutput } from "../commands/DescribeModelQualityJobDefinitionCommand";
|
|
124
|
+
import { DescribeMonitoringScheduleCommandInput, DescribeMonitoringScheduleCommandOutput } from "../commands/DescribeMonitoringScheduleCommand";
|
|
125
|
+
import { DescribeNotebookInstanceCommandInput, DescribeNotebookInstanceCommandOutput } from "../commands/DescribeNotebookInstanceCommand";
|
|
126
|
+
import { DescribeNotebookInstanceLifecycleConfigCommandInput, DescribeNotebookInstanceLifecycleConfigCommandOutput } from "../commands/DescribeNotebookInstanceLifecycleConfigCommand";
|
|
127
|
+
import { DescribePipelineCommandInput, DescribePipelineCommandOutput } from "../commands/DescribePipelineCommand";
|
|
128
|
+
import { DescribePipelineDefinitionForExecutionCommandInput, DescribePipelineDefinitionForExecutionCommandOutput } from "../commands/DescribePipelineDefinitionForExecutionCommand";
|
|
129
|
+
import { DescribePipelineExecutionCommandInput, DescribePipelineExecutionCommandOutput } from "../commands/DescribePipelineExecutionCommand";
|
|
130
|
+
import { DescribeProcessingJobCommandInput, DescribeProcessingJobCommandOutput } from "../commands/DescribeProcessingJobCommand";
|
|
131
|
+
import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "../commands/DescribeProjectCommand";
|
|
132
|
+
import { DescribeStudioLifecycleConfigCommandInput, DescribeStudioLifecycleConfigCommandOutput } from "../commands/DescribeStudioLifecycleConfigCommand";
|
|
133
|
+
import { DescribeSubscribedWorkteamCommandInput, DescribeSubscribedWorkteamCommandOutput } from "../commands/DescribeSubscribedWorkteamCommand";
|
|
134
|
+
import { DescribeTrainingJobCommandInput, DescribeTrainingJobCommandOutput } from "../commands/DescribeTrainingJobCommand";
|
|
135
|
+
import { DescribeTransformJobCommandInput, DescribeTransformJobCommandOutput } from "../commands/DescribeTransformJobCommand";
|
|
136
|
+
import { DescribeTrialCommandInput, DescribeTrialCommandOutput } from "../commands/DescribeTrialCommand";
|
|
137
|
+
import { DescribeTrialComponentCommandInput, DescribeTrialComponentCommandOutput } from "../commands/DescribeTrialComponentCommand";
|
|
138
|
+
import { DescribeUserProfileCommandInput, DescribeUserProfileCommandOutput } from "../commands/DescribeUserProfileCommand";
|
|
139
|
+
import { DescribeWorkforceCommandInput, DescribeWorkforceCommandOutput } from "../commands/DescribeWorkforceCommand";
|
|
140
|
+
import { DescribeWorkteamCommandInput, DescribeWorkteamCommandOutput } from "../commands/DescribeWorkteamCommand";
|
|
141
|
+
import { DisableSagemakerServicecatalogPortfolioCommandInput, DisableSagemakerServicecatalogPortfolioCommandOutput } from "../commands/DisableSagemakerServicecatalogPortfolioCommand";
|
|
142
|
+
import { DisassociateTrialComponentCommandInput, DisassociateTrialComponentCommandOutput } from "../commands/DisassociateTrialComponentCommand";
|
|
143
|
+
import { EnableSagemakerServicecatalogPortfolioCommandInput, EnableSagemakerServicecatalogPortfolioCommandOutput } from "../commands/EnableSagemakerServicecatalogPortfolioCommand";
|
|
144
|
+
import { GetDeviceFleetReportCommandInput, GetDeviceFleetReportCommandOutput } from "../commands/GetDeviceFleetReportCommand";
|
|
145
|
+
import { GetLineageGroupPolicyCommandInput, GetLineageGroupPolicyCommandOutput } from "../commands/GetLineageGroupPolicyCommand";
|
|
146
|
+
import { GetModelPackageGroupPolicyCommandInput, GetModelPackageGroupPolicyCommandOutput } from "../commands/GetModelPackageGroupPolicyCommand";
|
|
147
|
+
import { GetSagemakerServicecatalogPortfolioStatusCommandInput, GetSagemakerServicecatalogPortfolioStatusCommandOutput } from "../commands/GetSagemakerServicecatalogPortfolioStatusCommand";
|
|
148
|
+
import { GetSearchSuggestionsCommandInput, GetSearchSuggestionsCommandOutput } from "../commands/GetSearchSuggestionsCommand";
|
|
149
|
+
import { ListActionsCommandInput, ListActionsCommandOutput } from "../commands/ListActionsCommand";
|
|
150
|
+
import { ListAlgorithmsCommandInput, ListAlgorithmsCommandOutput } from "../commands/ListAlgorithmsCommand";
|
|
151
|
+
import { ListAppImageConfigsCommandInput, ListAppImageConfigsCommandOutput } from "../commands/ListAppImageConfigsCommand";
|
|
152
|
+
import { ListAppsCommandInput, ListAppsCommandOutput } from "../commands/ListAppsCommand";
|
|
153
|
+
import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../commands/ListArtifactsCommand";
|
|
154
|
+
import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "../commands/ListAssociationsCommand";
|
|
155
|
+
import { ListAutoMLJobsCommandInput, ListAutoMLJobsCommandOutput } from "../commands/ListAutoMLJobsCommand";
|
|
156
|
+
import { ListCandidatesForAutoMLJobCommandInput, ListCandidatesForAutoMLJobCommandOutput } from "../commands/ListCandidatesForAutoMLJobCommand";
|
|
157
|
+
import { ListCodeRepositoriesCommandInput, ListCodeRepositoriesCommandOutput } from "../commands/ListCodeRepositoriesCommand";
|
|
158
|
+
import { ListCompilationJobsCommandInput, ListCompilationJobsCommandOutput } from "../commands/ListCompilationJobsCommand";
|
|
159
|
+
import { ListContextsCommandInput, ListContextsCommandOutput } from "../commands/ListContextsCommand";
|
|
160
|
+
import { ListDataQualityJobDefinitionsCommandInput, ListDataQualityJobDefinitionsCommandOutput } from "../commands/ListDataQualityJobDefinitionsCommand";
|
|
161
|
+
import { ListDeviceFleetsCommandInput, ListDeviceFleetsCommandOutput } from "../commands/ListDeviceFleetsCommand";
|
|
162
|
+
import { ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand";
|
|
163
|
+
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
|
|
164
|
+
import { ListEdgePackagingJobsCommandInput, ListEdgePackagingJobsCommandOutput } from "../commands/ListEdgePackagingJobsCommand";
|
|
165
|
+
import { ListEndpointConfigsCommandInput, ListEndpointConfigsCommandOutput } from "../commands/ListEndpointConfigsCommand";
|
|
166
|
+
import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "../commands/ListEndpointsCommand";
|
|
167
|
+
import { ListExperimentsCommandInput, ListExperimentsCommandOutput } from "../commands/ListExperimentsCommand";
|
|
168
|
+
import { ListFeatureGroupsCommandInput, ListFeatureGroupsCommandOutput } from "../commands/ListFeatureGroupsCommand";
|
|
169
|
+
import { ListFlowDefinitionsCommandInput, ListFlowDefinitionsCommandOutput } from "../commands/ListFlowDefinitionsCommand";
|
|
170
|
+
import { ListHumanTaskUisCommandInput, ListHumanTaskUisCommandOutput } from "../commands/ListHumanTaskUisCommand";
|
|
171
|
+
import { ListHyperParameterTuningJobsCommandInput, ListHyperParameterTuningJobsCommandOutput } from "../commands/ListHyperParameterTuningJobsCommand";
|
|
172
|
+
import { ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand";
|
|
173
|
+
import { ListImageVersionsCommandInput, ListImageVersionsCommandOutput } from "../commands/ListImageVersionsCommand";
|
|
174
|
+
import { ListInferenceRecommendationsJobsCommandInput, ListInferenceRecommendationsJobsCommandOutput } from "../commands/ListInferenceRecommendationsJobsCommand";
|
|
175
|
+
import { ListLabelingJobsCommandInput, ListLabelingJobsCommandOutput } from "../commands/ListLabelingJobsCommand";
|
|
176
|
+
import { ListLabelingJobsForWorkteamCommandInput, ListLabelingJobsForWorkteamCommandOutput } from "../commands/ListLabelingJobsForWorkteamCommand";
|
|
177
|
+
import { ListLineageGroupsCommandInput, ListLineageGroupsCommandOutput } from "../commands/ListLineageGroupsCommand";
|
|
178
|
+
import { ListModelBiasJobDefinitionsCommandInput, ListModelBiasJobDefinitionsCommandOutput } from "../commands/ListModelBiasJobDefinitionsCommand";
|
|
179
|
+
import { ListModelExplainabilityJobDefinitionsCommandInput, ListModelExplainabilityJobDefinitionsCommandOutput } from "../commands/ListModelExplainabilityJobDefinitionsCommand";
|
|
180
|
+
import { ListModelMetadataCommandInput, ListModelMetadataCommandOutput } from "../commands/ListModelMetadataCommand";
|
|
181
|
+
import { ListModelPackageGroupsCommandInput, ListModelPackageGroupsCommandOutput } from "../commands/ListModelPackageGroupsCommand";
|
|
182
|
+
import { ListModelPackagesCommandInput, ListModelPackagesCommandOutput } from "../commands/ListModelPackagesCommand";
|
|
183
|
+
import { ListModelQualityJobDefinitionsCommandInput, ListModelQualityJobDefinitionsCommandOutput } from "../commands/ListModelQualityJobDefinitionsCommand";
|
|
184
|
+
import { ListModelsCommandInput, ListModelsCommandOutput } from "../commands/ListModelsCommand";
|
|
185
|
+
import { ListMonitoringExecutionsCommandInput, ListMonitoringExecutionsCommandOutput } from "../commands/ListMonitoringExecutionsCommand";
|
|
186
|
+
import { ListMonitoringSchedulesCommandInput, ListMonitoringSchedulesCommandOutput } from "../commands/ListMonitoringSchedulesCommand";
|
|
187
|
+
import { ListNotebookInstanceLifecycleConfigsCommandInput, ListNotebookInstanceLifecycleConfigsCommandOutput } from "../commands/ListNotebookInstanceLifecycleConfigsCommand";
|
|
188
|
+
import { ListNotebookInstancesCommandInput, ListNotebookInstancesCommandOutput } from "../commands/ListNotebookInstancesCommand";
|
|
189
|
+
import { ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput } from "../commands/ListPipelineExecutionsCommand";
|
|
190
|
+
import { ListPipelineExecutionStepsCommandInput, ListPipelineExecutionStepsCommandOutput } from "../commands/ListPipelineExecutionStepsCommand";
|
|
191
|
+
import { ListPipelineParametersForExecutionCommandInput, ListPipelineParametersForExecutionCommandOutput } from "../commands/ListPipelineParametersForExecutionCommand";
|
|
192
|
+
import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "../commands/ListPipelinesCommand";
|
|
193
|
+
import { ListProcessingJobsCommandInput, ListProcessingJobsCommandOutput } from "../commands/ListProcessingJobsCommand";
|
|
194
|
+
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
|
|
195
|
+
import { ListStudioLifecycleConfigsCommandInput, ListStudioLifecycleConfigsCommandOutput } from "../commands/ListStudioLifecycleConfigsCommand";
|
|
196
|
+
import { ListSubscribedWorkteamsCommandInput, ListSubscribedWorkteamsCommandOutput } from "../commands/ListSubscribedWorkteamsCommand";
|
|
197
|
+
import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
|
|
198
|
+
import { ListTrainingJobsCommandInput, ListTrainingJobsCommandOutput } from "../commands/ListTrainingJobsCommand";
|
|
199
|
+
import { ListTrainingJobsForHyperParameterTuningJobCommandInput, ListTrainingJobsForHyperParameterTuningJobCommandOutput } from "../commands/ListTrainingJobsForHyperParameterTuningJobCommand";
|
|
200
|
+
import { ListTransformJobsCommandInput, ListTransformJobsCommandOutput } from "../commands/ListTransformJobsCommand";
|
|
201
|
+
import { ListTrialComponentsCommandInput, ListTrialComponentsCommandOutput } from "../commands/ListTrialComponentsCommand";
|
|
202
|
+
import { ListTrialsCommandInput, ListTrialsCommandOutput } from "../commands/ListTrialsCommand";
|
|
203
|
+
import { ListUserProfilesCommandInput, ListUserProfilesCommandOutput } from "../commands/ListUserProfilesCommand";
|
|
204
|
+
import { ListWorkforcesCommandInput, ListWorkforcesCommandOutput } from "../commands/ListWorkforcesCommand";
|
|
205
|
+
import { ListWorkteamsCommandInput, ListWorkteamsCommandOutput } from "../commands/ListWorkteamsCommand";
|
|
206
|
+
import { PutModelPackageGroupPolicyCommandInput, PutModelPackageGroupPolicyCommandOutput } from "../commands/PutModelPackageGroupPolicyCommand";
|
|
207
|
+
import { QueryLineageCommandInput, QueryLineageCommandOutput } from "../commands/QueryLineageCommand";
|
|
208
|
+
import { RegisterDevicesCommandInput, RegisterDevicesCommandOutput } from "../commands/RegisterDevicesCommand";
|
|
209
|
+
import { RenderUiTemplateCommandInput, RenderUiTemplateCommandOutput } from "../commands/RenderUiTemplateCommand";
|
|
210
|
+
import { RetryPipelineExecutionCommandInput, RetryPipelineExecutionCommandOutput } from "../commands/RetryPipelineExecutionCommand";
|
|
211
|
+
import { SearchCommandInput, SearchCommandOutput } from "../commands/SearchCommand";
|
|
212
|
+
import { SendPipelineExecutionStepFailureCommandInput, SendPipelineExecutionStepFailureCommandOutput } from "../commands/SendPipelineExecutionStepFailureCommand";
|
|
213
|
+
import { SendPipelineExecutionStepSuccessCommandInput, SendPipelineExecutionStepSuccessCommandOutput } from "../commands/SendPipelineExecutionStepSuccessCommand";
|
|
214
|
+
import { StartMonitoringScheduleCommandInput, StartMonitoringScheduleCommandOutput } from "../commands/StartMonitoringScheduleCommand";
|
|
215
|
+
import { StartNotebookInstanceCommandInput, StartNotebookInstanceCommandOutput } from "../commands/StartNotebookInstanceCommand";
|
|
216
|
+
import { StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput } from "../commands/StartPipelineExecutionCommand";
|
|
217
|
+
import { StopAutoMLJobCommandInput, StopAutoMLJobCommandOutput } from "../commands/StopAutoMLJobCommand";
|
|
218
|
+
import { StopCompilationJobCommandInput, StopCompilationJobCommandOutput } from "../commands/StopCompilationJobCommand";
|
|
219
|
+
import { StopEdgePackagingJobCommandInput, StopEdgePackagingJobCommandOutput } from "../commands/StopEdgePackagingJobCommand";
|
|
220
|
+
import { StopHyperParameterTuningJobCommandInput, StopHyperParameterTuningJobCommandOutput } from "../commands/StopHyperParameterTuningJobCommand";
|
|
221
|
+
import { StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput } from "../commands/StopInferenceRecommendationsJobCommand";
|
|
222
|
+
import { StopLabelingJobCommandInput, StopLabelingJobCommandOutput } from "../commands/StopLabelingJobCommand";
|
|
223
|
+
import { StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput } from "../commands/StopMonitoringScheduleCommand";
|
|
224
|
+
import { StopNotebookInstanceCommandInput, StopNotebookInstanceCommandOutput } from "../commands/StopNotebookInstanceCommand";
|
|
225
|
+
import { StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput } from "../commands/StopPipelineExecutionCommand";
|
|
226
|
+
import { StopProcessingJobCommandInput, StopProcessingJobCommandOutput } from "../commands/StopProcessingJobCommand";
|
|
227
|
+
import { StopTrainingJobCommandInput, StopTrainingJobCommandOutput } from "../commands/StopTrainingJobCommand";
|
|
228
|
+
import { StopTransformJobCommandInput, StopTransformJobCommandOutput } from "../commands/StopTransformJobCommand";
|
|
229
|
+
import { UpdateActionCommandInput, UpdateActionCommandOutput } from "../commands/UpdateActionCommand";
|
|
230
|
+
import { UpdateAppImageConfigCommandInput, UpdateAppImageConfigCommandOutput } from "../commands/UpdateAppImageConfigCommand";
|
|
231
|
+
import { UpdateArtifactCommandInput, UpdateArtifactCommandOutput } from "../commands/UpdateArtifactCommand";
|
|
232
|
+
import { UpdateCodeRepositoryCommandInput, UpdateCodeRepositoryCommandOutput } from "../commands/UpdateCodeRepositoryCommand";
|
|
233
|
+
import { UpdateContextCommandInput, UpdateContextCommandOutput } from "../commands/UpdateContextCommand";
|
|
234
|
+
import { UpdateDeviceFleetCommandInput, UpdateDeviceFleetCommandOutput } from "../commands/UpdateDeviceFleetCommand";
|
|
235
|
+
import { UpdateDevicesCommandInput, UpdateDevicesCommandOutput } from "../commands/UpdateDevicesCommand";
|
|
236
|
+
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "../commands/UpdateDomainCommand";
|
|
237
|
+
import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "../commands/UpdateEndpointCommand";
|
|
238
|
+
import { UpdateEndpointWeightsAndCapacitiesCommandInput, UpdateEndpointWeightsAndCapacitiesCommandOutput } from "../commands/UpdateEndpointWeightsAndCapacitiesCommand";
|
|
239
|
+
import { UpdateExperimentCommandInput, UpdateExperimentCommandOutput } from "../commands/UpdateExperimentCommand";
|
|
240
|
+
import { UpdateImageCommandInput, UpdateImageCommandOutput } from "../commands/UpdateImageCommand";
|
|
241
|
+
import { UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput } from "../commands/UpdateModelPackageCommand";
|
|
242
|
+
import { UpdateMonitoringScheduleCommandInput, UpdateMonitoringScheduleCommandOutput } from "../commands/UpdateMonitoringScheduleCommand";
|
|
243
|
+
import { UpdateNotebookInstanceCommandInput, UpdateNotebookInstanceCommandOutput } from "../commands/UpdateNotebookInstanceCommand";
|
|
244
|
+
import { UpdateNotebookInstanceLifecycleConfigCommandInput, UpdateNotebookInstanceLifecycleConfigCommandOutput } from "../commands/UpdateNotebookInstanceLifecycleConfigCommand";
|
|
245
|
+
import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "../commands/UpdatePipelineCommand";
|
|
246
|
+
import { UpdatePipelineExecutionCommandInput, UpdatePipelineExecutionCommandOutput } from "../commands/UpdatePipelineExecutionCommand";
|
|
247
|
+
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
|
|
248
|
+
import { UpdateTrainingJobCommandInput, UpdateTrainingJobCommandOutput } from "../commands/UpdateTrainingJobCommand";
|
|
249
|
+
import { UpdateTrialCommandInput, UpdateTrialCommandOutput } from "../commands/UpdateTrialCommand";
|
|
250
|
+
import { UpdateTrialComponentCommandInput, UpdateTrialComponentCommandOutput } from "../commands/UpdateTrialComponentCommand";
|
|
251
|
+
import { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "../commands/UpdateUserProfileCommand";
|
|
252
|
+
import { UpdateWorkforceCommandInput, UpdateWorkforceCommandOutput } from "../commands/UpdateWorkforceCommand";
|
|
253
|
+
import { UpdateWorkteamCommandInput, UpdateWorkteamCommandOutput } from "../commands/UpdateWorkteamCommand";
|
|
254
|
+
export declare const serializeAws_json1_1AddAssociationCommand: (input: AddAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
255
|
+
export declare const serializeAws_json1_1AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
256
|
+
export declare const serializeAws_json1_1AssociateTrialComponentCommand: (input: AssociateTrialComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
257
|
+
export declare const serializeAws_json1_1BatchDescribeModelPackageCommand: (input: BatchDescribeModelPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_1CreateActionCommand: (input: CreateActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
259
|
+
export declare const serializeAws_json1_1CreateAlgorithmCommand: (input: CreateAlgorithmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
260
|
+
export declare const serializeAws_json1_1CreateAppCommand: (input: CreateAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
|
+
export declare const serializeAws_json1_1CreateAppImageConfigCommand: (input: CreateAppImageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1CreateArtifactCommand: (input: CreateArtifactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
263
|
+
export declare const serializeAws_json1_1CreateAutoMLJobCommand: (input: CreateAutoMLJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
264
|
+
export declare const serializeAws_json1_1CreateCodeRepositoryCommand: (input: CreateCodeRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
265
|
+
export declare const serializeAws_json1_1CreateCompilationJobCommand: (input: CreateCompilationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1CreateContextCommand: (input: CreateContextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
267
|
+
export declare const serializeAws_json1_1CreateDataQualityJobDefinitionCommand: (input: CreateDataQualityJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
268
|
+
export declare const serializeAws_json1_1CreateDeviceFleetCommand: (input: CreateDeviceFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
269
|
+
export declare const serializeAws_json1_1CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1CreateEdgePackagingJobCommand: (input: CreateEdgePackagingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
271
|
+
export declare const serializeAws_json1_1CreateEndpointCommand: (input: CreateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
272
|
+
export declare const serializeAws_json1_1CreateEndpointConfigCommand: (input: CreateEndpointConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
|
+
export declare const serializeAws_json1_1CreateExperimentCommand: (input: CreateExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1CreateFeatureGroupCommand: (input: CreateFeatureGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
275
|
+
export declare const serializeAws_json1_1CreateFlowDefinitionCommand: (input: CreateFlowDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
276
|
+
export declare const serializeAws_json1_1CreateHumanTaskUiCommand: (input: CreateHumanTaskUiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
277
|
+
export declare const serializeAws_json1_1CreateHyperParameterTuningJobCommand: (input: CreateHyperParameterTuningJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1CreateImageCommand: (input: CreateImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
279
|
+
export declare const serializeAws_json1_1CreateImageVersionCommand: (input: CreateImageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
280
|
+
export declare const serializeAws_json1_1CreateInferenceRecommendationsJobCommand: (input: CreateInferenceRecommendationsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
281
|
+
export declare const serializeAws_json1_1CreateLabelingJobCommand: (input: CreateLabelingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1CreateModelCommand: (input: CreateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
283
|
+
export declare const serializeAws_json1_1CreateModelBiasJobDefinitionCommand: (input: CreateModelBiasJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
284
|
+
export declare const serializeAws_json1_1CreateModelExplainabilityJobDefinitionCommand: (input: CreateModelExplainabilityJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
285
|
+
export declare const serializeAws_json1_1CreateModelPackageCommand: (input: CreateModelPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_1CreateModelPackageGroupCommand: (input: CreateModelPackageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
287
|
+
export declare const serializeAws_json1_1CreateModelQualityJobDefinitionCommand: (input: CreateModelQualityJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
288
|
+
export declare const serializeAws_json1_1CreateMonitoringScheduleCommand: (input: CreateMonitoringScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
289
|
+
export declare const serializeAws_json1_1CreateNotebookInstanceCommand: (input: CreateNotebookInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_1CreateNotebookInstanceLifecycleConfigCommand: (input: CreateNotebookInstanceLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
291
|
+
export declare const serializeAws_json1_1CreatePipelineCommand: (input: CreatePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
292
|
+
export declare const serializeAws_json1_1CreatePresignedDomainUrlCommand: (input: CreatePresignedDomainUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
293
|
+
export declare const serializeAws_json1_1CreatePresignedNotebookInstanceUrlCommand: (input: CreatePresignedNotebookInstanceUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_1CreateProcessingJobCommand: (input: CreateProcessingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
295
|
+
export declare const serializeAws_json1_1CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
296
|
+
export declare const serializeAws_json1_1CreateStudioLifecycleConfigCommand: (input: CreateStudioLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
297
|
+
export declare const serializeAws_json1_1CreateTrainingJobCommand: (input: CreateTrainingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_1CreateTransformJobCommand: (input: CreateTransformJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
299
|
+
export declare const serializeAws_json1_1CreateTrialCommand: (input: CreateTrialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
300
|
+
export declare const serializeAws_json1_1CreateTrialComponentCommand: (input: CreateTrialComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
301
|
+
export declare const serializeAws_json1_1CreateUserProfileCommand: (input: CreateUserProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_json1_1CreateWorkforceCommand: (input: CreateWorkforceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
303
|
+
export declare const serializeAws_json1_1CreateWorkteamCommand: (input: CreateWorkteamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
304
|
+
export declare const serializeAws_json1_1DeleteActionCommand: (input: DeleteActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
305
|
+
export declare const serializeAws_json1_1DeleteAlgorithmCommand: (input: DeleteAlgorithmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_json1_1DeleteAppCommand: (input: DeleteAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
307
|
+
export declare const serializeAws_json1_1DeleteAppImageConfigCommand: (input: DeleteAppImageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
308
|
+
export declare const serializeAws_json1_1DeleteArtifactCommand: (input: DeleteArtifactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
309
|
+
export declare const serializeAws_json1_1DeleteAssociationCommand: (input: DeleteAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1DeleteCodeRepositoryCommand: (input: DeleteCodeRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
311
|
+
export declare const serializeAws_json1_1DeleteContextCommand: (input: DeleteContextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
312
|
+
export declare const serializeAws_json1_1DeleteDataQualityJobDefinitionCommand: (input: DeleteDataQualityJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
313
|
+
export declare const serializeAws_json1_1DeleteDeviceFleetCommand: (input: DeleteDeviceFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_1DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
315
|
+
export declare const serializeAws_json1_1DeleteEndpointCommand: (input: DeleteEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
316
|
+
export declare const serializeAws_json1_1DeleteEndpointConfigCommand: (input: DeleteEndpointConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
317
|
+
export declare const serializeAws_json1_1DeleteExperimentCommand: (input: DeleteExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_1DeleteFeatureGroupCommand: (input: DeleteFeatureGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
319
|
+
export declare const serializeAws_json1_1DeleteFlowDefinitionCommand: (input: DeleteFlowDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
320
|
+
export declare const serializeAws_json1_1DeleteHumanTaskUiCommand: (input: DeleteHumanTaskUiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
321
|
+
export declare const serializeAws_json1_1DeleteImageCommand: (input: DeleteImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1DeleteImageVersionCommand: (input: DeleteImageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
323
|
+
export declare const serializeAws_json1_1DeleteModelCommand: (input: DeleteModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
324
|
+
export declare const serializeAws_json1_1DeleteModelBiasJobDefinitionCommand: (input: DeleteModelBiasJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
325
|
+
export declare const serializeAws_json1_1DeleteModelExplainabilityJobDefinitionCommand: (input: DeleteModelExplainabilityJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_1DeleteModelPackageCommand: (input: DeleteModelPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
327
|
+
export declare const serializeAws_json1_1DeleteModelPackageGroupCommand: (input: DeleteModelPackageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
328
|
+
export declare const serializeAws_json1_1DeleteModelPackageGroupPolicyCommand: (input: DeleteModelPackageGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
329
|
+
export declare const serializeAws_json1_1DeleteModelQualityJobDefinitionCommand: (input: DeleteModelQualityJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_1DeleteMonitoringScheduleCommand: (input: DeleteMonitoringScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
331
|
+
export declare const serializeAws_json1_1DeleteNotebookInstanceCommand: (input: DeleteNotebookInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
332
|
+
export declare const serializeAws_json1_1DeleteNotebookInstanceLifecycleConfigCommand: (input: DeleteNotebookInstanceLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
333
|
+
export declare const serializeAws_json1_1DeletePipelineCommand: (input: DeletePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_1DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
335
|
+
export declare const serializeAws_json1_1DeleteStudioLifecycleConfigCommand: (input: DeleteStudioLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
336
|
+
export declare const serializeAws_json1_1DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
337
|
+
export declare const serializeAws_json1_1DeleteTrialCommand: (input: DeleteTrialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_1DeleteTrialComponentCommand: (input: DeleteTrialComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
339
|
+
export declare const serializeAws_json1_1DeleteUserProfileCommand: (input: DeleteUserProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
340
|
+
export declare const serializeAws_json1_1DeleteWorkforceCommand: (input: DeleteWorkforceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
341
|
+
export declare const serializeAws_json1_1DeleteWorkteamCommand: (input: DeleteWorkteamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_1DeregisterDevicesCommand: (input: DeregisterDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
343
|
+
export declare const serializeAws_json1_1DescribeActionCommand: (input: DescribeActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
344
|
+
export declare const serializeAws_json1_1DescribeAlgorithmCommand: (input: DescribeAlgorithmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
345
|
+
export declare const serializeAws_json1_1DescribeAppCommand: (input: DescribeAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_1DescribeAppImageConfigCommand: (input: DescribeAppImageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
347
|
+
export declare const serializeAws_json1_1DescribeArtifactCommand: (input: DescribeArtifactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
348
|
+
export declare const serializeAws_json1_1DescribeAutoMLJobCommand: (input: DescribeAutoMLJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
349
|
+
export declare const serializeAws_json1_1DescribeCodeRepositoryCommand: (input: DescribeCodeRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_1DescribeCompilationJobCommand: (input: DescribeCompilationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
351
|
+
export declare const serializeAws_json1_1DescribeContextCommand: (input: DescribeContextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
352
|
+
export declare const serializeAws_json1_1DescribeDataQualityJobDefinitionCommand: (input: DescribeDataQualityJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
353
|
+
export declare const serializeAws_json1_1DescribeDeviceCommand: (input: DescribeDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_1DescribeDeviceFleetCommand: (input: DescribeDeviceFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
355
|
+
export declare const serializeAws_json1_1DescribeDomainCommand: (input: DescribeDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
356
|
+
export declare const serializeAws_json1_1DescribeEdgePackagingJobCommand: (input: DescribeEdgePackagingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
357
|
+
export declare const serializeAws_json1_1DescribeEndpointCommand: (input: DescribeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_1DescribeEndpointConfigCommand: (input: DescribeEndpointConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
359
|
+
export declare const serializeAws_json1_1DescribeExperimentCommand: (input: DescribeExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
360
|
+
export declare const serializeAws_json1_1DescribeFeatureGroupCommand: (input: DescribeFeatureGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
361
|
+
export declare const serializeAws_json1_1DescribeFlowDefinitionCommand: (input: DescribeFlowDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_1DescribeHumanTaskUiCommand: (input: DescribeHumanTaskUiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
363
|
+
export declare const serializeAws_json1_1DescribeHyperParameterTuningJobCommand: (input: DescribeHyperParameterTuningJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
364
|
+
export declare const serializeAws_json1_1DescribeImageCommand: (input: DescribeImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
365
|
+
export declare const serializeAws_json1_1DescribeImageVersionCommand: (input: DescribeImageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_1DescribeInferenceRecommendationsJobCommand: (input: DescribeInferenceRecommendationsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
367
|
+
export declare const serializeAws_json1_1DescribeLabelingJobCommand: (input: DescribeLabelingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
368
|
+
export declare const serializeAws_json1_1DescribeLineageGroupCommand: (input: DescribeLineageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
369
|
+
export declare const serializeAws_json1_1DescribeModelCommand: (input: DescribeModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_json1_1DescribeModelBiasJobDefinitionCommand: (input: DescribeModelBiasJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
371
|
+
export declare const serializeAws_json1_1DescribeModelExplainabilityJobDefinitionCommand: (input: DescribeModelExplainabilityJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
372
|
+
export declare const serializeAws_json1_1DescribeModelPackageCommand: (input: DescribeModelPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
373
|
+
export declare const serializeAws_json1_1DescribeModelPackageGroupCommand: (input: DescribeModelPackageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_1DescribeModelQualityJobDefinitionCommand: (input: DescribeModelQualityJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
375
|
+
export declare const serializeAws_json1_1DescribeMonitoringScheduleCommand: (input: DescribeMonitoringScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
376
|
+
export declare const serializeAws_json1_1DescribeNotebookInstanceCommand: (input: DescribeNotebookInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
377
|
+
export declare const serializeAws_json1_1DescribeNotebookInstanceLifecycleConfigCommand: (input: DescribeNotebookInstanceLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_json1_1DescribePipelineCommand: (input: DescribePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
379
|
+
export declare const serializeAws_json1_1DescribePipelineDefinitionForExecutionCommand: (input: DescribePipelineDefinitionForExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
380
|
+
export declare const serializeAws_json1_1DescribePipelineExecutionCommand: (input: DescribePipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
381
|
+
export declare const serializeAws_json1_1DescribeProcessingJobCommand: (input: DescribeProcessingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_json1_1DescribeProjectCommand: (input: DescribeProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
383
|
+
export declare const serializeAws_json1_1DescribeStudioLifecycleConfigCommand: (input: DescribeStudioLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
384
|
+
export declare const serializeAws_json1_1DescribeSubscribedWorkteamCommand: (input: DescribeSubscribedWorkteamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
385
|
+
export declare const serializeAws_json1_1DescribeTrainingJobCommand: (input: DescribeTrainingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_json1_1DescribeTransformJobCommand: (input: DescribeTransformJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
387
|
+
export declare const serializeAws_json1_1DescribeTrialCommand: (input: DescribeTrialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
388
|
+
export declare const serializeAws_json1_1DescribeTrialComponentCommand: (input: DescribeTrialComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
389
|
+
export declare const serializeAws_json1_1DescribeUserProfileCommand: (input: DescribeUserProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_json1_1DescribeWorkforceCommand: (input: DescribeWorkforceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
391
|
+
export declare const serializeAws_json1_1DescribeWorkteamCommand: (input: DescribeWorkteamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
392
|
+
export declare const serializeAws_json1_1DisableSagemakerServicecatalogPortfolioCommand: (input: DisableSagemakerServicecatalogPortfolioCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
393
|
+
export declare const serializeAws_json1_1DisassociateTrialComponentCommand: (input: DisassociateTrialComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_json1_1EnableSagemakerServicecatalogPortfolioCommand: (input: EnableSagemakerServicecatalogPortfolioCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
395
|
+
export declare const serializeAws_json1_1GetDeviceFleetReportCommand: (input: GetDeviceFleetReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
396
|
+
export declare const serializeAws_json1_1GetLineageGroupPolicyCommand: (input: GetLineageGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
397
|
+
export declare const serializeAws_json1_1GetModelPackageGroupPolicyCommand: (input: GetModelPackageGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_json1_1GetSagemakerServicecatalogPortfolioStatusCommand: (input: GetSagemakerServicecatalogPortfolioStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
399
|
+
export declare const serializeAws_json1_1GetSearchSuggestionsCommand: (input: GetSearchSuggestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
400
|
+
export declare const serializeAws_json1_1ListActionsCommand: (input: ListActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
401
|
+
export declare const serializeAws_json1_1ListAlgorithmsCommand: (input: ListAlgorithmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_json1_1ListAppImageConfigsCommand: (input: ListAppImageConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
403
|
+
export declare const serializeAws_json1_1ListAppsCommand: (input: ListAppsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
404
|
+
export declare const serializeAws_json1_1ListArtifactsCommand: (input: ListArtifactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
405
|
+
export declare const serializeAws_json1_1ListAssociationsCommand: (input: ListAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_json1_1ListAutoMLJobsCommand: (input: ListAutoMLJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
407
|
+
export declare const serializeAws_json1_1ListCandidatesForAutoMLJobCommand: (input: ListCandidatesForAutoMLJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
408
|
+
export declare const serializeAws_json1_1ListCodeRepositoriesCommand: (input: ListCodeRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
409
|
+
export declare const serializeAws_json1_1ListCompilationJobsCommand: (input: ListCompilationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_json1_1ListContextsCommand: (input: ListContextsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
411
|
+
export declare const serializeAws_json1_1ListDataQualityJobDefinitionsCommand: (input: ListDataQualityJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
412
|
+
export declare const serializeAws_json1_1ListDeviceFleetsCommand: (input: ListDeviceFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
413
|
+
export declare const serializeAws_json1_1ListDevicesCommand: (input: ListDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_json1_1ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
415
|
+
export declare const serializeAws_json1_1ListEdgePackagingJobsCommand: (input: ListEdgePackagingJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
416
|
+
export declare const serializeAws_json1_1ListEndpointConfigsCommand: (input: ListEndpointConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
417
|
+
export declare const serializeAws_json1_1ListEndpointsCommand: (input: ListEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_json1_1ListExperimentsCommand: (input: ListExperimentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
419
|
+
export declare const serializeAws_json1_1ListFeatureGroupsCommand: (input: ListFeatureGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
420
|
+
export declare const serializeAws_json1_1ListFlowDefinitionsCommand: (input: ListFlowDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
421
|
+
export declare const serializeAws_json1_1ListHumanTaskUisCommand: (input: ListHumanTaskUisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_json1_1ListHyperParameterTuningJobsCommand: (input: ListHyperParameterTuningJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
423
|
+
export declare const serializeAws_json1_1ListImagesCommand: (input: ListImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
424
|
+
export declare const serializeAws_json1_1ListImageVersionsCommand: (input: ListImageVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
425
|
+
export declare const serializeAws_json1_1ListInferenceRecommendationsJobsCommand: (input: ListInferenceRecommendationsJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_json1_1ListLabelingJobsCommand: (input: ListLabelingJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
427
|
+
export declare const serializeAws_json1_1ListLabelingJobsForWorkteamCommand: (input: ListLabelingJobsForWorkteamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
428
|
+
export declare const serializeAws_json1_1ListLineageGroupsCommand: (input: ListLineageGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
429
|
+
export declare const serializeAws_json1_1ListModelBiasJobDefinitionsCommand: (input: ListModelBiasJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_json1_1ListModelExplainabilityJobDefinitionsCommand: (input: ListModelExplainabilityJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
431
|
+
export declare const serializeAws_json1_1ListModelMetadataCommand: (input: ListModelMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
432
|
+
export declare const serializeAws_json1_1ListModelPackageGroupsCommand: (input: ListModelPackageGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
433
|
+
export declare const serializeAws_json1_1ListModelPackagesCommand: (input: ListModelPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_json1_1ListModelQualityJobDefinitionsCommand: (input: ListModelQualityJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
435
|
+
export declare const serializeAws_json1_1ListModelsCommand: (input: ListModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
436
|
+
export declare const serializeAws_json1_1ListMonitoringExecutionsCommand: (input: ListMonitoringExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
437
|
+
export declare const serializeAws_json1_1ListMonitoringSchedulesCommand: (input: ListMonitoringSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_json1_1ListNotebookInstanceLifecycleConfigsCommand: (input: ListNotebookInstanceLifecycleConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
439
|
+
export declare const serializeAws_json1_1ListNotebookInstancesCommand: (input: ListNotebookInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
440
|
+
export declare const serializeAws_json1_1ListPipelineExecutionsCommand: (input: ListPipelineExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
441
|
+
export declare const serializeAws_json1_1ListPipelineExecutionStepsCommand: (input: ListPipelineExecutionStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_json1_1ListPipelineParametersForExecutionCommand: (input: ListPipelineParametersForExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
443
|
+
export declare const serializeAws_json1_1ListPipelinesCommand: (input: ListPipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
444
|
+
export declare const serializeAws_json1_1ListProcessingJobsCommand: (input: ListProcessingJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
445
|
+
export declare const serializeAws_json1_1ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_json1_1ListStudioLifecycleConfigsCommand: (input: ListStudioLifecycleConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
447
|
+
export declare const serializeAws_json1_1ListSubscribedWorkteamsCommand: (input: ListSubscribedWorkteamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
448
|
+
export declare const serializeAws_json1_1ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
449
|
+
export declare const serializeAws_json1_1ListTrainingJobsCommand: (input: ListTrainingJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_json1_1ListTrainingJobsForHyperParameterTuningJobCommand: (input: ListTrainingJobsForHyperParameterTuningJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
451
|
+
export declare const serializeAws_json1_1ListTransformJobsCommand: (input: ListTransformJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
452
|
+
export declare const serializeAws_json1_1ListTrialComponentsCommand: (input: ListTrialComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
453
|
+
export declare const serializeAws_json1_1ListTrialsCommand: (input: ListTrialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const serializeAws_json1_1ListUserProfilesCommand: (input: ListUserProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
455
|
+
export declare const serializeAws_json1_1ListWorkforcesCommand: (input: ListWorkforcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
456
|
+
export declare const serializeAws_json1_1ListWorkteamsCommand: (input: ListWorkteamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
457
|
+
export declare const serializeAws_json1_1PutModelPackageGroupPolicyCommand: (input: PutModelPackageGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_json1_1QueryLineageCommand: (input: QueryLineageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
459
|
+
export declare const serializeAws_json1_1RegisterDevicesCommand: (input: RegisterDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
460
|
+
export declare const serializeAws_json1_1RenderUiTemplateCommand: (input: RenderUiTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
461
|
+
export declare const serializeAws_json1_1RetryPipelineExecutionCommand: (input: RetryPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const serializeAws_json1_1SearchCommand: (input: SearchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
463
|
+
export declare const serializeAws_json1_1SendPipelineExecutionStepFailureCommand: (input: SendPipelineExecutionStepFailureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
464
|
+
export declare const serializeAws_json1_1SendPipelineExecutionStepSuccessCommand: (input: SendPipelineExecutionStepSuccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
465
|
+
export declare const serializeAws_json1_1StartMonitoringScheduleCommand: (input: StartMonitoringScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const serializeAws_json1_1StartNotebookInstanceCommand: (input: StartNotebookInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
467
|
+
export declare const serializeAws_json1_1StartPipelineExecutionCommand: (input: StartPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
468
|
+
export declare const serializeAws_json1_1StopAutoMLJobCommand: (input: StopAutoMLJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
469
|
+
export declare const serializeAws_json1_1StopCompilationJobCommand: (input: StopCompilationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const serializeAws_json1_1StopEdgePackagingJobCommand: (input: StopEdgePackagingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
471
|
+
export declare const serializeAws_json1_1StopHyperParameterTuningJobCommand: (input: StopHyperParameterTuningJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
472
|
+
export declare const serializeAws_json1_1StopInferenceRecommendationsJobCommand: (input: StopInferenceRecommendationsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
473
|
+
export declare const serializeAws_json1_1StopLabelingJobCommand: (input: StopLabelingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_json1_1StopMonitoringScheduleCommand: (input: StopMonitoringScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
475
|
+
export declare const serializeAws_json1_1StopNotebookInstanceCommand: (input: StopNotebookInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
476
|
+
export declare const serializeAws_json1_1StopPipelineExecutionCommand: (input: StopPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
477
|
+
export declare const serializeAws_json1_1StopProcessingJobCommand: (input: StopProcessingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const serializeAws_json1_1StopTrainingJobCommand: (input: StopTrainingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
479
|
+
export declare const serializeAws_json1_1StopTransformJobCommand: (input: StopTransformJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
480
|
+
export declare const serializeAws_json1_1UpdateActionCommand: (input: UpdateActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
481
|
+
export declare const serializeAws_json1_1UpdateAppImageConfigCommand: (input: UpdateAppImageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_json1_1UpdateArtifactCommand: (input: UpdateArtifactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
483
|
+
export declare const serializeAws_json1_1UpdateCodeRepositoryCommand: (input: UpdateCodeRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
484
|
+
export declare const serializeAws_json1_1UpdateContextCommand: (input: UpdateContextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
485
|
+
export declare const serializeAws_json1_1UpdateDeviceFleetCommand: (input: UpdateDeviceFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const serializeAws_json1_1UpdateDevicesCommand: (input: UpdateDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
487
|
+
export declare const serializeAws_json1_1UpdateDomainCommand: (input: UpdateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
488
|
+
export declare const serializeAws_json1_1UpdateEndpointCommand: (input: UpdateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
489
|
+
export declare const serializeAws_json1_1UpdateEndpointWeightsAndCapacitiesCommand: (input: UpdateEndpointWeightsAndCapacitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const serializeAws_json1_1UpdateExperimentCommand: (input: UpdateExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
491
|
+
export declare const serializeAws_json1_1UpdateImageCommand: (input: UpdateImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
492
|
+
export declare const serializeAws_json1_1UpdateModelPackageCommand: (input: UpdateModelPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
493
|
+
export declare const serializeAws_json1_1UpdateMonitoringScheduleCommand: (input: UpdateMonitoringScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const serializeAws_json1_1UpdateNotebookInstanceCommand: (input: UpdateNotebookInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
495
|
+
export declare const serializeAws_json1_1UpdateNotebookInstanceLifecycleConfigCommand: (input: UpdateNotebookInstanceLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
496
|
+
export declare const serializeAws_json1_1UpdatePipelineCommand: (input: UpdatePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
497
|
+
export declare const serializeAws_json1_1UpdatePipelineExecutionCommand: (input: UpdatePipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_json1_1UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
499
|
+
export declare const serializeAws_json1_1UpdateTrainingJobCommand: (input: UpdateTrainingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
500
|
+
export declare const serializeAws_json1_1UpdateTrialCommand: (input: UpdateTrialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
501
|
+
export declare const serializeAws_json1_1UpdateTrialComponentCommand: (input: UpdateTrialComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const serializeAws_json1_1UpdateUserProfileCommand: (input: UpdateUserProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
503
|
+
export declare const serializeAws_json1_1UpdateWorkforceCommand: (input: UpdateWorkforceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
504
|
+
export declare const serializeAws_json1_1UpdateWorkteamCommand: (input: UpdateWorkteamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
505
|
+
export declare const deserializeAws_json1_1AddAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddAssociationCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_json1_1AddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
|
|
507
|
+
export declare const deserializeAws_json1_1AssociateTrialComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrialComponentCommandOutput>;
|
|
508
|
+
export declare const deserializeAws_json1_1BatchDescribeModelPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDescribeModelPackageCommandOutput>;
|
|
509
|
+
export declare const deserializeAws_json1_1CreateActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateActionCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_json1_1CreateAlgorithmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAlgorithmCommandOutput>;
|
|
511
|
+
export declare const deserializeAws_json1_1CreateAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppCommandOutput>;
|
|
512
|
+
export declare const deserializeAws_json1_1CreateAppImageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppImageConfigCommandOutput>;
|
|
513
|
+
export declare const deserializeAws_json1_1CreateArtifactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateArtifactCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_json1_1CreateAutoMLJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutoMLJobCommandOutput>;
|
|
515
|
+
export declare const deserializeAws_json1_1CreateCodeRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCodeRepositoryCommandOutput>;
|
|
516
|
+
export declare const deserializeAws_json1_1CreateCompilationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCompilationJobCommandOutput>;
|
|
517
|
+
export declare const deserializeAws_json1_1CreateContextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContextCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_json1_1CreateDataQualityJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataQualityJobDefinitionCommandOutput>;
|
|
519
|
+
export declare const deserializeAws_json1_1CreateDeviceFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeviceFleetCommandOutput>;
|
|
520
|
+
export declare const deserializeAws_json1_1CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
|
|
521
|
+
export declare const deserializeAws_json1_1CreateEdgePackagingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEdgePackagingJobCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_json1_1CreateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointCommandOutput>;
|
|
523
|
+
export declare const deserializeAws_json1_1CreateEndpointConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointConfigCommandOutput>;
|
|
524
|
+
export declare const deserializeAws_json1_1CreateExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExperimentCommandOutput>;
|
|
525
|
+
export declare const deserializeAws_json1_1CreateFeatureGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFeatureGroupCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_json1_1CreateFlowDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlowDefinitionCommandOutput>;
|
|
527
|
+
export declare const deserializeAws_json1_1CreateHumanTaskUiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHumanTaskUiCommandOutput>;
|
|
528
|
+
export declare const deserializeAws_json1_1CreateHyperParameterTuningJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHyperParameterTuningJobCommandOutput>;
|
|
529
|
+
export declare const deserializeAws_json1_1CreateImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_json1_1CreateImageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageVersionCommandOutput>;
|
|
531
|
+
export declare const deserializeAws_json1_1CreateInferenceRecommendationsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInferenceRecommendationsJobCommandOutput>;
|
|
532
|
+
export declare const deserializeAws_json1_1CreateLabelingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLabelingJobCommandOutput>;
|
|
533
|
+
export declare const deserializeAws_json1_1CreateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_json1_1CreateModelBiasJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelBiasJobDefinitionCommandOutput>;
|
|
535
|
+
export declare const deserializeAws_json1_1CreateModelExplainabilityJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelExplainabilityJobDefinitionCommandOutput>;
|
|
536
|
+
export declare const deserializeAws_json1_1CreateModelPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelPackageCommandOutput>;
|
|
537
|
+
export declare const deserializeAws_json1_1CreateModelPackageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelPackageGroupCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_json1_1CreateModelQualityJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelQualityJobDefinitionCommandOutput>;
|
|
539
|
+
export declare const deserializeAws_json1_1CreateMonitoringScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMonitoringScheduleCommandOutput>;
|
|
540
|
+
export declare const deserializeAws_json1_1CreateNotebookInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNotebookInstanceCommandOutput>;
|
|
541
|
+
export declare const deserializeAws_json1_1CreateNotebookInstanceLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNotebookInstanceLifecycleConfigCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_json1_1CreatePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePipelineCommandOutput>;
|
|
543
|
+
export declare const deserializeAws_json1_1CreatePresignedDomainUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresignedDomainUrlCommandOutput>;
|
|
544
|
+
export declare const deserializeAws_json1_1CreatePresignedNotebookInstanceUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresignedNotebookInstanceUrlCommandOutput>;
|
|
545
|
+
export declare const deserializeAws_json1_1CreateProcessingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProcessingJobCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_json1_1CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
|
|
547
|
+
export declare const deserializeAws_json1_1CreateStudioLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStudioLifecycleConfigCommandOutput>;
|
|
548
|
+
export declare const deserializeAws_json1_1CreateTrainingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrainingJobCommandOutput>;
|
|
549
|
+
export declare const deserializeAws_json1_1CreateTransformJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransformJobCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_json1_1CreateTrialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrialCommandOutput>;
|
|
551
|
+
export declare const deserializeAws_json1_1CreateTrialComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrialComponentCommandOutput>;
|
|
552
|
+
export declare const deserializeAws_json1_1CreateUserProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserProfileCommandOutput>;
|
|
553
|
+
export declare const deserializeAws_json1_1CreateWorkforceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkforceCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_json1_1CreateWorkteamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkteamCommandOutput>;
|
|
555
|
+
export declare const deserializeAws_json1_1DeleteActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteActionCommandOutput>;
|
|
556
|
+
export declare const deserializeAws_json1_1DeleteAlgorithmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAlgorithmCommandOutput>;
|
|
557
|
+
export declare const deserializeAws_json1_1DeleteAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_json1_1DeleteAppImageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppImageConfigCommandOutput>;
|
|
559
|
+
export declare const deserializeAws_json1_1DeleteArtifactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteArtifactCommandOutput>;
|
|
560
|
+
export declare const deserializeAws_json1_1DeleteAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssociationCommandOutput>;
|
|
561
|
+
export declare const deserializeAws_json1_1DeleteCodeRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCodeRepositoryCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_json1_1DeleteContextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContextCommandOutput>;
|
|
563
|
+
export declare const deserializeAws_json1_1DeleteDataQualityJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataQualityJobDefinitionCommandOutput>;
|
|
564
|
+
export declare const deserializeAws_json1_1DeleteDeviceFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeviceFleetCommandOutput>;
|
|
565
|
+
export declare const deserializeAws_json1_1DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_json1_1DeleteEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointCommandOutput>;
|
|
567
|
+
export declare const deserializeAws_json1_1DeleteEndpointConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointConfigCommandOutput>;
|
|
568
|
+
export declare const deserializeAws_json1_1DeleteExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExperimentCommandOutput>;
|
|
569
|
+
export declare const deserializeAws_json1_1DeleteFeatureGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFeatureGroupCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_json1_1DeleteFlowDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlowDefinitionCommandOutput>;
|
|
571
|
+
export declare const deserializeAws_json1_1DeleteHumanTaskUiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHumanTaskUiCommandOutput>;
|
|
572
|
+
export declare const deserializeAws_json1_1DeleteImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageCommandOutput>;
|
|
573
|
+
export declare const deserializeAws_json1_1DeleteImageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageVersionCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_json1_1DeleteModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelCommandOutput>;
|
|
575
|
+
export declare const deserializeAws_json1_1DeleteModelBiasJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelBiasJobDefinitionCommandOutput>;
|
|
576
|
+
export declare const deserializeAws_json1_1DeleteModelExplainabilityJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelExplainabilityJobDefinitionCommandOutput>;
|
|
577
|
+
export declare const deserializeAws_json1_1DeleteModelPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelPackageCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_json1_1DeleteModelPackageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelPackageGroupCommandOutput>;
|
|
579
|
+
export declare const deserializeAws_json1_1DeleteModelPackageGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelPackageGroupPolicyCommandOutput>;
|
|
580
|
+
export declare const deserializeAws_json1_1DeleteModelQualityJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelQualityJobDefinitionCommandOutput>;
|
|
581
|
+
export declare const deserializeAws_json1_1DeleteMonitoringScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMonitoringScheduleCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_json1_1DeleteNotebookInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotebookInstanceCommandOutput>;
|
|
583
|
+
export declare const deserializeAws_json1_1DeleteNotebookInstanceLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotebookInstanceLifecycleConfigCommandOutput>;
|
|
584
|
+
export declare const deserializeAws_json1_1DeletePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePipelineCommandOutput>;
|
|
585
|
+
export declare const deserializeAws_json1_1DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_json1_1DeleteStudioLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStudioLifecycleConfigCommandOutput>;
|
|
587
|
+
export declare const deserializeAws_json1_1DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
|
|
588
|
+
export declare const deserializeAws_json1_1DeleteTrialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrialCommandOutput>;
|
|
589
|
+
export declare const deserializeAws_json1_1DeleteTrialComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrialComponentCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_json1_1DeleteUserProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserProfileCommandOutput>;
|
|
591
|
+
export declare const deserializeAws_json1_1DeleteWorkforceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkforceCommandOutput>;
|
|
592
|
+
export declare const deserializeAws_json1_1DeleteWorkteamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkteamCommandOutput>;
|
|
593
|
+
export declare const deserializeAws_json1_1DeregisterDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterDevicesCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_json1_1DescribeActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeActionCommandOutput>;
|
|
595
|
+
export declare const deserializeAws_json1_1DescribeAlgorithmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlgorithmCommandOutput>;
|
|
596
|
+
export declare const deserializeAws_json1_1DescribeAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppCommandOutput>;
|
|
597
|
+
export declare const deserializeAws_json1_1DescribeAppImageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppImageConfigCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_json1_1DescribeArtifactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeArtifactCommandOutput>;
|
|
599
|
+
export declare const deserializeAws_json1_1DescribeAutoMLJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoMLJobCommandOutput>;
|
|
600
|
+
export declare const deserializeAws_json1_1DescribeCodeRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCodeRepositoryCommandOutput>;
|
|
601
|
+
export declare const deserializeAws_json1_1DescribeCompilationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCompilationJobCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_json1_1DescribeContextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContextCommandOutput>;
|
|
603
|
+
export declare const deserializeAws_json1_1DescribeDataQualityJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataQualityJobDefinitionCommandOutput>;
|
|
604
|
+
export declare const deserializeAws_json1_1DescribeDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDeviceCommandOutput>;
|
|
605
|
+
export declare const deserializeAws_json1_1DescribeDeviceFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDeviceFleetCommandOutput>;
|
|
606
|
+
export declare const deserializeAws_json1_1DescribeDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainCommandOutput>;
|
|
607
|
+
export declare const deserializeAws_json1_1DescribeEdgePackagingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEdgePackagingJobCommandOutput>;
|
|
608
|
+
export declare const deserializeAws_json1_1DescribeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointCommandOutput>;
|
|
609
|
+
export declare const deserializeAws_json1_1DescribeEndpointConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointConfigCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_json1_1DescribeExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExperimentCommandOutput>;
|
|
611
|
+
export declare const deserializeAws_json1_1DescribeFeatureGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFeatureGroupCommandOutput>;
|
|
612
|
+
export declare const deserializeAws_json1_1DescribeFlowDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowDefinitionCommandOutput>;
|
|
613
|
+
export declare const deserializeAws_json1_1DescribeHumanTaskUiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHumanTaskUiCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_json1_1DescribeHyperParameterTuningJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHyperParameterTuningJobCommandOutput>;
|
|
615
|
+
export declare const deserializeAws_json1_1DescribeImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageCommandOutput>;
|
|
616
|
+
export declare const deserializeAws_json1_1DescribeImageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageVersionCommandOutput>;
|
|
617
|
+
export declare const deserializeAws_json1_1DescribeInferenceRecommendationsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInferenceRecommendationsJobCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_json1_1DescribeLabelingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLabelingJobCommandOutput>;
|
|
619
|
+
export declare const deserializeAws_json1_1DescribeLineageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLineageGroupCommandOutput>;
|
|
620
|
+
export declare const deserializeAws_json1_1DescribeModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelCommandOutput>;
|
|
621
|
+
export declare const deserializeAws_json1_1DescribeModelBiasJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelBiasJobDefinitionCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_json1_1DescribeModelExplainabilityJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelExplainabilityJobDefinitionCommandOutput>;
|
|
623
|
+
export declare const deserializeAws_json1_1DescribeModelPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelPackageCommandOutput>;
|
|
624
|
+
export declare const deserializeAws_json1_1DescribeModelPackageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelPackageGroupCommandOutput>;
|
|
625
|
+
export declare const deserializeAws_json1_1DescribeModelQualityJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelQualityJobDefinitionCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_json1_1DescribeMonitoringScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMonitoringScheduleCommandOutput>;
|
|
627
|
+
export declare const deserializeAws_json1_1DescribeNotebookInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotebookInstanceCommandOutput>;
|
|
628
|
+
export declare const deserializeAws_json1_1DescribeNotebookInstanceLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotebookInstanceLifecycleConfigCommandOutput>;
|
|
629
|
+
export declare const deserializeAws_json1_1DescribePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePipelineCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_json1_1DescribePipelineDefinitionForExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePipelineDefinitionForExecutionCommandOutput>;
|
|
631
|
+
export declare const deserializeAws_json1_1DescribePipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePipelineExecutionCommandOutput>;
|
|
632
|
+
export declare const deserializeAws_json1_1DescribeProcessingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProcessingJobCommandOutput>;
|
|
633
|
+
export declare const deserializeAws_json1_1DescribeProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProjectCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_json1_1DescribeStudioLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStudioLifecycleConfigCommandOutput>;
|
|
635
|
+
export declare const deserializeAws_json1_1DescribeSubscribedWorkteamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSubscribedWorkteamCommandOutput>;
|
|
636
|
+
export declare const deserializeAws_json1_1DescribeTrainingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrainingJobCommandOutput>;
|
|
637
|
+
export declare const deserializeAws_json1_1DescribeTransformJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransformJobCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_json1_1DescribeTrialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrialCommandOutput>;
|
|
639
|
+
export declare const deserializeAws_json1_1DescribeTrialComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrialComponentCommandOutput>;
|
|
640
|
+
export declare const deserializeAws_json1_1DescribeUserProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserProfileCommandOutput>;
|
|
641
|
+
export declare const deserializeAws_json1_1DescribeWorkforceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkforceCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_json1_1DescribeWorkteamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkteamCommandOutput>;
|
|
643
|
+
export declare const deserializeAws_json1_1DisableSagemakerServicecatalogPortfolioCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableSagemakerServicecatalogPortfolioCommandOutput>;
|
|
644
|
+
export declare const deserializeAws_json1_1DisassociateTrialComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrialComponentCommandOutput>;
|
|
645
|
+
export declare const deserializeAws_json1_1EnableSagemakerServicecatalogPortfolioCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableSagemakerServicecatalogPortfolioCommandOutput>;
|
|
646
|
+
export declare const deserializeAws_json1_1GetDeviceFleetReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceFleetReportCommandOutput>;
|
|
647
|
+
export declare const deserializeAws_json1_1GetLineageGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLineageGroupPolicyCommandOutput>;
|
|
648
|
+
export declare const deserializeAws_json1_1GetModelPackageGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelPackageGroupPolicyCommandOutput>;
|
|
649
|
+
export declare const deserializeAws_json1_1GetSagemakerServicecatalogPortfolioStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSagemakerServicecatalogPortfolioStatusCommandOutput>;
|
|
650
|
+
export declare const deserializeAws_json1_1GetSearchSuggestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSearchSuggestionsCommandOutput>;
|
|
651
|
+
export declare const deserializeAws_json1_1ListActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActionsCommandOutput>;
|
|
652
|
+
export declare const deserializeAws_json1_1ListAlgorithmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlgorithmsCommandOutput>;
|
|
653
|
+
export declare const deserializeAws_json1_1ListAppImageConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppImageConfigsCommandOutput>;
|
|
654
|
+
export declare const deserializeAws_json1_1ListAppsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppsCommandOutput>;
|
|
655
|
+
export declare const deserializeAws_json1_1ListArtifactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArtifactsCommandOutput>;
|
|
656
|
+
export declare const deserializeAws_json1_1ListAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociationsCommandOutput>;
|
|
657
|
+
export declare const deserializeAws_json1_1ListAutoMLJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutoMLJobsCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_json1_1ListCandidatesForAutoMLJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCandidatesForAutoMLJobCommandOutput>;
|
|
659
|
+
export declare const deserializeAws_json1_1ListCodeRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCodeRepositoriesCommandOutput>;
|
|
660
|
+
export declare const deserializeAws_json1_1ListCompilationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCompilationJobsCommandOutput>;
|
|
661
|
+
export declare const deserializeAws_json1_1ListContextsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContextsCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_json1_1ListDataQualityJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataQualityJobDefinitionsCommandOutput>;
|
|
663
|
+
export declare const deserializeAws_json1_1ListDeviceFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceFleetsCommandOutput>;
|
|
664
|
+
export declare const deserializeAws_json1_1ListDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicesCommandOutput>;
|
|
665
|
+
export declare const deserializeAws_json1_1ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_json1_1ListEdgePackagingJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEdgePackagingJobsCommandOutput>;
|
|
667
|
+
export declare const deserializeAws_json1_1ListEndpointConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointConfigsCommandOutput>;
|
|
668
|
+
export declare const deserializeAws_json1_1ListEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointsCommandOutput>;
|
|
669
|
+
export declare const deserializeAws_json1_1ListExperimentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExperimentsCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_json1_1ListFeatureGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFeatureGroupsCommandOutput>;
|
|
671
|
+
export declare const deserializeAws_json1_1ListFlowDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowDefinitionsCommandOutput>;
|
|
672
|
+
export declare const deserializeAws_json1_1ListHumanTaskUisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHumanTaskUisCommandOutput>;
|
|
673
|
+
export declare const deserializeAws_json1_1ListHyperParameterTuningJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHyperParameterTuningJobsCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_json1_1ListImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagesCommandOutput>;
|
|
675
|
+
export declare const deserializeAws_json1_1ListImageVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageVersionsCommandOutput>;
|
|
676
|
+
export declare const deserializeAws_json1_1ListInferenceRecommendationsJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInferenceRecommendationsJobsCommandOutput>;
|
|
677
|
+
export declare const deserializeAws_json1_1ListLabelingJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLabelingJobsCommandOutput>;
|
|
678
|
+
export declare const deserializeAws_json1_1ListLabelingJobsForWorkteamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLabelingJobsForWorkteamCommandOutput>;
|
|
679
|
+
export declare const deserializeAws_json1_1ListLineageGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLineageGroupsCommandOutput>;
|
|
680
|
+
export declare const deserializeAws_json1_1ListModelBiasJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelBiasJobDefinitionsCommandOutput>;
|
|
681
|
+
export declare const deserializeAws_json1_1ListModelExplainabilityJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelExplainabilityJobDefinitionsCommandOutput>;
|
|
682
|
+
export declare const deserializeAws_json1_1ListModelMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelMetadataCommandOutput>;
|
|
683
|
+
export declare const deserializeAws_json1_1ListModelPackageGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelPackageGroupsCommandOutput>;
|
|
684
|
+
export declare const deserializeAws_json1_1ListModelPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelPackagesCommandOutput>;
|
|
685
|
+
export declare const deserializeAws_json1_1ListModelQualityJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelQualityJobDefinitionsCommandOutput>;
|
|
686
|
+
export declare const deserializeAws_json1_1ListModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelsCommandOutput>;
|
|
687
|
+
export declare const deserializeAws_json1_1ListMonitoringExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitoringExecutionsCommandOutput>;
|
|
688
|
+
export declare const deserializeAws_json1_1ListMonitoringSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitoringSchedulesCommandOutput>;
|
|
689
|
+
export declare const deserializeAws_json1_1ListNotebookInstanceLifecycleConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotebookInstanceLifecycleConfigsCommandOutput>;
|
|
690
|
+
export declare const deserializeAws_json1_1ListNotebookInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotebookInstancesCommandOutput>;
|
|
691
|
+
export declare const deserializeAws_json1_1ListPipelineExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelineExecutionsCommandOutput>;
|
|
692
|
+
export declare const deserializeAws_json1_1ListPipelineExecutionStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelineExecutionStepsCommandOutput>;
|
|
693
|
+
export declare const deserializeAws_json1_1ListPipelineParametersForExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelineParametersForExecutionCommandOutput>;
|
|
694
|
+
export declare const deserializeAws_json1_1ListPipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelinesCommandOutput>;
|
|
695
|
+
export declare const deserializeAws_json1_1ListProcessingJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProcessingJobsCommandOutput>;
|
|
696
|
+
export declare const deserializeAws_json1_1ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
|
|
697
|
+
export declare const deserializeAws_json1_1ListStudioLifecycleConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStudioLifecycleConfigsCommandOutput>;
|
|
698
|
+
export declare const deserializeAws_json1_1ListSubscribedWorkteamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscribedWorkteamsCommandOutput>;
|
|
699
|
+
export declare const deserializeAws_json1_1ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
|
|
700
|
+
export declare const deserializeAws_json1_1ListTrainingJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrainingJobsCommandOutput>;
|
|
701
|
+
export declare const deserializeAws_json1_1ListTrainingJobsForHyperParameterTuningJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrainingJobsForHyperParameterTuningJobCommandOutput>;
|
|
702
|
+
export declare const deserializeAws_json1_1ListTransformJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTransformJobsCommandOutput>;
|
|
703
|
+
export declare const deserializeAws_json1_1ListTrialComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrialComponentsCommandOutput>;
|
|
704
|
+
export declare const deserializeAws_json1_1ListTrialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrialsCommandOutput>;
|
|
705
|
+
export declare const deserializeAws_json1_1ListUserProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserProfilesCommandOutput>;
|
|
706
|
+
export declare const deserializeAws_json1_1ListWorkforcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkforcesCommandOutput>;
|
|
707
|
+
export declare const deserializeAws_json1_1ListWorkteamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkteamsCommandOutput>;
|
|
708
|
+
export declare const deserializeAws_json1_1PutModelPackageGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutModelPackageGroupPolicyCommandOutput>;
|
|
709
|
+
export declare const deserializeAws_json1_1QueryLineageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<QueryLineageCommandOutput>;
|
|
710
|
+
export declare const deserializeAws_json1_1RegisterDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDevicesCommandOutput>;
|
|
711
|
+
export declare const deserializeAws_json1_1RenderUiTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RenderUiTemplateCommandOutput>;
|
|
712
|
+
export declare const deserializeAws_json1_1RetryPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryPipelineExecutionCommandOutput>;
|
|
713
|
+
export declare const deserializeAws_json1_1SearchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchCommandOutput>;
|
|
714
|
+
export declare const deserializeAws_json1_1SendPipelineExecutionStepFailureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendPipelineExecutionStepFailureCommandOutput>;
|
|
715
|
+
export declare const deserializeAws_json1_1SendPipelineExecutionStepSuccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendPipelineExecutionStepSuccessCommandOutput>;
|
|
716
|
+
export declare const deserializeAws_json1_1StartMonitoringScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitoringScheduleCommandOutput>;
|
|
717
|
+
export declare const deserializeAws_json1_1StartNotebookInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartNotebookInstanceCommandOutput>;
|
|
718
|
+
export declare const deserializeAws_json1_1StartPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPipelineExecutionCommandOutput>;
|
|
719
|
+
export declare const deserializeAws_json1_1StopAutoMLJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopAutoMLJobCommandOutput>;
|
|
720
|
+
export declare const deserializeAws_json1_1StopCompilationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCompilationJobCommandOutput>;
|
|
721
|
+
export declare const deserializeAws_json1_1StopEdgePackagingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEdgePackagingJobCommandOutput>;
|
|
722
|
+
export declare const deserializeAws_json1_1StopHyperParameterTuningJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopHyperParameterTuningJobCommandOutput>;
|
|
723
|
+
export declare const deserializeAws_json1_1StopInferenceRecommendationsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopInferenceRecommendationsJobCommandOutput>;
|
|
724
|
+
export declare const deserializeAws_json1_1StopLabelingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopLabelingJobCommandOutput>;
|
|
725
|
+
export declare const deserializeAws_json1_1StopMonitoringScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMonitoringScheduleCommandOutput>;
|
|
726
|
+
export declare const deserializeAws_json1_1StopNotebookInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopNotebookInstanceCommandOutput>;
|
|
727
|
+
export declare const deserializeAws_json1_1StopPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPipelineExecutionCommandOutput>;
|
|
728
|
+
export declare const deserializeAws_json1_1StopProcessingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopProcessingJobCommandOutput>;
|
|
729
|
+
export declare const deserializeAws_json1_1StopTrainingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTrainingJobCommandOutput>;
|
|
730
|
+
export declare const deserializeAws_json1_1StopTransformJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTransformJobCommandOutput>;
|
|
731
|
+
export declare const deserializeAws_json1_1UpdateActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateActionCommandOutput>;
|
|
732
|
+
export declare const deserializeAws_json1_1UpdateAppImageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppImageConfigCommandOutput>;
|
|
733
|
+
export declare const deserializeAws_json1_1UpdateArtifactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateArtifactCommandOutput>;
|
|
734
|
+
export declare const deserializeAws_json1_1UpdateCodeRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCodeRepositoryCommandOutput>;
|
|
735
|
+
export declare const deserializeAws_json1_1UpdateContextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContextCommandOutput>;
|
|
736
|
+
export declare const deserializeAws_json1_1UpdateDeviceFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeviceFleetCommandOutput>;
|
|
737
|
+
export declare const deserializeAws_json1_1UpdateDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDevicesCommandOutput>;
|
|
738
|
+
export declare const deserializeAws_json1_1UpdateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainCommandOutput>;
|
|
739
|
+
export declare const deserializeAws_json1_1UpdateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointCommandOutput>;
|
|
740
|
+
export declare const deserializeAws_json1_1UpdateEndpointWeightsAndCapacitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointWeightsAndCapacitiesCommandOutput>;
|
|
741
|
+
export declare const deserializeAws_json1_1UpdateExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExperimentCommandOutput>;
|
|
742
|
+
export declare const deserializeAws_json1_1UpdateImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImageCommandOutput>;
|
|
743
|
+
export declare const deserializeAws_json1_1UpdateModelPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelPackageCommandOutput>;
|
|
744
|
+
export declare const deserializeAws_json1_1UpdateMonitoringScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMonitoringScheduleCommandOutput>;
|
|
745
|
+
export declare const deserializeAws_json1_1UpdateNotebookInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotebookInstanceCommandOutput>;
|
|
746
|
+
export declare const deserializeAws_json1_1UpdateNotebookInstanceLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotebookInstanceLifecycleConfigCommandOutput>;
|
|
747
|
+
export declare const deserializeAws_json1_1UpdatePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePipelineCommandOutput>;
|
|
748
|
+
export declare const deserializeAws_json1_1UpdatePipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePipelineExecutionCommandOutput>;
|
|
749
|
+
export declare const deserializeAws_json1_1UpdateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectCommandOutput>;
|
|
750
|
+
export declare const deserializeAws_json1_1UpdateTrainingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrainingJobCommandOutput>;
|
|
751
|
+
export declare const deserializeAws_json1_1UpdateTrialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrialCommandOutput>;
|
|
752
|
+
export declare const deserializeAws_json1_1UpdateTrialComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrialComponentCommandOutput>;
|
|
753
|
+
export declare const deserializeAws_json1_1UpdateUserProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserProfileCommandOutput>;
|
|
754
|
+
export declare const deserializeAws_json1_1UpdateWorkforceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkforceCommandOutput>;
|
|
755
|
+
export declare const deserializeAws_json1_1UpdateWorkteamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkteamCommandOutput>;
|