@aws-sdk/client-sagemaker 3.182.0 → 3.183.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 +8 -0
- package/dist-es/SageMaker.js +1054 -1061
- package/dist-es/SageMakerClient.js +22 -28
- package/dist-es/commands/AddAssociationCommand.js +21 -28
- package/dist-es/commands/AddTagsCommand.js +21 -28
- package/dist-es/commands/AssociateTrialComponentCommand.js +21 -28
- package/dist-es/commands/BatchDescribeModelPackageCommand.js +21 -28
- package/dist-es/commands/CreateActionCommand.js +21 -28
- package/dist-es/commands/CreateAlgorithmCommand.js +21 -28
- package/dist-es/commands/CreateAppCommand.js +21 -28
- package/dist-es/commands/CreateAppImageConfigCommand.js +21 -28
- package/dist-es/commands/CreateArtifactCommand.js +21 -28
- package/dist-es/commands/CreateAutoMLJobCommand.js +21 -28
- package/dist-es/commands/CreateCodeRepositoryCommand.js +21 -28
- package/dist-es/commands/CreateCompilationJobCommand.js +21 -28
- package/dist-es/commands/CreateContextCommand.js +21 -28
- package/dist-es/commands/CreateDataQualityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateDeviceFleetCommand.js +22 -29
- package/dist-es/commands/CreateDomainCommand.js +21 -28
- package/dist-es/commands/CreateEdgeDeploymentPlanCommand.js +21 -28
- package/dist-es/commands/CreateEdgeDeploymentStageCommand.js +22 -29
- package/dist-es/commands/CreateEdgePackagingJobCommand.js +22 -29
- package/dist-es/commands/CreateEndpointCommand.js +21 -28
- package/dist-es/commands/CreateEndpointConfigCommand.js +21 -28
- package/dist-es/commands/CreateExperimentCommand.js +21 -28
- package/dist-es/commands/CreateFeatureGroupCommand.js +21 -28
- package/dist-es/commands/CreateFlowDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateHumanTaskUiCommand.js +21 -28
- package/dist-es/commands/CreateHyperParameterTuningJobCommand.js +21 -28
- package/dist-es/commands/CreateImageCommand.js +21 -28
- package/dist-es/commands/CreateImageVersionCommand.js +21 -28
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +21 -28
- package/dist-es/commands/CreateLabelingJobCommand.js +21 -28
- package/dist-es/commands/CreateModelBiasJobDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateModelCommand.js +21 -28
- package/dist-es/commands/CreateModelExplainabilityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateModelPackageCommand.js +21 -28
- package/dist-es/commands/CreateModelPackageGroupCommand.js +21 -28
- package/dist-es/commands/CreateModelQualityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateMonitoringScheduleCommand.js +21 -28
- package/dist-es/commands/CreateNotebookInstanceCommand.js +21 -28
- package/dist-es/commands/CreateNotebookInstanceLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/CreatePipelineCommand.js +21 -28
- package/dist-es/commands/CreatePresignedDomainUrlCommand.js +21 -28
- package/dist-es/commands/CreatePresignedNotebookInstanceUrlCommand.js +21 -28
- package/dist-es/commands/CreateProcessingJobCommand.js +21 -28
- package/dist-es/commands/CreateProjectCommand.js +21 -28
- package/dist-es/commands/CreateStudioLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/CreateTrainingJobCommand.js +21 -28
- package/dist-es/commands/CreateTransformJobCommand.js +21 -28
- package/dist-es/commands/CreateTrialCommand.js +21 -28
- package/dist-es/commands/CreateTrialComponentCommand.js +21 -28
- package/dist-es/commands/CreateUserProfileCommand.js +21 -28
- package/dist-es/commands/CreateWorkforceCommand.js +21 -28
- package/dist-es/commands/CreateWorkteamCommand.js +21 -28
- package/dist-es/commands/DeleteActionCommand.js +21 -28
- package/dist-es/commands/DeleteAlgorithmCommand.js +22 -29
- package/dist-es/commands/DeleteAppCommand.js +22 -29
- package/dist-es/commands/DeleteAppImageConfigCommand.js +22 -29
- package/dist-es/commands/DeleteArtifactCommand.js +21 -28
- package/dist-es/commands/DeleteAssociationCommand.js +21 -28
- package/dist-es/commands/DeleteCodeRepositoryCommand.js +22 -29
- package/dist-es/commands/DeleteContextCommand.js +21 -28
- package/dist-es/commands/DeleteDataQualityJobDefinitionCommand.js +22 -29
- package/dist-es/commands/DeleteDeviceFleetCommand.js +22 -29
- package/dist-es/commands/DeleteDomainCommand.js +22 -29
- package/dist-es/commands/DeleteEdgeDeploymentPlanCommand.js +22 -29
- package/dist-es/commands/DeleteEdgeDeploymentStageCommand.js +22 -29
- package/dist-es/commands/DeleteEndpointCommand.js +22 -29
- package/dist-es/commands/DeleteEndpointConfigCommand.js +22 -29
- package/dist-es/commands/DeleteExperimentCommand.js +21 -28
- package/dist-es/commands/DeleteFeatureGroupCommand.js +22 -29
- package/dist-es/commands/DeleteFlowDefinitionCommand.js +21 -28
- package/dist-es/commands/DeleteHumanTaskUiCommand.js +21 -28
- package/dist-es/commands/DeleteImageCommand.js +21 -28
- package/dist-es/commands/DeleteImageVersionCommand.js +21 -28
- package/dist-es/commands/DeleteModelBiasJobDefinitionCommand.js +22 -29
- package/dist-es/commands/DeleteModelCommand.js +22 -29
- package/dist-es/commands/DeleteModelExplainabilityJobDefinitionCommand.js +22 -29
- package/dist-es/commands/DeleteModelPackageCommand.js +22 -29
- package/dist-es/commands/DeleteModelPackageGroupCommand.js +22 -29
- package/dist-es/commands/DeleteModelPackageGroupPolicyCommand.js +22 -29
- package/dist-es/commands/DeleteModelQualityJobDefinitionCommand.js +22 -29
- package/dist-es/commands/DeleteMonitoringScheduleCommand.js +22 -29
- package/dist-es/commands/DeleteNotebookInstanceCommand.js +22 -29
- package/dist-es/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +22 -29
- package/dist-es/commands/DeletePipelineCommand.js +21 -28
- package/dist-es/commands/DeleteProjectCommand.js +22 -29
- package/dist-es/commands/DeleteStudioLifecycleConfigCommand.js +22 -29
- package/dist-es/commands/DeleteTagsCommand.js +21 -28
- package/dist-es/commands/DeleteTrialCommand.js +21 -28
- package/dist-es/commands/DeleteTrialComponentCommand.js +21 -28
- package/dist-es/commands/DeleteUserProfileCommand.js +22 -29
- package/dist-es/commands/DeleteWorkforceCommand.js +21 -28
- package/dist-es/commands/DeleteWorkteamCommand.js +21 -28
- package/dist-es/commands/DeregisterDevicesCommand.js +22 -29
- package/dist-es/commands/DescribeActionCommand.js +21 -28
- package/dist-es/commands/DescribeAlgorithmCommand.js +21 -28
- package/dist-es/commands/DescribeAppCommand.js +21 -28
- package/dist-es/commands/DescribeAppImageConfigCommand.js +21 -28
- package/dist-es/commands/DescribeArtifactCommand.js +21 -28
- package/dist-es/commands/DescribeAutoMLJobCommand.js +21 -28
- package/dist-es/commands/DescribeCodeRepositoryCommand.js +21 -28
- package/dist-es/commands/DescribeCompilationJobCommand.js +21 -28
- package/dist-es/commands/DescribeContextCommand.js +21 -28
- package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeDeviceCommand.js +21 -28
- package/dist-es/commands/DescribeDeviceFleetCommand.js +21 -28
- package/dist-es/commands/DescribeDomainCommand.js +21 -28
- package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +21 -28
- package/dist-es/commands/DescribeEdgePackagingJobCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointConfigCommand.js +21 -28
- package/dist-es/commands/DescribeExperimentCommand.js +21 -28
- package/dist-es/commands/DescribeFeatureGroupCommand.js +21 -28
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +21 -28
- package/dist-es/commands/DescribeFlowDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeHumanTaskUiCommand.js +21 -28
- package/dist-es/commands/DescribeHyperParameterTuningJobCommand.js +21 -28
- package/dist-es/commands/DescribeImageCommand.js +21 -28
- package/dist-es/commands/DescribeImageVersionCommand.js +21 -28
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +21 -28
- package/dist-es/commands/DescribeLabelingJobCommand.js +21 -28
- package/dist-es/commands/DescribeLineageGroupCommand.js +21 -28
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeModelCommand.js +21 -28
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeModelPackageCommand.js +21 -28
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +21 -28
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +21 -28
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +21 -28
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/DescribePipelineCommand.js +21 -28
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +21 -28
- package/dist-es/commands/DescribePipelineExecutionCommand.js +21 -28
- package/dist-es/commands/DescribeProcessingJobCommand.js +21 -28
- package/dist-es/commands/DescribeProjectCommand.js +21 -28
- package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +21 -28
- package/dist-es/commands/DescribeTrainingJobCommand.js +21 -28
- package/dist-es/commands/DescribeTransformJobCommand.js +21 -28
- package/dist-es/commands/DescribeTrialCommand.js +21 -28
- package/dist-es/commands/DescribeTrialComponentCommand.js +21 -28
- package/dist-es/commands/DescribeUserProfileCommand.js +21 -28
- package/dist-es/commands/DescribeWorkforceCommand.js +21 -28
- package/dist-es/commands/DescribeWorkteamCommand.js +21 -28
- package/dist-es/commands/DisableSagemakerServicecatalogPortfolioCommand.js +21 -28
- package/dist-es/commands/DisassociateTrialComponentCommand.js +21 -28
- package/dist-es/commands/EnableSagemakerServicecatalogPortfolioCommand.js +21 -28
- package/dist-es/commands/GetDeviceFleetReportCommand.js +21 -28
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +21 -28
- package/dist-es/commands/GetModelPackageGroupPolicyCommand.js +21 -28
- package/dist-es/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +21 -28
- package/dist-es/commands/GetSearchSuggestionsCommand.js +21 -28
- package/dist-es/commands/ListActionsCommand.js +21 -28
- package/dist-es/commands/ListAlgorithmsCommand.js +21 -28
- package/dist-es/commands/ListAppImageConfigsCommand.js +21 -28
- package/dist-es/commands/ListAppsCommand.js +21 -28
- package/dist-es/commands/ListArtifactsCommand.js +21 -28
- package/dist-es/commands/ListAssociationsCommand.js +21 -28
- package/dist-es/commands/ListAutoMLJobsCommand.js +21 -28
- package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +21 -28
- package/dist-es/commands/ListCodeRepositoriesCommand.js +21 -28
- package/dist-es/commands/ListCompilationJobsCommand.js +21 -28
- package/dist-es/commands/ListContextsCommand.js +21 -28
- package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListDeviceFleetsCommand.js +21 -28
- package/dist-es/commands/ListDevicesCommand.js +21 -28
- package/dist-es/commands/ListDomainsCommand.js +21 -28
- package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +21 -28
- package/dist-es/commands/ListEdgePackagingJobsCommand.js +21 -28
- package/dist-es/commands/ListEndpointConfigsCommand.js +21 -28
- package/dist-es/commands/ListEndpointsCommand.js +21 -28
- package/dist-es/commands/ListExperimentsCommand.js +21 -28
- package/dist-es/commands/ListFeatureGroupsCommand.js +21 -28
- package/dist-es/commands/ListFlowDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListHumanTaskUisCommand.js +21 -28
- package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +21 -28
- package/dist-es/commands/ListImageVersionsCommand.js +21 -28
- package/dist-es/commands/ListImagesCommand.js +21 -28
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +21 -28
- package/dist-es/commands/ListLabelingJobsCommand.js +21 -28
- package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +21 -28
- package/dist-es/commands/ListLineageGroupsCommand.js +21 -28
- package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListModelMetadataCommand.js +21 -28
- package/dist-es/commands/ListModelPackageGroupsCommand.js +21 -28
- package/dist-es/commands/ListModelPackagesCommand.js +21 -28
- package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListModelsCommand.js +21 -28
- package/dist-es/commands/ListMonitoringExecutionsCommand.js +21 -28
- package/dist-es/commands/ListMonitoringSchedulesCommand.js +21 -28
- package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +21 -28
- package/dist-es/commands/ListNotebookInstancesCommand.js +21 -28
- package/dist-es/commands/ListPipelineExecutionStepsCommand.js +21 -28
- package/dist-es/commands/ListPipelineExecutionsCommand.js +21 -28
- package/dist-es/commands/ListPipelineParametersForExecutionCommand.js +21 -28
- package/dist-es/commands/ListPipelinesCommand.js +21 -28
- package/dist-es/commands/ListProcessingJobsCommand.js +21 -28
- package/dist-es/commands/ListProjectsCommand.js +21 -28
- package/dist-es/commands/ListStageDevicesCommand.js +21 -28
- package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +21 -28
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +21 -28
- package/dist-es/commands/ListTagsCommand.js +21 -28
- package/dist-es/commands/ListTrainingJobsCommand.js +21 -28
- package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +21 -28
- package/dist-es/commands/ListTransformJobsCommand.js +21 -28
- package/dist-es/commands/ListTrialComponentsCommand.js +21 -28
- package/dist-es/commands/ListTrialsCommand.js +21 -28
- package/dist-es/commands/ListUserProfilesCommand.js +21 -28
- package/dist-es/commands/ListWorkforcesCommand.js +21 -28
- package/dist-es/commands/ListWorkteamsCommand.js +21 -28
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +21 -28
- package/dist-es/commands/QueryLineageCommand.js +21 -28
- package/dist-es/commands/RegisterDevicesCommand.js +22 -29
- package/dist-es/commands/RenderUiTemplateCommand.js +21 -28
- package/dist-es/commands/RetryPipelineExecutionCommand.js +21 -28
- package/dist-es/commands/SearchCommand.js +21 -28
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +21 -28
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +21 -28
- package/dist-es/commands/StartEdgeDeploymentStageCommand.js +22 -29
- package/dist-es/commands/StartMonitoringScheduleCommand.js +22 -29
- package/dist-es/commands/StartNotebookInstanceCommand.js +22 -29
- package/dist-es/commands/StartPipelineExecutionCommand.js +21 -28
- package/dist-es/commands/StopAutoMLJobCommand.js +22 -29
- package/dist-es/commands/StopCompilationJobCommand.js +22 -29
- package/dist-es/commands/StopEdgeDeploymentStageCommand.js +22 -29
- package/dist-es/commands/StopEdgePackagingJobCommand.js +22 -29
- package/dist-es/commands/StopHyperParameterTuningJobCommand.js +22 -29
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +22 -29
- package/dist-es/commands/StopLabelingJobCommand.js +22 -29
- package/dist-es/commands/StopMonitoringScheduleCommand.js +22 -29
- package/dist-es/commands/StopNotebookInstanceCommand.js +22 -29
- package/dist-es/commands/StopPipelineExecutionCommand.js +21 -28
- package/dist-es/commands/StopProcessingJobCommand.js +22 -29
- package/dist-es/commands/StopTrainingJobCommand.js +22 -29
- package/dist-es/commands/StopTransformJobCommand.js +22 -29
- package/dist-es/commands/UpdateActionCommand.js +21 -28
- package/dist-es/commands/UpdateAppImageConfigCommand.js +21 -28
- package/dist-es/commands/UpdateArtifactCommand.js +21 -28
- package/dist-es/commands/UpdateCodeRepositoryCommand.js +21 -28
- package/dist-es/commands/UpdateContextCommand.js +21 -28
- package/dist-es/commands/UpdateDeviceFleetCommand.js +22 -29
- package/dist-es/commands/UpdateDevicesCommand.js +22 -29
- package/dist-es/commands/UpdateDomainCommand.js +21 -28
- package/dist-es/commands/UpdateEndpointCommand.js +21 -28
- package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +21 -28
- package/dist-es/commands/UpdateExperimentCommand.js +21 -28
- package/dist-es/commands/UpdateFeatureGroupCommand.js +21 -28
- package/dist-es/commands/UpdateFeatureMetadataCommand.js +22 -29
- package/dist-es/commands/UpdateImageCommand.js +21 -28
- package/dist-es/commands/UpdateModelPackageCommand.js +21 -28
- package/dist-es/commands/UpdateMonitoringScheduleCommand.js +21 -28
- package/dist-es/commands/UpdateNotebookInstanceCommand.js +21 -28
- package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/UpdatePipelineCommand.js +21 -28
- package/dist-es/commands/UpdatePipelineExecutionCommand.js +21 -28
- package/dist-es/commands/UpdateProjectCommand.js +21 -28
- package/dist-es/commands/UpdateTrainingJobCommand.js +21 -28
- package/dist-es/commands/UpdateTrialCommand.js +21 -28
- package/dist-es/commands/UpdateTrialComponentCommand.js +21 -28
- package/dist-es/commands/UpdateUserProfileCommand.js +21 -28
- package/dist-es/commands/UpdateWorkforceCommand.js +21 -28
- package/dist-es/commands/UpdateWorkteamCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/SageMakerServiceException.js +5 -10
- package/dist-es/models/models_0.js +678 -259
- package/dist-es/models/models_1.js +818 -280
- package/dist-es/models/models_2.js +720 -245
- package/dist-es/models/models_3.js +552 -192
- package/dist-es/pagination/ListActionsPaginator.js +25 -68
- package/dist-es/pagination/ListAlgorithmsPaginator.js +25 -68
- package/dist-es/pagination/ListAppImageConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListAppsPaginator.js +25 -68
- package/dist-es/pagination/ListArtifactsPaginator.js +25 -68
- package/dist-es/pagination/ListAssociationsPaginator.js +25 -68
- package/dist-es/pagination/ListAutoMLJobsPaginator.js +25 -68
- package/dist-es/pagination/ListCandidatesForAutoMLJobPaginator.js +25 -68
- package/dist-es/pagination/ListCodeRepositoriesPaginator.js +25 -68
- package/dist-es/pagination/ListCompilationJobsPaginator.js +25 -68
- package/dist-es/pagination/ListContextsPaginator.js +25 -68
- package/dist-es/pagination/ListDataQualityJobDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListDeviceFleetsPaginator.js +25 -68
- package/dist-es/pagination/ListDevicesPaginator.js +25 -68
- package/dist-es/pagination/ListDomainsPaginator.js +25 -68
- package/dist-es/pagination/ListEdgeDeploymentPlansPaginator.js +25 -68
- package/dist-es/pagination/ListEdgePackagingJobsPaginator.js +25 -68
- package/dist-es/pagination/ListEndpointConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListEndpointsPaginator.js +25 -68
- package/dist-es/pagination/ListExperimentsPaginator.js +25 -68
- package/dist-es/pagination/ListFlowDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListHumanTaskUisPaginator.js +25 -68
- package/dist-es/pagination/ListHyperParameterTuningJobsPaginator.js +25 -68
- package/dist-es/pagination/ListImageVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListImagesPaginator.js +25 -68
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +25 -68
- package/dist-es/pagination/ListLabelingJobsForWorkteamPaginator.js +25 -68
- package/dist-es/pagination/ListLabelingJobsPaginator.js +25 -68
- package/dist-es/pagination/ListLineageGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListModelBiasJobDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListModelExplainabilityJobDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListModelMetadataPaginator.js +25 -68
- package/dist-es/pagination/ListModelPackageGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListModelPackagesPaginator.js +25 -68
- package/dist-es/pagination/ListModelQualityJobDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListModelsPaginator.js +25 -68
- package/dist-es/pagination/ListMonitoringExecutionsPaginator.js +25 -68
- package/dist-es/pagination/ListMonitoringSchedulesPaginator.js +25 -68
- package/dist-es/pagination/ListNotebookInstanceLifecycleConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListNotebookInstancesPaginator.js +25 -68
- package/dist-es/pagination/ListPipelineExecutionStepsPaginator.js +25 -68
- package/dist-es/pagination/ListPipelineExecutionsPaginator.js +25 -68
- package/dist-es/pagination/ListPipelineParametersForExecutionPaginator.js +25 -68
- package/dist-es/pagination/ListPipelinesPaginator.js +25 -68
- package/dist-es/pagination/ListProcessingJobsPaginator.js +25 -68
- package/dist-es/pagination/ListProjectsPaginator.js +25 -68
- package/dist-es/pagination/ListStageDevicesPaginator.js +25 -68
- package/dist-es/pagination/ListStudioLifecycleConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListSubscribedWorkteamsPaginator.js +25 -68
- package/dist-es/pagination/ListTagsPaginator.js +25 -68
- package/dist-es/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.js +25 -68
- package/dist-es/pagination/ListTrainingJobsPaginator.js +25 -68
- package/dist-es/pagination/ListTransformJobsPaginator.js +25 -68
- package/dist-es/pagination/ListTrialComponentsPaginator.js +25 -68
- package/dist-es/pagination/ListTrialsPaginator.js +25 -68
- package/dist-es/pagination/ListUserProfilesPaginator.js +25 -68
- package/dist-es/pagination/ListWorkforcesPaginator.js +25 -68
- package/dist-es/pagination/ListWorkteamsPaginator.js +25 -68
- package/dist-es/pagination/QueryLineagePaginator.js +25 -68
- package/dist-es/pagination/SearchPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +17157 -19828
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForEndpointDeleted.js +30 -50
- package/dist-es/waiters/waitForEndpointInService.js +39 -59
- package/dist-es/waiters/waitForImageCreated.js +39 -59
- package/dist-es/waiters/waitForImageDeleted.js +33 -53
- package/dist-es/waiters/waitForImageUpdated.js +39 -59
- package/dist-es/waiters/waitForImageVersionCreated.js +39 -59
- package/dist-es/waiters/waitForImageVersionDeleted.js +33 -53
- package/dist-es/waiters/waitForNotebookInstanceDeleted.js +30 -50
- package/dist-es/waiters/waitForNotebookInstanceInService.js +36 -56
- package/dist-es/waiters/waitForNotebookInstanceStopped.js +36 -56
- package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +48 -68
- package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +48 -68
- package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +48 -68
- package/package.json +34 -34
package/dist-es/SageMaker.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { AddAssociationCommand, } from "./commands/AddAssociationCommand";
|
|
3
2
|
import { AddTagsCommand } from "./commands/AddTagsCommand";
|
|
4
3
|
import { AssociateTrialComponentCommand, } from "./commands/AssociateTrialComponentCommand";
|
|
@@ -263,3693 +262,3687 @@ import { UpdateUserProfileCommand, } from "./commands/UpdateUserProfileCommand";
|
|
|
263
262
|
import { UpdateWorkforceCommand, } from "./commands/UpdateWorkforceCommand";
|
|
264
263
|
import { UpdateWorkteamCommand, } from "./commands/UpdateWorkteamCommand";
|
|
265
264
|
import { SageMakerClient } from "./SageMakerClient";
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
270
|
-
}
|
|
271
|
-
SageMaker.prototype.addAssociation = function (args, optionsOrCb, cb) {
|
|
272
|
-
var command = new AddAssociationCommand(args);
|
|
265
|
+
export class SageMaker extends SageMakerClient {
|
|
266
|
+
addAssociation(args, optionsOrCb, cb) {
|
|
267
|
+
const command = new AddAssociationCommand(args);
|
|
273
268
|
if (typeof optionsOrCb === "function") {
|
|
274
269
|
this.send(command, optionsOrCb);
|
|
275
270
|
}
|
|
276
271
|
else if (typeof cb === "function") {
|
|
277
272
|
if (typeof optionsOrCb !== "object")
|
|
278
|
-
throw new Error(
|
|
273
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
279
274
|
this.send(command, optionsOrCb || {}, cb);
|
|
280
275
|
}
|
|
281
276
|
else {
|
|
282
277
|
return this.send(command, optionsOrCb);
|
|
283
278
|
}
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
|
|
279
|
+
}
|
|
280
|
+
addTags(args, optionsOrCb, cb) {
|
|
281
|
+
const command = new AddTagsCommand(args);
|
|
287
282
|
if (typeof optionsOrCb === "function") {
|
|
288
283
|
this.send(command, optionsOrCb);
|
|
289
284
|
}
|
|
290
285
|
else if (typeof cb === "function") {
|
|
291
286
|
if (typeof optionsOrCb !== "object")
|
|
292
|
-
throw new Error(
|
|
287
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
293
288
|
this.send(command, optionsOrCb || {}, cb);
|
|
294
289
|
}
|
|
295
290
|
else {
|
|
296
291
|
return this.send(command, optionsOrCb);
|
|
297
292
|
}
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
|
|
293
|
+
}
|
|
294
|
+
associateTrialComponent(args, optionsOrCb, cb) {
|
|
295
|
+
const command = new AssociateTrialComponentCommand(args);
|
|
301
296
|
if (typeof optionsOrCb === "function") {
|
|
302
297
|
this.send(command, optionsOrCb);
|
|
303
298
|
}
|
|
304
299
|
else if (typeof cb === "function") {
|
|
305
300
|
if (typeof optionsOrCb !== "object")
|
|
306
|
-
throw new Error(
|
|
301
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
307
302
|
this.send(command, optionsOrCb || {}, cb);
|
|
308
303
|
}
|
|
309
304
|
else {
|
|
310
305
|
return this.send(command, optionsOrCb);
|
|
311
306
|
}
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
|
|
307
|
+
}
|
|
308
|
+
batchDescribeModelPackage(args, optionsOrCb, cb) {
|
|
309
|
+
const command = new BatchDescribeModelPackageCommand(args);
|
|
315
310
|
if (typeof optionsOrCb === "function") {
|
|
316
311
|
this.send(command, optionsOrCb);
|
|
317
312
|
}
|
|
318
313
|
else if (typeof cb === "function") {
|
|
319
314
|
if (typeof optionsOrCb !== "object")
|
|
320
|
-
throw new Error(
|
|
315
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
321
316
|
this.send(command, optionsOrCb || {}, cb);
|
|
322
317
|
}
|
|
323
318
|
else {
|
|
324
319
|
return this.send(command, optionsOrCb);
|
|
325
320
|
}
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
|
|
321
|
+
}
|
|
322
|
+
createAction(args, optionsOrCb, cb) {
|
|
323
|
+
const command = new CreateActionCommand(args);
|
|
329
324
|
if (typeof optionsOrCb === "function") {
|
|
330
325
|
this.send(command, optionsOrCb);
|
|
331
326
|
}
|
|
332
327
|
else if (typeof cb === "function") {
|
|
333
328
|
if (typeof optionsOrCb !== "object")
|
|
334
|
-
throw new Error(
|
|
329
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
335
330
|
this.send(command, optionsOrCb || {}, cb);
|
|
336
331
|
}
|
|
337
332
|
else {
|
|
338
333
|
return this.send(command, optionsOrCb);
|
|
339
334
|
}
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
|
|
335
|
+
}
|
|
336
|
+
createAlgorithm(args, optionsOrCb, cb) {
|
|
337
|
+
const command = new CreateAlgorithmCommand(args);
|
|
343
338
|
if (typeof optionsOrCb === "function") {
|
|
344
339
|
this.send(command, optionsOrCb);
|
|
345
340
|
}
|
|
346
341
|
else if (typeof cb === "function") {
|
|
347
342
|
if (typeof optionsOrCb !== "object")
|
|
348
|
-
throw new Error(
|
|
343
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
349
344
|
this.send(command, optionsOrCb || {}, cb);
|
|
350
345
|
}
|
|
351
346
|
else {
|
|
352
347
|
return this.send(command, optionsOrCb);
|
|
353
348
|
}
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
|
|
349
|
+
}
|
|
350
|
+
createApp(args, optionsOrCb, cb) {
|
|
351
|
+
const command = new CreateAppCommand(args);
|
|
357
352
|
if (typeof optionsOrCb === "function") {
|
|
358
353
|
this.send(command, optionsOrCb);
|
|
359
354
|
}
|
|
360
355
|
else if (typeof cb === "function") {
|
|
361
356
|
if (typeof optionsOrCb !== "object")
|
|
362
|
-
throw new Error(
|
|
357
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
363
358
|
this.send(command, optionsOrCb || {}, cb);
|
|
364
359
|
}
|
|
365
360
|
else {
|
|
366
361
|
return this.send(command, optionsOrCb);
|
|
367
362
|
}
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
|
|
363
|
+
}
|
|
364
|
+
createAppImageConfig(args, optionsOrCb, cb) {
|
|
365
|
+
const command = new CreateAppImageConfigCommand(args);
|
|
371
366
|
if (typeof optionsOrCb === "function") {
|
|
372
367
|
this.send(command, optionsOrCb);
|
|
373
368
|
}
|
|
374
369
|
else if (typeof cb === "function") {
|
|
375
370
|
if (typeof optionsOrCb !== "object")
|
|
376
|
-
throw new Error(
|
|
371
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
377
372
|
this.send(command, optionsOrCb || {}, cb);
|
|
378
373
|
}
|
|
379
374
|
else {
|
|
380
375
|
return this.send(command, optionsOrCb);
|
|
381
376
|
}
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
|
|
377
|
+
}
|
|
378
|
+
createArtifact(args, optionsOrCb, cb) {
|
|
379
|
+
const command = new CreateArtifactCommand(args);
|
|
385
380
|
if (typeof optionsOrCb === "function") {
|
|
386
381
|
this.send(command, optionsOrCb);
|
|
387
382
|
}
|
|
388
383
|
else if (typeof cb === "function") {
|
|
389
384
|
if (typeof optionsOrCb !== "object")
|
|
390
|
-
throw new Error(
|
|
385
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
391
386
|
this.send(command, optionsOrCb || {}, cb);
|
|
392
387
|
}
|
|
393
388
|
else {
|
|
394
389
|
return this.send(command, optionsOrCb);
|
|
395
390
|
}
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
|
|
391
|
+
}
|
|
392
|
+
createAutoMLJob(args, optionsOrCb, cb) {
|
|
393
|
+
const command = new CreateAutoMLJobCommand(args);
|
|
399
394
|
if (typeof optionsOrCb === "function") {
|
|
400
395
|
this.send(command, optionsOrCb);
|
|
401
396
|
}
|
|
402
397
|
else if (typeof cb === "function") {
|
|
403
398
|
if (typeof optionsOrCb !== "object")
|
|
404
|
-
throw new Error(
|
|
399
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
405
400
|
this.send(command, optionsOrCb || {}, cb);
|
|
406
401
|
}
|
|
407
402
|
else {
|
|
408
403
|
return this.send(command, optionsOrCb);
|
|
409
404
|
}
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
|
|
405
|
+
}
|
|
406
|
+
createCodeRepository(args, optionsOrCb, cb) {
|
|
407
|
+
const command = new CreateCodeRepositoryCommand(args);
|
|
413
408
|
if (typeof optionsOrCb === "function") {
|
|
414
409
|
this.send(command, optionsOrCb);
|
|
415
410
|
}
|
|
416
411
|
else if (typeof cb === "function") {
|
|
417
412
|
if (typeof optionsOrCb !== "object")
|
|
418
|
-
throw new Error(
|
|
413
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
419
414
|
this.send(command, optionsOrCb || {}, cb);
|
|
420
415
|
}
|
|
421
416
|
else {
|
|
422
417
|
return this.send(command, optionsOrCb);
|
|
423
418
|
}
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
|
|
419
|
+
}
|
|
420
|
+
createCompilationJob(args, optionsOrCb, cb) {
|
|
421
|
+
const command = new CreateCompilationJobCommand(args);
|
|
427
422
|
if (typeof optionsOrCb === "function") {
|
|
428
423
|
this.send(command, optionsOrCb);
|
|
429
424
|
}
|
|
430
425
|
else if (typeof cb === "function") {
|
|
431
426
|
if (typeof optionsOrCb !== "object")
|
|
432
|
-
throw new Error(
|
|
427
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
433
428
|
this.send(command, optionsOrCb || {}, cb);
|
|
434
429
|
}
|
|
435
430
|
else {
|
|
436
431
|
return this.send(command, optionsOrCb);
|
|
437
432
|
}
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
|
|
433
|
+
}
|
|
434
|
+
createContext(args, optionsOrCb, cb) {
|
|
435
|
+
const command = new CreateContextCommand(args);
|
|
441
436
|
if (typeof optionsOrCb === "function") {
|
|
442
437
|
this.send(command, optionsOrCb);
|
|
443
438
|
}
|
|
444
439
|
else if (typeof cb === "function") {
|
|
445
440
|
if (typeof optionsOrCb !== "object")
|
|
446
|
-
throw new Error(
|
|
441
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
447
442
|
this.send(command, optionsOrCb || {}, cb);
|
|
448
443
|
}
|
|
449
444
|
else {
|
|
450
445
|
return this.send(command, optionsOrCb);
|
|
451
446
|
}
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
|
|
447
|
+
}
|
|
448
|
+
createDataQualityJobDefinition(args, optionsOrCb, cb) {
|
|
449
|
+
const command = new CreateDataQualityJobDefinitionCommand(args);
|
|
455
450
|
if (typeof optionsOrCb === "function") {
|
|
456
451
|
this.send(command, optionsOrCb);
|
|
457
452
|
}
|
|
458
453
|
else if (typeof cb === "function") {
|
|
459
454
|
if (typeof optionsOrCb !== "object")
|
|
460
|
-
throw new Error(
|
|
455
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
461
456
|
this.send(command, optionsOrCb || {}, cb);
|
|
462
457
|
}
|
|
463
458
|
else {
|
|
464
459
|
return this.send(command, optionsOrCb);
|
|
465
460
|
}
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
|
|
461
|
+
}
|
|
462
|
+
createDeviceFleet(args, optionsOrCb, cb) {
|
|
463
|
+
const command = new CreateDeviceFleetCommand(args);
|
|
469
464
|
if (typeof optionsOrCb === "function") {
|
|
470
465
|
this.send(command, optionsOrCb);
|
|
471
466
|
}
|
|
472
467
|
else if (typeof cb === "function") {
|
|
473
468
|
if (typeof optionsOrCb !== "object")
|
|
474
|
-
throw new Error(
|
|
469
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
475
470
|
this.send(command, optionsOrCb || {}, cb);
|
|
476
471
|
}
|
|
477
472
|
else {
|
|
478
473
|
return this.send(command, optionsOrCb);
|
|
479
474
|
}
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
|
|
475
|
+
}
|
|
476
|
+
createDomain(args, optionsOrCb, cb) {
|
|
477
|
+
const command = new CreateDomainCommand(args);
|
|
483
478
|
if (typeof optionsOrCb === "function") {
|
|
484
479
|
this.send(command, optionsOrCb);
|
|
485
480
|
}
|
|
486
481
|
else if (typeof cb === "function") {
|
|
487
482
|
if (typeof optionsOrCb !== "object")
|
|
488
|
-
throw new Error(
|
|
483
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
489
484
|
this.send(command, optionsOrCb || {}, cb);
|
|
490
485
|
}
|
|
491
486
|
else {
|
|
492
487
|
return this.send(command, optionsOrCb);
|
|
493
488
|
}
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
|
|
489
|
+
}
|
|
490
|
+
createEdgeDeploymentPlan(args, optionsOrCb, cb) {
|
|
491
|
+
const command = new CreateEdgeDeploymentPlanCommand(args);
|
|
497
492
|
if (typeof optionsOrCb === "function") {
|
|
498
493
|
this.send(command, optionsOrCb);
|
|
499
494
|
}
|
|
500
495
|
else if (typeof cb === "function") {
|
|
501
496
|
if (typeof optionsOrCb !== "object")
|
|
502
|
-
throw new Error(
|
|
497
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
503
498
|
this.send(command, optionsOrCb || {}, cb);
|
|
504
499
|
}
|
|
505
500
|
else {
|
|
506
501
|
return this.send(command, optionsOrCb);
|
|
507
502
|
}
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
|
|
503
|
+
}
|
|
504
|
+
createEdgeDeploymentStage(args, optionsOrCb, cb) {
|
|
505
|
+
const command = new CreateEdgeDeploymentStageCommand(args);
|
|
511
506
|
if (typeof optionsOrCb === "function") {
|
|
512
507
|
this.send(command, optionsOrCb);
|
|
513
508
|
}
|
|
514
509
|
else if (typeof cb === "function") {
|
|
515
510
|
if (typeof optionsOrCb !== "object")
|
|
516
|
-
throw new Error(
|
|
511
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
517
512
|
this.send(command, optionsOrCb || {}, cb);
|
|
518
513
|
}
|
|
519
514
|
else {
|
|
520
515
|
return this.send(command, optionsOrCb);
|
|
521
516
|
}
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
|
|
517
|
+
}
|
|
518
|
+
createEdgePackagingJob(args, optionsOrCb, cb) {
|
|
519
|
+
const command = new CreateEdgePackagingJobCommand(args);
|
|
525
520
|
if (typeof optionsOrCb === "function") {
|
|
526
521
|
this.send(command, optionsOrCb);
|
|
527
522
|
}
|
|
528
523
|
else if (typeof cb === "function") {
|
|
529
524
|
if (typeof optionsOrCb !== "object")
|
|
530
|
-
throw new Error(
|
|
525
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
531
526
|
this.send(command, optionsOrCb || {}, cb);
|
|
532
527
|
}
|
|
533
528
|
else {
|
|
534
529
|
return this.send(command, optionsOrCb);
|
|
535
530
|
}
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
|
|
531
|
+
}
|
|
532
|
+
createEndpoint(args, optionsOrCb, cb) {
|
|
533
|
+
const command = new CreateEndpointCommand(args);
|
|
539
534
|
if (typeof optionsOrCb === "function") {
|
|
540
535
|
this.send(command, optionsOrCb);
|
|
541
536
|
}
|
|
542
537
|
else if (typeof cb === "function") {
|
|
543
538
|
if (typeof optionsOrCb !== "object")
|
|
544
|
-
throw new Error(
|
|
539
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
545
540
|
this.send(command, optionsOrCb || {}, cb);
|
|
546
541
|
}
|
|
547
542
|
else {
|
|
548
543
|
return this.send(command, optionsOrCb);
|
|
549
544
|
}
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
|
|
545
|
+
}
|
|
546
|
+
createEndpointConfig(args, optionsOrCb, cb) {
|
|
547
|
+
const command = new CreateEndpointConfigCommand(args);
|
|
553
548
|
if (typeof optionsOrCb === "function") {
|
|
554
549
|
this.send(command, optionsOrCb);
|
|
555
550
|
}
|
|
556
551
|
else if (typeof cb === "function") {
|
|
557
552
|
if (typeof optionsOrCb !== "object")
|
|
558
|
-
throw new Error(
|
|
553
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
559
554
|
this.send(command, optionsOrCb || {}, cb);
|
|
560
555
|
}
|
|
561
556
|
else {
|
|
562
557
|
return this.send(command, optionsOrCb);
|
|
563
558
|
}
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
|
|
559
|
+
}
|
|
560
|
+
createExperiment(args, optionsOrCb, cb) {
|
|
561
|
+
const command = new CreateExperimentCommand(args);
|
|
567
562
|
if (typeof optionsOrCb === "function") {
|
|
568
563
|
this.send(command, optionsOrCb);
|
|
569
564
|
}
|
|
570
565
|
else if (typeof cb === "function") {
|
|
571
566
|
if (typeof optionsOrCb !== "object")
|
|
572
|
-
throw new Error(
|
|
567
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
573
568
|
this.send(command, optionsOrCb || {}, cb);
|
|
574
569
|
}
|
|
575
570
|
else {
|
|
576
571
|
return this.send(command, optionsOrCb);
|
|
577
572
|
}
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
|
|
573
|
+
}
|
|
574
|
+
createFeatureGroup(args, optionsOrCb, cb) {
|
|
575
|
+
const command = new CreateFeatureGroupCommand(args);
|
|
581
576
|
if (typeof optionsOrCb === "function") {
|
|
582
577
|
this.send(command, optionsOrCb);
|
|
583
578
|
}
|
|
584
579
|
else if (typeof cb === "function") {
|
|
585
580
|
if (typeof optionsOrCb !== "object")
|
|
586
|
-
throw new Error(
|
|
581
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
587
582
|
this.send(command, optionsOrCb || {}, cb);
|
|
588
583
|
}
|
|
589
584
|
else {
|
|
590
585
|
return this.send(command, optionsOrCb);
|
|
591
586
|
}
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
|
|
587
|
+
}
|
|
588
|
+
createFlowDefinition(args, optionsOrCb, cb) {
|
|
589
|
+
const command = new CreateFlowDefinitionCommand(args);
|
|
595
590
|
if (typeof optionsOrCb === "function") {
|
|
596
591
|
this.send(command, optionsOrCb);
|
|
597
592
|
}
|
|
598
593
|
else if (typeof cb === "function") {
|
|
599
594
|
if (typeof optionsOrCb !== "object")
|
|
600
|
-
throw new Error(
|
|
595
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
601
596
|
this.send(command, optionsOrCb || {}, cb);
|
|
602
597
|
}
|
|
603
598
|
else {
|
|
604
599
|
return this.send(command, optionsOrCb);
|
|
605
600
|
}
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
|
|
601
|
+
}
|
|
602
|
+
createHumanTaskUi(args, optionsOrCb, cb) {
|
|
603
|
+
const command = new CreateHumanTaskUiCommand(args);
|
|
609
604
|
if (typeof optionsOrCb === "function") {
|
|
610
605
|
this.send(command, optionsOrCb);
|
|
611
606
|
}
|
|
612
607
|
else if (typeof cb === "function") {
|
|
613
608
|
if (typeof optionsOrCb !== "object")
|
|
614
|
-
throw new Error(
|
|
609
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
615
610
|
this.send(command, optionsOrCb || {}, cb);
|
|
616
611
|
}
|
|
617
612
|
else {
|
|
618
613
|
return this.send(command, optionsOrCb);
|
|
619
614
|
}
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
|
|
615
|
+
}
|
|
616
|
+
createHyperParameterTuningJob(args, optionsOrCb, cb) {
|
|
617
|
+
const command = new CreateHyperParameterTuningJobCommand(args);
|
|
623
618
|
if (typeof optionsOrCb === "function") {
|
|
624
619
|
this.send(command, optionsOrCb);
|
|
625
620
|
}
|
|
626
621
|
else if (typeof cb === "function") {
|
|
627
622
|
if (typeof optionsOrCb !== "object")
|
|
628
|
-
throw new Error(
|
|
623
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
629
624
|
this.send(command, optionsOrCb || {}, cb);
|
|
630
625
|
}
|
|
631
626
|
else {
|
|
632
627
|
return this.send(command, optionsOrCb);
|
|
633
628
|
}
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
|
|
629
|
+
}
|
|
630
|
+
createImage(args, optionsOrCb, cb) {
|
|
631
|
+
const command = new CreateImageCommand(args);
|
|
637
632
|
if (typeof optionsOrCb === "function") {
|
|
638
633
|
this.send(command, optionsOrCb);
|
|
639
634
|
}
|
|
640
635
|
else if (typeof cb === "function") {
|
|
641
636
|
if (typeof optionsOrCb !== "object")
|
|
642
|
-
throw new Error(
|
|
637
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
643
638
|
this.send(command, optionsOrCb || {}, cb);
|
|
644
639
|
}
|
|
645
640
|
else {
|
|
646
641
|
return this.send(command, optionsOrCb);
|
|
647
642
|
}
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
|
|
643
|
+
}
|
|
644
|
+
createImageVersion(args, optionsOrCb, cb) {
|
|
645
|
+
const command = new CreateImageVersionCommand(args);
|
|
651
646
|
if (typeof optionsOrCb === "function") {
|
|
652
647
|
this.send(command, optionsOrCb);
|
|
653
648
|
}
|
|
654
649
|
else if (typeof cb === "function") {
|
|
655
650
|
if (typeof optionsOrCb !== "object")
|
|
656
|
-
throw new Error(
|
|
651
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
657
652
|
this.send(command, optionsOrCb || {}, cb);
|
|
658
653
|
}
|
|
659
654
|
else {
|
|
660
655
|
return this.send(command, optionsOrCb);
|
|
661
656
|
}
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
|
|
657
|
+
}
|
|
658
|
+
createInferenceRecommendationsJob(args, optionsOrCb, cb) {
|
|
659
|
+
const command = new CreateInferenceRecommendationsJobCommand(args);
|
|
665
660
|
if (typeof optionsOrCb === "function") {
|
|
666
661
|
this.send(command, optionsOrCb);
|
|
667
662
|
}
|
|
668
663
|
else if (typeof cb === "function") {
|
|
669
664
|
if (typeof optionsOrCb !== "object")
|
|
670
|
-
throw new Error(
|
|
665
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
671
666
|
this.send(command, optionsOrCb || {}, cb);
|
|
672
667
|
}
|
|
673
668
|
else {
|
|
674
669
|
return this.send(command, optionsOrCb);
|
|
675
670
|
}
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
|
|
671
|
+
}
|
|
672
|
+
createLabelingJob(args, optionsOrCb, cb) {
|
|
673
|
+
const command = new CreateLabelingJobCommand(args);
|
|
679
674
|
if (typeof optionsOrCb === "function") {
|
|
680
675
|
this.send(command, optionsOrCb);
|
|
681
676
|
}
|
|
682
677
|
else if (typeof cb === "function") {
|
|
683
678
|
if (typeof optionsOrCb !== "object")
|
|
684
|
-
throw new Error(
|
|
679
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
685
680
|
this.send(command, optionsOrCb || {}, cb);
|
|
686
681
|
}
|
|
687
682
|
else {
|
|
688
683
|
return this.send(command, optionsOrCb);
|
|
689
684
|
}
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
|
|
685
|
+
}
|
|
686
|
+
createModel(args, optionsOrCb, cb) {
|
|
687
|
+
const command = new CreateModelCommand(args);
|
|
693
688
|
if (typeof optionsOrCb === "function") {
|
|
694
689
|
this.send(command, optionsOrCb);
|
|
695
690
|
}
|
|
696
691
|
else if (typeof cb === "function") {
|
|
697
692
|
if (typeof optionsOrCb !== "object")
|
|
698
|
-
throw new Error(
|
|
693
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
699
694
|
this.send(command, optionsOrCb || {}, cb);
|
|
700
695
|
}
|
|
701
696
|
else {
|
|
702
697
|
return this.send(command, optionsOrCb);
|
|
703
698
|
}
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
|
|
699
|
+
}
|
|
700
|
+
createModelBiasJobDefinition(args, optionsOrCb, cb) {
|
|
701
|
+
const command = new CreateModelBiasJobDefinitionCommand(args);
|
|
707
702
|
if (typeof optionsOrCb === "function") {
|
|
708
703
|
this.send(command, optionsOrCb);
|
|
709
704
|
}
|
|
710
705
|
else if (typeof cb === "function") {
|
|
711
706
|
if (typeof optionsOrCb !== "object")
|
|
712
|
-
throw new Error(
|
|
707
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
713
708
|
this.send(command, optionsOrCb || {}, cb);
|
|
714
709
|
}
|
|
715
710
|
else {
|
|
716
711
|
return this.send(command, optionsOrCb);
|
|
717
712
|
}
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
|
|
713
|
+
}
|
|
714
|
+
createModelExplainabilityJobDefinition(args, optionsOrCb, cb) {
|
|
715
|
+
const command = new CreateModelExplainabilityJobDefinitionCommand(args);
|
|
721
716
|
if (typeof optionsOrCb === "function") {
|
|
722
717
|
this.send(command, optionsOrCb);
|
|
723
718
|
}
|
|
724
719
|
else if (typeof cb === "function") {
|
|
725
720
|
if (typeof optionsOrCb !== "object")
|
|
726
|
-
throw new Error(
|
|
721
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
727
722
|
this.send(command, optionsOrCb || {}, cb);
|
|
728
723
|
}
|
|
729
724
|
else {
|
|
730
725
|
return this.send(command, optionsOrCb);
|
|
731
726
|
}
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
|
|
727
|
+
}
|
|
728
|
+
createModelPackage(args, optionsOrCb, cb) {
|
|
729
|
+
const command = new CreateModelPackageCommand(args);
|
|
735
730
|
if (typeof optionsOrCb === "function") {
|
|
736
731
|
this.send(command, optionsOrCb);
|
|
737
732
|
}
|
|
738
733
|
else if (typeof cb === "function") {
|
|
739
734
|
if (typeof optionsOrCb !== "object")
|
|
740
|
-
throw new Error(
|
|
735
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
741
736
|
this.send(command, optionsOrCb || {}, cb);
|
|
742
737
|
}
|
|
743
738
|
else {
|
|
744
739
|
return this.send(command, optionsOrCb);
|
|
745
740
|
}
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
|
|
741
|
+
}
|
|
742
|
+
createModelPackageGroup(args, optionsOrCb, cb) {
|
|
743
|
+
const command = new CreateModelPackageGroupCommand(args);
|
|
749
744
|
if (typeof optionsOrCb === "function") {
|
|
750
745
|
this.send(command, optionsOrCb);
|
|
751
746
|
}
|
|
752
747
|
else if (typeof cb === "function") {
|
|
753
748
|
if (typeof optionsOrCb !== "object")
|
|
754
|
-
throw new Error(
|
|
749
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
755
750
|
this.send(command, optionsOrCb || {}, cb);
|
|
756
751
|
}
|
|
757
752
|
else {
|
|
758
753
|
return this.send(command, optionsOrCb);
|
|
759
754
|
}
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
|
|
755
|
+
}
|
|
756
|
+
createModelQualityJobDefinition(args, optionsOrCb, cb) {
|
|
757
|
+
const command = new CreateModelQualityJobDefinitionCommand(args);
|
|
763
758
|
if (typeof optionsOrCb === "function") {
|
|
764
759
|
this.send(command, optionsOrCb);
|
|
765
760
|
}
|
|
766
761
|
else if (typeof cb === "function") {
|
|
767
762
|
if (typeof optionsOrCb !== "object")
|
|
768
|
-
throw new Error(
|
|
763
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
769
764
|
this.send(command, optionsOrCb || {}, cb);
|
|
770
765
|
}
|
|
771
766
|
else {
|
|
772
767
|
return this.send(command, optionsOrCb);
|
|
773
768
|
}
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
|
|
769
|
+
}
|
|
770
|
+
createMonitoringSchedule(args, optionsOrCb, cb) {
|
|
771
|
+
const command = new CreateMonitoringScheduleCommand(args);
|
|
777
772
|
if (typeof optionsOrCb === "function") {
|
|
778
773
|
this.send(command, optionsOrCb);
|
|
779
774
|
}
|
|
780
775
|
else if (typeof cb === "function") {
|
|
781
776
|
if (typeof optionsOrCb !== "object")
|
|
782
|
-
throw new Error(
|
|
777
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
783
778
|
this.send(command, optionsOrCb || {}, cb);
|
|
784
779
|
}
|
|
785
780
|
else {
|
|
786
781
|
return this.send(command, optionsOrCb);
|
|
787
782
|
}
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
|
|
783
|
+
}
|
|
784
|
+
createNotebookInstance(args, optionsOrCb, cb) {
|
|
785
|
+
const command = new CreateNotebookInstanceCommand(args);
|
|
791
786
|
if (typeof optionsOrCb === "function") {
|
|
792
787
|
this.send(command, optionsOrCb);
|
|
793
788
|
}
|
|
794
789
|
else if (typeof cb === "function") {
|
|
795
790
|
if (typeof optionsOrCb !== "object")
|
|
796
|
-
throw new Error(
|
|
791
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
797
792
|
this.send(command, optionsOrCb || {}, cb);
|
|
798
793
|
}
|
|
799
794
|
else {
|
|
800
795
|
return this.send(command, optionsOrCb);
|
|
801
796
|
}
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
|
|
797
|
+
}
|
|
798
|
+
createNotebookInstanceLifecycleConfig(args, optionsOrCb, cb) {
|
|
799
|
+
const command = new CreateNotebookInstanceLifecycleConfigCommand(args);
|
|
805
800
|
if (typeof optionsOrCb === "function") {
|
|
806
801
|
this.send(command, optionsOrCb);
|
|
807
802
|
}
|
|
808
803
|
else if (typeof cb === "function") {
|
|
809
804
|
if (typeof optionsOrCb !== "object")
|
|
810
|
-
throw new Error(
|
|
805
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
811
806
|
this.send(command, optionsOrCb || {}, cb);
|
|
812
807
|
}
|
|
813
808
|
else {
|
|
814
809
|
return this.send(command, optionsOrCb);
|
|
815
810
|
}
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
|
|
811
|
+
}
|
|
812
|
+
createPipeline(args, optionsOrCb, cb) {
|
|
813
|
+
const command = new CreatePipelineCommand(args);
|
|
819
814
|
if (typeof optionsOrCb === "function") {
|
|
820
815
|
this.send(command, optionsOrCb);
|
|
821
816
|
}
|
|
822
817
|
else if (typeof cb === "function") {
|
|
823
818
|
if (typeof optionsOrCb !== "object")
|
|
824
|
-
throw new Error(
|
|
819
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
825
820
|
this.send(command, optionsOrCb || {}, cb);
|
|
826
821
|
}
|
|
827
822
|
else {
|
|
828
823
|
return this.send(command, optionsOrCb);
|
|
829
824
|
}
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
|
|
825
|
+
}
|
|
826
|
+
createPresignedDomainUrl(args, optionsOrCb, cb) {
|
|
827
|
+
const command = new CreatePresignedDomainUrlCommand(args);
|
|
833
828
|
if (typeof optionsOrCb === "function") {
|
|
834
829
|
this.send(command, optionsOrCb);
|
|
835
830
|
}
|
|
836
831
|
else if (typeof cb === "function") {
|
|
837
832
|
if (typeof optionsOrCb !== "object")
|
|
838
|
-
throw new Error(
|
|
833
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
839
834
|
this.send(command, optionsOrCb || {}, cb);
|
|
840
835
|
}
|
|
841
836
|
else {
|
|
842
837
|
return this.send(command, optionsOrCb);
|
|
843
838
|
}
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
|
|
839
|
+
}
|
|
840
|
+
createPresignedNotebookInstanceUrl(args, optionsOrCb, cb) {
|
|
841
|
+
const command = new CreatePresignedNotebookInstanceUrlCommand(args);
|
|
847
842
|
if (typeof optionsOrCb === "function") {
|
|
848
843
|
this.send(command, optionsOrCb);
|
|
849
844
|
}
|
|
850
845
|
else if (typeof cb === "function") {
|
|
851
846
|
if (typeof optionsOrCb !== "object")
|
|
852
|
-
throw new Error(
|
|
847
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
853
848
|
this.send(command, optionsOrCb || {}, cb);
|
|
854
849
|
}
|
|
855
850
|
else {
|
|
856
851
|
return this.send(command, optionsOrCb);
|
|
857
852
|
}
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
|
|
853
|
+
}
|
|
854
|
+
createProcessingJob(args, optionsOrCb, cb) {
|
|
855
|
+
const command = new CreateProcessingJobCommand(args);
|
|
861
856
|
if (typeof optionsOrCb === "function") {
|
|
862
857
|
this.send(command, optionsOrCb);
|
|
863
858
|
}
|
|
864
859
|
else if (typeof cb === "function") {
|
|
865
860
|
if (typeof optionsOrCb !== "object")
|
|
866
|
-
throw new Error(
|
|
861
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
867
862
|
this.send(command, optionsOrCb || {}, cb);
|
|
868
863
|
}
|
|
869
864
|
else {
|
|
870
865
|
return this.send(command, optionsOrCb);
|
|
871
866
|
}
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
|
|
867
|
+
}
|
|
868
|
+
createProject(args, optionsOrCb, cb) {
|
|
869
|
+
const command = new CreateProjectCommand(args);
|
|
875
870
|
if (typeof optionsOrCb === "function") {
|
|
876
871
|
this.send(command, optionsOrCb);
|
|
877
872
|
}
|
|
878
873
|
else if (typeof cb === "function") {
|
|
879
874
|
if (typeof optionsOrCb !== "object")
|
|
880
|
-
throw new Error(
|
|
875
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
881
876
|
this.send(command, optionsOrCb || {}, cb);
|
|
882
877
|
}
|
|
883
878
|
else {
|
|
884
879
|
return this.send(command, optionsOrCb);
|
|
885
880
|
}
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
|
|
881
|
+
}
|
|
882
|
+
createStudioLifecycleConfig(args, optionsOrCb, cb) {
|
|
883
|
+
const command = new CreateStudioLifecycleConfigCommand(args);
|
|
889
884
|
if (typeof optionsOrCb === "function") {
|
|
890
885
|
this.send(command, optionsOrCb);
|
|
891
886
|
}
|
|
892
887
|
else if (typeof cb === "function") {
|
|
893
888
|
if (typeof optionsOrCb !== "object")
|
|
894
|
-
throw new Error(
|
|
889
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
895
890
|
this.send(command, optionsOrCb || {}, cb);
|
|
896
891
|
}
|
|
897
892
|
else {
|
|
898
893
|
return this.send(command, optionsOrCb);
|
|
899
894
|
}
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
|
|
895
|
+
}
|
|
896
|
+
createTrainingJob(args, optionsOrCb, cb) {
|
|
897
|
+
const command = new CreateTrainingJobCommand(args);
|
|
903
898
|
if (typeof optionsOrCb === "function") {
|
|
904
899
|
this.send(command, optionsOrCb);
|
|
905
900
|
}
|
|
906
901
|
else if (typeof cb === "function") {
|
|
907
902
|
if (typeof optionsOrCb !== "object")
|
|
908
|
-
throw new Error(
|
|
903
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
909
904
|
this.send(command, optionsOrCb || {}, cb);
|
|
910
905
|
}
|
|
911
906
|
else {
|
|
912
907
|
return this.send(command, optionsOrCb);
|
|
913
908
|
}
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
|
|
909
|
+
}
|
|
910
|
+
createTransformJob(args, optionsOrCb, cb) {
|
|
911
|
+
const command = new CreateTransformJobCommand(args);
|
|
917
912
|
if (typeof optionsOrCb === "function") {
|
|
918
913
|
this.send(command, optionsOrCb);
|
|
919
914
|
}
|
|
920
915
|
else if (typeof cb === "function") {
|
|
921
916
|
if (typeof optionsOrCb !== "object")
|
|
922
|
-
throw new Error(
|
|
917
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
923
918
|
this.send(command, optionsOrCb || {}, cb);
|
|
924
919
|
}
|
|
925
920
|
else {
|
|
926
921
|
return this.send(command, optionsOrCb);
|
|
927
922
|
}
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
|
|
923
|
+
}
|
|
924
|
+
createTrial(args, optionsOrCb, cb) {
|
|
925
|
+
const command = new CreateTrialCommand(args);
|
|
931
926
|
if (typeof optionsOrCb === "function") {
|
|
932
927
|
this.send(command, optionsOrCb);
|
|
933
928
|
}
|
|
934
929
|
else if (typeof cb === "function") {
|
|
935
930
|
if (typeof optionsOrCb !== "object")
|
|
936
|
-
throw new Error(
|
|
931
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
937
932
|
this.send(command, optionsOrCb || {}, cb);
|
|
938
933
|
}
|
|
939
934
|
else {
|
|
940
935
|
return this.send(command, optionsOrCb);
|
|
941
936
|
}
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
|
|
937
|
+
}
|
|
938
|
+
createTrialComponent(args, optionsOrCb, cb) {
|
|
939
|
+
const command = new CreateTrialComponentCommand(args);
|
|
945
940
|
if (typeof optionsOrCb === "function") {
|
|
946
941
|
this.send(command, optionsOrCb);
|
|
947
942
|
}
|
|
948
943
|
else if (typeof cb === "function") {
|
|
949
944
|
if (typeof optionsOrCb !== "object")
|
|
950
|
-
throw new Error(
|
|
945
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
951
946
|
this.send(command, optionsOrCb || {}, cb);
|
|
952
947
|
}
|
|
953
948
|
else {
|
|
954
949
|
return this.send(command, optionsOrCb);
|
|
955
950
|
}
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
|
|
951
|
+
}
|
|
952
|
+
createUserProfile(args, optionsOrCb, cb) {
|
|
953
|
+
const command = new CreateUserProfileCommand(args);
|
|
959
954
|
if (typeof optionsOrCb === "function") {
|
|
960
955
|
this.send(command, optionsOrCb);
|
|
961
956
|
}
|
|
962
957
|
else if (typeof cb === "function") {
|
|
963
958
|
if (typeof optionsOrCb !== "object")
|
|
964
|
-
throw new Error(
|
|
959
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
965
960
|
this.send(command, optionsOrCb || {}, cb);
|
|
966
961
|
}
|
|
967
962
|
else {
|
|
968
963
|
return this.send(command, optionsOrCb);
|
|
969
964
|
}
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
|
|
965
|
+
}
|
|
966
|
+
createWorkforce(args, optionsOrCb, cb) {
|
|
967
|
+
const command = new CreateWorkforceCommand(args);
|
|
973
968
|
if (typeof optionsOrCb === "function") {
|
|
974
969
|
this.send(command, optionsOrCb);
|
|
975
970
|
}
|
|
976
971
|
else if (typeof cb === "function") {
|
|
977
972
|
if (typeof optionsOrCb !== "object")
|
|
978
|
-
throw new Error(
|
|
973
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
979
974
|
this.send(command, optionsOrCb || {}, cb);
|
|
980
975
|
}
|
|
981
976
|
else {
|
|
982
977
|
return this.send(command, optionsOrCb);
|
|
983
978
|
}
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
|
|
979
|
+
}
|
|
980
|
+
createWorkteam(args, optionsOrCb, cb) {
|
|
981
|
+
const command = new CreateWorkteamCommand(args);
|
|
987
982
|
if (typeof optionsOrCb === "function") {
|
|
988
983
|
this.send(command, optionsOrCb);
|
|
989
984
|
}
|
|
990
985
|
else if (typeof cb === "function") {
|
|
991
986
|
if (typeof optionsOrCb !== "object")
|
|
992
|
-
throw new Error(
|
|
987
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
993
988
|
this.send(command, optionsOrCb || {}, cb);
|
|
994
989
|
}
|
|
995
990
|
else {
|
|
996
991
|
return this.send(command, optionsOrCb);
|
|
997
992
|
}
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
|
|
993
|
+
}
|
|
994
|
+
deleteAction(args, optionsOrCb, cb) {
|
|
995
|
+
const command = new DeleteActionCommand(args);
|
|
1001
996
|
if (typeof optionsOrCb === "function") {
|
|
1002
997
|
this.send(command, optionsOrCb);
|
|
1003
998
|
}
|
|
1004
999
|
else if (typeof cb === "function") {
|
|
1005
1000
|
if (typeof optionsOrCb !== "object")
|
|
1006
|
-
throw new Error(
|
|
1001
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1007
1002
|
this.send(command, optionsOrCb || {}, cb);
|
|
1008
1003
|
}
|
|
1009
1004
|
else {
|
|
1010
1005
|
return this.send(command, optionsOrCb);
|
|
1011
1006
|
}
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
|
|
1007
|
+
}
|
|
1008
|
+
deleteAlgorithm(args, optionsOrCb, cb) {
|
|
1009
|
+
const command = new DeleteAlgorithmCommand(args);
|
|
1015
1010
|
if (typeof optionsOrCb === "function") {
|
|
1016
1011
|
this.send(command, optionsOrCb);
|
|
1017
1012
|
}
|
|
1018
1013
|
else if (typeof cb === "function") {
|
|
1019
1014
|
if (typeof optionsOrCb !== "object")
|
|
1020
|
-
throw new Error(
|
|
1015
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1021
1016
|
this.send(command, optionsOrCb || {}, cb);
|
|
1022
1017
|
}
|
|
1023
1018
|
else {
|
|
1024
1019
|
return this.send(command, optionsOrCb);
|
|
1025
1020
|
}
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
|
|
1021
|
+
}
|
|
1022
|
+
deleteApp(args, optionsOrCb, cb) {
|
|
1023
|
+
const command = new DeleteAppCommand(args);
|
|
1029
1024
|
if (typeof optionsOrCb === "function") {
|
|
1030
1025
|
this.send(command, optionsOrCb);
|
|
1031
1026
|
}
|
|
1032
1027
|
else if (typeof cb === "function") {
|
|
1033
1028
|
if (typeof optionsOrCb !== "object")
|
|
1034
|
-
throw new Error(
|
|
1029
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1035
1030
|
this.send(command, optionsOrCb || {}, cb);
|
|
1036
1031
|
}
|
|
1037
1032
|
else {
|
|
1038
1033
|
return this.send(command, optionsOrCb);
|
|
1039
1034
|
}
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
|
|
1035
|
+
}
|
|
1036
|
+
deleteAppImageConfig(args, optionsOrCb, cb) {
|
|
1037
|
+
const command = new DeleteAppImageConfigCommand(args);
|
|
1043
1038
|
if (typeof optionsOrCb === "function") {
|
|
1044
1039
|
this.send(command, optionsOrCb);
|
|
1045
1040
|
}
|
|
1046
1041
|
else if (typeof cb === "function") {
|
|
1047
1042
|
if (typeof optionsOrCb !== "object")
|
|
1048
|
-
throw new Error(
|
|
1043
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1049
1044
|
this.send(command, optionsOrCb || {}, cb);
|
|
1050
1045
|
}
|
|
1051
1046
|
else {
|
|
1052
1047
|
return this.send(command, optionsOrCb);
|
|
1053
1048
|
}
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
|
|
1049
|
+
}
|
|
1050
|
+
deleteArtifact(args, optionsOrCb, cb) {
|
|
1051
|
+
const command = new DeleteArtifactCommand(args);
|
|
1057
1052
|
if (typeof optionsOrCb === "function") {
|
|
1058
1053
|
this.send(command, optionsOrCb);
|
|
1059
1054
|
}
|
|
1060
1055
|
else if (typeof cb === "function") {
|
|
1061
1056
|
if (typeof optionsOrCb !== "object")
|
|
1062
|
-
throw new Error(
|
|
1057
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1063
1058
|
this.send(command, optionsOrCb || {}, cb);
|
|
1064
1059
|
}
|
|
1065
1060
|
else {
|
|
1066
1061
|
return this.send(command, optionsOrCb);
|
|
1067
1062
|
}
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
|
|
1063
|
+
}
|
|
1064
|
+
deleteAssociation(args, optionsOrCb, cb) {
|
|
1065
|
+
const command = new DeleteAssociationCommand(args);
|
|
1071
1066
|
if (typeof optionsOrCb === "function") {
|
|
1072
1067
|
this.send(command, optionsOrCb);
|
|
1073
1068
|
}
|
|
1074
1069
|
else if (typeof cb === "function") {
|
|
1075
1070
|
if (typeof optionsOrCb !== "object")
|
|
1076
|
-
throw new Error(
|
|
1071
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1077
1072
|
this.send(command, optionsOrCb || {}, cb);
|
|
1078
1073
|
}
|
|
1079
1074
|
else {
|
|
1080
1075
|
return this.send(command, optionsOrCb);
|
|
1081
1076
|
}
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
|
|
1077
|
+
}
|
|
1078
|
+
deleteCodeRepository(args, optionsOrCb, cb) {
|
|
1079
|
+
const command = new DeleteCodeRepositoryCommand(args);
|
|
1085
1080
|
if (typeof optionsOrCb === "function") {
|
|
1086
1081
|
this.send(command, optionsOrCb);
|
|
1087
1082
|
}
|
|
1088
1083
|
else if (typeof cb === "function") {
|
|
1089
1084
|
if (typeof optionsOrCb !== "object")
|
|
1090
|
-
throw new Error(
|
|
1085
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1091
1086
|
this.send(command, optionsOrCb || {}, cb);
|
|
1092
1087
|
}
|
|
1093
1088
|
else {
|
|
1094
1089
|
return this.send(command, optionsOrCb);
|
|
1095
1090
|
}
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
|
|
1091
|
+
}
|
|
1092
|
+
deleteContext(args, optionsOrCb, cb) {
|
|
1093
|
+
const command = new DeleteContextCommand(args);
|
|
1099
1094
|
if (typeof optionsOrCb === "function") {
|
|
1100
1095
|
this.send(command, optionsOrCb);
|
|
1101
1096
|
}
|
|
1102
1097
|
else if (typeof cb === "function") {
|
|
1103
1098
|
if (typeof optionsOrCb !== "object")
|
|
1104
|
-
throw new Error(
|
|
1099
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1105
1100
|
this.send(command, optionsOrCb || {}, cb);
|
|
1106
1101
|
}
|
|
1107
1102
|
else {
|
|
1108
1103
|
return this.send(command, optionsOrCb);
|
|
1109
1104
|
}
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
|
|
1105
|
+
}
|
|
1106
|
+
deleteDataQualityJobDefinition(args, optionsOrCb, cb) {
|
|
1107
|
+
const command = new DeleteDataQualityJobDefinitionCommand(args);
|
|
1113
1108
|
if (typeof optionsOrCb === "function") {
|
|
1114
1109
|
this.send(command, optionsOrCb);
|
|
1115
1110
|
}
|
|
1116
1111
|
else if (typeof cb === "function") {
|
|
1117
1112
|
if (typeof optionsOrCb !== "object")
|
|
1118
|
-
throw new Error(
|
|
1113
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1119
1114
|
this.send(command, optionsOrCb || {}, cb);
|
|
1120
1115
|
}
|
|
1121
1116
|
else {
|
|
1122
1117
|
return this.send(command, optionsOrCb);
|
|
1123
1118
|
}
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
|
|
1119
|
+
}
|
|
1120
|
+
deleteDeviceFleet(args, optionsOrCb, cb) {
|
|
1121
|
+
const command = new DeleteDeviceFleetCommand(args);
|
|
1127
1122
|
if (typeof optionsOrCb === "function") {
|
|
1128
1123
|
this.send(command, optionsOrCb);
|
|
1129
1124
|
}
|
|
1130
1125
|
else if (typeof cb === "function") {
|
|
1131
1126
|
if (typeof optionsOrCb !== "object")
|
|
1132
|
-
throw new Error(
|
|
1127
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1133
1128
|
this.send(command, optionsOrCb || {}, cb);
|
|
1134
1129
|
}
|
|
1135
1130
|
else {
|
|
1136
1131
|
return this.send(command, optionsOrCb);
|
|
1137
1132
|
}
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
|
|
1133
|
+
}
|
|
1134
|
+
deleteDomain(args, optionsOrCb, cb) {
|
|
1135
|
+
const command = new DeleteDomainCommand(args);
|
|
1141
1136
|
if (typeof optionsOrCb === "function") {
|
|
1142
1137
|
this.send(command, optionsOrCb);
|
|
1143
1138
|
}
|
|
1144
1139
|
else if (typeof cb === "function") {
|
|
1145
1140
|
if (typeof optionsOrCb !== "object")
|
|
1146
|
-
throw new Error(
|
|
1141
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1147
1142
|
this.send(command, optionsOrCb || {}, cb);
|
|
1148
1143
|
}
|
|
1149
1144
|
else {
|
|
1150
1145
|
return this.send(command, optionsOrCb);
|
|
1151
1146
|
}
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
|
|
1147
|
+
}
|
|
1148
|
+
deleteEdgeDeploymentPlan(args, optionsOrCb, cb) {
|
|
1149
|
+
const command = new DeleteEdgeDeploymentPlanCommand(args);
|
|
1155
1150
|
if (typeof optionsOrCb === "function") {
|
|
1156
1151
|
this.send(command, optionsOrCb);
|
|
1157
1152
|
}
|
|
1158
1153
|
else if (typeof cb === "function") {
|
|
1159
1154
|
if (typeof optionsOrCb !== "object")
|
|
1160
|
-
throw new Error(
|
|
1155
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1161
1156
|
this.send(command, optionsOrCb || {}, cb);
|
|
1162
1157
|
}
|
|
1163
1158
|
else {
|
|
1164
1159
|
return this.send(command, optionsOrCb);
|
|
1165
1160
|
}
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
|
|
1161
|
+
}
|
|
1162
|
+
deleteEdgeDeploymentStage(args, optionsOrCb, cb) {
|
|
1163
|
+
const command = new DeleteEdgeDeploymentStageCommand(args);
|
|
1169
1164
|
if (typeof optionsOrCb === "function") {
|
|
1170
1165
|
this.send(command, optionsOrCb);
|
|
1171
1166
|
}
|
|
1172
1167
|
else if (typeof cb === "function") {
|
|
1173
1168
|
if (typeof optionsOrCb !== "object")
|
|
1174
|
-
throw new Error(
|
|
1169
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1175
1170
|
this.send(command, optionsOrCb || {}, cb);
|
|
1176
1171
|
}
|
|
1177
1172
|
else {
|
|
1178
1173
|
return this.send(command, optionsOrCb);
|
|
1179
1174
|
}
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
|
|
1175
|
+
}
|
|
1176
|
+
deleteEndpoint(args, optionsOrCb, cb) {
|
|
1177
|
+
const command = new DeleteEndpointCommand(args);
|
|
1183
1178
|
if (typeof optionsOrCb === "function") {
|
|
1184
1179
|
this.send(command, optionsOrCb);
|
|
1185
1180
|
}
|
|
1186
1181
|
else if (typeof cb === "function") {
|
|
1187
1182
|
if (typeof optionsOrCb !== "object")
|
|
1188
|
-
throw new Error(
|
|
1183
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1189
1184
|
this.send(command, optionsOrCb || {}, cb);
|
|
1190
1185
|
}
|
|
1191
1186
|
else {
|
|
1192
1187
|
return this.send(command, optionsOrCb);
|
|
1193
1188
|
}
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
|
|
1189
|
+
}
|
|
1190
|
+
deleteEndpointConfig(args, optionsOrCb, cb) {
|
|
1191
|
+
const command = new DeleteEndpointConfigCommand(args);
|
|
1197
1192
|
if (typeof optionsOrCb === "function") {
|
|
1198
1193
|
this.send(command, optionsOrCb);
|
|
1199
1194
|
}
|
|
1200
1195
|
else if (typeof cb === "function") {
|
|
1201
1196
|
if (typeof optionsOrCb !== "object")
|
|
1202
|
-
throw new Error(
|
|
1197
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1203
1198
|
this.send(command, optionsOrCb || {}, cb);
|
|
1204
1199
|
}
|
|
1205
1200
|
else {
|
|
1206
1201
|
return this.send(command, optionsOrCb);
|
|
1207
1202
|
}
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
|
-
|
|
1203
|
+
}
|
|
1204
|
+
deleteExperiment(args, optionsOrCb, cb) {
|
|
1205
|
+
const command = new DeleteExperimentCommand(args);
|
|
1211
1206
|
if (typeof optionsOrCb === "function") {
|
|
1212
1207
|
this.send(command, optionsOrCb);
|
|
1213
1208
|
}
|
|
1214
1209
|
else if (typeof cb === "function") {
|
|
1215
1210
|
if (typeof optionsOrCb !== "object")
|
|
1216
|
-
throw new Error(
|
|
1211
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1217
1212
|
this.send(command, optionsOrCb || {}, cb);
|
|
1218
1213
|
}
|
|
1219
1214
|
else {
|
|
1220
1215
|
return this.send(command, optionsOrCb);
|
|
1221
1216
|
}
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
|
|
1217
|
+
}
|
|
1218
|
+
deleteFeatureGroup(args, optionsOrCb, cb) {
|
|
1219
|
+
const command = new DeleteFeatureGroupCommand(args);
|
|
1225
1220
|
if (typeof optionsOrCb === "function") {
|
|
1226
1221
|
this.send(command, optionsOrCb);
|
|
1227
1222
|
}
|
|
1228
1223
|
else if (typeof cb === "function") {
|
|
1229
1224
|
if (typeof optionsOrCb !== "object")
|
|
1230
|
-
throw new Error(
|
|
1225
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1231
1226
|
this.send(command, optionsOrCb || {}, cb);
|
|
1232
1227
|
}
|
|
1233
1228
|
else {
|
|
1234
1229
|
return this.send(command, optionsOrCb);
|
|
1235
1230
|
}
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
|
|
1231
|
+
}
|
|
1232
|
+
deleteFlowDefinition(args, optionsOrCb, cb) {
|
|
1233
|
+
const command = new DeleteFlowDefinitionCommand(args);
|
|
1239
1234
|
if (typeof optionsOrCb === "function") {
|
|
1240
1235
|
this.send(command, optionsOrCb);
|
|
1241
1236
|
}
|
|
1242
1237
|
else if (typeof cb === "function") {
|
|
1243
1238
|
if (typeof optionsOrCb !== "object")
|
|
1244
|
-
throw new Error(
|
|
1239
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1245
1240
|
this.send(command, optionsOrCb || {}, cb);
|
|
1246
1241
|
}
|
|
1247
1242
|
else {
|
|
1248
1243
|
return this.send(command, optionsOrCb);
|
|
1249
1244
|
}
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
|
|
1245
|
+
}
|
|
1246
|
+
deleteHumanTaskUi(args, optionsOrCb, cb) {
|
|
1247
|
+
const command = new DeleteHumanTaskUiCommand(args);
|
|
1253
1248
|
if (typeof optionsOrCb === "function") {
|
|
1254
1249
|
this.send(command, optionsOrCb);
|
|
1255
1250
|
}
|
|
1256
1251
|
else if (typeof cb === "function") {
|
|
1257
1252
|
if (typeof optionsOrCb !== "object")
|
|
1258
|
-
throw new Error(
|
|
1253
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1259
1254
|
this.send(command, optionsOrCb || {}, cb);
|
|
1260
1255
|
}
|
|
1261
1256
|
else {
|
|
1262
1257
|
return this.send(command, optionsOrCb);
|
|
1263
1258
|
}
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
|
|
1259
|
+
}
|
|
1260
|
+
deleteImage(args, optionsOrCb, cb) {
|
|
1261
|
+
const command = new DeleteImageCommand(args);
|
|
1267
1262
|
if (typeof optionsOrCb === "function") {
|
|
1268
1263
|
this.send(command, optionsOrCb);
|
|
1269
1264
|
}
|
|
1270
1265
|
else if (typeof cb === "function") {
|
|
1271
1266
|
if (typeof optionsOrCb !== "object")
|
|
1272
|
-
throw new Error(
|
|
1267
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1273
1268
|
this.send(command, optionsOrCb || {}, cb);
|
|
1274
1269
|
}
|
|
1275
1270
|
else {
|
|
1276
1271
|
return this.send(command, optionsOrCb);
|
|
1277
1272
|
}
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
|
|
1273
|
+
}
|
|
1274
|
+
deleteImageVersion(args, optionsOrCb, cb) {
|
|
1275
|
+
const command = new DeleteImageVersionCommand(args);
|
|
1281
1276
|
if (typeof optionsOrCb === "function") {
|
|
1282
1277
|
this.send(command, optionsOrCb);
|
|
1283
1278
|
}
|
|
1284
1279
|
else if (typeof cb === "function") {
|
|
1285
1280
|
if (typeof optionsOrCb !== "object")
|
|
1286
|
-
throw new Error(
|
|
1281
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1287
1282
|
this.send(command, optionsOrCb || {}, cb);
|
|
1288
1283
|
}
|
|
1289
1284
|
else {
|
|
1290
1285
|
return this.send(command, optionsOrCb);
|
|
1291
1286
|
}
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
|
|
1287
|
+
}
|
|
1288
|
+
deleteModel(args, optionsOrCb, cb) {
|
|
1289
|
+
const command = new DeleteModelCommand(args);
|
|
1295
1290
|
if (typeof optionsOrCb === "function") {
|
|
1296
1291
|
this.send(command, optionsOrCb);
|
|
1297
1292
|
}
|
|
1298
1293
|
else if (typeof cb === "function") {
|
|
1299
1294
|
if (typeof optionsOrCb !== "object")
|
|
1300
|
-
throw new Error(
|
|
1295
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1301
1296
|
this.send(command, optionsOrCb || {}, cb);
|
|
1302
1297
|
}
|
|
1303
1298
|
else {
|
|
1304
1299
|
return this.send(command, optionsOrCb);
|
|
1305
1300
|
}
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
|
|
1301
|
+
}
|
|
1302
|
+
deleteModelBiasJobDefinition(args, optionsOrCb, cb) {
|
|
1303
|
+
const command = new DeleteModelBiasJobDefinitionCommand(args);
|
|
1309
1304
|
if (typeof optionsOrCb === "function") {
|
|
1310
1305
|
this.send(command, optionsOrCb);
|
|
1311
1306
|
}
|
|
1312
1307
|
else if (typeof cb === "function") {
|
|
1313
1308
|
if (typeof optionsOrCb !== "object")
|
|
1314
|
-
throw new Error(
|
|
1309
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1315
1310
|
this.send(command, optionsOrCb || {}, cb);
|
|
1316
1311
|
}
|
|
1317
1312
|
else {
|
|
1318
1313
|
return this.send(command, optionsOrCb);
|
|
1319
1314
|
}
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
|
|
1315
|
+
}
|
|
1316
|
+
deleteModelExplainabilityJobDefinition(args, optionsOrCb, cb) {
|
|
1317
|
+
const command = new DeleteModelExplainabilityJobDefinitionCommand(args);
|
|
1323
1318
|
if (typeof optionsOrCb === "function") {
|
|
1324
1319
|
this.send(command, optionsOrCb);
|
|
1325
1320
|
}
|
|
1326
1321
|
else if (typeof cb === "function") {
|
|
1327
1322
|
if (typeof optionsOrCb !== "object")
|
|
1328
|
-
throw new Error(
|
|
1323
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1329
1324
|
this.send(command, optionsOrCb || {}, cb);
|
|
1330
1325
|
}
|
|
1331
1326
|
else {
|
|
1332
1327
|
return this.send(command, optionsOrCb);
|
|
1333
1328
|
}
|
|
1334
|
-
}
|
|
1335
|
-
|
|
1336
|
-
|
|
1329
|
+
}
|
|
1330
|
+
deleteModelPackage(args, optionsOrCb, cb) {
|
|
1331
|
+
const command = new DeleteModelPackageCommand(args);
|
|
1337
1332
|
if (typeof optionsOrCb === "function") {
|
|
1338
1333
|
this.send(command, optionsOrCb);
|
|
1339
1334
|
}
|
|
1340
1335
|
else if (typeof cb === "function") {
|
|
1341
1336
|
if (typeof optionsOrCb !== "object")
|
|
1342
|
-
throw new Error(
|
|
1337
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1343
1338
|
this.send(command, optionsOrCb || {}, cb);
|
|
1344
1339
|
}
|
|
1345
1340
|
else {
|
|
1346
1341
|
return this.send(command, optionsOrCb);
|
|
1347
1342
|
}
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
|
|
1343
|
+
}
|
|
1344
|
+
deleteModelPackageGroup(args, optionsOrCb, cb) {
|
|
1345
|
+
const command = new DeleteModelPackageGroupCommand(args);
|
|
1351
1346
|
if (typeof optionsOrCb === "function") {
|
|
1352
1347
|
this.send(command, optionsOrCb);
|
|
1353
1348
|
}
|
|
1354
1349
|
else if (typeof cb === "function") {
|
|
1355
1350
|
if (typeof optionsOrCb !== "object")
|
|
1356
|
-
throw new Error(
|
|
1351
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1357
1352
|
this.send(command, optionsOrCb || {}, cb);
|
|
1358
1353
|
}
|
|
1359
1354
|
else {
|
|
1360
1355
|
return this.send(command, optionsOrCb);
|
|
1361
1356
|
}
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
|
-
|
|
1357
|
+
}
|
|
1358
|
+
deleteModelPackageGroupPolicy(args, optionsOrCb, cb) {
|
|
1359
|
+
const command = new DeleteModelPackageGroupPolicyCommand(args);
|
|
1365
1360
|
if (typeof optionsOrCb === "function") {
|
|
1366
1361
|
this.send(command, optionsOrCb);
|
|
1367
1362
|
}
|
|
1368
1363
|
else if (typeof cb === "function") {
|
|
1369
1364
|
if (typeof optionsOrCb !== "object")
|
|
1370
|
-
throw new Error(
|
|
1365
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1371
1366
|
this.send(command, optionsOrCb || {}, cb);
|
|
1372
1367
|
}
|
|
1373
1368
|
else {
|
|
1374
1369
|
return this.send(command, optionsOrCb);
|
|
1375
1370
|
}
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
|
-
|
|
1371
|
+
}
|
|
1372
|
+
deleteModelQualityJobDefinition(args, optionsOrCb, cb) {
|
|
1373
|
+
const command = new DeleteModelQualityJobDefinitionCommand(args);
|
|
1379
1374
|
if (typeof optionsOrCb === "function") {
|
|
1380
1375
|
this.send(command, optionsOrCb);
|
|
1381
1376
|
}
|
|
1382
1377
|
else if (typeof cb === "function") {
|
|
1383
1378
|
if (typeof optionsOrCb !== "object")
|
|
1384
|
-
throw new Error(
|
|
1379
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1385
1380
|
this.send(command, optionsOrCb || {}, cb);
|
|
1386
1381
|
}
|
|
1387
1382
|
else {
|
|
1388
1383
|
return this.send(command, optionsOrCb);
|
|
1389
1384
|
}
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
|
|
1385
|
+
}
|
|
1386
|
+
deleteMonitoringSchedule(args, optionsOrCb, cb) {
|
|
1387
|
+
const command = new DeleteMonitoringScheduleCommand(args);
|
|
1393
1388
|
if (typeof optionsOrCb === "function") {
|
|
1394
1389
|
this.send(command, optionsOrCb);
|
|
1395
1390
|
}
|
|
1396
1391
|
else if (typeof cb === "function") {
|
|
1397
1392
|
if (typeof optionsOrCb !== "object")
|
|
1398
|
-
throw new Error(
|
|
1393
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1399
1394
|
this.send(command, optionsOrCb || {}, cb);
|
|
1400
1395
|
}
|
|
1401
1396
|
else {
|
|
1402
1397
|
return this.send(command, optionsOrCb);
|
|
1403
1398
|
}
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
|
|
1399
|
+
}
|
|
1400
|
+
deleteNotebookInstance(args, optionsOrCb, cb) {
|
|
1401
|
+
const command = new DeleteNotebookInstanceCommand(args);
|
|
1407
1402
|
if (typeof optionsOrCb === "function") {
|
|
1408
1403
|
this.send(command, optionsOrCb);
|
|
1409
1404
|
}
|
|
1410
1405
|
else if (typeof cb === "function") {
|
|
1411
1406
|
if (typeof optionsOrCb !== "object")
|
|
1412
|
-
throw new Error(
|
|
1407
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1413
1408
|
this.send(command, optionsOrCb || {}, cb);
|
|
1414
1409
|
}
|
|
1415
1410
|
else {
|
|
1416
1411
|
return this.send(command, optionsOrCb);
|
|
1417
1412
|
}
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
|
-
|
|
1413
|
+
}
|
|
1414
|
+
deleteNotebookInstanceLifecycleConfig(args, optionsOrCb, cb) {
|
|
1415
|
+
const command = new DeleteNotebookInstanceLifecycleConfigCommand(args);
|
|
1421
1416
|
if (typeof optionsOrCb === "function") {
|
|
1422
1417
|
this.send(command, optionsOrCb);
|
|
1423
1418
|
}
|
|
1424
1419
|
else if (typeof cb === "function") {
|
|
1425
1420
|
if (typeof optionsOrCb !== "object")
|
|
1426
|
-
throw new Error(
|
|
1421
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1427
1422
|
this.send(command, optionsOrCb || {}, cb);
|
|
1428
1423
|
}
|
|
1429
1424
|
else {
|
|
1430
1425
|
return this.send(command, optionsOrCb);
|
|
1431
1426
|
}
|
|
1432
|
-
}
|
|
1433
|
-
|
|
1434
|
-
|
|
1427
|
+
}
|
|
1428
|
+
deletePipeline(args, optionsOrCb, cb) {
|
|
1429
|
+
const command = new DeletePipelineCommand(args);
|
|
1435
1430
|
if (typeof optionsOrCb === "function") {
|
|
1436
1431
|
this.send(command, optionsOrCb);
|
|
1437
1432
|
}
|
|
1438
1433
|
else if (typeof cb === "function") {
|
|
1439
1434
|
if (typeof optionsOrCb !== "object")
|
|
1440
|
-
throw new Error(
|
|
1435
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1441
1436
|
this.send(command, optionsOrCb || {}, cb);
|
|
1442
1437
|
}
|
|
1443
1438
|
else {
|
|
1444
1439
|
return this.send(command, optionsOrCb);
|
|
1445
1440
|
}
|
|
1446
|
-
}
|
|
1447
|
-
|
|
1448
|
-
|
|
1441
|
+
}
|
|
1442
|
+
deleteProject(args, optionsOrCb, cb) {
|
|
1443
|
+
const command = new DeleteProjectCommand(args);
|
|
1449
1444
|
if (typeof optionsOrCb === "function") {
|
|
1450
1445
|
this.send(command, optionsOrCb);
|
|
1451
1446
|
}
|
|
1452
1447
|
else if (typeof cb === "function") {
|
|
1453
1448
|
if (typeof optionsOrCb !== "object")
|
|
1454
|
-
throw new Error(
|
|
1449
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1455
1450
|
this.send(command, optionsOrCb || {}, cb);
|
|
1456
1451
|
}
|
|
1457
1452
|
else {
|
|
1458
1453
|
return this.send(command, optionsOrCb);
|
|
1459
1454
|
}
|
|
1460
|
-
}
|
|
1461
|
-
|
|
1462
|
-
|
|
1455
|
+
}
|
|
1456
|
+
deleteStudioLifecycleConfig(args, optionsOrCb, cb) {
|
|
1457
|
+
const command = new DeleteStudioLifecycleConfigCommand(args);
|
|
1463
1458
|
if (typeof optionsOrCb === "function") {
|
|
1464
1459
|
this.send(command, optionsOrCb);
|
|
1465
1460
|
}
|
|
1466
1461
|
else if (typeof cb === "function") {
|
|
1467
1462
|
if (typeof optionsOrCb !== "object")
|
|
1468
|
-
throw new Error(
|
|
1463
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1469
1464
|
this.send(command, optionsOrCb || {}, cb);
|
|
1470
1465
|
}
|
|
1471
1466
|
else {
|
|
1472
1467
|
return this.send(command, optionsOrCb);
|
|
1473
1468
|
}
|
|
1474
|
-
}
|
|
1475
|
-
|
|
1476
|
-
|
|
1469
|
+
}
|
|
1470
|
+
deleteTags(args, optionsOrCb, cb) {
|
|
1471
|
+
const command = new DeleteTagsCommand(args);
|
|
1477
1472
|
if (typeof optionsOrCb === "function") {
|
|
1478
1473
|
this.send(command, optionsOrCb);
|
|
1479
1474
|
}
|
|
1480
1475
|
else if (typeof cb === "function") {
|
|
1481
1476
|
if (typeof optionsOrCb !== "object")
|
|
1482
|
-
throw new Error(
|
|
1477
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1483
1478
|
this.send(command, optionsOrCb || {}, cb);
|
|
1484
1479
|
}
|
|
1485
1480
|
else {
|
|
1486
1481
|
return this.send(command, optionsOrCb);
|
|
1487
1482
|
}
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
|
-
|
|
1483
|
+
}
|
|
1484
|
+
deleteTrial(args, optionsOrCb, cb) {
|
|
1485
|
+
const command = new DeleteTrialCommand(args);
|
|
1491
1486
|
if (typeof optionsOrCb === "function") {
|
|
1492
1487
|
this.send(command, optionsOrCb);
|
|
1493
1488
|
}
|
|
1494
1489
|
else if (typeof cb === "function") {
|
|
1495
1490
|
if (typeof optionsOrCb !== "object")
|
|
1496
|
-
throw new Error(
|
|
1491
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1497
1492
|
this.send(command, optionsOrCb || {}, cb);
|
|
1498
1493
|
}
|
|
1499
1494
|
else {
|
|
1500
1495
|
return this.send(command, optionsOrCb);
|
|
1501
1496
|
}
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
|
|
1497
|
+
}
|
|
1498
|
+
deleteTrialComponent(args, optionsOrCb, cb) {
|
|
1499
|
+
const command = new DeleteTrialComponentCommand(args);
|
|
1505
1500
|
if (typeof optionsOrCb === "function") {
|
|
1506
1501
|
this.send(command, optionsOrCb);
|
|
1507
1502
|
}
|
|
1508
1503
|
else if (typeof cb === "function") {
|
|
1509
1504
|
if (typeof optionsOrCb !== "object")
|
|
1510
|
-
throw new Error(
|
|
1505
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1511
1506
|
this.send(command, optionsOrCb || {}, cb);
|
|
1512
1507
|
}
|
|
1513
1508
|
else {
|
|
1514
1509
|
return this.send(command, optionsOrCb);
|
|
1515
1510
|
}
|
|
1516
|
-
}
|
|
1517
|
-
|
|
1518
|
-
|
|
1511
|
+
}
|
|
1512
|
+
deleteUserProfile(args, optionsOrCb, cb) {
|
|
1513
|
+
const command = new DeleteUserProfileCommand(args);
|
|
1519
1514
|
if (typeof optionsOrCb === "function") {
|
|
1520
1515
|
this.send(command, optionsOrCb);
|
|
1521
1516
|
}
|
|
1522
1517
|
else if (typeof cb === "function") {
|
|
1523
1518
|
if (typeof optionsOrCb !== "object")
|
|
1524
|
-
throw new Error(
|
|
1519
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1525
1520
|
this.send(command, optionsOrCb || {}, cb);
|
|
1526
1521
|
}
|
|
1527
1522
|
else {
|
|
1528
1523
|
return this.send(command, optionsOrCb);
|
|
1529
1524
|
}
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
|
|
1525
|
+
}
|
|
1526
|
+
deleteWorkforce(args, optionsOrCb, cb) {
|
|
1527
|
+
const command = new DeleteWorkforceCommand(args);
|
|
1533
1528
|
if (typeof optionsOrCb === "function") {
|
|
1534
1529
|
this.send(command, optionsOrCb);
|
|
1535
1530
|
}
|
|
1536
1531
|
else if (typeof cb === "function") {
|
|
1537
1532
|
if (typeof optionsOrCb !== "object")
|
|
1538
|
-
throw new Error(
|
|
1533
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1539
1534
|
this.send(command, optionsOrCb || {}, cb);
|
|
1540
1535
|
}
|
|
1541
1536
|
else {
|
|
1542
1537
|
return this.send(command, optionsOrCb);
|
|
1543
1538
|
}
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
|
|
1539
|
+
}
|
|
1540
|
+
deleteWorkteam(args, optionsOrCb, cb) {
|
|
1541
|
+
const command = new DeleteWorkteamCommand(args);
|
|
1547
1542
|
if (typeof optionsOrCb === "function") {
|
|
1548
1543
|
this.send(command, optionsOrCb);
|
|
1549
1544
|
}
|
|
1550
1545
|
else if (typeof cb === "function") {
|
|
1551
1546
|
if (typeof optionsOrCb !== "object")
|
|
1552
|
-
throw new Error(
|
|
1547
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1553
1548
|
this.send(command, optionsOrCb || {}, cb);
|
|
1554
1549
|
}
|
|
1555
1550
|
else {
|
|
1556
1551
|
return this.send(command, optionsOrCb);
|
|
1557
1552
|
}
|
|
1558
|
-
}
|
|
1559
|
-
|
|
1560
|
-
|
|
1553
|
+
}
|
|
1554
|
+
deregisterDevices(args, optionsOrCb, cb) {
|
|
1555
|
+
const command = new DeregisterDevicesCommand(args);
|
|
1561
1556
|
if (typeof optionsOrCb === "function") {
|
|
1562
1557
|
this.send(command, optionsOrCb);
|
|
1563
1558
|
}
|
|
1564
1559
|
else if (typeof cb === "function") {
|
|
1565
1560
|
if (typeof optionsOrCb !== "object")
|
|
1566
|
-
throw new Error(
|
|
1561
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1567
1562
|
this.send(command, optionsOrCb || {}, cb);
|
|
1568
1563
|
}
|
|
1569
1564
|
else {
|
|
1570
1565
|
return this.send(command, optionsOrCb);
|
|
1571
1566
|
}
|
|
1572
|
-
}
|
|
1573
|
-
|
|
1574
|
-
|
|
1567
|
+
}
|
|
1568
|
+
describeAction(args, optionsOrCb, cb) {
|
|
1569
|
+
const command = new DescribeActionCommand(args);
|
|
1575
1570
|
if (typeof optionsOrCb === "function") {
|
|
1576
1571
|
this.send(command, optionsOrCb);
|
|
1577
1572
|
}
|
|
1578
1573
|
else if (typeof cb === "function") {
|
|
1579
1574
|
if (typeof optionsOrCb !== "object")
|
|
1580
|
-
throw new Error(
|
|
1575
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1581
1576
|
this.send(command, optionsOrCb || {}, cb);
|
|
1582
1577
|
}
|
|
1583
1578
|
else {
|
|
1584
1579
|
return this.send(command, optionsOrCb);
|
|
1585
1580
|
}
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
|
|
1581
|
+
}
|
|
1582
|
+
describeAlgorithm(args, optionsOrCb, cb) {
|
|
1583
|
+
const command = new DescribeAlgorithmCommand(args);
|
|
1589
1584
|
if (typeof optionsOrCb === "function") {
|
|
1590
1585
|
this.send(command, optionsOrCb);
|
|
1591
1586
|
}
|
|
1592
1587
|
else if (typeof cb === "function") {
|
|
1593
1588
|
if (typeof optionsOrCb !== "object")
|
|
1594
|
-
throw new Error(
|
|
1589
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1595
1590
|
this.send(command, optionsOrCb || {}, cb);
|
|
1596
1591
|
}
|
|
1597
1592
|
else {
|
|
1598
1593
|
return this.send(command, optionsOrCb);
|
|
1599
1594
|
}
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
|
-
|
|
1595
|
+
}
|
|
1596
|
+
describeApp(args, optionsOrCb, cb) {
|
|
1597
|
+
const command = new DescribeAppCommand(args);
|
|
1603
1598
|
if (typeof optionsOrCb === "function") {
|
|
1604
1599
|
this.send(command, optionsOrCb);
|
|
1605
1600
|
}
|
|
1606
1601
|
else if (typeof cb === "function") {
|
|
1607
1602
|
if (typeof optionsOrCb !== "object")
|
|
1608
|
-
throw new Error(
|
|
1603
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1609
1604
|
this.send(command, optionsOrCb || {}, cb);
|
|
1610
1605
|
}
|
|
1611
1606
|
else {
|
|
1612
1607
|
return this.send(command, optionsOrCb);
|
|
1613
1608
|
}
|
|
1614
|
-
}
|
|
1615
|
-
|
|
1616
|
-
|
|
1609
|
+
}
|
|
1610
|
+
describeAppImageConfig(args, optionsOrCb, cb) {
|
|
1611
|
+
const command = new DescribeAppImageConfigCommand(args);
|
|
1617
1612
|
if (typeof optionsOrCb === "function") {
|
|
1618
1613
|
this.send(command, optionsOrCb);
|
|
1619
1614
|
}
|
|
1620
1615
|
else if (typeof cb === "function") {
|
|
1621
1616
|
if (typeof optionsOrCb !== "object")
|
|
1622
|
-
throw new Error(
|
|
1617
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1623
1618
|
this.send(command, optionsOrCb || {}, cb);
|
|
1624
1619
|
}
|
|
1625
1620
|
else {
|
|
1626
1621
|
return this.send(command, optionsOrCb);
|
|
1627
1622
|
}
|
|
1628
|
-
}
|
|
1629
|
-
|
|
1630
|
-
|
|
1623
|
+
}
|
|
1624
|
+
describeArtifact(args, optionsOrCb, cb) {
|
|
1625
|
+
const command = new DescribeArtifactCommand(args);
|
|
1631
1626
|
if (typeof optionsOrCb === "function") {
|
|
1632
1627
|
this.send(command, optionsOrCb);
|
|
1633
1628
|
}
|
|
1634
1629
|
else if (typeof cb === "function") {
|
|
1635
1630
|
if (typeof optionsOrCb !== "object")
|
|
1636
|
-
throw new Error(
|
|
1631
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1637
1632
|
this.send(command, optionsOrCb || {}, cb);
|
|
1638
1633
|
}
|
|
1639
1634
|
else {
|
|
1640
1635
|
return this.send(command, optionsOrCb);
|
|
1641
1636
|
}
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
|
|
1637
|
+
}
|
|
1638
|
+
describeAutoMLJob(args, optionsOrCb, cb) {
|
|
1639
|
+
const command = new DescribeAutoMLJobCommand(args);
|
|
1645
1640
|
if (typeof optionsOrCb === "function") {
|
|
1646
1641
|
this.send(command, optionsOrCb);
|
|
1647
1642
|
}
|
|
1648
1643
|
else if (typeof cb === "function") {
|
|
1649
1644
|
if (typeof optionsOrCb !== "object")
|
|
1650
|
-
throw new Error(
|
|
1645
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1651
1646
|
this.send(command, optionsOrCb || {}, cb);
|
|
1652
1647
|
}
|
|
1653
1648
|
else {
|
|
1654
1649
|
return this.send(command, optionsOrCb);
|
|
1655
1650
|
}
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
|
|
1651
|
+
}
|
|
1652
|
+
describeCodeRepository(args, optionsOrCb, cb) {
|
|
1653
|
+
const command = new DescribeCodeRepositoryCommand(args);
|
|
1659
1654
|
if (typeof optionsOrCb === "function") {
|
|
1660
1655
|
this.send(command, optionsOrCb);
|
|
1661
1656
|
}
|
|
1662
1657
|
else if (typeof cb === "function") {
|
|
1663
1658
|
if (typeof optionsOrCb !== "object")
|
|
1664
|
-
throw new Error(
|
|
1659
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1665
1660
|
this.send(command, optionsOrCb || {}, cb);
|
|
1666
1661
|
}
|
|
1667
1662
|
else {
|
|
1668
1663
|
return this.send(command, optionsOrCb);
|
|
1669
1664
|
}
|
|
1670
|
-
}
|
|
1671
|
-
|
|
1672
|
-
|
|
1665
|
+
}
|
|
1666
|
+
describeCompilationJob(args, optionsOrCb, cb) {
|
|
1667
|
+
const command = new DescribeCompilationJobCommand(args);
|
|
1673
1668
|
if (typeof optionsOrCb === "function") {
|
|
1674
1669
|
this.send(command, optionsOrCb);
|
|
1675
1670
|
}
|
|
1676
1671
|
else if (typeof cb === "function") {
|
|
1677
1672
|
if (typeof optionsOrCb !== "object")
|
|
1678
|
-
throw new Error(
|
|
1673
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1679
1674
|
this.send(command, optionsOrCb || {}, cb);
|
|
1680
1675
|
}
|
|
1681
1676
|
else {
|
|
1682
1677
|
return this.send(command, optionsOrCb);
|
|
1683
1678
|
}
|
|
1684
|
-
}
|
|
1685
|
-
|
|
1686
|
-
|
|
1679
|
+
}
|
|
1680
|
+
describeContext(args, optionsOrCb, cb) {
|
|
1681
|
+
const command = new DescribeContextCommand(args);
|
|
1687
1682
|
if (typeof optionsOrCb === "function") {
|
|
1688
1683
|
this.send(command, optionsOrCb);
|
|
1689
1684
|
}
|
|
1690
1685
|
else if (typeof cb === "function") {
|
|
1691
1686
|
if (typeof optionsOrCb !== "object")
|
|
1692
|
-
throw new Error(
|
|
1687
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1693
1688
|
this.send(command, optionsOrCb || {}, cb);
|
|
1694
1689
|
}
|
|
1695
1690
|
else {
|
|
1696
1691
|
return this.send(command, optionsOrCb);
|
|
1697
1692
|
}
|
|
1698
|
-
}
|
|
1699
|
-
|
|
1700
|
-
|
|
1693
|
+
}
|
|
1694
|
+
describeDataQualityJobDefinition(args, optionsOrCb, cb) {
|
|
1695
|
+
const command = new DescribeDataQualityJobDefinitionCommand(args);
|
|
1701
1696
|
if (typeof optionsOrCb === "function") {
|
|
1702
1697
|
this.send(command, optionsOrCb);
|
|
1703
1698
|
}
|
|
1704
1699
|
else if (typeof cb === "function") {
|
|
1705
1700
|
if (typeof optionsOrCb !== "object")
|
|
1706
|
-
throw new Error(
|
|
1701
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1707
1702
|
this.send(command, optionsOrCb || {}, cb);
|
|
1708
1703
|
}
|
|
1709
1704
|
else {
|
|
1710
1705
|
return this.send(command, optionsOrCb);
|
|
1711
1706
|
}
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
|
|
1707
|
+
}
|
|
1708
|
+
describeDevice(args, optionsOrCb, cb) {
|
|
1709
|
+
const command = new DescribeDeviceCommand(args);
|
|
1715
1710
|
if (typeof optionsOrCb === "function") {
|
|
1716
1711
|
this.send(command, optionsOrCb);
|
|
1717
1712
|
}
|
|
1718
1713
|
else if (typeof cb === "function") {
|
|
1719
1714
|
if (typeof optionsOrCb !== "object")
|
|
1720
|
-
throw new Error(
|
|
1715
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1721
1716
|
this.send(command, optionsOrCb || {}, cb);
|
|
1722
1717
|
}
|
|
1723
1718
|
else {
|
|
1724
1719
|
return this.send(command, optionsOrCb);
|
|
1725
1720
|
}
|
|
1726
|
-
}
|
|
1727
|
-
|
|
1728
|
-
|
|
1721
|
+
}
|
|
1722
|
+
describeDeviceFleet(args, optionsOrCb, cb) {
|
|
1723
|
+
const command = new DescribeDeviceFleetCommand(args);
|
|
1729
1724
|
if (typeof optionsOrCb === "function") {
|
|
1730
1725
|
this.send(command, optionsOrCb);
|
|
1731
1726
|
}
|
|
1732
1727
|
else if (typeof cb === "function") {
|
|
1733
1728
|
if (typeof optionsOrCb !== "object")
|
|
1734
|
-
throw new Error(
|
|
1729
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1735
1730
|
this.send(command, optionsOrCb || {}, cb);
|
|
1736
1731
|
}
|
|
1737
1732
|
else {
|
|
1738
1733
|
return this.send(command, optionsOrCb);
|
|
1739
1734
|
}
|
|
1740
|
-
}
|
|
1741
|
-
|
|
1742
|
-
|
|
1735
|
+
}
|
|
1736
|
+
describeDomain(args, optionsOrCb, cb) {
|
|
1737
|
+
const command = new DescribeDomainCommand(args);
|
|
1743
1738
|
if (typeof optionsOrCb === "function") {
|
|
1744
1739
|
this.send(command, optionsOrCb);
|
|
1745
1740
|
}
|
|
1746
1741
|
else if (typeof cb === "function") {
|
|
1747
1742
|
if (typeof optionsOrCb !== "object")
|
|
1748
|
-
throw new Error(
|
|
1743
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1749
1744
|
this.send(command, optionsOrCb || {}, cb);
|
|
1750
1745
|
}
|
|
1751
1746
|
else {
|
|
1752
1747
|
return this.send(command, optionsOrCb);
|
|
1753
1748
|
}
|
|
1754
|
-
}
|
|
1755
|
-
|
|
1756
|
-
|
|
1749
|
+
}
|
|
1750
|
+
describeEdgeDeploymentPlan(args, optionsOrCb, cb) {
|
|
1751
|
+
const command = new DescribeEdgeDeploymentPlanCommand(args);
|
|
1757
1752
|
if (typeof optionsOrCb === "function") {
|
|
1758
1753
|
this.send(command, optionsOrCb);
|
|
1759
1754
|
}
|
|
1760
1755
|
else if (typeof cb === "function") {
|
|
1761
1756
|
if (typeof optionsOrCb !== "object")
|
|
1762
|
-
throw new Error(
|
|
1757
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1763
1758
|
this.send(command, optionsOrCb || {}, cb);
|
|
1764
1759
|
}
|
|
1765
1760
|
else {
|
|
1766
1761
|
return this.send(command, optionsOrCb);
|
|
1767
1762
|
}
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
|
|
1763
|
+
}
|
|
1764
|
+
describeEdgePackagingJob(args, optionsOrCb, cb) {
|
|
1765
|
+
const command = new DescribeEdgePackagingJobCommand(args);
|
|
1771
1766
|
if (typeof optionsOrCb === "function") {
|
|
1772
1767
|
this.send(command, optionsOrCb);
|
|
1773
1768
|
}
|
|
1774
1769
|
else if (typeof cb === "function") {
|
|
1775
1770
|
if (typeof optionsOrCb !== "object")
|
|
1776
|
-
throw new Error(
|
|
1771
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1777
1772
|
this.send(command, optionsOrCb || {}, cb);
|
|
1778
1773
|
}
|
|
1779
1774
|
else {
|
|
1780
1775
|
return this.send(command, optionsOrCb);
|
|
1781
1776
|
}
|
|
1782
|
-
}
|
|
1783
|
-
|
|
1784
|
-
|
|
1777
|
+
}
|
|
1778
|
+
describeEndpoint(args, optionsOrCb, cb) {
|
|
1779
|
+
const command = new DescribeEndpointCommand(args);
|
|
1785
1780
|
if (typeof optionsOrCb === "function") {
|
|
1786
1781
|
this.send(command, optionsOrCb);
|
|
1787
1782
|
}
|
|
1788
1783
|
else if (typeof cb === "function") {
|
|
1789
1784
|
if (typeof optionsOrCb !== "object")
|
|
1790
|
-
throw new Error(
|
|
1785
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1791
1786
|
this.send(command, optionsOrCb || {}, cb);
|
|
1792
1787
|
}
|
|
1793
1788
|
else {
|
|
1794
1789
|
return this.send(command, optionsOrCb);
|
|
1795
1790
|
}
|
|
1796
|
-
}
|
|
1797
|
-
|
|
1798
|
-
|
|
1791
|
+
}
|
|
1792
|
+
describeEndpointConfig(args, optionsOrCb, cb) {
|
|
1793
|
+
const command = new DescribeEndpointConfigCommand(args);
|
|
1799
1794
|
if (typeof optionsOrCb === "function") {
|
|
1800
1795
|
this.send(command, optionsOrCb);
|
|
1801
1796
|
}
|
|
1802
1797
|
else if (typeof cb === "function") {
|
|
1803
1798
|
if (typeof optionsOrCb !== "object")
|
|
1804
|
-
throw new Error(
|
|
1799
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1805
1800
|
this.send(command, optionsOrCb || {}, cb);
|
|
1806
1801
|
}
|
|
1807
1802
|
else {
|
|
1808
1803
|
return this.send(command, optionsOrCb);
|
|
1809
1804
|
}
|
|
1810
|
-
}
|
|
1811
|
-
|
|
1812
|
-
|
|
1805
|
+
}
|
|
1806
|
+
describeExperiment(args, optionsOrCb, cb) {
|
|
1807
|
+
const command = new DescribeExperimentCommand(args);
|
|
1813
1808
|
if (typeof optionsOrCb === "function") {
|
|
1814
1809
|
this.send(command, optionsOrCb);
|
|
1815
1810
|
}
|
|
1816
1811
|
else if (typeof cb === "function") {
|
|
1817
1812
|
if (typeof optionsOrCb !== "object")
|
|
1818
|
-
throw new Error(
|
|
1813
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1819
1814
|
this.send(command, optionsOrCb || {}, cb);
|
|
1820
1815
|
}
|
|
1821
1816
|
else {
|
|
1822
1817
|
return this.send(command, optionsOrCb);
|
|
1823
1818
|
}
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
|
|
1819
|
+
}
|
|
1820
|
+
describeFeatureGroup(args, optionsOrCb, cb) {
|
|
1821
|
+
const command = new DescribeFeatureGroupCommand(args);
|
|
1827
1822
|
if (typeof optionsOrCb === "function") {
|
|
1828
1823
|
this.send(command, optionsOrCb);
|
|
1829
1824
|
}
|
|
1830
1825
|
else if (typeof cb === "function") {
|
|
1831
1826
|
if (typeof optionsOrCb !== "object")
|
|
1832
|
-
throw new Error(
|
|
1827
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1833
1828
|
this.send(command, optionsOrCb || {}, cb);
|
|
1834
1829
|
}
|
|
1835
1830
|
else {
|
|
1836
1831
|
return this.send(command, optionsOrCb);
|
|
1837
1832
|
}
|
|
1838
|
-
}
|
|
1839
|
-
|
|
1840
|
-
|
|
1833
|
+
}
|
|
1834
|
+
describeFeatureMetadata(args, optionsOrCb, cb) {
|
|
1835
|
+
const command = new DescribeFeatureMetadataCommand(args);
|
|
1841
1836
|
if (typeof optionsOrCb === "function") {
|
|
1842
1837
|
this.send(command, optionsOrCb);
|
|
1843
1838
|
}
|
|
1844
1839
|
else if (typeof cb === "function") {
|
|
1845
1840
|
if (typeof optionsOrCb !== "object")
|
|
1846
|
-
throw new Error(
|
|
1841
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1847
1842
|
this.send(command, optionsOrCb || {}, cb);
|
|
1848
1843
|
}
|
|
1849
1844
|
else {
|
|
1850
1845
|
return this.send(command, optionsOrCb);
|
|
1851
1846
|
}
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
|
|
1847
|
+
}
|
|
1848
|
+
describeFlowDefinition(args, optionsOrCb, cb) {
|
|
1849
|
+
const command = new DescribeFlowDefinitionCommand(args);
|
|
1855
1850
|
if (typeof optionsOrCb === "function") {
|
|
1856
1851
|
this.send(command, optionsOrCb);
|
|
1857
1852
|
}
|
|
1858
1853
|
else if (typeof cb === "function") {
|
|
1859
1854
|
if (typeof optionsOrCb !== "object")
|
|
1860
|
-
throw new Error(
|
|
1855
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1861
1856
|
this.send(command, optionsOrCb || {}, cb);
|
|
1862
1857
|
}
|
|
1863
1858
|
else {
|
|
1864
1859
|
return this.send(command, optionsOrCb);
|
|
1865
1860
|
}
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
|
|
1861
|
+
}
|
|
1862
|
+
describeHumanTaskUi(args, optionsOrCb, cb) {
|
|
1863
|
+
const command = new DescribeHumanTaskUiCommand(args);
|
|
1869
1864
|
if (typeof optionsOrCb === "function") {
|
|
1870
1865
|
this.send(command, optionsOrCb);
|
|
1871
1866
|
}
|
|
1872
1867
|
else if (typeof cb === "function") {
|
|
1873
1868
|
if (typeof optionsOrCb !== "object")
|
|
1874
|
-
throw new Error(
|
|
1869
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1875
1870
|
this.send(command, optionsOrCb || {}, cb);
|
|
1876
1871
|
}
|
|
1877
1872
|
else {
|
|
1878
1873
|
return this.send(command, optionsOrCb);
|
|
1879
1874
|
}
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
|
-
|
|
1875
|
+
}
|
|
1876
|
+
describeHyperParameterTuningJob(args, optionsOrCb, cb) {
|
|
1877
|
+
const command = new DescribeHyperParameterTuningJobCommand(args);
|
|
1883
1878
|
if (typeof optionsOrCb === "function") {
|
|
1884
1879
|
this.send(command, optionsOrCb);
|
|
1885
1880
|
}
|
|
1886
1881
|
else if (typeof cb === "function") {
|
|
1887
1882
|
if (typeof optionsOrCb !== "object")
|
|
1888
|
-
throw new Error(
|
|
1883
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1889
1884
|
this.send(command, optionsOrCb || {}, cb);
|
|
1890
1885
|
}
|
|
1891
1886
|
else {
|
|
1892
1887
|
return this.send(command, optionsOrCb);
|
|
1893
1888
|
}
|
|
1894
|
-
}
|
|
1895
|
-
|
|
1896
|
-
|
|
1889
|
+
}
|
|
1890
|
+
describeImage(args, optionsOrCb, cb) {
|
|
1891
|
+
const command = new DescribeImageCommand(args);
|
|
1897
1892
|
if (typeof optionsOrCb === "function") {
|
|
1898
1893
|
this.send(command, optionsOrCb);
|
|
1899
1894
|
}
|
|
1900
1895
|
else if (typeof cb === "function") {
|
|
1901
1896
|
if (typeof optionsOrCb !== "object")
|
|
1902
|
-
throw new Error(
|
|
1897
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1903
1898
|
this.send(command, optionsOrCb || {}, cb);
|
|
1904
1899
|
}
|
|
1905
1900
|
else {
|
|
1906
1901
|
return this.send(command, optionsOrCb);
|
|
1907
1902
|
}
|
|
1908
|
-
}
|
|
1909
|
-
|
|
1910
|
-
|
|
1903
|
+
}
|
|
1904
|
+
describeImageVersion(args, optionsOrCb, cb) {
|
|
1905
|
+
const command = new DescribeImageVersionCommand(args);
|
|
1911
1906
|
if (typeof optionsOrCb === "function") {
|
|
1912
1907
|
this.send(command, optionsOrCb);
|
|
1913
1908
|
}
|
|
1914
1909
|
else if (typeof cb === "function") {
|
|
1915
1910
|
if (typeof optionsOrCb !== "object")
|
|
1916
|
-
throw new Error(
|
|
1911
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1917
1912
|
this.send(command, optionsOrCb || {}, cb);
|
|
1918
1913
|
}
|
|
1919
1914
|
else {
|
|
1920
1915
|
return this.send(command, optionsOrCb);
|
|
1921
1916
|
}
|
|
1922
|
-
}
|
|
1923
|
-
|
|
1924
|
-
|
|
1917
|
+
}
|
|
1918
|
+
describeInferenceRecommendationsJob(args, optionsOrCb, cb) {
|
|
1919
|
+
const command = new DescribeInferenceRecommendationsJobCommand(args);
|
|
1925
1920
|
if (typeof optionsOrCb === "function") {
|
|
1926
1921
|
this.send(command, optionsOrCb);
|
|
1927
1922
|
}
|
|
1928
1923
|
else if (typeof cb === "function") {
|
|
1929
1924
|
if (typeof optionsOrCb !== "object")
|
|
1930
|
-
throw new Error(
|
|
1925
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1931
1926
|
this.send(command, optionsOrCb || {}, cb);
|
|
1932
1927
|
}
|
|
1933
1928
|
else {
|
|
1934
1929
|
return this.send(command, optionsOrCb);
|
|
1935
1930
|
}
|
|
1936
|
-
}
|
|
1937
|
-
|
|
1938
|
-
|
|
1931
|
+
}
|
|
1932
|
+
describeLabelingJob(args, optionsOrCb, cb) {
|
|
1933
|
+
const command = new DescribeLabelingJobCommand(args);
|
|
1939
1934
|
if (typeof optionsOrCb === "function") {
|
|
1940
1935
|
this.send(command, optionsOrCb);
|
|
1941
1936
|
}
|
|
1942
1937
|
else if (typeof cb === "function") {
|
|
1943
1938
|
if (typeof optionsOrCb !== "object")
|
|
1944
|
-
throw new Error(
|
|
1939
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1945
1940
|
this.send(command, optionsOrCb || {}, cb);
|
|
1946
1941
|
}
|
|
1947
1942
|
else {
|
|
1948
1943
|
return this.send(command, optionsOrCb);
|
|
1949
1944
|
}
|
|
1950
|
-
}
|
|
1951
|
-
|
|
1952
|
-
|
|
1945
|
+
}
|
|
1946
|
+
describeLineageGroup(args, optionsOrCb, cb) {
|
|
1947
|
+
const command = new DescribeLineageGroupCommand(args);
|
|
1953
1948
|
if (typeof optionsOrCb === "function") {
|
|
1954
1949
|
this.send(command, optionsOrCb);
|
|
1955
1950
|
}
|
|
1956
1951
|
else if (typeof cb === "function") {
|
|
1957
1952
|
if (typeof optionsOrCb !== "object")
|
|
1958
|
-
throw new Error(
|
|
1953
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1959
1954
|
this.send(command, optionsOrCb || {}, cb);
|
|
1960
1955
|
}
|
|
1961
1956
|
else {
|
|
1962
1957
|
return this.send(command, optionsOrCb);
|
|
1963
1958
|
}
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
|
|
1959
|
+
}
|
|
1960
|
+
describeModel(args, optionsOrCb, cb) {
|
|
1961
|
+
const command = new DescribeModelCommand(args);
|
|
1967
1962
|
if (typeof optionsOrCb === "function") {
|
|
1968
1963
|
this.send(command, optionsOrCb);
|
|
1969
1964
|
}
|
|
1970
1965
|
else if (typeof cb === "function") {
|
|
1971
1966
|
if (typeof optionsOrCb !== "object")
|
|
1972
|
-
throw new Error(
|
|
1967
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1973
1968
|
this.send(command, optionsOrCb || {}, cb);
|
|
1974
1969
|
}
|
|
1975
1970
|
else {
|
|
1976
1971
|
return this.send(command, optionsOrCb);
|
|
1977
1972
|
}
|
|
1978
|
-
}
|
|
1979
|
-
|
|
1980
|
-
|
|
1973
|
+
}
|
|
1974
|
+
describeModelBiasJobDefinition(args, optionsOrCb, cb) {
|
|
1975
|
+
const command = new DescribeModelBiasJobDefinitionCommand(args);
|
|
1981
1976
|
if (typeof optionsOrCb === "function") {
|
|
1982
1977
|
this.send(command, optionsOrCb);
|
|
1983
1978
|
}
|
|
1984
1979
|
else if (typeof cb === "function") {
|
|
1985
1980
|
if (typeof optionsOrCb !== "object")
|
|
1986
|
-
throw new Error(
|
|
1981
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1987
1982
|
this.send(command, optionsOrCb || {}, cb);
|
|
1988
1983
|
}
|
|
1989
1984
|
else {
|
|
1990
1985
|
return this.send(command, optionsOrCb);
|
|
1991
1986
|
}
|
|
1992
|
-
}
|
|
1993
|
-
|
|
1994
|
-
|
|
1987
|
+
}
|
|
1988
|
+
describeModelExplainabilityJobDefinition(args, optionsOrCb, cb) {
|
|
1989
|
+
const command = new DescribeModelExplainabilityJobDefinitionCommand(args);
|
|
1995
1990
|
if (typeof optionsOrCb === "function") {
|
|
1996
1991
|
this.send(command, optionsOrCb);
|
|
1997
1992
|
}
|
|
1998
1993
|
else if (typeof cb === "function") {
|
|
1999
1994
|
if (typeof optionsOrCb !== "object")
|
|
2000
|
-
throw new Error(
|
|
1995
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2001
1996
|
this.send(command, optionsOrCb || {}, cb);
|
|
2002
1997
|
}
|
|
2003
1998
|
else {
|
|
2004
1999
|
return this.send(command, optionsOrCb);
|
|
2005
2000
|
}
|
|
2006
|
-
}
|
|
2007
|
-
|
|
2008
|
-
|
|
2001
|
+
}
|
|
2002
|
+
describeModelPackage(args, optionsOrCb, cb) {
|
|
2003
|
+
const command = new DescribeModelPackageCommand(args);
|
|
2009
2004
|
if (typeof optionsOrCb === "function") {
|
|
2010
2005
|
this.send(command, optionsOrCb);
|
|
2011
2006
|
}
|
|
2012
2007
|
else if (typeof cb === "function") {
|
|
2013
2008
|
if (typeof optionsOrCb !== "object")
|
|
2014
|
-
throw new Error(
|
|
2009
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2015
2010
|
this.send(command, optionsOrCb || {}, cb);
|
|
2016
2011
|
}
|
|
2017
2012
|
else {
|
|
2018
2013
|
return this.send(command, optionsOrCb);
|
|
2019
2014
|
}
|
|
2020
|
-
}
|
|
2021
|
-
|
|
2022
|
-
|
|
2015
|
+
}
|
|
2016
|
+
describeModelPackageGroup(args, optionsOrCb, cb) {
|
|
2017
|
+
const command = new DescribeModelPackageGroupCommand(args);
|
|
2023
2018
|
if (typeof optionsOrCb === "function") {
|
|
2024
2019
|
this.send(command, optionsOrCb);
|
|
2025
2020
|
}
|
|
2026
2021
|
else if (typeof cb === "function") {
|
|
2027
2022
|
if (typeof optionsOrCb !== "object")
|
|
2028
|
-
throw new Error(
|
|
2023
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2029
2024
|
this.send(command, optionsOrCb || {}, cb);
|
|
2030
2025
|
}
|
|
2031
2026
|
else {
|
|
2032
2027
|
return this.send(command, optionsOrCb);
|
|
2033
2028
|
}
|
|
2034
|
-
}
|
|
2035
|
-
|
|
2036
|
-
|
|
2029
|
+
}
|
|
2030
|
+
describeModelQualityJobDefinition(args, optionsOrCb, cb) {
|
|
2031
|
+
const command = new DescribeModelQualityJobDefinitionCommand(args);
|
|
2037
2032
|
if (typeof optionsOrCb === "function") {
|
|
2038
2033
|
this.send(command, optionsOrCb);
|
|
2039
2034
|
}
|
|
2040
2035
|
else if (typeof cb === "function") {
|
|
2041
2036
|
if (typeof optionsOrCb !== "object")
|
|
2042
|
-
throw new Error(
|
|
2037
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2043
2038
|
this.send(command, optionsOrCb || {}, cb);
|
|
2044
2039
|
}
|
|
2045
2040
|
else {
|
|
2046
2041
|
return this.send(command, optionsOrCb);
|
|
2047
2042
|
}
|
|
2048
|
-
}
|
|
2049
|
-
|
|
2050
|
-
|
|
2043
|
+
}
|
|
2044
|
+
describeMonitoringSchedule(args, optionsOrCb, cb) {
|
|
2045
|
+
const command = new DescribeMonitoringScheduleCommand(args);
|
|
2051
2046
|
if (typeof optionsOrCb === "function") {
|
|
2052
2047
|
this.send(command, optionsOrCb);
|
|
2053
2048
|
}
|
|
2054
2049
|
else if (typeof cb === "function") {
|
|
2055
2050
|
if (typeof optionsOrCb !== "object")
|
|
2056
|
-
throw new Error(
|
|
2051
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2057
2052
|
this.send(command, optionsOrCb || {}, cb);
|
|
2058
2053
|
}
|
|
2059
2054
|
else {
|
|
2060
2055
|
return this.send(command, optionsOrCb);
|
|
2061
2056
|
}
|
|
2062
|
-
}
|
|
2063
|
-
|
|
2064
|
-
|
|
2057
|
+
}
|
|
2058
|
+
describeNotebookInstance(args, optionsOrCb, cb) {
|
|
2059
|
+
const command = new DescribeNotebookInstanceCommand(args);
|
|
2065
2060
|
if (typeof optionsOrCb === "function") {
|
|
2066
2061
|
this.send(command, optionsOrCb);
|
|
2067
2062
|
}
|
|
2068
2063
|
else if (typeof cb === "function") {
|
|
2069
2064
|
if (typeof optionsOrCb !== "object")
|
|
2070
|
-
throw new Error(
|
|
2065
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2071
2066
|
this.send(command, optionsOrCb || {}, cb);
|
|
2072
2067
|
}
|
|
2073
2068
|
else {
|
|
2074
2069
|
return this.send(command, optionsOrCb);
|
|
2075
2070
|
}
|
|
2076
|
-
}
|
|
2077
|
-
|
|
2078
|
-
|
|
2071
|
+
}
|
|
2072
|
+
describeNotebookInstanceLifecycleConfig(args, optionsOrCb, cb) {
|
|
2073
|
+
const command = new DescribeNotebookInstanceLifecycleConfigCommand(args);
|
|
2079
2074
|
if (typeof optionsOrCb === "function") {
|
|
2080
2075
|
this.send(command, optionsOrCb);
|
|
2081
2076
|
}
|
|
2082
2077
|
else if (typeof cb === "function") {
|
|
2083
2078
|
if (typeof optionsOrCb !== "object")
|
|
2084
|
-
throw new Error(
|
|
2079
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2085
2080
|
this.send(command, optionsOrCb || {}, cb);
|
|
2086
2081
|
}
|
|
2087
2082
|
else {
|
|
2088
2083
|
return this.send(command, optionsOrCb);
|
|
2089
2084
|
}
|
|
2090
|
-
}
|
|
2091
|
-
|
|
2092
|
-
|
|
2085
|
+
}
|
|
2086
|
+
describePipeline(args, optionsOrCb, cb) {
|
|
2087
|
+
const command = new DescribePipelineCommand(args);
|
|
2093
2088
|
if (typeof optionsOrCb === "function") {
|
|
2094
2089
|
this.send(command, optionsOrCb);
|
|
2095
2090
|
}
|
|
2096
2091
|
else if (typeof cb === "function") {
|
|
2097
2092
|
if (typeof optionsOrCb !== "object")
|
|
2098
|
-
throw new Error(
|
|
2093
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2099
2094
|
this.send(command, optionsOrCb || {}, cb);
|
|
2100
2095
|
}
|
|
2101
2096
|
else {
|
|
2102
2097
|
return this.send(command, optionsOrCb);
|
|
2103
2098
|
}
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
|
-
|
|
2099
|
+
}
|
|
2100
|
+
describePipelineDefinitionForExecution(args, optionsOrCb, cb) {
|
|
2101
|
+
const command = new DescribePipelineDefinitionForExecutionCommand(args);
|
|
2107
2102
|
if (typeof optionsOrCb === "function") {
|
|
2108
2103
|
this.send(command, optionsOrCb);
|
|
2109
2104
|
}
|
|
2110
2105
|
else if (typeof cb === "function") {
|
|
2111
2106
|
if (typeof optionsOrCb !== "object")
|
|
2112
|
-
throw new Error(
|
|
2107
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2113
2108
|
this.send(command, optionsOrCb || {}, cb);
|
|
2114
2109
|
}
|
|
2115
2110
|
else {
|
|
2116
2111
|
return this.send(command, optionsOrCb);
|
|
2117
2112
|
}
|
|
2118
|
-
}
|
|
2119
|
-
|
|
2120
|
-
|
|
2113
|
+
}
|
|
2114
|
+
describePipelineExecution(args, optionsOrCb, cb) {
|
|
2115
|
+
const command = new DescribePipelineExecutionCommand(args);
|
|
2121
2116
|
if (typeof optionsOrCb === "function") {
|
|
2122
2117
|
this.send(command, optionsOrCb);
|
|
2123
2118
|
}
|
|
2124
2119
|
else if (typeof cb === "function") {
|
|
2125
2120
|
if (typeof optionsOrCb !== "object")
|
|
2126
|
-
throw new Error(
|
|
2121
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2127
2122
|
this.send(command, optionsOrCb || {}, cb);
|
|
2128
2123
|
}
|
|
2129
2124
|
else {
|
|
2130
2125
|
return this.send(command, optionsOrCb);
|
|
2131
2126
|
}
|
|
2132
|
-
}
|
|
2133
|
-
|
|
2134
|
-
|
|
2127
|
+
}
|
|
2128
|
+
describeProcessingJob(args, optionsOrCb, cb) {
|
|
2129
|
+
const command = new DescribeProcessingJobCommand(args);
|
|
2135
2130
|
if (typeof optionsOrCb === "function") {
|
|
2136
2131
|
this.send(command, optionsOrCb);
|
|
2137
2132
|
}
|
|
2138
2133
|
else if (typeof cb === "function") {
|
|
2139
2134
|
if (typeof optionsOrCb !== "object")
|
|
2140
|
-
throw new Error(
|
|
2135
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2141
2136
|
this.send(command, optionsOrCb || {}, cb);
|
|
2142
2137
|
}
|
|
2143
2138
|
else {
|
|
2144
2139
|
return this.send(command, optionsOrCb);
|
|
2145
2140
|
}
|
|
2146
|
-
}
|
|
2147
|
-
|
|
2148
|
-
|
|
2141
|
+
}
|
|
2142
|
+
describeProject(args, optionsOrCb, cb) {
|
|
2143
|
+
const command = new DescribeProjectCommand(args);
|
|
2149
2144
|
if (typeof optionsOrCb === "function") {
|
|
2150
2145
|
this.send(command, optionsOrCb);
|
|
2151
2146
|
}
|
|
2152
2147
|
else if (typeof cb === "function") {
|
|
2153
2148
|
if (typeof optionsOrCb !== "object")
|
|
2154
|
-
throw new Error(
|
|
2149
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2155
2150
|
this.send(command, optionsOrCb || {}, cb);
|
|
2156
2151
|
}
|
|
2157
2152
|
else {
|
|
2158
2153
|
return this.send(command, optionsOrCb);
|
|
2159
2154
|
}
|
|
2160
|
-
}
|
|
2161
|
-
|
|
2162
|
-
|
|
2155
|
+
}
|
|
2156
|
+
describeStudioLifecycleConfig(args, optionsOrCb, cb) {
|
|
2157
|
+
const command = new DescribeStudioLifecycleConfigCommand(args);
|
|
2163
2158
|
if (typeof optionsOrCb === "function") {
|
|
2164
2159
|
this.send(command, optionsOrCb);
|
|
2165
2160
|
}
|
|
2166
2161
|
else if (typeof cb === "function") {
|
|
2167
2162
|
if (typeof optionsOrCb !== "object")
|
|
2168
|
-
throw new Error(
|
|
2163
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2169
2164
|
this.send(command, optionsOrCb || {}, cb);
|
|
2170
2165
|
}
|
|
2171
2166
|
else {
|
|
2172
2167
|
return this.send(command, optionsOrCb);
|
|
2173
2168
|
}
|
|
2174
|
-
}
|
|
2175
|
-
|
|
2176
|
-
|
|
2169
|
+
}
|
|
2170
|
+
describeSubscribedWorkteam(args, optionsOrCb, cb) {
|
|
2171
|
+
const command = new DescribeSubscribedWorkteamCommand(args);
|
|
2177
2172
|
if (typeof optionsOrCb === "function") {
|
|
2178
2173
|
this.send(command, optionsOrCb);
|
|
2179
2174
|
}
|
|
2180
2175
|
else if (typeof cb === "function") {
|
|
2181
2176
|
if (typeof optionsOrCb !== "object")
|
|
2182
|
-
throw new Error(
|
|
2177
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2183
2178
|
this.send(command, optionsOrCb || {}, cb);
|
|
2184
2179
|
}
|
|
2185
2180
|
else {
|
|
2186
2181
|
return this.send(command, optionsOrCb);
|
|
2187
2182
|
}
|
|
2188
|
-
}
|
|
2189
|
-
|
|
2190
|
-
|
|
2183
|
+
}
|
|
2184
|
+
describeTrainingJob(args, optionsOrCb, cb) {
|
|
2185
|
+
const command = new DescribeTrainingJobCommand(args);
|
|
2191
2186
|
if (typeof optionsOrCb === "function") {
|
|
2192
2187
|
this.send(command, optionsOrCb);
|
|
2193
2188
|
}
|
|
2194
2189
|
else if (typeof cb === "function") {
|
|
2195
2190
|
if (typeof optionsOrCb !== "object")
|
|
2196
|
-
throw new Error(
|
|
2191
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2197
2192
|
this.send(command, optionsOrCb || {}, cb);
|
|
2198
2193
|
}
|
|
2199
2194
|
else {
|
|
2200
2195
|
return this.send(command, optionsOrCb);
|
|
2201
2196
|
}
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
|
|
2197
|
+
}
|
|
2198
|
+
describeTransformJob(args, optionsOrCb, cb) {
|
|
2199
|
+
const command = new DescribeTransformJobCommand(args);
|
|
2205
2200
|
if (typeof optionsOrCb === "function") {
|
|
2206
2201
|
this.send(command, optionsOrCb);
|
|
2207
2202
|
}
|
|
2208
2203
|
else if (typeof cb === "function") {
|
|
2209
2204
|
if (typeof optionsOrCb !== "object")
|
|
2210
|
-
throw new Error(
|
|
2205
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2211
2206
|
this.send(command, optionsOrCb || {}, cb);
|
|
2212
2207
|
}
|
|
2213
2208
|
else {
|
|
2214
2209
|
return this.send(command, optionsOrCb);
|
|
2215
2210
|
}
|
|
2216
|
-
}
|
|
2217
|
-
|
|
2218
|
-
|
|
2211
|
+
}
|
|
2212
|
+
describeTrial(args, optionsOrCb, cb) {
|
|
2213
|
+
const command = new DescribeTrialCommand(args);
|
|
2219
2214
|
if (typeof optionsOrCb === "function") {
|
|
2220
2215
|
this.send(command, optionsOrCb);
|
|
2221
2216
|
}
|
|
2222
2217
|
else if (typeof cb === "function") {
|
|
2223
2218
|
if (typeof optionsOrCb !== "object")
|
|
2224
|
-
throw new Error(
|
|
2219
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2225
2220
|
this.send(command, optionsOrCb || {}, cb);
|
|
2226
2221
|
}
|
|
2227
2222
|
else {
|
|
2228
2223
|
return this.send(command, optionsOrCb);
|
|
2229
2224
|
}
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
|
-
|
|
2225
|
+
}
|
|
2226
|
+
describeTrialComponent(args, optionsOrCb, cb) {
|
|
2227
|
+
const command = new DescribeTrialComponentCommand(args);
|
|
2233
2228
|
if (typeof optionsOrCb === "function") {
|
|
2234
2229
|
this.send(command, optionsOrCb);
|
|
2235
2230
|
}
|
|
2236
2231
|
else if (typeof cb === "function") {
|
|
2237
2232
|
if (typeof optionsOrCb !== "object")
|
|
2238
|
-
throw new Error(
|
|
2233
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2239
2234
|
this.send(command, optionsOrCb || {}, cb);
|
|
2240
2235
|
}
|
|
2241
2236
|
else {
|
|
2242
2237
|
return this.send(command, optionsOrCb);
|
|
2243
2238
|
}
|
|
2244
|
-
}
|
|
2245
|
-
|
|
2246
|
-
|
|
2239
|
+
}
|
|
2240
|
+
describeUserProfile(args, optionsOrCb, cb) {
|
|
2241
|
+
const command = new DescribeUserProfileCommand(args);
|
|
2247
2242
|
if (typeof optionsOrCb === "function") {
|
|
2248
2243
|
this.send(command, optionsOrCb);
|
|
2249
2244
|
}
|
|
2250
2245
|
else if (typeof cb === "function") {
|
|
2251
2246
|
if (typeof optionsOrCb !== "object")
|
|
2252
|
-
throw new Error(
|
|
2247
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2253
2248
|
this.send(command, optionsOrCb || {}, cb);
|
|
2254
2249
|
}
|
|
2255
2250
|
else {
|
|
2256
2251
|
return this.send(command, optionsOrCb);
|
|
2257
2252
|
}
|
|
2258
|
-
}
|
|
2259
|
-
|
|
2260
|
-
|
|
2253
|
+
}
|
|
2254
|
+
describeWorkforce(args, optionsOrCb, cb) {
|
|
2255
|
+
const command = new DescribeWorkforceCommand(args);
|
|
2261
2256
|
if (typeof optionsOrCb === "function") {
|
|
2262
2257
|
this.send(command, optionsOrCb);
|
|
2263
2258
|
}
|
|
2264
2259
|
else if (typeof cb === "function") {
|
|
2265
2260
|
if (typeof optionsOrCb !== "object")
|
|
2266
|
-
throw new Error(
|
|
2261
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2267
2262
|
this.send(command, optionsOrCb || {}, cb);
|
|
2268
2263
|
}
|
|
2269
2264
|
else {
|
|
2270
2265
|
return this.send(command, optionsOrCb);
|
|
2271
2266
|
}
|
|
2272
|
-
}
|
|
2273
|
-
|
|
2274
|
-
|
|
2267
|
+
}
|
|
2268
|
+
describeWorkteam(args, optionsOrCb, cb) {
|
|
2269
|
+
const command = new DescribeWorkteamCommand(args);
|
|
2275
2270
|
if (typeof optionsOrCb === "function") {
|
|
2276
2271
|
this.send(command, optionsOrCb);
|
|
2277
2272
|
}
|
|
2278
2273
|
else if (typeof cb === "function") {
|
|
2279
2274
|
if (typeof optionsOrCb !== "object")
|
|
2280
|
-
throw new Error(
|
|
2275
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2281
2276
|
this.send(command, optionsOrCb || {}, cb);
|
|
2282
2277
|
}
|
|
2283
2278
|
else {
|
|
2284
2279
|
return this.send(command, optionsOrCb);
|
|
2285
2280
|
}
|
|
2286
|
-
}
|
|
2287
|
-
|
|
2288
|
-
|
|
2281
|
+
}
|
|
2282
|
+
disableSagemakerServicecatalogPortfolio(args, optionsOrCb, cb) {
|
|
2283
|
+
const command = new DisableSagemakerServicecatalogPortfolioCommand(args);
|
|
2289
2284
|
if (typeof optionsOrCb === "function") {
|
|
2290
2285
|
this.send(command, optionsOrCb);
|
|
2291
2286
|
}
|
|
2292
2287
|
else if (typeof cb === "function") {
|
|
2293
2288
|
if (typeof optionsOrCb !== "object")
|
|
2294
|
-
throw new Error(
|
|
2289
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2295
2290
|
this.send(command, optionsOrCb || {}, cb);
|
|
2296
2291
|
}
|
|
2297
2292
|
else {
|
|
2298
2293
|
return this.send(command, optionsOrCb);
|
|
2299
2294
|
}
|
|
2300
|
-
}
|
|
2301
|
-
|
|
2302
|
-
|
|
2295
|
+
}
|
|
2296
|
+
disassociateTrialComponent(args, optionsOrCb, cb) {
|
|
2297
|
+
const command = new DisassociateTrialComponentCommand(args);
|
|
2303
2298
|
if (typeof optionsOrCb === "function") {
|
|
2304
2299
|
this.send(command, optionsOrCb);
|
|
2305
2300
|
}
|
|
2306
2301
|
else if (typeof cb === "function") {
|
|
2307
2302
|
if (typeof optionsOrCb !== "object")
|
|
2308
|
-
throw new Error(
|
|
2303
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2309
2304
|
this.send(command, optionsOrCb || {}, cb);
|
|
2310
2305
|
}
|
|
2311
2306
|
else {
|
|
2312
2307
|
return this.send(command, optionsOrCb);
|
|
2313
2308
|
}
|
|
2314
|
-
}
|
|
2315
|
-
|
|
2316
|
-
|
|
2309
|
+
}
|
|
2310
|
+
enableSagemakerServicecatalogPortfolio(args, optionsOrCb, cb) {
|
|
2311
|
+
const command = new EnableSagemakerServicecatalogPortfolioCommand(args);
|
|
2317
2312
|
if (typeof optionsOrCb === "function") {
|
|
2318
2313
|
this.send(command, optionsOrCb);
|
|
2319
2314
|
}
|
|
2320
2315
|
else if (typeof cb === "function") {
|
|
2321
2316
|
if (typeof optionsOrCb !== "object")
|
|
2322
|
-
throw new Error(
|
|
2317
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2323
2318
|
this.send(command, optionsOrCb || {}, cb);
|
|
2324
2319
|
}
|
|
2325
2320
|
else {
|
|
2326
2321
|
return this.send(command, optionsOrCb);
|
|
2327
2322
|
}
|
|
2328
|
-
}
|
|
2329
|
-
|
|
2330
|
-
|
|
2323
|
+
}
|
|
2324
|
+
getDeviceFleetReport(args, optionsOrCb, cb) {
|
|
2325
|
+
const command = new GetDeviceFleetReportCommand(args);
|
|
2331
2326
|
if (typeof optionsOrCb === "function") {
|
|
2332
2327
|
this.send(command, optionsOrCb);
|
|
2333
2328
|
}
|
|
2334
2329
|
else if (typeof cb === "function") {
|
|
2335
2330
|
if (typeof optionsOrCb !== "object")
|
|
2336
|
-
throw new Error(
|
|
2331
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2337
2332
|
this.send(command, optionsOrCb || {}, cb);
|
|
2338
2333
|
}
|
|
2339
2334
|
else {
|
|
2340
2335
|
return this.send(command, optionsOrCb);
|
|
2341
2336
|
}
|
|
2342
|
-
}
|
|
2343
|
-
|
|
2344
|
-
|
|
2337
|
+
}
|
|
2338
|
+
getLineageGroupPolicy(args, optionsOrCb, cb) {
|
|
2339
|
+
const command = new GetLineageGroupPolicyCommand(args);
|
|
2345
2340
|
if (typeof optionsOrCb === "function") {
|
|
2346
2341
|
this.send(command, optionsOrCb);
|
|
2347
2342
|
}
|
|
2348
2343
|
else if (typeof cb === "function") {
|
|
2349
2344
|
if (typeof optionsOrCb !== "object")
|
|
2350
|
-
throw new Error(
|
|
2345
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2351
2346
|
this.send(command, optionsOrCb || {}, cb);
|
|
2352
2347
|
}
|
|
2353
2348
|
else {
|
|
2354
2349
|
return this.send(command, optionsOrCb);
|
|
2355
2350
|
}
|
|
2356
|
-
}
|
|
2357
|
-
|
|
2358
|
-
|
|
2351
|
+
}
|
|
2352
|
+
getModelPackageGroupPolicy(args, optionsOrCb, cb) {
|
|
2353
|
+
const command = new GetModelPackageGroupPolicyCommand(args);
|
|
2359
2354
|
if (typeof optionsOrCb === "function") {
|
|
2360
2355
|
this.send(command, optionsOrCb);
|
|
2361
2356
|
}
|
|
2362
2357
|
else if (typeof cb === "function") {
|
|
2363
2358
|
if (typeof optionsOrCb !== "object")
|
|
2364
|
-
throw new Error(
|
|
2359
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2365
2360
|
this.send(command, optionsOrCb || {}, cb);
|
|
2366
2361
|
}
|
|
2367
2362
|
else {
|
|
2368
2363
|
return this.send(command, optionsOrCb);
|
|
2369
2364
|
}
|
|
2370
|
-
}
|
|
2371
|
-
|
|
2372
|
-
|
|
2365
|
+
}
|
|
2366
|
+
getSagemakerServicecatalogPortfolioStatus(args, optionsOrCb, cb) {
|
|
2367
|
+
const command = new GetSagemakerServicecatalogPortfolioStatusCommand(args);
|
|
2373
2368
|
if (typeof optionsOrCb === "function") {
|
|
2374
2369
|
this.send(command, optionsOrCb);
|
|
2375
2370
|
}
|
|
2376
2371
|
else if (typeof cb === "function") {
|
|
2377
2372
|
if (typeof optionsOrCb !== "object")
|
|
2378
|
-
throw new Error(
|
|
2373
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2379
2374
|
this.send(command, optionsOrCb || {}, cb);
|
|
2380
2375
|
}
|
|
2381
2376
|
else {
|
|
2382
2377
|
return this.send(command, optionsOrCb);
|
|
2383
2378
|
}
|
|
2384
|
-
}
|
|
2385
|
-
|
|
2386
|
-
|
|
2379
|
+
}
|
|
2380
|
+
getSearchSuggestions(args, optionsOrCb, cb) {
|
|
2381
|
+
const command = new GetSearchSuggestionsCommand(args);
|
|
2387
2382
|
if (typeof optionsOrCb === "function") {
|
|
2388
2383
|
this.send(command, optionsOrCb);
|
|
2389
2384
|
}
|
|
2390
2385
|
else if (typeof cb === "function") {
|
|
2391
2386
|
if (typeof optionsOrCb !== "object")
|
|
2392
|
-
throw new Error(
|
|
2387
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2393
2388
|
this.send(command, optionsOrCb || {}, cb);
|
|
2394
2389
|
}
|
|
2395
2390
|
else {
|
|
2396
2391
|
return this.send(command, optionsOrCb);
|
|
2397
2392
|
}
|
|
2398
|
-
}
|
|
2399
|
-
|
|
2400
|
-
|
|
2393
|
+
}
|
|
2394
|
+
listActions(args, optionsOrCb, cb) {
|
|
2395
|
+
const command = new ListActionsCommand(args);
|
|
2401
2396
|
if (typeof optionsOrCb === "function") {
|
|
2402
2397
|
this.send(command, optionsOrCb);
|
|
2403
2398
|
}
|
|
2404
2399
|
else if (typeof cb === "function") {
|
|
2405
2400
|
if (typeof optionsOrCb !== "object")
|
|
2406
|
-
throw new Error(
|
|
2401
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2407
2402
|
this.send(command, optionsOrCb || {}, cb);
|
|
2408
2403
|
}
|
|
2409
2404
|
else {
|
|
2410
2405
|
return this.send(command, optionsOrCb);
|
|
2411
2406
|
}
|
|
2412
|
-
}
|
|
2413
|
-
|
|
2414
|
-
|
|
2407
|
+
}
|
|
2408
|
+
listAlgorithms(args, optionsOrCb, cb) {
|
|
2409
|
+
const command = new ListAlgorithmsCommand(args);
|
|
2415
2410
|
if (typeof optionsOrCb === "function") {
|
|
2416
2411
|
this.send(command, optionsOrCb);
|
|
2417
2412
|
}
|
|
2418
2413
|
else if (typeof cb === "function") {
|
|
2419
2414
|
if (typeof optionsOrCb !== "object")
|
|
2420
|
-
throw new Error(
|
|
2415
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2421
2416
|
this.send(command, optionsOrCb || {}, cb);
|
|
2422
2417
|
}
|
|
2423
2418
|
else {
|
|
2424
2419
|
return this.send(command, optionsOrCb);
|
|
2425
2420
|
}
|
|
2426
|
-
}
|
|
2427
|
-
|
|
2428
|
-
|
|
2421
|
+
}
|
|
2422
|
+
listAppImageConfigs(args, optionsOrCb, cb) {
|
|
2423
|
+
const command = new ListAppImageConfigsCommand(args);
|
|
2429
2424
|
if (typeof optionsOrCb === "function") {
|
|
2430
2425
|
this.send(command, optionsOrCb);
|
|
2431
2426
|
}
|
|
2432
2427
|
else if (typeof cb === "function") {
|
|
2433
2428
|
if (typeof optionsOrCb !== "object")
|
|
2434
|
-
throw new Error(
|
|
2429
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2435
2430
|
this.send(command, optionsOrCb || {}, cb);
|
|
2436
2431
|
}
|
|
2437
2432
|
else {
|
|
2438
2433
|
return this.send(command, optionsOrCb);
|
|
2439
2434
|
}
|
|
2440
|
-
}
|
|
2441
|
-
|
|
2442
|
-
|
|
2435
|
+
}
|
|
2436
|
+
listApps(args, optionsOrCb, cb) {
|
|
2437
|
+
const command = new ListAppsCommand(args);
|
|
2443
2438
|
if (typeof optionsOrCb === "function") {
|
|
2444
2439
|
this.send(command, optionsOrCb);
|
|
2445
2440
|
}
|
|
2446
2441
|
else if (typeof cb === "function") {
|
|
2447
2442
|
if (typeof optionsOrCb !== "object")
|
|
2448
|
-
throw new Error(
|
|
2443
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2449
2444
|
this.send(command, optionsOrCb || {}, cb);
|
|
2450
2445
|
}
|
|
2451
2446
|
else {
|
|
2452
2447
|
return this.send(command, optionsOrCb);
|
|
2453
2448
|
}
|
|
2454
|
-
}
|
|
2455
|
-
|
|
2456
|
-
|
|
2449
|
+
}
|
|
2450
|
+
listArtifacts(args, optionsOrCb, cb) {
|
|
2451
|
+
const command = new ListArtifactsCommand(args);
|
|
2457
2452
|
if (typeof optionsOrCb === "function") {
|
|
2458
2453
|
this.send(command, optionsOrCb);
|
|
2459
2454
|
}
|
|
2460
2455
|
else if (typeof cb === "function") {
|
|
2461
2456
|
if (typeof optionsOrCb !== "object")
|
|
2462
|
-
throw new Error(
|
|
2457
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2463
2458
|
this.send(command, optionsOrCb || {}, cb);
|
|
2464
2459
|
}
|
|
2465
2460
|
else {
|
|
2466
2461
|
return this.send(command, optionsOrCb);
|
|
2467
2462
|
}
|
|
2468
|
-
}
|
|
2469
|
-
|
|
2470
|
-
|
|
2463
|
+
}
|
|
2464
|
+
listAssociations(args, optionsOrCb, cb) {
|
|
2465
|
+
const command = new ListAssociationsCommand(args);
|
|
2471
2466
|
if (typeof optionsOrCb === "function") {
|
|
2472
2467
|
this.send(command, optionsOrCb);
|
|
2473
2468
|
}
|
|
2474
2469
|
else if (typeof cb === "function") {
|
|
2475
2470
|
if (typeof optionsOrCb !== "object")
|
|
2476
|
-
throw new Error(
|
|
2471
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2477
2472
|
this.send(command, optionsOrCb || {}, cb);
|
|
2478
2473
|
}
|
|
2479
2474
|
else {
|
|
2480
2475
|
return this.send(command, optionsOrCb);
|
|
2481
2476
|
}
|
|
2482
|
-
}
|
|
2483
|
-
|
|
2484
|
-
|
|
2477
|
+
}
|
|
2478
|
+
listAutoMLJobs(args, optionsOrCb, cb) {
|
|
2479
|
+
const command = new ListAutoMLJobsCommand(args);
|
|
2485
2480
|
if (typeof optionsOrCb === "function") {
|
|
2486
2481
|
this.send(command, optionsOrCb);
|
|
2487
2482
|
}
|
|
2488
2483
|
else if (typeof cb === "function") {
|
|
2489
2484
|
if (typeof optionsOrCb !== "object")
|
|
2490
|
-
throw new Error(
|
|
2485
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2491
2486
|
this.send(command, optionsOrCb || {}, cb);
|
|
2492
2487
|
}
|
|
2493
2488
|
else {
|
|
2494
2489
|
return this.send(command, optionsOrCb);
|
|
2495
2490
|
}
|
|
2496
|
-
}
|
|
2497
|
-
|
|
2498
|
-
|
|
2491
|
+
}
|
|
2492
|
+
listCandidatesForAutoMLJob(args, optionsOrCb, cb) {
|
|
2493
|
+
const command = new ListCandidatesForAutoMLJobCommand(args);
|
|
2499
2494
|
if (typeof optionsOrCb === "function") {
|
|
2500
2495
|
this.send(command, optionsOrCb);
|
|
2501
2496
|
}
|
|
2502
2497
|
else if (typeof cb === "function") {
|
|
2503
2498
|
if (typeof optionsOrCb !== "object")
|
|
2504
|
-
throw new Error(
|
|
2499
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2505
2500
|
this.send(command, optionsOrCb || {}, cb);
|
|
2506
2501
|
}
|
|
2507
2502
|
else {
|
|
2508
2503
|
return this.send(command, optionsOrCb);
|
|
2509
2504
|
}
|
|
2510
|
-
}
|
|
2511
|
-
|
|
2512
|
-
|
|
2505
|
+
}
|
|
2506
|
+
listCodeRepositories(args, optionsOrCb, cb) {
|
|
2507
|
+
const command = new ListCodeRepositoriesCommand(args);
|
|
2513
2508
|
if (typeof optionsOrCb === "function") {
|
|
2514
2509
|
this.send(command, optionsOrCb);
|
|
2515
2510
|
}
|
|
2516
2511
|
else if (typeof cb === "function") {
|
|
2517
2512
|
if (typeof optionsOrCb !== "object")
|
|
2518
|
-
throw new Error(
|
|
2513
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2519
2514
|
this.send(command, optionsOrCb || {}, cb);
|
|
2520
2515
|
}
|
|
2521
2516
|
else {
|
|
2522
2517
|
return this.send(command, optionsOrCb);
|
|
2523
2518
|
}
|
|
2524
|
-
}
|
|
2525
|
-
|
|
2526
|
-
|
|
2519
|
+
}
|
|
2520
|
+
listCompilationJobs(args, optionsOrCb, cb) {
|
|
2521
|
+
const command = new ListCompilationJobsCommand(args);
|
|
2527
2522
|
if (typeof optionsOrCb === "function") {
|
|
2528
2523
|
this.send(command, optionsOrCb);
|
|
2529
2524
|
}
|
|
2530
2525
|
else if (typeof cb === "function") {
|
|
2531
2526
|
if (typeof optionsOrCb !== "object")
|
|
2532
|
-
throw new Error(
|
|
2527
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2533
2528
|
this.send(command, optionsOrCb || {}, cb);
|
|
2534
2529
|
}
|
|
2535
2530
|
else {
|
|
2536
2531
|
return this.send(command, optionsOrCb);
|
|
2537
2532
|
}
|
|
2538
|
-
}
|
|
2539
|
-
|
|
2540
|
-
|
|
2533
|
+
}
|
|
2534
|
+
listContexts(args, optionsOrCb, cb) {
|
|
2535
|
+
const command = new ListContextsCommand(args);
|
|
2541
2536
|
if (typeof optionsOrCb === "function") {
|
|
2542
2537
|
this.send(command, optionsOrCb);
|
|
2543
2538
|
}
|
|
2544
2539
|
else if (typeof cb === "function") {
|
|
2545
2540
|
if (typeof optionsOrCb !== "object")
|
|
2546
|
-
throw new Error(
|
|
2541
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2547
2542
|
this.send(command, optionsOrCb || {}, cb);
|
|
2548
2543
|
}
|
|
2549
2544
|
else {
|
|
2550
2545
|
return this.send(command, optionsOrCb);
|
|
2551
2546
|
}
|
|
2552
|
-
}
|
|
2553
|
-
|
|
2554
|
-
|
|
2547
|
+
}
|
|
2548
|
+
listDataQualityJobDefinitions(args, optionsOrCb, cb) {
|
|
2549
|
+
const command = new ListDataQualityJobDefinitionsCommand(args);
|
|
2555
2550
|
if (typeof optionsOrCb === "function") {
|
|
2556
2551
|
this.send(command, optionsOrCb);
|
|
2557
2552
|
}
|
|
2558
2553
|
else if (typeof cb === "function") {
|
|
2559
2554
|
if (typeof optionsOrCb !== "object")
|
|
2560
|
-
throw new Error(
|
|
2555
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2561
2556
|
this.send(command, optionsOrCb || {}, cb);
|
|
2562
2557
|
}
|
|
2563
2558
|
else {
|
|
2564
2559
|
return this.send(command, optionsOrCb);
|
|
2565
2560
|
}
|
|
2566
|
-
}
|
|
2567
|
-
|
|
2568
|
-
|
|
2561
|
+
}
|
|
2562
|
+
listDeviceFleets(args, optionsOrCb, cb) {
|
|
2563
|
+
const command = new ListDeviceFleetsCommand(args);
|
|
2569
2564
|
if (typeof optionsOrCb === "function") {
|
|
2570
2565
|
this.send(command, optionsOrCb);
|
|
2571
2566
|
}
|
|
2572
2567
|
else if (typeof cb === "function") {
|
|
2573
2568
|
if (typeof optionsOrCb !== "object")
|
|
2574
|
-
throw new Error(
|
|
2569
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2575
2570
|
this.send(command, optionsOrCb || {}, cb);
|
|
2576
2571
|
}
|
|
2577
2572
|
else {
|
|
2578
2573
|
return this.send(command, optionsOrCb);
|
|
2579
2574
|
}
|
|
2580
|
-
}
|
|
2581
|
-
|
|
2582
|
-
|
|
2575
|
+
}
|
|
2576
|
+
listDevices(args, optionsOrCb, cb) {
|
|
2577
|
+
const command = new ListDevicesCommand(args);
|
|
2583
2578
|
if (typeof optionsOrCb === "function") {
|
|
2584
2579
|
this.send(command, optionsOrCb);
|
|
2585
2580
|
}
|
|
2586
2581
|
else if (typeof cb === "function") {
|
|
2587
2582
|
if (typeof optionsOrCb !== "object")
|
|
2588
|
-
throw new Error(
|
|
2583
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2589
2584
|
this.send(command, optionsOrCb || {}, cb);
|
|
2590
2585
|
}
|
|
2591
2586
|
else {
|
|
2592
2587
|
return this.send(command, optionsOrCb);
|
|
2593
2588
|
}
|
|
2594
|
-
}
|
|
2595
|
-
|
|
2596
|
-
|
|
2589
|
+
}
|
|
2590
|
+
listDomains(args, optionsOrCb, cb) {
|
|
2591
|
+
const command = new ListDomainsCommand(args);
|
|
2597
2592
|
if (typeof optionsOrCb === "function") {
|
|
2598
2593
|
this.send(command, optionsOrCb);
|
|
2599
2594
|
}
|
|
2600
2595
|
else if (typeof cb === "function") {
|
|
2601
2596
|
if (typeof optionsOrCb !== "object")
|
|
2602
|
-
throw new Error(
|
|
2597
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2603
2598
|
this.send(command, optionsOrCb || {}, cb);
|
|
2604
2599
|
}
|
|
2605
2600
|
else {
|
|
2606
2601
|
return this.send(command, optionsOrCb);
|
|
2607
2602
|
}
|
|
2608
|
-
}
|
|
2609
|
-
|
|
2610
|
-
|
|
2603
|
+
}
|
|
2604
|
+
listEdgeDeploymentPlans(args, optionsOrCb, cb) {
|
|
2605
|
+
const command = new ListEdgeDeploymentPlansCommand(args);
|
|
2611
2606
|
if (typeof optionsOrCb === "function") {
|
|
2612
2607
|
this.send(command, optionsOrCb);
|
|
2613
2608
|
}
|
|
2614
2609
|
else if (typeof cb === "function") {
|
|
2615
2610
|
if (typeof optionsOrCb !== "object")
|
|
2616
|
-
throw new Error(
|
|
2611
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2617
2612
|
this.send(command, optionsOrCb || {}, cb);
|
|
2618
2613
|
}
|
|
2619
2614
|
else {
|
|
2620
2615
|
return this.send(command, optionsOrCb);
|
|
2621
2616
|
}
|
|
2622
|
-
}
|
|
2623
|
-
|
|
2624
|
-
|
|
2617
|
+
}
|
|
2618
|
+
listEdgePackagingJobs(args, optionsOrCb, cb) {
|
|
2619
|
+
const command = new ListEdgePackagingJobsCommand(args);
|
|
2625
2620
|
if (typeof optionsOrCb === "function") {
|
|
2626
2621
|
this.send(command, optionsOrCb);
|
|
2627
2622
|
}
|
|
2628
2623
|
else if (typeof cb === "function") {
|
|
2629
2624
|
if (typeof optionsOrCb !== "object")
|
|
2630
|
-
throw new Error(
|
|
2625
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2631
2626
|
this.send(command, optionsOrCb || {}, cb);
|
|
2632
2627
|
}
|
|
2633
2628
|
else {
|
|
2634
2629
|
return this.send(command, optionsOrCb);
|
|
2635
2630
|
}
|
|
2636
|
-
}
|
|
2637
|
-
|
|
2638
|
-
|
|
2631
|
+
}
|
|
2632
|
+
listEndpointConfigs(args, optionsOrCb, cb) {
|
|
2633
|
+
const command = new ListEndpointConfigsCommand(args);
|
|
2639
2634
|
if (typeof optionsOrCb === "function") {
|
|
2640
2635
|
this.send(command, optionsOrCb);
|
|
2641
2636
|
}
|
|
2642
2637
|
else if (typeof cb === "function") {
|
|
2643
2638
|
if (typeof optionsOrCb !== "object")
|
|
2644
|
-
throw new Error(
|
|
2639
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2645
2640
|
this.send(command, optionsOrCb || {}, cb);
|
|
2646
2641
|
}
|
|
2647
2642
|
else {
|
|
2648
2643
|
return this.send(command, optionsOrCb);
|
|
2649
2644
|
}
|
|
2650
|
-
}
|
|
2651
|
-
|
|
2652
|
-
|
|
2645
|
+
}
|
|
2646
|
+
listEndpoints(args, optionsOrCb, cb) {
|
|
2647
|
+
const command = new ListEndpointsCommand(args);
|
|
2653
2648
|
if (typeof optionsOrCb === "function") {
|
|
2654
2649
|
this.send(command, optionsOrCb);
|
|
2655
2650
|
}
|
|
2656
2651
|
else if (typeof cb === "function") {
|
|
2657
2652
|
if (typeof optionsOrCb !== "object")
|
|
2658
|
-
throw new Error(
|
|
2653
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2659
2654
|
this.send(command, optionsOrCb || {}, cb);
|
|
2660
2655
|
}
|
|
2661
2656
|
else {
|
|
2662
2657
|
return this.send(command, optionsOrCb);
|
|
2663
2658
|
}
|
|
2664
|
-
}
|
|
2665
|
-
|
|
2666
|
-
|
|
2659
|
+
}
|
|
2660
|
+
listExperiments(args, optionsOrCb, cb) {
|
|
2661
|
+
const command = new ListExperimentsCommand(args);
|
|
2667
2662
|
if (typeof optionsOrCb === "function") {
|
|
2668
2663
|
this.send(command, optionsOrCb);
|
|
2669
2664
|
}
|
|
2670
2665
|
else if (typeof cb === "function") {
|
|
2671
2666
|
if (typeof optionsOrCb !== "object")
|
|
2672
|
-
throw new Error(
|
|
2667
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2673
2668
|
this.send(command, optionsOrCb || {}, cb);
|
|
2674
2669
|
}
|
|
2675
2670
|
else {
|
|
2676
2671
|
return this.send(command, optionsOrCb);
|
|
2677
2672
|
}
|
|
2678
|
-
}
|
|
2679
|
-
|
|
2680
|
-
|
|
2673
|
+
}
|
|
2674
|
+
listFeatureGroups(args, optionsOrCb, cb) {
|
|
2675
|
+
const command = new ListFeatureGroupsCommand(args);
|
|
2681
2676
|
if (typeof optionsOrCb === "function") {
|
|
2682
2677
|
this.send(command, optionsOrCb);
|
|
2683
2678
|
}
|
|
2684
2679
|
else if (typeof cb === "function") {
|
|
2685
2680
|
if (typeof optionsOrCb !== "object")
|
|
2686
|
-
throw new Error(
|
|
2681
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2687
2682
|
this.send(command, optionsOrCb || {}, cb);
|
|
2688
2683
|
}
|
|
2689
2684
|
else {
|
|
2690
2685
|
return this.send(command, optionsOrCb);
|
|
2691
2686
|
}
|
|
2692
|
-
}
|
|
2693
|
-
|
|
2694
|
-
|
|
2687
|
+
}
|
|
2688
|
+
listFlowDefinitions(args, optionsOrCb, cb) {
|
|
2689
|
+
const command = new ListFlowDefinitionsCommand(args);
|
|
2695
2690
|
if (typeof optionsOrCb === "function") {
|
|
2696
2691
|
this.send(command, optionsOrCb);
|
|
2697
2692
|
}
|
|
2698
2693
|
else if (typeof cb === "function") {
|
|
2699
2694
|
if (typeof optionsOrCb !== "object")
|
|
2700
|
-
throw new Error(
|
|
2695
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2701
2696
|
this.send(command, optionsOrCb || {}, cb);
|
|
2702
2697
|
}
|
|
2703
2698
|
else {
|
|
2704
2699
|
return this.send(command, optionsOrCb);
|
|
2705
2700
|
}
|
|
2706
|
-
}
|
|
2707
|
-
|
|
2708
|
-
|
|
2701
|
+
}
|
|
2702
|
+
listHumanTaskUis(args, optionsOrCb, cb) {
|
|
2703
|
+
const command = new ListHumanTaskUisCommand(args);
|
|
2709
2704
|
if (typeof optionsOrCb === "function") {
|
|
2710
2705
|
this.send(command, optionsOrCb);
|
|
2711
2706
|
}
|
|
2712
2707
|
else if (typeof cb === "function") {
|
|
2713
2708
|
if (typeof optionsOrCb !== "object")
|
|
2714
|
-
throw new Error(
|
|
2709
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2715
2710
|
this.send(command, optionsOrCb || {}, cb);
|
|
2716
2711
|
}
|
|
2717
2712
|
else {
|
|
2718
2713
|
return this.send(command, optionsOrCb);
|
|
2719
2714
|
}
|
|
2720
|
-
}
|
|
2721
|
-
|
|
2722
|
-
|
|
2715
|
+
}
|
|
2716
|
+
listHyperParameterTuningJobs(args, optionsOrCb, cb) {
|
|
2717
|
+
const command = new ListHyperParameterTuningJobsCommand(args);
|
|
2723
2718
|
if (typeof optionsOrCb === "function") {
|
|
2724
2719
|
this.send(command, optionsOrCb);
|
|
2725
2720
|
}
|
|
2726
2721
|
else if (typeof cb === "function") {
|
|
2727
2722
|
if (typeof optionsOrCb !== "object")
|
|
2728
|
-
throw new Error(
|
|
2723
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2729
2724
|
this.send(command, optionsOrCb || {}, cb);
|
|
2730
2725
|
}
|
|
2731
2726
|
else {
|
|
2732
2727
|
return this.send(command, optionsOrCb);
|
|
2733
2728
|
}
|
|
2734
|
-
}
|
|
2735
|
-
|
|
2736
|
-
|
|
2729
|
+
}
|
|
2730
|
+
listImages(args, optionsOrCb, cb) {
|
|
2731
|
+
const command = new ListImagesCommand(args);
|
|
2737
2732
|
if (typeof optionsOrCb === "function") {
|
|
2738
2733
|
this.send(command, optionsOrCb);
|
|
2739
2734
|
}
|
|
2740
2735
|
else if (typeof cb === "function") {
|
|
2741
2736
|
if (typeof optionsOrCb !== "object")
|
|
2742
|
-
throw new Error(
|
|
2737
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2743
2738
|
this.send(command, optionsOrCb || {}, cb);
|
|
2744
2739
|
}
|
|
2745
2740
|
else {
|
|
2746
2741
|
return this.send(command, optionsOrCb);
|
|
2747
2742
|
}
|
|
2748
|
-
}
|
|
2749
|
-
|
|
2750
|
-
|
|
2743
|
+
}
|
|
2744
|
+
listImageVersions(args, optionsOrCb, cb) {
|
|
2745
|
+
const command = new ListImageVersionsCommand(args);
|
|
2751
2746
|
if (typeof optionsOrCb === "function") {
|
|
2752
2747
|
this.send(command, optionsOrCb);
|
|
2753
2748
|
}
|
|
2754
2749
|
else if (typeof cb === "function") {
|
|
2755
2750
|
if (typeof optionsOrCb !== "object")
|
|
2756
|
-
throw new Error(
|
|
2751
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2757
2752
|
this.send(command, optionsOrCb || {}, cb);
|
|
2758
2753
|
}
|
|
2759
2754
|
else {
|
|
2760
2755
|
return this.send(command, optionsOrCb);
|
|
2761
2756
|
}
|
|
2762
|
-
}
|
|
2763
|
-
|
|
2764
|
-
|
|
2757
|
+
}
|
|
2758
|
+
listInferenceRecommendationsJobs(args, optionsOrCb, cb) {
|
|
2759
|
+
const command = new ListInferenceRecommendationsJobsCommand(args);
|
|
2765
2760
|
if (typeof optionsOrCb === "function") {
|
|
2766
2761
|
this.send(command, optionsOrCb);
|
|
2767
2762
|
}
|
|
2768
2763
|
else if (typeof cb === "function") {
|
|
2769
2764
|
if (typeof optionsOrCb !== "object")
|
|
2770
|
-
throw new Error(
|
|
2765
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2771
2766
|
this.send(command, optionsOrCb || {}, cb);
|
|
2772
2767
|
}
|
|
2773
2768
|
else {
|
|
2774
2769
|
return this.send(command, optionsOrCb);
|
|
2775
2770
|
}
|
|
2776
|
-
}
|
|
2777
|
-
|
|
2778
|
-
|
|
2771
|
+
}
|
|
2772
|
+
listLabelingJobs(args, optionsOrCb, cb) {
|
|
2773
|
+
const command = new ListLabelingJobsCommand(args);
|
|
2779
2774
|
if (typeof optionsOrCb === "function") {
|
|
2780
2775
|
this.send(command, optionsOrCb);
|
|
2781
2776
|
}
|
|
2782
2777
|
else if (typeof cb === "function") {
|
|
2783
2778
|
if (typeof optionsOrCb !== "object")
|
|
2784
|
-
throw new Error(
|
|
2779
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2785
2780
|
this.send(command, optionsOrCb || {}, cb);
|
|
2786
2781
|
}
|
|
2787
2782
|
else {
|
|
2788
2783
|
return this.send(command, optionsOrCb);
|
|
2789
2784
|
}
|
|
2790
|
-
}
|
|
2791
|
-
|
|
2792
|
-
|
|
2785
|
+
}
|
|
2786
|
+
listLabelingJobsForWorkteam(args, optionsOrCb, cb) {
|
|
2787
|
+
const command = new ListLabelingJobsForWorkteamCommand(args);
|
|
2793
2788
|
if (typeof optionsOrCb === "function") {
|
|
2794
2789
|
this.send(command, optionsOrCb);
|
|
2795
2790
|
}
|
|
2796
2791
|
else if (typeof cb === "function") {
|
|
2797
2792
|
if (typeof optionsOrCb !== "object")
|
|
2798
|
-
throw new Error(
|
|
2793
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2799
2794
|
this.send(command, optionsOrCb || {}, cb);
|
|
2800
2795
|
}
|
|
2801
2796
|
else {
|
|
2802
2797
|
return this.send(command, optionsOrCb);
|
|
2803
2798
|
}
|
|
2804
|
-
}
|
|
2805
|
-
|
|
2806
|
-
|
|
2799
|
+
}
|
|
2800
|
+
listLineageGroups(args, optionsOrCb, cb) {
|
|
2801
|
+
const command = new ListLineageGroupsCommand(args);
|
|
2807
2802
|
if (typeof optionsOrCb === "function") {
|
|
2808
2803
|
this.send(command, optionsOrCb);
|
|
2809
2804
|
}
|
|
2810
2805
|
else if (typeof cb === "function") {
|
|
2811
2806
|
if (typeof optionsOrCb !== "object")
|
|
2812
|
-
throw new Error(
|
|
2807
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2813
2808
|
this.send(command, optionsOrCb || {}, cb);
|
|
2814
2809
|
}
|
|
2815
2810
|
else {
|
|
2816
2811
|
return this.send(command, optionsOrCb);
|
|
2817
2812
|
}
|
|
2818
|
-
}
|
|
2819
|
-
|
|
2820
|
-
|
|
2813
|
+
}
|
|
2814
|
+
listModelBiasJobDefinitions(args, optionsOrCb, cb) {
|
|
2815
|
+
const command = new ListModelBiasJobDefinitionsCommand(args);
|
|
2821
2816
|
if (typeof optionsOrCb === "function") {
|
|
2822
2817
|
this.send(command, optionsOrCb);
|
|
2823
2818
|
}
|
|
2824
2819
|
else if (typeof cb === "function") {
|
|
2825
2820
|
if (typeof optionsOrCb !== "object")
|
|
2826
|
-
throw new Error(
|
|
2821
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2827
2822
|
this.send(command, optionsOrCb || {}, cb);
|
|
2828
2823
|
}
|
|
2829
2824
|
else {
|
|
2830
2825
|
return this.send(command, optionsOrCb);
|
|
2831
2826
|
}
|
|
2832
|
-
}
|
|
2833
|
-
|
|
2834
|
-
|
|
2827
|
+
}
|
|
2828
|
+
listModelExplainabilityJobDefinitions(args, optionsOrCb, cb) {
|
|
2829
|
+
const command = new ListModelExplainabilityJobDefinitionsCommand(args);
|
|
2835
2830
|
if (typeof optionsOrCb === "function") {
|
|
2836
2831
|
this.send(command, optionsOrCb);
|
|
2837
2832
|
}
|
|
2838
2833
|
else if (typeof cb === "function") {
|
|
2839
2834
|
if (typeof optionsOrCb !== "object")
|
|
2840
|
-
throw new Error(
|
|
2835
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2841
2836
|
this.send(command, optionsOrCb || {}, cb);
|
|
2842
2837
|
}
|
|
2843
2838
|
else {
|
|
2844
2839
|
return this.send(command, optionsOrCb);
|
|
2845
2840
|
}
|
|
2846
|
-
}
|
|
2847
|
-
|
|
2848
|
-
|
|
2841
|
+
}
|
|
2842
|
+
listModelMetadata(args, optionsOrCb, cb) {
|
|
2843
|
+
const command = new ListModelMetadataCommand(args);
|
|
2849
2844
|
if (typeof optionsOrCb === "function") {
|
|
2850
2845
|
this.send(command, optionsOrCb);
|
|
2851
2846
|
}
|
|
2852
2847
|
else if (typeof cb === "function") {
|
|
2853
2848
|
if (typeof optionsOrCb !== "object")
|
|
2854
|
-
throw new Error(
|
|
2849
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2855
2850
|
this.send(command, optionsOrCb || {}, cb);
|
|
2856
2851
|
}
|
|
2857
2852
|
else {
|
|
2858
2853
|
return this.send(command, optionsOrCb);
|
|
2859
2854
|
}
|
|
2860
|
-
}
|
|
2861
|
-
|
|
2862
|
-
|
|
2855
|
+
}
|
|
2856
|
+
listModelPackageGroups(args, optionsOrCb, cb) {
|
|
2857
|
+
const command = new ListModelPackageGroupsCommand(args);
|
|
2863
2858
|
if (typeof optionsOrCb === "function") {
|
|
2864
2859
|
this.send(command, optionsOrCb);
|
|
2865
2860
|
}
|
|
2866
2861
|
else if (typeof cb === "function") {
|
|
2867
2862
|
if (typeof optionsOrCb !== "object")
|
|
2868
|
-
throw new Error(
|
|
2863
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2869
2864
|
this.send(command, optionsOrCb || {}, cb);
|
|
2870
2865
|
}
|
|
2871
2866
|
else {
|
|
2872
2867
|
return this.send(command, optionsOrCb);
|
|
2873
2868
|
}
|
|
2874
|
-
}
|
|
2875
|
-
|
|
2876
|
-
|
|
2869
|
+
}
|
|
2870
|
+
listModelPackages(args, optionsOrCb, cb) {
|
|
2871
|
+
const command = new ListModelPackagesCommand(args);
|
|
2877
2872
|
if (typeof optionsOrCb === "function") {
|
|
2878
2873
|
this.send(command, optionsOrCb);
|
|
2879
2874
|
}
|
|
2880
2875
|
else if (typeof cb === "function") {
|
|
2881
2876
|
if (typeof optionsOrCb !== "object")
|
|
2882
|
-
throw new Error(
|
|
2877
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2883
2878
|
this.send(command, optionsOrCb || {}, cb);
|
|
2884
2879
|
}
|
|
2885
2880
|
else {
|
|
2886
2881
|
return this.send(command, optionsOrCb);
|
|
2887
2882
|
}
|
|
2888
|
-
}
|
|
2889
|
-
|
|
2890
|
-
|
|
2883
|
+
}
|
|
2884
|
+
listModelQualityJobDefinitions(args, optionsOrCb, cb) {
|
|
2885
|
+
const command = new ListModelQualityJobDefinitionsCommand(args);
|
|
2891
2886
|
if (typeof optionsOrCb === "function") {
|
|
2892
2887
|
this.send(command, optionsOrCb);
|
|
2893
2888
|
}
|
|
2894
2889
|
else if (typeof cb === "function") {
|
|
2895
2890
|
if (typeof optionsOrCb !== "object")
|
|
2896
|
-
throw new Error(
|
|
2891
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2897
2892
|
this.send(command, optionsOrCb || {}, cb);
|
|
2898
2893
|
}
|
|
2899
2894
|
else {
|
|
2900
2895
|
return this.send(command, optionsOrCb);
|
|
2901
2896
|
}
|
|
2902
|
-
}
|
|
2903
|
-
|
|
2904
|
-
|
|
2897
|
+
}
|
|
2898
|
+
listModels(args, optionsOrCb, cb) {
|
|
2899
|
+
const command = new ListModelsCommand(args);
|
|
2905
2900
|
if (typeof optionsOrCb === "function") {
|
|
2906
2901
|
this.send(command, optionsOrCb);
|
|
2907
2902
|
}
|
|
2908
2903
|
else if (typeof cb === "function") {
|
|
2909
2904
|
if (typeof optionsOrCb !== "object")
|
|
2910
|
-
throw new Error(
|
|
2905
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2911
2906
|
this.send(command, optionsOrCb || {}, cb);
|
|
2912
2907
|
}
|
|
2913
2908
|
else {
|
|
2914
2909
|
return this.send(command, optionsOrCb);
|
|
2915
2910
|
}
|
|
2916
|
-
}
|
|
2917
|
-
|
|
2918
|
-
|
|
2911
|
+
}
|
|
2912
|
+
listMonitoringExecutions(args, optionsOrCb, cb) {
|
|
2913
|
+
const command = new ListMonitoringExecutionsCommand(args);
|
|
2919
2914
|
if (typeof optionsOrCb === "function") {
|
|
2920
2915
|
this.send(command, optionsOrCb);
|
|
2921
2916
|
}
|
|
2922
2917
|
else if (typeof cb === "function") {
|
|
2923
2918
|
if (typeof optionsOrCb !== "object")
|
|
2924
|
-
throw new Error(
|
|
2919
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2925
2920
|
this.send(command, optionsOrCb || {}, cb);
|
|
2926
2921
|
}
|
|
2927
2922
|
else {
|
|
2928
2923
|
return this.send(command, optionsOrCb);
|
|
2929
2924
|
}
|
|
2930
|
-
}
|
|
2931
|
-
|
|
2932
|
-
|
|
2925
|
+
}
|
|
2926
|
+
listMonitoringSchedules(args, optionsOrCb, cb) {
|
|
2927
|
+
const command = new ListMonitoringSchedulesCommand(args);
|
|
2933
2928
|
if (typeof optionsOrCb === "function") {
|
|
2934
2929
|
this.send(command, optionsOrCb);
|
|
2935
2930
|
}
|
|
2936
2931
|
else if (typeof cb === "function") {
|
|
2937
2932
|
if (typeof optionsOrCb !== "object")
|
|
2938
|
-
throw new Error(
|
|
2933
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2939
2934
|
this.send(command, optionsOrCb || {}, cb);
|
|
2940
2935
|
}
|
|
2941
2936
|
else {
|
|
2942
2937
|
return this.send(command, optionsOrCb);
|
|
2943
2938
|
}
|
|
2944
|
-
}
|
|
2945
|
-
|
|
2946
|
-
|
|
2939
|
+
}
|
|
2940
|
+
listNotebookInstanceLifecycleConfigs(args, optionsOrCb, cb) {
|
|
2941
|
+
const command = new ListNotebookInstanceLifecycleConfigsCommand(args);
|
|
2947
2942
|
if (typeof optionsOrCb === "function") {
|
|
2948
2943
|
this.send(command, optionsOrCb);
|
|
2949
2944
|
}
|
|
2950
2945
|
else if (typeof cb === "function") {
|
|
2951
2946
|
if (typeof optionsOrCb !== "object")
|
|
2952
|
-
throw new Error(
|
|
2947
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2953
2948
|
this.send(command, optionsOrCb || {}, cb);
|
|
2954
2949
|
}
|
|
2955
2950
|
else {
|
|
2956
2951
|
return this.send(command, optionsOrCb);
|
|
2957
2952
|
}
|
|
2958
|
-
}
|
|
2959
|
-
|
|
2960
|
-
|
|
2953
|
+
}
|
|
2954
|
+
listNotebookInstances(args, optionsOrCb, cb) {
|
|
2955
|
+
const command = new ListNotebookInstancesCommand(args);
|
|
2961
2956
|
if (typeof optionsOrCb === "function") {
|
|
2962
2957
|
this.send(command, optionsOrCb);
|
|
2963
2958
|
}
|
|
2964
2959
|
else if (typeof cb === "function") {
|
|
2965
2960
|
if (typeof optionsOrCb !== "object")
|
|
2966
|
-
throw new Error(
|
|
2961
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2967
2962
|
this.send(command, optionsOrCb || {}, cb);
|
|
2968
2963
|
}
|
|
2969
2964
|
else {
|
|
2970
2965
|
return this.send(command, optionsOrCb);
|
|
2971
2966
|
}
|
|
2972
|
-
}
|
|
2973
|
-
|
|
2974
|
-
|
|
2967
|
+
}
|
|
2968
|
+
listPipelineExecutions(args, optionsOrCb, cb) {
|
|
2969
|
+
const command = new ListPipelineExecutionsCommand(args);
|
|
2975
2970
|
if (typeof optionsOrCb === "function") {
|
|
2976
2971
|
this.send(command, optionsOrCb);
|
|
2977
2972
|
}
|
|
2978
2973
|
else if (typeof cb === "function") {
|
|
2979
2974
|
if (typeof optionsOrCb !== "object")
|
|
2980
|
-
throw new Error(
|
|
2975
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2981
2976
|
this.send(command, optionsOrCb || {}, cb);
|
|
2982
2977
|
}
|
|
2983
2978
|
else {
|
|
2984
2979
|
return this.send(command, optionsOrCb);
|
|
2985
2980
|
}
|
|
2986
|
-
}
|
|
2987
|
-
|
|
2988
|
-
|
|
2981
|
+
}
|
|
2982
|
+
listPipelineExecutionSteps(args, optionsOrCb, cb) {
|
|
2983
|
+
const command = new ListPipelineExecutionStepsCommand(args);
|
|
2989
2984
|
if (typeof optionsOrCb === "function") {
|
|
2990
2985
|
this.send(command, optionsOrCb);
|
|
2991
2986
|
}
|
|
2992
2987
|
else if (typeof cb === "function") {
|
|
2993
2988
|
if (typeof optionsOrCb !== "object")
|
|
2994
|
-
throw new Error(
|
|
2989
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2995
2990
|
this.send(command, optionsOrCb || {}, cb);
|
|
2996
2991
|
}
|
|
2997
2992
|
else {
|
|
2998
2993
|
return this.send(command, optionsOrCb);
|
|
2999
2994
|
}
|
|
3000
|
-
}
|
|
3001
|
-
|
|
3002
|
-
|
|
2995
|
+
}
|
|
2996
|
+
listPipelineParametersForExecution(args, optionsOrCb, cb) {
|
|
2997
|
+
const command = new ListPipelineParametersForExecutionCommand(args);
|
|
3003
2998
|
if (typeof optionsOrCb === "function") {
|
|
3004
2999
|
this.send(command, optionsOrCb);
|
|
3005
3000
|
}
|
|
3006
3001
|
else if (typeof cb === "function") {
|
|
3007
3002
|
if (typeof optionsOrCb !== "object")
|
|
3008
|
-
throw new Error(
|
|
3003
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3009
3004
|
this.send(command, optionsOrCb || {}, cb);
|
|
3010
3005
|
}
|
|
3011
3006
|
else {
|
|
3012
3007
|
return this.send(command, optionsOrCb);
|
|
3013
3008
|
}
|
|
3014
|
-
}
|
|
3015
|
-
|
|
3016
|
-
|
|
3009
|
+
}
|
|
3010
|
+
listPipelines(args, optionsOrCb, cb) {
|
|
3011
|
+
const command = new ListPipelinesCommand(args);
|
|
3017
3012
|
if (typeof optionsOrCb === "function") {
|
|
3018
3013
|
this.send(command, optionsOrCb);
|
|
3019
3014
|
}
|
|
3020
3015
|
else if (typeof cb === "function") {
|
|
3021
3016
|
if (typeof optionsOrCb !== "object")
|
|
3022
|
-
throw new Error(
|
|
3017
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3023
3018
|
this.send(command, optionsOrCb || {}, cb);
|
|
3024
3019
|
}
|
|
3025
3020
|
else {
|
|
3026
3021
|
return this.send(command, optionsOrCb);
|
|
3027
3022
|
}
|
|
3028
|
-
}
|
|
3029
|
-
|
|
3030
|
-
|
|
3023
|
+
}
|
|
3024
|
+
listProcessingJobs(args, optionsOrCb, cb) {
|
|
3025
|
+
const command = new ListProcessingJobsCommand(args);
|
|
3031
3026
|
if (typeof optionsOrCb === "function") {
|
|
3032
3027
|
this.send(command, optionsOrCb);
|
|
3033
3028
|
}
|
|
3034
3029
|
else if (typeof cb === "function") {
|
|
3035
3030
|
if (typeof optionsOrCb !== "object")
|
|
3036
|
-
throw new Error(
|
|
3031
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3037
3032
|
this.send(command, optionsOrCb || {}, cb);
|
|
3038
3033
|
}
|
|
3039
3034
|
else {
|
|
3040
3035
|
return this.send(command, optionsOrCb);
|
|
3041
3036
|
}
|
|
3042
|
-
}
|
|
3043
|
-
|
|
3044
|
-
|
|
3037
|
+
}
|
|
3038
|
+
listProjects(args, optionsOrCb, cb) {
|
|
3039
|
+
const command = new ListProjectsCommand(args);
|
|
3045
3040
|
if (typeof optionsOrCb === "function") {
|
|
3046
3041
|
this.send(command, optionsOrCb);
|
|
3047
3042
|
}
|
|
3048
3043
|
else if (typeof cb === "function") {
|
|
3049
3044
|
if (typeof optionsOrCb !== "object")
|
|
3050
|
-
throw new Error(
|
|
3045
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3051
3046
|
this.send(command, optionsOrCb || {}, cb);
|
|
3052
3047
|
}
|
|
3053
3048
|
else {
|
|
3054
3049
|
return this.send(command, optionsOrCb);
|
|
3055
3050
|
}
|
|
3056
|
-
}
|
|
3057
|
-
|
|
3058
|
-
|
|
3051
|
+
}
|
|
3052
|
+
listStageDevices(args, optionsOrCb, cb) {
|
|
3053
|
+
const command = new ListStageDevicesCommand(args);
|
|
3059
3054
|
if (typeof optionsOrCb === "function") {
|
|
3060
3055
|
this.send(command, optionsOrCb);
|
|
3061
3056
|
}
|
|
3062
3057
|
else if (typeof cb === "function") {
|
|
3063
3058
|
if (typeof optionsOrCb !== "object")
|
|
3064
|
-
throw new Error(
|
|
3059
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3065
3060
|
this.send(command, optionsOrCb || {}, cb);
|
|
3066
3061
|
}
|
|
3067
3062
|
else {
|
|
3068
3063
|
return this.send(command, optionsOrCb);
|
|
3069
3064
|
}
|
|
3070
|
-
}
|
|
3071
|
-
|
|
3072
|
-
|
|
3065
|
+
}
|
|
3066
|
+
listStudioLifecycleConfigs(args, optionsOrCb, cb) {
|
|
3067
|
+
const command = new ListStudioLifecycleConfigsCommand(args);
|
|
3073
3068
|
if (typeof optionsOrCb === "function") {
|
|
3074
3069
|
this.send(command, optionsOrCb);
|
|
3075
3070
|
}
|
|
3076
3071
|
else if (typeof cb === "function") {
|
|
3077
3072
|
if (typeof optionsOrCb !== "object")
|
|
3078
|
-
throw new Error(
|
|
3073
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3079
3074
|
this.send(command, optionsOrCb || {}, cb);
|
|
3080
3075
|
}
|
|
3081
3076
|
else {
|
|
3082
3077
|
return this.send(command, optionsOrCb);
|
|
3083
3078
|
}
|
|
3084
|
-
}
|
|
3085
|
-
|
|
3086
|
-
|
|
3079
|
+
}
|
|
3080
|
+
listSubscribedWorkteams(args, optionsOrCb, cb) {
|
|
3081
|
+
const command = new ListSubscribedWorkteamsCommand(args);
|
|
3087
3082
|
if (typeof optionsOrCb === "function") {
|
|
3088
3083
|
this.send(command, optionsOrCb);
|
|
3089
3084
|
}
|
|
3090
3085
|
else if (typeof cb === "function") {
|
|
3091
3086
|
if (typeof optionsOrCb !== "object")
|
|
3092
|
-
throw new Error(
|
|
3087
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3093
3088
|
this.send(command, optionsOrCb || {}, cb);
|
|
3094
3089
|
}
|
|
3095
3090
|
else {
|
|
3096
3091
|
return this.send(command, optionsOrCb);
|
|
3097
3092
|
}
|
|
3098
|
-
}
|
|
3099
|
-
|
|
3100
|
-
|
|
3093
|
+
}
|
|
3094
|
+
listTags(args, optionsOrCb, cb) {
|
|
3095
|
+
const command = new ListTagsCommand(args);
|
|
3101
3096
|
if (typeof optionsOrCb === "function") {
|
|
3102
3097
|
this.send(command, optionsOrCb);
|
|
3103
3098
|
}
|
|
3104
3099
|
else if (typeof cb === "function") {
|
|
3105
3100
|
if (typeof optionsOrCb !== "object")
|
|
3106
|
-
throw new Error(
|
|
3101
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3107
3102
|
this.send(command, optionsOrCb || {}, cb);
|
|
3108
3103
|
}
|
|
3109
3104
|
else {
|
|
3110
3105
|
return this.send(command, optionsOrCb);
|
|
3111
3106
|
}
|
|
3112
|
-
}
|
|
3113
|
-
|
|
3114
|
-
|
|
3107
|
+
}
|
|
3108
|
+
listTrainingJobs(args, optionsOrCb, cb) {
|
|
3109
|
+
const command = new ListTrainingJobsCommand(args);
|
|
3115
3110
|
if (typeof optionsOrCb === "function") {
|
|
3116
3111
|
this.send(command, optionsOrCb);
|
|
3117
3112
|
}
|
|
3118
3113
|
else if (typeof cb === "function") {
|
|
3119
3114
|
if (typeof optionsOrCb !== "object")
|
|
3120
|
-
throw new Error(
|
|
3115
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3121
3116
|
this.send(command, optionsOrCb || {}, cb);
|
|
3122
3117
|
}
|
|
3123
3118
|
else {
|
|
3124
3119
|
return this.send(command, optionsOrCb);
|
|
3125
3120
|
}
|
|
3126
|
-
}
|
|
3127
|
-
|
|
3128
|
-
|
|
3121
|
+
}
|
|
3122
|
+
listTrainingJobsForHyperParameterTuningJob(args, optionsOrCb, cb) {
|
|
3123
|
+
const command = new ListTrainingJobsForHyperParameterTuningJobCommand(args);
|
|
3129
3124
|
if (typeof optionsOrCb === "function") {
|
|
3130
3125
|
this.send(command, optionsOrCb);
|
|
3131
3126
|
}
|
|
3132
3127
|
else if (typeof cb === "function") {
|
|
3133
3128
|
if (typeof optionsOrCb !== "object")
|
|
3134
|
-
throw new Error(
|
|
3129
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3135
3130
|
this.send(command, optionsOrCb || {}, cb);
|
|
3136
3131
|
}
|
|
3137
3132
|
else {
|
|
3138
3133
|
return this.send(command, optionsOrCb);
|
|
3139
3134
|
}
|
|
3140
|
-
}
|
|
3141
|
-
|
|
3142
|
-
|
|
3135
|
+
}
|
|
3136
|
+
listTransformJobs(args, optionsOrCb, cb) {
|
|
3137
|
+
const command = new ListTransformJobsCommand(args);
|
|
3143
3138
|
if (typeof optionsOrCb === "function") {
|
|
3144
3139
|
this.send(command, optionsOrCb);
|
|
3145
3140
|
}
|
|
3146
3141
|
else if (typeof cb === "function") {
|
|
3147
3142
|
if (typeof optionsOrCb !== "object")
|
|
3148
|
-
throw new Error(
|
|
3143
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3149
3144
|
this.send(command, optionsOrCb || {}, cb);
|
|
3150
3145
|
}
|
|
3151
3146
|
else {
|
|
3152
3147
|
return this.send(command, optionsOrCb);
|
|
3153
3148
|
}
|
|
3154
|
-
}
|
|
3155
|
-
|
|
3156
|
-
|
|
3149
|
+
}
|
|
3150
|
+
listTrialComponents(args, optionsOrCb, cb) {
|
|
3151
|
+
const command = new ListTrialComponentsCommand(args);
|
|
3157
3152
|
if (typeof optionsOrCb === "function") {
|
|
3158
3153
|
this.send(command, optionsOrCb);
|
|
3159
3154
|
}
|
|
3160
3155
|
else if (typeof cb === "function") {
|
|
3161
3156
|
if (typeof optionsOrCb !== "object")
|
|
3162
|
-
throw new Error(
|
|
3157
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3163
3158
|
this.send(command, optionsOrCb || {}, cb);
|
|
3164
3159
|
}
|
|
3165
3160
|
else {
|
|
3166
3161
|
return this.send(command, optionsOrCb);
|
|
3167
3162
|
}
|
|
3168
|
-
}
|
|
3169
|
-
|
|
3170
|
-
|
|
3163
|
+
}
|
|
3164
|
+
listTrials(args, optionsOrCb, cb) {
|
|
3165
|
+
const command = new ListTrialsCommand(args);
|
|
3171
3166
|
if (typeof optionsOrCb === "function") {
|
|
3172
3167
|
this.send(command, optionsOrCb);
|
|
3173
3168
|
}
|
|
3174
3169
|
else if (typeof cb === "function") {
|
|
3175
3170
|
if (typeof optionsOrCb !== "object")
|
|
3176
|
-
throw new Error(
|
|
3171
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3177
3172
|
this.send(command, optionsOrCb || {}, cb);
|
|
3178
3173
|
}
|
|
3179
3174
|
else {
|
|
3180
3175
|
return this.send(command, optionsOrCb);
|
|
3181
3176
|
}
|
|
3182
|
-
}
|
|
3183
|
-
|
|
3184
|
-
|
|
3177
|
+
}
|
|
3178
|
+
listUserProfiles(args, optionsOrCb, cb) {
|
|
3179
|
+
const command = new ListUserProfilesCommand(args);
|
|
3185
3180
|
if (typeof optionsOrCb === "function") {
|
|
3186
3181
|
this.send(command, optionsOrCb);
|
|
3187
3182
|
}
|
|
3188
3183
|
else if (typeof cb === "function") {
|
|
3189
3184
|
if (typeof optionsOrCb !== "object")
|
|
3190
|
-
throw new Error(
|
|
3185
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3191
3186
|
this.send(command, optionsOrCb || {}, cb);
|
|
3192
3187
|
}
|
|
3193
3188
|
else {
|
|
3194
3189
|
return this.send(command, optionsOrCb);
|
|
3195
3190
|
}
|
|
3196
|
-
}
|
|
3197
|
-
|
|
3198
|
-
|
|
3191
|
+
}
|
|
3192
|
+
listWorkforces(args, optionsOrCb, cb) {
|
|
3193
|
+
const command = new ListWorkforcesCommand(args);
|
|
3199
3194
|
if (typeof optionsOrCb === "function") {
|
|
3200
3195
|
this.send(command, optionsOrCb);
|
|
3201
3196
|
}
|
|
3202
3197
|
else if (typeof cb === "function") {
|
|
3203
3198
|
if (typeof optionsOrCb !== "object")
|
|
3204
|
-
throw new Error(
|
|
3199
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3205
3200
|
this.send(command, optionsOrCb || {}, cb);
|
|
3206
3201
|
}
|
|
3207
3202
|
else {
|
|
3208
3203
|
return this.send(command, optionsOrCb);
|
|
3209
3204
|
}
|
|
3210
|
-
}
|
|
3211
|
-
|
|
3212
|
-
|
|
3205
|
+
}
|
|
3206
|
+
listWorkteams(args, optionsOrCb, cb) {
|
|
3207
|
+
const command = new ListWorkteamsCommand(args);
|
|
3213
3208
|
if (typeof optionsOrCb === "function") {
|
|
3214
3209
|
this.send(command, optionsOrCb);
|
|
3215
3210
|
}
|
|
3216
3211
|
else if (typeof cb === "function") {
|
|
3217
3212
|
if (typeof optionsOrCb !== "object")
|
|
3218
|
-
throw new Error(
|
|
3213
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3219
3214
|
this.send(command, optionsOrCb || {}, cb);
|
|
3220
3215
|
}
|
|
3221
3216
|
else {
|
|
3222
3217
|
return this.send(command, optionsOrCb);
|
|
3223
3218
|
}
|
|
3224
|
-
}
|
|
3225
|
-
|
|
3226
|
-
|
|
3219
|
+
}
|
|
3220
|
+
putModelPackageGroupPolicy(args, optionsOrCb, cb) {
|
|
3221
|
+
const command = new PutModelPackageGroupPolicyCommand(args);
|
|
3227
3222
|
if (typeof optionsOrCb === "function") {
|
|
3228
3223
|
this.send(command, optionsOrCb);
|
|
3229
3224
|
}
|
|
3230
3225
|
else if (typeof cb === "function") {
|
|
3231
3226
|
if (typeof optionsOrCb !== "object")
|
|
3232
|
-
throw new Error(
|
|
3227
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3233
3228
|
this.send(command, optionsOrCb || {}, cb);
|
|
3234
3229
|
}
|
|
3235
3230
|
else {
|
|
3236
3231
|
return this.send(command, optionsOrCb);
|
|
3237
3232
|
}
|
|
3238
|
-
}
|
|
3239
|
-
|
|
3240
|
-
|
|
3233
|
+
}
|
|
3234
|
+
queryLineage(args, optionsOrCb, cb) {
|
|
3235
|
+
const command = new QueryLineageCommand(args);
|
|
3241
3236
|
if (typeof optionsOrCb === "function") {
|
|
3242
3237
|
this.send(command, optionsOrCb);
|
|
3243
3238
|
}
|
|
3244
3239
|
else if (typeof cb === "function") {
|
|
3245
3240
|
if (typeof optionsOrCb !== "object")
|
|
3246
|
-
throw new Error(
|
|
3241
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3247
3242
|
this.send(command, optionsOrCb || {}, cb);
|
|
3248
3243
|
}
|
|
3249
3244
|
else {
|
|
3250
3245
|
return this.send(command, optionsOrCb);
|
|
3251
3246
|
}
|
|
3252
|
-
}
|
|
3253
|
-
|
|
3254
|
-
|
|
3247
|
+
}
|
|
3248
|
+
registerDevices(args, optionsOrCb, cb) {
|
|
3249
|
+
const command = new RegisterDevicesCommand(args);
|
|
3255
3250
|
if (typeof optionsOrCb === "function") {
|
|
3256
3251
|
this.send(command, optionsOrCb);
|
|
3257
3252
|
}
|
|
3258
3253
|
else if (typeof cb === "function") {
|
|
3259
3254
|
if (typeof optionsOrCb !== "object")
|
|
3260
|
-
throw new Error(
|
|
3255
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3261
3256
|
this.send(command, optionsOrCb || {}, cb);
|
|
3262
3257
|
}
|
|
3263
3258
|
else {
|
|
3264
3259
|
return this.send(command, optionsOrCb);
|
|
3265
3260
|
}
|
|
3266
|
-
}
|
|
3267
|
-
|
|
3268
|
-
|
|
3261
|
+
}
|
|
3262
|
+
renderUiTemplate(args, optionsOrCb, cb) {
|
|
3263
|
+
const command = new RenderUiTemplateCommand(args);
|
|
3269
3264
|
if (typeof optionsOrCb === "function") {
|
|
3270
3265
|
this.send(command, optionsOrCb);
|
|
3271
3266
|
}
|
|
3272
3267
|
else if (typeof cb === "function") {
|
|
3273
3268
|
if (typeof optionsOrCb !== "object")
|
|
3274
|
-
throw new Error(
|
|
3269
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3275
3270
|
this.send(command, optionsOrCb || {}, cb);
|
|
3276
3271
|
}
|
|
3277
3272
|
else {
|
|
3278
3273
|
return this.send(command, optionsOrCb);
|
|
3279
3274
|
}
|
|
3280
|
-
}
|
|
3281
|
-
|
|
3282
|
-
|
|
3275
|
+
}
|
|
3276
|
+
retryPipelineExecution(args, optionsOrCb, cb) {
|
|
3277
|
+
const command = new RetryPipelineExecutionCommand(args);
|
|
3283
3278
|
if (typeof optionsOrCb === "function") {
|
|
3284
3279
|
this.send(command, optionsOrCb);
|
|
3285
3280
|
}
|
|
3286
3281
|
else if (typeof cb === "function") {
|
|
3287
3282
|
if (typeof optionsOrCb !== "object")
|
|
3288
|
-
throw new Error(
|
|
3283
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3289
3284
|
this.send(command, optionsOrCb || {}, cb);
|
|
3290
3285
|
}
|
|
3291
3286
|
else {
|
|
3292
3287
|
return this.send(command, optionsOrCb);
|
|
3293
3288
|
}
|
|
3294
|
-
}
|
|
3295
|
-
|
|
3296
|
-
|
|
3289
|
+
}
|
|
3290
|
+
search(args, optionsOrCb, cb) {
|
|
3291
|
+
const command = new SearchCommand(args);
|
|
3297
3292
|
if (typeof optionsOrCb === "function") {
|
|
3298
3293
|
this.send(command, optionsOrCb);
|
|
3299
3294
|
}
|
|
3300
3295
|
else if (typeof cb === "function") {
|
|
3301
3296
|
if (typeof optionsOrCb !== "object")
|
|
3302
|
-
throw new Error(
|
|
3297
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3303
3298
|
this.send(command, optionsOrCb || {}, cb);
|
|
3304
3299
|
}
|
|
3305
3300
|
else {
|
|
3306
3301
|
return this.send(command, optionsOrCb);
|
|
3307
3302
|
}
|
|
3308
|
-
}
|
|
3309
|
-
|
|
3310
|
-
|
|
3303
|
+
}
|
|
3304
|
+
sendPipelineExecutionStepFailure(args, optionsOrCb, cb) {
|
|
3305
|
+
const command = new SendPipelineExecutionStepFailureCommand(args);
|
|
3311
3306
|
if (typeof optionsOrCb === "function") {
|
|
3312
3307
|
this.send(command, optionsOrCb);
|
|
3313
3308
|
}
|
|
3314
3309
|
else if (typeof cb === "function") {
|
|
3315
3310
|
if (typeof optionsOrCb !== "object")
|
|
3316
|
-
throw new Error(
|
|
3311
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3317
3312
|
this.send(command, optionsOrCb || {}, cb);
|
|
3318
3313
|
}
|
|
3319
3314
|
else {
|
|
3320
3315
|
return this.send(command, optionsOrCb);
|
|
3321
3316
|
}
|
|
3322
|
-
}
|
|
3323
|
-
|
|
3324
|
-
|
|
3317
|
+
}
|
|
3318
|
+
sendPipelineExecutionStepSuccess(args, optionsOrCb, cb) {
|
|
3319
|
+
const command = new SendPipelineExecutionStepSuccessCommand(args);
|
|
3325
3320
|
if (typeof optionsOrCb === "function") {
|
|
3326
3321
|
this.send(command, optionsOrCb);
|
|
3327
3322
|
}
|
|
3328
3323
|
else if (typeof cb === "function") {
|
|
3329
3324
|
if (typeof optionsOrCb !== "object")
|
|
3330
|
-
throw new Error(
|
|
3325
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3331
3326
|
this.send(command, optionsOrCb || {}, cb);
|
|
3332
3327
|
}
|
|
3333
3328
|
else {
|
|
3334
3329
|
return this.send(command, optionsOrCb);
|
|
3335
3330
|
}
|
|
3336
|
-
}
|
|
3337
|
-
|
|
3338
|
-
|
|
3331
|
+
}
|
|
3332
|
+
startEdgeDeploymentStage(args, optionsOrCb, cb) {
|
|
3333
|
+
const command = new StartEdgeDeploymentStageCommand(args);
|
|
3339
3334
|
if (typeof optionsOrCb === "function") {
|
|
3340
3335
|
this.send(command, optionsOrCb);
|
|
3341
3336
|
}
|
|
3342
3337
|
else if (typeof cb === "function") {
|
|
3343
3338
|
if (typeof optionsOrCb !== "object")
|
|
3344
|
-
throw new Error(
|
|
3339
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3345
3340
|
this.send(command, optionsOrCb || {}, cb);
|
|
3346
3341
|
}
|
|
3347
3342
|
else {
|
|
3348
3343
|
return this.send(command, optionsOrCb);
|
|
3349
3344
|
}
|
|
3350
|
-
}
|
|
3351
|
-
|
|
3352
|
-
|
|
3345
|
+
}
|
|
3346
|
+
startMonitoringSchedule(args, optionsOrCb, cb) {
|
|
3347
|
+
const command = new StartMonitoringScheduleCommand(args);
|
|
3353
3348
|
if (typeof optionsOrCb === "function") {
|
|
3354
3349
|
this.send(command, optionsOrCb);
|
|
3355
3350
|
}
|
|
3356
3351
|
else if (typeof cb === "function") {
|
|
3357
3352
|
if (typeof optionsOrCb !== "object")
|
|
3358
|
-
throw new Error(
|
|
3353
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3359
3354
|
this.send(command, optionsOrCb || {}, cb);
|
|
3360
3355
|
}
|
|
3361
3356
|
else {
|
|
3362
3357
|
return this.send(command, optionsOrCb);
|
|
3363
3358
|
}
|
|
3364
|
-
}
|
|
3365
|
-
|
|
3366
|
-
|
|
3359
|
+
}
|
|
3360
|
+
startNotebookInstance(args, optionsOrCb, cb) {
|
|
3361
|
+
const command = new StartNotebookInstanceCommand(args);
|
|
3367
3362
|
if (typeof optionsOrCb === "function") {
|
|
3368
3363
|
this.send(command, optionsOrCb);
|
|
3369
3364
|
}
|
|
3370
3365
|
else if (typeof cb === "function") {
|
|
3371
3366
|
if (typeof optionsOrCb !== "object")
|
|
3372
|
-
throw new Error(
|
|
3367
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3373
3368
|
this.send(command, optionsOrCb || {}, cb);
|
|
3374
3369
|
}
|
|
3375
3370
|
else {
|
|
3376
3371
|
return this.send(command, optionsOrCb);
|
|
3377
3372
|
}
|
|
3378
|
-
}
|
|
3379
|
-
|
|
3380
|
-
|
|
3373
|
+
}
|
|
3374
|
+
startPipelineExecution(args, optionsOrCb, cb) {
|
|
3375
|
+
const command = new StartPipelineExecutionCommand(args);
|
|
3381
3376
|
if (typeof optionsOrCb === "function") {
|
|
3382
3377
|
this.send(command, optionsOrCb);
|
|
3383
3378
|
}
|
|
3384
3379
|
else if (typeof cb === "function") {
|
|
3385
3380
|
if (typeof optionsOrCb !== "object")
|
|
3386
|
-
throw new Error(
|
|
3381
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3387
3382
|
this.send(command, optionsOrCb || {}, cb);
|
|
3388
3383
|
}
|
|
3389
3384
|
else {
|
|
3390
3385
|
return this.send(command, optionsOrCb);
|
|
3391
3386
|
}
|
|
3392
|
-
}
|
|
3393
|
-
|
|
3394
|
-
|
|
3387
|
+
}
|
|
3388
|
+
stopAutoMLJob(args, optionsOrCb, cb) {
|
|
3389
|
+
const command = new StopAutoMLJobCommand(args);
|
|
3395
3390
|
if (typeof optionsOrCb === "function") {
|
|
3396
3391
|
this.send(command, optionsOrCb);
|
|
3397
3392
|
}
|
|
3398
3393
|
else if (typeof cb === "function") {
|
|
3399
3394
|
if (typeof optionsOrCb !== "object")
|
|
3400
|
-
throw new Error(
|
|
3395
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3401
3396
|
this.send(command, optionsOrCb || {}, cb);
|
|
3402
3397
|
}
|
|
3403
3398
|
else {
|
|
3404
3399
|
return this.send(command, optionsOrCb);
|
|
3405
3400
|
}
|
|
3406
|
-
}
|
|
3407
|
-
|
|
3408
|
-
|
|
3401
|
+
}
|
|
3402
|
+
stopCompilationJob(args, optionsOrCb, cb) {
|
|
3403
|
+
const command = new StopCompilationJobCommand(args);
|
|
3409
3404
|
if (typeof optionsOrCb === "function") {
|
|
3410
3405
|
this.send(command, optionsOrCb);
|
|
3411
3406
|
}
|
|
3412
3407
|
else if (typeof cb === "function") {
|
|
3413
3408
|
if (typeof optionsOrCb !== "object")
|
|
3414
|
-
throw new Error(
|
|
3409
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3415
3410
|
this.send(command, optionsOrCb || {}, cb);
|
|
3416
3411
|
}
|
|
3417
3412
|
else {
|
|
3418
3413
|
return this.send(command, optionsOrCb);
|
|
3419
3414
|
}
|
|
3420
|
-
}
|
|
3421
|
-
|
|
3422
|
-
|
|
3415
|
+
}
|
|
3416
|
+
stopEdgeDeploymentStage(args, optionsOrCb, cb) {
|
|
3417
|
+
const command = new StopEdgeDeploymentStageCommand(args);
|
|
3423
3418
|
if (typeof optionsOrCb === "function") {
|
|
3424
3419
|
this.send(command, optionsOrCb);
|
|
3425
3420
|
}
|
|
3426
3421
|
else if (typeof cb === "function") {
|
|
3427
3422
|
if (typeof optionsOrCb !== "object")
|
|
3428
|
-
throw new Error(
|
|
3423
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3429
3424
|
this.send(command, optionsOrCb || {}, cb);
|
|
3430
3425
|
}
|
|
3431
3426
|
else {
|
|
3432
3427
|
return this.send(command, optionsOrCb);
|
|
3433
3428
|
}
|
|
3434
|
-
}
|
|
3435
|
-
|
|
3436
|
-
|
|
3429
|
+
}
|
|
3430
|
+
stopEdgePackagingJob(args, optionsOrCb, cb) {
|
|
3431
|
+
const command = new StopEdgePackagingJobCommand(args);
|
|
3437
3432
|
if (typeof optionsOrCb === "function") {
|
|
3438
3433
|
this.send(command, optionsOrCb);
|
|
3439
3434
|
}
|
|
3440
3435
|
else if (typeof cb === "function") {
|
|
3441
3436
|
if (typeof optionsOrCb !== "object")
|
|
3442
|
-
throw new Error(
|
|
3437
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3443
3438
|
this.send(command, optionsOrCb || {}, cb);
|
|
3444
3439
|
}
|
|
3445
3440
|
else {
|
|
3446
3441
|
return this.send(command, optionsOrCb);
|
|
3447
3442
|
}
|
|
3448
|
-
}
|
|
3449
|
-
|
|
3450
|
-
|
|
3443
|
+
}
|
|
3444
|
+
stopHyperParameterTuningJob(args, optionsOrCb, cb) {
|
|
3445
|
+
const command = new StopHyperParameterTuningJobCommand(args);
|
|
3451
3446
|
if (typeof optionsOrCb === "function") {
|
|
3452
3447
|
this.send(command, optionsOrCb);
|
|
3453
3448
|
}
|
|
3454
3449
|
else if (typeof cb === "function") {
|
|
3455
3450
|
if (typeof optionsOrCb !== "object")
|
|
3456
|
-
throw new Error(
|
|
3451
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3457
3452
|
this.send(command, optionsOrCb || {}, cb);
|
|
3458
3453
|
}
|
|
3459
3454
|
else {
|
|
3460
3455
|
return this.send(command, optionsOrCb);
|
|
3461
3456
|
}
|
|
3462
|
-
}
|
|
3463
|
-
|
|
3464
|
-
|
|
3457
|
+
}
|
|
3458
|
+
stopInferenceRecommendationsJob(args, optionsOrCb, cb) {
|
|
3459
|
+
const command = new StopInferenceRecommendationsJobCommand(args);
|
|
3465
3460
|
if (typeof optionsOrCb === "function") {
|
|
3466
3461
|
this.send(command, optionsOrCb);
|
|
3467
3462
|
}
|
|
3468
3463
|
else if (typeof cb === "function") {
|
|
3469
3464
|
if (typeof optionsOrCb !== "object")
|
|
3470
|
-
throw new Error(
|
|
3465
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3471
3466
|
this.send(command, optionsOrCb || {}, cb);
|
|
3472
3467
|
}
|
|
3473
3468
|
else {
|
|
3474
3469
|
return this.send(command, optionsOrCb);
|
|
3475
3470
|
}
|
|
3476
|
-
}
|
|
3477
|
-
|
|
3478
|
-
|
|
3471
|
+
}
|
|
3472
|
+
stopLabelingJob(args, optionsOrCb, cb) {
|
|
3473
|
+
const command = new StopLabelingJobCommand(args);
|
|
3479
3474
|
if (typeof optionsOrCb === "function") {
|
|
3480
3475
|
this.send(command, optionsOrCb);
|
|
3481
3476
|
}
|
|
3482
3477
|
else if (typeof cb === "function") {
|
|
3483
3478
|
if (typeof optionsOrCb !== "object")
|
|
3484
|
-
throw new Error(
|
|
3479
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3485
3480
|
this.send(command, optionsOrCb || {}, cb);
|
|
3486
3481
|
}
|
|
3487
3482
|
else {
|
|
3488
3483
|
return this.send(command, optionsOrCb);
|
|
3489
3484
|
}
|
|
3490
|
-
}
|
|
3491
|
-
|
|
3492
|
-
|
|
3485
|
+
}
|
|
3486
|
+
stopMonitoringSchedule(args, optionsOrCb, cb) {
|
|
3487
|
+
const command = new StopMonitoringScheduleCommand(args);
|
|
3493
3488
|
if (typeof optionsOrCb === "function") {
|
|
3494
3489
|
this.send(command, optionsOrCb);
|
|
3495
3490
|
}
|
|
3496
3491
|
else if (typeof cb === "function") {
|
|
3497
3492
|
if (typeof optionsOrCb !== "object")
|
|
3498
|
-
throw new Error(
|
|
3493
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3499
3494
|
this.send(command, optionsOrCb || {}, cb);
|
|
3500
3495
|
}
|
|
3501
3496
|
else {
|
|
3502
3497
|
return this.send(command, optionsOrCb);
|
|
3503
3498
|
}
|
|
3504
|
-
}
|
|
3505
|
-
|
|
3506
|
-
|
|
3499
|
+
}
|
|
3500
|
+
stopNotebookInstance(args, optionsOrCb, cb) {
|
|
3501
|
+
const command = new StopNotebookInstanceCommand(args);
|
|
3507
3502
|
if (typeof optionsOrCb === "function") {
|
|
3508
3503
|
this.send(command, optionsOrCb);
|
|
3509
3504
|
}
|
|
3510
3505
|
else if (typeof cb === "function") {
|
|
3511
3506
|
if (typeof optionsOrCb !== "object")
|
|
3512
|
-
throw new Error(
|
|
3507
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3513
3508
|
this.send(command, optionsOrCb || {}, cb);
|
|
3514
3509
|
}
|
|
3515
3510
|
else {
|
|
3516
3511
|
return this.send(command, optionsOrCb);
|
|
3517
3512
|
}
|
|
3518
|
-
}
|
|
3519
|
-
|
|
3520
|
-
|
|
3513
|
+
}
|
|
3514
|
+
stopPipelineExecution(args, optionsOrCb, cb) {
|
|
3515
|
+
const command = new StopPipelineExecutionCommand(args);
|
|
3521
3516
|
if (typeof optionsOrCb === "function") {
|
|
3522
3517
|
this.send(command, optionsOrCb);
|
|
3523
3518
|
}
|
|
3524
3519
|
else if (typeof cb === "function") {
|
|
3525
3520
|
if (typeof optionsOrCb !== "object")
|
|
3526
|
-
throw new Error(
|
|
3521
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3527
3522
|
this.send(command, optionsOrCb || {}, cb);
|
|
3528
3523
|
}
|
|
3529
3524
|
else {
|
|
3530
3525
|
return this.send(command, optionsOrCb);
|
|
3531
3526
|
}
|
|
3532
|
-
}
|
|
3533
|
-
|
|
3534
|
-
|
|
3527
|
+
}
|
|
3528
|
+
stopProcessingJob(args, optionsOrCb, cb) {
|
|
3529
|
+
const command = new StopProcessingJobCommand(args);
|
|
3535
3530
|
if (typeof optionsOrCb === "function") {
|
|
3536
3531
|
this.send(command, optionsOrCb);
|
|
3537
3532
|
}
|
|
3538
3533
|
else if (typeof cb === "function") {
|
|
3539
3534
|
if (typeof optionsOrCb !== "object")
|
|
3540
|
-
throw new Error(
|
|
3535
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3541
3536
|
this.send(command, optionsOrCb || {}, cb);
|
|
3542
3537
|
}
|
|
3543
3538
|
else {
|
|
3544
3539
|
return this.send(command, optionsOrCb);
|
|
3545
3540
|
}
|
|
3546
|
-
}
|
|
3547
|
-
|
|
3548
|
-
|
|
3541
|
+
}
|
|
3542
|
+
stopTrainingJob(args, optionsOrCb, cb) {
|
|
3543
|
+
const command = new StopTrainingJobCommand(args);
|
|
3549
3544
|
if (typeof optionsOrCb === "function") {
|
|
3550
3545
|
this.send(command, optionsOrCb);
|
|
3551
3546
|
}
|
|
3552
3547
|
else if (typeof cb === "function") {
|
|
3553
3548
|
if (typeof optionsOrCb !== "object")
|
|
3554
|
-
throw new Error(
|
|
3549
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3555
3550
|
this.send(command, optionsOrCb || {}, cb);
|
|
3556
3551
|
}
|
|
3557
3552
|
else {
|
|
3558
3553
|
return this.send(command, optionsOrCb);
|
|
3559
3554
|
}
|
|
3560
|
-
}
|
|
3561
|
-
|
|
3562
|
-
|
|
3555
|
+
}
|
|
3556
|
+
stopTransformJob(args, optionsOrCb, cb) {
|
|
3557
|
+
const command = new StopTransformJobCommand(args);
|
|
3563
3558
|
if (typeof optionsOrCb === "function") {
|
|
3564
3559
|
this.send(command, optionsOrCb);
|
|
3565
3560
|
}
|
|
3566
3561
|
else if (typeof cb === "function") {
|
|
3567
3562
|
if (typeof optionsOrCb !== "object")
|
|
3568
|
-
throw new Error(
|
|
3563
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3569
3564
|
this.send(command, optionsOrCb || {}, cb);
|
|
3570
3565
|
}
|
|
3571
3566
|
else {
|
|
3572
3567
|
return this.send(command, optionsOrCb);
|
|
3573
3568
|
}
|
|
3574
|
-
}
|
|
3575
|
-
|
|
3576
|
-
|
|
3569
|
+
}
|
|
3570
|
+
updateAction(args, optionsOrCb, cb) {
|
|
3571
|
+
const command = new UpdateActionCommand(args);
|
|
3577
3572
|
if (typeof optionsOrCb === "function") {
|
|
3578
3573
|
this.send(command, optionsOrCb);
|
|
3579
3574
|
}
|
|
3580
3575
|
else if (typeof cb === "function") {
|
|
3581
3576
|
if (typeof optionsOrCb !== "object")
|
|
3582
|
-
throw new Error(
|
|
3577
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3583
3578
|
this.send(command, optionsOrCb || {}, cb);
|
|
3584
3579
|
}
|
|
3585
3580
|
else {
|
|
3586
3581
|
return this.send(command, optionsOrCb);
|
|
3587
3582
|
}
|
|
3588
|
-
}
|
|
3589
|
-
|
|
3590
|
-
|
|
3583
|
+
}
|
|
3584
|
+
updateAppImageConfig(args, optionsOrCb, cb) {
|
|
3585
|
+
const command = new UpdateAppImageConfigCommand(args);
|
|
3591
3586
|
if (typeof optionsOrCb === "function") {
|
|
3592
3587
|
this.send(command, optionsOrCb);
|
|
3593
3588
|
}
|
|
3594
3589
|
else if (typeof cb === "function") {
|
|
3595
3590
|
if (typeof optionsOrCb !== "object")
|
|
3596
|
-
throw new Error(
|
|
3591
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3597
3592
|
this.send(command, optionsOrCb || {}, cb);
|
|
3598
3593
|
}
|
|
3599
3594
|
else {
|
|
3600
3595
|
return this.send(command, optionsOrCb);
|
|
3601
3596
|
}
|
|
3602
|
-
}
|
|
3603
|
-
|
|
3604
|
-
|
|
3597
|
+
}
|
|
3598
|
+
updateArtifact(args, optionsOrCb, cb) {
|
|
3599
|
+
const command = new UpdateArtifactCommand(args);
|
|
3605
3600
|
if (typeof optionsOrCb === "function") {
|
|
3606
3601
|
this.send(command, optionsOrCb);
|
|
3607
3602
|
}
|
|
3608
3603
|
else if (typeof cb === "function") {
|
|
3609
3604
|
if (typeof optionsOrCb !== "object")
|
|
3610
|
-
throw new Error(
|
|
3605
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3611
3606
|
this.send(command, optionsOrCb || {}, cb);
|
|
3612
3607
|
}
|
|
3613
3608
|
else {
|
|
3614
3609
|
return this.send(command, optionsOrCb);
|
|
3615
3610
|
}
|
|
3616
|
-
}
|
|
3617
|
-
|
|
3618
|
-
|
|
3611
|
+
}
|
|
3612
|
+
updateCodeRepository(args, optionsOrCb, cb) {
|
|
3613
|
+
const command = new UpdateCodeRepositoryCommand(args);
|
|
3619
3614
|
if (typeof optionsOrCb === "function") {
|
|
3620
3615
|
this.send(command, optionsOrCb);
|
|
3621
3616
|
}
|
|
3622
3617
|
else if (typeof cb === "function") {
|
|
3623
3618
|
if (typeof optionsOrCb !== "object")
|
|
3624
|
-
throw new Error(
|
|
3619
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3625
3620
|
this.send(command, optionsOrCb || {}, cb);
|
|
3626
3621
|
}
|
|
3627
3622
|
else {
|
|
3628
3623
|
return this.send(command, optionsOrCb);
|
|
3629
3624
|
}
|
|
3630
|
-
}
|
|
3631
|
-
|
|
3632
|
-
|
|
3625
|
+
}
|
|
3626
|
+
updateContext(args, optionsOrCb, cb) {
|
|
3627
|
+
const command = new UpdateContextCommand(args);
|
|
3633
3628
|
if (typeof optionsOrCb === "function") {
|
|
3634
3629
|
this.send(command, optionsOrCb);
|
|
3635
3630
|
}
|
|
3636
3631
|
else if (typeof cb === "function") {
|
|
3637
3632
|
if (typeof optionsOrCb !== "object")
|
|
3638
|
-
throw new Error(
|
|
3633
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3639
3634
|
this.send(command, optionsOrCb || {}, cb);
|
|
3640
3635
|
}
|
|
3641
3636
|
else {
|
|
3642
3637
|
return this.send(command, optionsOrCb);
|
|
3643
3638
|
}
|
|
3644
|
-
}
|
|
3645
|
-
|
|
3646
|
-
|
|
3639
|
+
}
|
|
3640
|
+
updateDeviceFleet(args, optionsOrCb, cb) {
|
|
3641
|
+
const command = new UpdateDeviceFleetCommand(args);
|
|
3647
3642
|
if (typeof optionsOrCb === "function") {
|
|
3648
3643
|
this.send(command, optionsOrCb);
|
|
3649
3644
|
}
|
|
3650
3645
|
else if (typeof cb === "function") {
|
|
3651
3646
|
if (typeof optionsOrCb !== "object")
|
|
3652
|
-
throw new Error(
|
|
3647
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3653
3648
|
this.send(command, optionsOrCb || {}, cb);
|
|
3654
3649
|
}
|
|
3655
3650
|
else {
|
|
3656
3651
|
return this.send(command, optionsOrCb);
|
|
3657
3652
|
}
|
|
3658
|
-
}
|
|
3659
|
-
|
|
3660
|
-
|
|
3653
|
+
}
|
|
3654
|
+
updateDevices(args, optionsOrCb, cb) {
|
|
3655
|
+
const command = new UpdateDevicesCommand(args);
|
|
3661
3656
|
if (typeof optionsOrCb === "function") {
|
|
3662
3657
|
this.send(command, optionsOrCb);
|
|
3663
3658
|
}
|
|
3664
3659
|
else if (typeof cb === "function") {
|
|
3665
3660
|
if (typeof optionsOrCb !== "object")
|
|
3666
|
-
throw new Error(
|
|
3661
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3667
3662
|
this.send(command, optionsOrCb || {}, cb);
|
|
3668
3663
|
}
|
|
3669
3664
|
else {
|
|
3670
3665
|
return this.send(command, optionsOrCb);
|
|
3671
3666
|
}
|
|
3672
|
-
}
|
|
3673
|
-
|
|
3674
|
-
|
|
3667
|
+
}
|
|
3668
|
+
updateDomain(args, optionsOrCb, cb) {
|
|
3669
|
+
const command = new UpdateDomainCommand(args);
|
|
3675
3670
|
if (typeof optionsOrCb === "function") {
|
|
3676
3671
|
this.send(command, optionsOrCb);
|
|
3677
3672
|
}
|
|
3678
3673
|
else if (typeof cb === "function") {
|
|
3679
3674
|
if (typeof optionsOrCb !== "object")
|
|
3680
|
-
throw new Error(
|
|
3675
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3681
3676
|
this.send(command, optionsOrCb || {}, cb);
|
|
3682
3677
|
}
|
|
3683
3678
|
else {
|
|
3684
3679
|
return this.send(command, optionsOrCb);
|
|
3685
3680
|
}
|
|
3686
|
-
}
|
|
3687
|
-
|
|
3688
|
-
|
|
3681
|
+
}
|
|
3682
|
+
updateEndpoint(args, optionsOrCb, cb) {
|
|
3683
|
+
const command = new UpdateEndpointCommand(args);
|
|
3689
3684
|
if (typeof optionsOrCb === "function") {
|
|
3690
3685
|
this.send(command, optionsOrCb);
|
|
3691
3686
|
}
|
|
3692
3687
|
else if (typeof cb === "function") {
|
|
3693
3688
|
if (typeof optionsOrCb !== "object")
|
|
3694
|
-
throw new Error(
|
|
3689
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3695
3690
|
this.send(command, optionsOrCb || {}, cb);
|
|
3696
3691
|
}
|
|
3697
3692
|
else {
|
|
3698
3693
|
return this.send(command, optionsOrCb);
|
|
3699
3694
|
}
|
|
3700
|
-
}
|
|
3701
|
-
|
|
3702
|
-
|
|
3695
|
+
}
|
|
3696
|
+
updateEndpointWeightsAndCapacities(args, optionsOrCb, cb) {
|
|
3697
|
+
const command = new UpdateEndpointWeightsAndCapacitiesCommand(args);
|
|
3703
3698
|
if (typeof optionsOrCb === "function") {
|
|
3704
3699
|
this.send(command, optionsOrCb);
|
|
3705
3700
|
}
|
|
3706
3701
|
else if (typeof cb === "function") {
|
|
3707
3702
|
if (typeof optionsOrCb !== "object")
|
|
3708
|
-
throw new Error(
|
|
3703
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3709
3704
|
this.send(command, optionsOrCb || {}, cb);
|
|
3710
3705
|
}
|
|
3711
3706
|
else {
|
|
3712
3707
|
return this.send(command, optionsOrCb);
|
|
3713
3708
|
}
|
|
3714
|
-
}
|
|
3715
|
-
|
|
3716
|
-
|
|
3709
|
+
}
|
|
3710
|
+
updateExperiment(args, optionsOrCb, cb) {
|
|
3711
|
+
const command = new UpdateExperimentCommand(args);
|
|
3717
3712
|
if (typeof optionsOrCb === "function") {
|
|
3718
3713
|
this.send(command, optionsOrCb);
|
|
3719
3714
|
}
|
|
3720
3715
|
else if (typeof cb === "function") {
|
|
3721
3716
|
if (typeof optionsOrCb !== "object")
|
|
3722
|
-
throw new Error(
|
|
3717
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3723
3718
|
this.send(command, optionsOrCb || {}, cb);
|
|
3724
3719
|
}
|
|
3725
3720
|
else {
|
|
3726
3721
|
return this.send(command, optionsOrCb);
|
|
3727
3722
|
}
|
|
3728
|
-
}
|
|
3729
|
-
|
|
3730
|
-
|
|
3723
|
+
}
|
|
3724
|
+
updateFeatureGroup(args, optionsOrCb, cb) {
|
|
3725
|
+
const command = new UpdateFeatureGroupCommand(args);
|
|
3731
3726
|
if (typeof optionsOrCb === "function") {
|
|
3732
3727
|
this.send(command, optionsOrCb);
|
|
3733
3728
|
}
|
|
3734
3729
|
else if (typeof cb === "function") {
|
|
3735
3730
|
if (typeof optionsOrCb !== "object")
|
|
3736
|
-
throw new Error(
|
|
3731
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3737
3732
|
this.send(command, optionsOrCb || {}, cb);
|
|
3738
3733
|
}
|
|
3739
3734
|
else {
|
|
3740
3735
|
return this.send(command, optionsOrCb);
|
|
3741
3736
|
}
|
|
3742
|
-
}
|
|
3743
|
-
|
|
3744
|
-
|
|
3737
|
+
}
|
|
3738
|
+
updateFeatureMetadata(args, optionsOrCb, cb) {
|
|
3739
|
+
const command = new UpdateFeatureMetadataCommand(args);
|
|
3745
3740
|
if (typeof optionsOrCb === "function") {
|
|
3746
3741
|
this.send(command, optionsOrCb);
|
|
3747
3742
|
}
|
|
3748
3743
|
else if (typeof cb === "function") {
|
|
3749
3744
|
if (typeof optionsOrCb !== "object")
|
|
3750
|
-
throw new Error(
|
|
3745
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3751
3746
|
this.send(command, optionsOrCb || {}, cb);
|
|
3752
3747
|
}
|
|
3753
3748
|
else {
|
|
3754
3749
|
return this.send(command, optionsOrCb);
|
|
3755
3750
|
}
|
|
3756
|
-
}
|
|
3757
|
-
|
|
3758
|
-
|
|
3751
|
+
}
|
|
3752
|
+
updateImage(args, optionsOrCb, cb) {
|
|
3753
|
+
const command = new UpdateImageCommand(args);
|
|
3759
3754
|
if (typeof optionsOrCb === "function") {
|
|
3760
3755
|
this.send(command, optionsOrCb);
|
|
3761
3756
|
}
|
|
3762
3757
|
else if (typeof cb === "function") {
|
|
3763
3758
|
if (typeof optionsOrCb !== "object")
|
|
3764
|
-
throw new Error(
|
|
3759
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3765
3760
|
this.send(command, optionsOrCb || {}, cb);
|
|
3766
3761
|
}
|
|
3767
3762
|
else {
|
|
3768
3763
|
return this.send(command, optionsOrCb);
|
|
3769
3764
|
}
|
|
3770
|
-
}
|
|
3771
|
-
|
|
3772
|
-
|
|
3765
|
+
}
|
|
3766
|
+
updateModelPackage(args, optionsOrCb, cb) {
|
|
3767
|
+
const command = new UpdateModelPackageCommand(args);
|
|
3773
3768
|
if (typeof optionsOrCb === "function") {
|
|
3774
3769
|
this.send(command, optionsOrCb);
|
|
3775
3770
|
}
|
|
3776
3771
|
else if (typeof cb === "function") {
|
|
3777
3772
|
if (typeof optionsOrCb !== "object")
|
|
3778
|
-
throw new Error(
|
|
3773
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3779
3774
|
this.send(command, optionsOrCb || {}, cb);
|
|
3780
3775
|
}
|
|
3781
3776
|
else {
|
|
3782
3777
|
return this.send(command, optionsOrCb);
|
|
3783
3778
|
}
|
|
3784
|
-
}
|
|
3785
|
-
|
|
3786
|
-
|
|
3779
|
+
}
|
|
3780
|
+
updateMonitoringSchedule(args, optionsOrCb, cb) {
|
|
3781
|
+
const command = new UpdateMonitoringScheduleCommand(args);
|
|
3787
3782
|
if (typeof optionsOrCb === "function") {
|
|
3788
3783
|
this.send(command, optionsOrCb);
|
|
3789
3784
|
}
|
|
3790
3785
|
else if (typeof cb === "function") {
|
|
3791
3786
|
if (typeof optionsOrCb !== "object")
|
|
3792
|
-
throw new Error(
|
|
3787
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3793
3788
|
this.send(command, optionsOrCb || {}, cb);
|
|
3794
3789
|
}
|
|
3795
3790
|
else {
|
|
3796
3791
|
return this.send(command, optionsOrCb);
|
|
3797
3792
|
}
|
|
3798
|
-
}
|
|
3799
|
-
|
|
3800
|
-
|
|
3793
|
+
}
|
|
3794
|
+
updateNotebookInstance(args, optionsOrCb, cb) {
|
|
3795
|
+
const command = new UpdateNotebookInstanceCommand(args);
|
|
3801
3796
|
if (typeof optionsOrCb === "function") {
|
|
3802
3797
|
this.send(command, optionsOrCb);
|
|
3803
3798
|
}
|
|
3804
3799
|
else if (typeof cb === "function") {
|
|
3805
3800
|
if (typeof optionsOrCb !== "object")
|
|
3806
|
-
throw new Error(
|
|
3801
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3807
3802
|
this.send(command, optionsOrCb || {}, cb);
|
|
3808
3803
|
}
|
|
3809
3804
|
else {
|
|
3810
3805
|
return this.send(command, optionsOrCb);
|
|
3811
3806
|
}
|
|
3812
|
-
}
|
|
3813
|
-
|
|
3814
|
-
|
|
3807
|
+
}
|
|
3808
|
+
updateNotebookInstanceLifecycleConfig(args, optionsOrCb, cb) {
|
|
3809
|
+
const command = new UpdateNotebookInstanceLifecycleConfigCommand(args);
|
|
3815
3810
|
if (typeof optionsOrCb === "function") {
|
|
3816
3811
|
this.send(command, optionsOrCb);
|
|
3817
3812
|
}
|
|
3818
3813
|
else if (typeof cb === "function") {
|
|
3819
3814
|
if (typeof optionsOrCb !== "object")
|
|
3820
|
-
throw new Error(
|
|
3815
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3821
3816
|
this.send(command, optionsOrCb || {}, cb);
|
|
3822
3817
|
}
|
|
3823
3818
|
else {
|
|
3824
3819
|
return this.send(command, optionsOrCb);
|
|
3825
3820
|
}
|
|
3826
|
-
}
|
|
3827
|
-
|
|
3828
|
-
|
|
3821
|
+
}
|
|
3822
|
+
updatePipeline(args, optionsOrCb, cb) {
|
|
3823
|
+
const command = new UpdatePipelineCommand(args);
|
|
3829
3824
|
if (typeof optionsOrCb === "function") {
|
|
3830
3825
|
this.send(command, optionsOrCb);
|
|
3831
3826
|
}
|
|
3832
3827
|
else if (typeof cb === "function") {
|
|
3833
3828
|
if (typeof optionsOrCb !== "object")
|
|
3834
|
-
throw new Error(
|
|
3829
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3835
3830
|
this.send(command, optionsOrCb || {}, cb);
|
|
3836
3831
|
}
|
|
3837
3832
|
else {
|
|
3838
3833
|
return this.send(command, optionsOrCb);
|
|
3839
3834
|
}
|
|
3840
|
-
}
|
|
3841
|
-
|
|
3842
|
-
|
|
3835
|
+
}
|
|
3836
|
+
updatePipelineExecution(args, optionsOrCb, cb) {
|
|
3837
|
+
const command = new UpdatePipelineExecutionCommand(args);
|
|
3843
3838
|
if (typeof optionsOrCb === "function") {
|
|
3844
3839
|
this.send(command, optionsOrCb);
|
|
3845
3840
|
}
|
|
3846
3841
|
else if (typeof cb === "function") {
|
|
3847
3842
|
if (typeof optionsOrCb !== "object")
|
|
3848
|
-
throw new Error(
|
|
3843
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3849
3844
|
this.send(command, optionsOrCb || {}, cb);
|
|
3850
3845
|
}
|
|
3851
3846
|
else {
|
|
3852
3847
|
return this.send(command, optionsOrCb);
|
|
3853
3848
|
}
|
|
3854
|
-
}
|
|
3855
|
-
|
|
3856
|
-
|
|
3849
|
+
}
|
|
3850
|
+
updateProject(args, optionsOrCb, cb) {
|
|
3851
|
+
const command = new UpdateProjectCommand(args);
|
|
3857
3852
|
if (typeof optionsOrCb === "function") {
|
|
3858
3853
|
this.send(command, optionsOrCb);
|
|
3859
3854
|
}
|
|
3860
3855
|
else if (typeof cb === "function") {
|
|
3861
3856
|
if (typeof optionsOrCb !== "object")
|
|
3862
|
-
throw new Error(
|
|
3857
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3863
3858
|
this.send(command, optionsOrCb || {}, cb);
|
|
3864
3859
|
}
|
|
3865
3860
|
else {
|
|
3866
3861
|
return this.send(command, optionsOrCb);
|
|
3867
3862
|
}
|
|
3868
|
-
}
|
|
3869
|
-
|
|
3870
|
-
|
|
3863
|
+
}
|
|
3864
|
+
updateTrainingJob(args, optionsOrCb, cb) {
|
|
3865
|
+
const command = new UpdateTrainingJobCommand(args);
|
|
3871
3866
|
if (typeof optionsOrCb === "function") {
|
|
3872
3867
|
this.send(command, optionsOrCb);
|
|
3873
3868
|
}
|
|
3874
3869
|
else if (typeof cb === "function") {
|
|
3875
3870
|
if (typeof optionsOrCb !== "object")
|
|
3876
|
-
throw new Error(
|
|
3871
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3877
3872
|
this.send(command, optionsOrCb || {}, cb);
|
|
3878
3873
|
}
|
|
3879
3874
|
else {
|
|
3880
3875
|
return this.send(command, optionsOrCb);
|
|
3881
3876
|
}
|
|
3882
|
-
}
|
|
3883
|
-
|
|
3884
|
-
|
|
3877
|
+
}
|
|
3878
|
+
updateTrial(args, optionsOrCb, cb) {
|
|
3879
|
+
const command = new UpdateTrialCommand(args);
|
|
3885
3880
|
if (typeof optionsOrCb === "function") {
|
|
3886
3881
|
this.send(command, optionsOrCb);
|
|
3887
3882
|
}
|
|
3888
3883
|
else if (typeof cb === "function") {
|
|
3889
3884
|
if (typeof optionsOrCb !== "object")
|
|
3890
|
-
throw new Error(
|
|
3885
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3891
3886
|
this.send(command, optionsOrCb || {}, cb);
|
|
3892
3887
|
}
|
|
3893
3888
|
else {
|
|
3894
3889
|
return this.send(command, optionsOrCb);
|
|
3895
3890
|
}
|
|
3896
|
-
}
|
|
3897
|
-
|
|
3898
|
-
|
|
3891
|
+
}
|
|
3892
|
+
updateTrialComponent(args, optionsOrCb, cb) {
|
|
3893
|
+
const command = new UpdateTrialComponentCommand(args);
|
|
3899
3894
|
if (typeof optionsOrCb === "function") {
|
|
3900
3895
|
this.send(command, optionsOrCb);
|
|
3901
3896
|
}
|
|
3902
3897
|
else if (typeof cb === "function") {
|
|
3903
3898
|
if (typeof optionsOrCb !== "object")
|
|
3904
|
-
throw new Error(
|
|
3899
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3905
3900
|
this.send(command, optionsOrCb || {}, cb);
|
|
3906
3901
|
}
|
|
3907
3902
|
else {
|
|
3908
3903
|
return this.send(command, optionsOrCb);
|
|
3909
3904
|
}
|
|
3910
|
-
}
|
|
3911
|
-
|
|
3912
|
-
|
|
3905
|
+
}
|
|
3906
|
+
updateUserProfile(args, optionsOrCb, cb) {
|
|
3907
|
+
const command = new UpdateUserProfileCommand(args);
|
|
3913
3908
|
if (typeof optionsOrCb === "function") {
|
|
3914
3909
|
this.send(command, optionsOrCb);
|
|
3915
3910
|
}
|
|
3916
3911
|
else if (typeof cb === "function") {
|
|
3917
3912
|
if (typeof optionsOrCb !== "object")
|
|
3918
|
-
throw new Error(
|
|
3913
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3919
3914
|
this.send(command, optionsOrCb || {}, cb);
|
|
3920
3915
|
}
|
|
3921
3916
|
else {
|
|
3922
3917
|
return this.send(command, optionsOrCb);
|
|
3923
3918
|
}
|
|
3924
|
-
}
|
|
3925
|
-
|
|
3926
|
-
|
|
3919
|
+
}
|
|
3920
|
+
updateWorkforce(args, optionsOrCb, cb) {
|
|
3921
|
+
const command = new UpdateWorkforceCommand(args);
|
|
3927
3922
|
if (typeof optionsOrCb === "function") {
|
|
3928
3923
|
this.send(command, optionsOrCb);
|
|
3929
3924
|
}
|
|
3930
3925
|
else if (typeof cb === "function") {
|
|
3931
3926
|
if (typeof optionsOrCb !== "object")
|
|
3932
|
-
throw new Error(
|
|
3927
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3933
3928
|
this.send(command, optionsOrCb || {}, cb);
|
|
3934
3929
|
}
|
|
3935
3930
|
else {
|
|
3936
3931
|
return this.send(command, optionsOrCb);
|
|
3937
3932
|
}
|
|
3938
|
-
}
|
|
3939
|
-
|
|
3940
|
-
|
|
3933
|
+
}
|
|
3934
|
+
updateWorkteam(args, optionsOrCb, cb) {
|
|
3935
|
+
const command = new UpdateWorkteamCommand(args);
|
|
3941
3936
|
if (typeof optionsOrCb === "function") {
|
|
3942
3937
|
this.send(command, optionsOrCb);
|
|
3943
3938
|
}
|
|
3944
3939
|
else if (typeof cb === "function") {
|
|
3945
3940
|
if (typeof optionsOrCb !== "object")
|
|
3946
|
-
throw new Error(
|
|
3941
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3947
3942
|
this.send(command, optionsOrCb || {}, cb);
|
|
3948
3943
|
}
|
|
3949
3944
|
else {
|
|
3950
3945
|
return this.send(command, optionsOrCb);
|
|
3951
3946
|
}
|
|
3952
|
-
}
|
|
3953
|
-
|
|
3954
|
-
}(SageMakerClient));
|
|
3955
|
-
export { SageMaker };
|
|
3947
|
+
}
|
|
3948
|
+
}
|