@aws-sdk/client-sagemaker 3.131.0 → 3.137.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 +33 -0
- package/dist-cjs/SageMaker.js +135 -0
- package/dist-cjs/commands/AddAssociationCommand.js +2 -2
- package/dist-cjs/commands/AddTagsCommand.js +2 -2
- package/dist-cjs/commands/AssociateTrialComponentCommand.js +2 -2
- package/dist-cjs/commands/BatchDescribeModelPackageCommand.js +2 -2
- package/dist-cjs/commands/CreateActionCommand.js +2 -2
- package/dist-cjs/commands/CreateAlgorithmCommand.js +2 -2
- package/dist-cjs/commands/CreateAppCommand.js +2 -2
- package/dist-cjs/commands/CreateAppImageConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateArtifactCommand.js +2 -2
- package/dist-cjs/commands/CreateAutoMLJobCommand.js +2 -2
- package/dist-cjs/commands/CreateCodeRepositoryCommand.js +2 -2
- package/dist-cjs/commands/CreateCompilationJobCommand.js +2 -2
- package/dist-cjs/commands/CreateContextCommand.js +2 -2
- package/dist-cjs/commands/CreateDataQualityJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/CreateDeviceFleetCommand.js +1 -1
- package/dist-cjs/commands/CreateDomainCommand.js +2 -2
- package/dist-cjs/commands/CreateEdgeDeploymentPlanCommand.js +36 -0
- package/dist-cjs/commands/CreateEdgeDeploymentStageCommand.js +36 -0
- package/dist-cjs/commands/CreateEdgePackagingJobCommand.js +1 -1
- package/dist-cjs/commands/CreateEndpointCommand.js +2 -2
- package/dist-cjs/commands/CreateEndpointConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateExperimentCommand.js +2 -2
- package/dist-cjs/commands/CreateFeatureGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateFlowDefinitionCommand.js +2 -2
- package/dist-cjs/commands/CreateHumanTaskUiCommand.js +2 -2
- package/dist-cjs/commands/CreateHyperParameterTuningJobCommand.js +3 -3
- package/dist-cjs/commands/CreateImageCommand.js +2 -2
- package/dist-cjs/commands/CreateImageVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +2 -2
- package/dist-cjs/commands/CreateLabelingJobCommand.js +2 -2
- package/dist-cjs/commands/CreateModelBiasJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/CreateModelCommand.js +2 -2
- package/dist-cjs/commands/CreateModelExplainabilityJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/CreateModelPackageCommand.js +2 -2
- package/dist-cjs/commands/CreateModelPackageGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateModelQualityJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/CreateMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/CreateNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/CreateNotebookInstanceLifecycleConfigCommand.js +2 -2
- package/dist-cjs/commands/CreatePipelineCommand.js +2 -2
- package/dist-cjs/commands/CreatePresignedDomainUrlCommand.js +2 -2
- package/dist-cjs/commands/CreatePresignedNotebookInstanceUrlCommand.js +2 -2
- package/dist-cjs/commands/CreateProcessingJobCommand.js +2 -2
- package/dist-cjs/commands/CreateProjectCommand.js +2 -2
- package/dist-cjs/commands/CreateStudioLifecycleConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateTrainingJobCommand.js +2 -2
- package/dist-cjs/commands/CreateTransformJobCommand.js +2 -2
- package/dist-cjs/commands/CreateTrialCommand.js +2 -2
- package/dist-cjs/commands/CreateTrialComponentCommand.js +2 -2
- package/dist-cjs/commands/CreateUserProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkforceCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkteamCommand.js +2 -2
- package/dist-cjs/commands/DeleteActionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAlgorithmCommand.js +1 -1
- package/dist-cjs/commands/DeleteAppCommand.js +1 -1
- package/dist-cjs/commands/DeleteAppImageConfigCommand.js +1 -1
- package/dist-cjs/commands/DeleteArtifactCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssociationCommand.js +2 -2
- package/dist-cjs/commands/DeleteCodeRepositoryCommand.js +1 -1
- package/dist-cjs/commands/DeleteContextCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataQualityJobDefinitionCommand.js +1 -1
- package/dist-cjs/commands/DeleteDeviceFleetCommand.js +1 -1
- package/dist-cjs/commands/DeleteDomainCommand.js +1 -1
- package/dist-cjs/commands/DeleteEdgeDeploymentPlanCommand.js +36 -0
- package/dist-cjs/commands/DeleteEdgeDeploymentStageCommand.js +36 -0
- package/dist-cjs/commands/DeleteEndpointCommand.js +1 -1
- package/dist-cjs/commands/DeleteEndpointConfigCommand.js +1 -1
- package/dist-cjs/commands/DeleteExperimentCommand.js +2 -2
- package/dist-cjs/commands/DeleteFeatureGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteFlowDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DeleteHumanTaskUiCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteModelBiasJobDefinitionCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelExplainabilityJobDefinitionCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelPackageCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelPackageGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelPackageGroupPolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelQualityJobDefinitionCommand.js +1 -1
- package/dist-cjs/commands/DeleteMonitoringScheduleCommand.js +1 -1
- package/dist-cjs/commands/DeleteNotebookInstanceCommand.js +1 -1
- package/dist-cjs/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +1 -1
- package/dist-cjs/commands/DeletePipelineCommand.js +2 -2
- package/dist-cjs/commands/DeleteProjectCommand.js +1 -1
- package/dist-cjs/commands/DeleteStudioLifecycleConfigCommand.js +1 -1
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrialCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrialComponentCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserProfileCommand.js +1 -1
- package/dist-cjs/commands/DeleteWorkforceCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkteamCommand.js +2 -2
- package/dist-cjs/commands/DeregisterDevicesCommand.js +1 -1
- package/dist-cjs/commands/DescribeActionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppImageConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeArtifactCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoMLJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeCodeRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DescribeCompilationJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeContextCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataQualityJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeDeviceCommand.js +2 -2
- package/dist-cjs/commands/DescribeDeviceFleetCommand.js +2 -2
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -2
- package/dist-cjs/commands/DescribeEdgeDeploymentPlanCommand.js +36 -0
- package/dist-cjs/commands/DescribeEdgePackagingJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeExperimentCommand.js +2 -2
- package/dist-cjs/commands/DescribeFeatureGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +2 -2
- package/dist-cjs/commands/DescribeFlowDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeHumanTaskUiCommand.js +2 -2
- package/dist-cjs/commands/DescribeHyperParameterTuningJobCommand.js +3 -3
- package/dist-cjs/commands/DescribeImageCommand.js +3 -3
- package/dist-cjs/commands/DescribeImageVersionCommand.js +3 -3
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeLabelingJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelPackageCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribePipelineCommand.js +2 -2
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +2 -2
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeProjectCommand.js +2 -2
- package/dist-cjs/commands/DescribeStudioLifecycleConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeSubscribedWorkteamCommand.js +2 -2
- package/dist-cjs/commands/DescribeTrainingJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeTransformJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeTrialCommand.js +2 -2
- package/dist-cjs/commands/DescribeTrialComponentCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserProfileCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkforceCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkteamCommand.js +2 -2
- package/dist-cjs/commands/DisableSagemakerServicecatalogPortfolioCommand.js +2 -2
- package/dist-cjs/commands/DisassociateTrialComponentCommand.js +2 -2
- package/dist-cjs/commands/EnableSagemakerServicecatalogPortfolioCommand.js +2 -2
- package/dist-cjs/commands/GetDeviceFleetReportCommand.js +2 -2
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetModelPackageGroupPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +2 -2
- package/dist-cjs/commands/GetSearchSuggestionsCommand.js +2 -2
- package/dist-cjs/commands/ListActionsCommand.js +2 -2
- package/dist-cjs/commands/ListAlgorithmsCommand.js +2 -2
- package/dist-cjs/commands/ListAppImageConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListAppsCommand.js +2 -2
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -2
- package/dist-cjs/commands/ListAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListAutoMLJobsCommand.js +2 -2
- package/dist-cjs/commands/ListCandidatesForAutoMLJobCommand.js +2 -2
- package/dist-cjs/commands/ListCodeRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/ListCompilationJobsCommand.js +2 -2
- package/dist-cjs/commands/ListContextsCommand.js +2 -2
- package/dist-cjs/commands/ListDataQualityJobDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListDeviceFleetsCommand.js +2 -2
- package/dist-cjs/commands/ListDevicesCommand.js +2 -2
- package/dist-cjs/commands/ListDomainsCommand.js +2 -2
- package/dist-cjs/commands/ListEdgeDeploymentPlansCommand.js +36 -0
- package/dist-cjs/commands/ListEdgePackagingJobsCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointsCommand.js +2 -2
- package/dist-cjs/commands/ListExperimentsCommand.js +2 -2
- package/dist-cjs/commands/ListFeatureGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListFlowDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListHumanTaskUisCommand.js +2 -2
- package/dist-cjs/commands/ListHyperParameterTuningJobsCommand.js +2 -2
- package/dist-cjs/commands/ListImageVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListImagesCommand.js +2 -2
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +2 -2
- package/dist-cjs/commands/ListLabelingJobsCommand.js +2 -2
- package/dist-cjs/commands/ListLabelingJobsForWorkteamCommand.js +2 -2
- package/dist-cjs/commands/ListLineageGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListModelBiasJobDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListModelExplainabilityJobDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListModelMetadataCommand.js +2 -2
- package/dist-cjs/commands/ListModelPackageGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListModelPackagesCommand.js +2 -2
- package/dist-cjs/commands/ListModelQualityJobDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListModelsCommand.js +2 -2
- package/dist-cjs/commands/ListMonitoringExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListMonitoringSchedulesCommand.js +2 -2
- package/dist-cjs/commands/ListNotebookInstanceLifecycleConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListNotebookInstancesCommand.js +2 -2
- package/dist-cjs/commands/ListPipelineExecutionStepsCommand.js +3 -3
- package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListPipelineParametersForExecutionCommand.js +3 -3
- package/dist-cjs/commands/ListPipelinesCommand.js +3 -3
- package/dist-cjs/commands/ListProcessingJobsCommand.js +3 -3
- package/dist-cjs/commands/ListProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListStageDevicesCommand.js +36 -0
- package/dist-cjs/commands/ListStudioLifecycleConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListSubscribedWorkteamsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsCommand.js +2 -2
- package/dist-cjs/commands/ListTrainingJobsCommand.js +2 -2
- package/dist-cjs/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -2
- package/dist-cjs/commands/ListTransformJobsCommand.js +2 -2
- package/dist-cjs/commands/ListTrialComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListTrialsCommand.js +2 -2
- package/dist-cjs/commands/ListUserProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListWorkforcesCommand.js +2 -2
- package/dist-cjs/commands/ListWorkteamsCommand.js +2 -2
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +2 -2
- package/dist-cjs/commands/QueryLineageCommand.js +2 -2
- package/dist-cjs/commands/RegisterDevicesCommand.js +1 -1
- package/dist-cjs/commands/RenderUiTemplateCommand.js +2 -2
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/SearchCommand.js +2 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +2 -2
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +2 -2
- package/dist-cjs/commands/StartEdgeDeploymentStageCommand.js +36 -0
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +1 -1
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +1 -1
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/StopAutoMLJobCommand.js +1 -1
- package/dist-cjs/commands/StopCompilationJobCommand.js +1 -1
- package/dist-cjs/commands/StopEdgeDeploymentStageCommand.js +36 -0
- package/dist-cjs/commands/StopEdgePackagingJobCommand.js +1 -1
- package/dist-cjs/commands/StopHyperParameterTuningJobCommand.js +1 -1
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +1 -1
- package/dist-cjs/commands/StopLabelingJobCommand.js +1 -1
- package/dist-cjs/commands/StopMonitoringScheduleCommand.js +1 -1
- package/dist-cjs/commands/StopNotebookInstanceCommand.js +1 -1
- package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/StopProcessingJobCommand.js +1 -1
- package/dist-cjs/commands/StopTrainingJobCommand.js +1 -1
- package/dist-cjs/commands/StopTransformJobCommand.js +1 -1
- package/dist-cjs/commands/UpdateActionCommand.js +2 -2
- package/dist-cjs/commands/UpdateAppImageConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateArtifactCommand.js +2 -2
- package/dist-cjs/commands/UpdateCodeRepositoryCommand.js +2 -2
- package/dist-cjs/commands/UpdateContextCommand.js +2 -2
- package/dist-cjs/commands/UpdateDeviceFleetCommand.js +1 -1
- package/dist-cjs/commands/UpdateDevicesCommand.js +1 -1
- package/dist-cjs/commands/UpdateDomainCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +2 -2
- package/dist-cjs/commands/UpdateExperimentCommand.js +2 -2
- package/dist-cjs/commands/UpdateFeatureGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +1 -1
- package/dist-cjs/commands/UpdateImageCommand.js +2 -2
- package/dist-cjs/commands/UpdateModelPackageCommand.js +2 -2
- package/dist-cjs/commands/UpdateMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/UpdateNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdatePipelineCommand.js +2 -2
- package/dist-cjs/commands/UpdatePipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
- package/dist-cjs/commands/UpdateTrainingJobCommand.js +2 -2
- package/dist-cjs/commands/UpdateTrialCommand.js +2 -2
- package/dist-cjs/commands/UpdateTrialComponentCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkforceCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkteamCommand.js +2 -2
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +873 -1301
- package/dist-cjs/models/models_1.js +1108 -1646
- package/dist-cjs/models/models_2.js +1010 -1472
- package/dist-cjs/models/models_3.js +677 -840
- package/dist-cjs/pagination/ListEdgeDeploymentPlansPaginator.js +36 -0
- package/dist-cjs/pagination/ListStageDevicesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_json1_1.js +710 -11
- package/dist-es/SageMaker.js +135 -0
- package/dist-es/commands/AddAssociationCommand.js +3 -3
- package/dist-es/commands/AddTagsCommand.js +3 -3
- package/dist-es/commands/AssociateTrialComponentCommand.js +3 -3
- package/dist-es/commands/BatchDescribeModelPackageCommand.js +3 -3
- package/dist-es/commands/CreateActionCommand.js +3 -3
- package/dist-es/commands/CreateAlgorithmCommand.js +3 -3
- package/dist-es/commands/CreateAppCommand.js +3 -3
- package/dist-es/commands/CreateAppImageConfigCommand.js +3 -3
- package/dist-es/commands/CreateArtifactCommand.js +3 -3
- package/dist-es/commands/CreateAutoMLJobCommand.js +3 -3
- package/dist-es/commands/CreateCodeRepositoryCommand.js +3 -3
- package/dist-es/commands/CreateCompilationJobCommand.js +3 -3
- package/dist-es/commands/CreateContextCommand.js +3 -3
- package/dist-es/commands/CreateDataQualityJobDefinitionCommand.js +3 -3
- package/dist-es/commands/CreateDeviceFleetCommand.js +2 -2
- package/dist-es/commands/CreateDomainCommand.js +3 -3
- package/dist-es/commands/CreateEdgeDeploymentPlanCommand.js +39 -0
- package/dist-es/commands/CreateEdgeDeploymentStageCommand.js +39 -0
- package/dist-es/commands/CreateEdgePackagingJobCommand.js +2 -2
- package/dist-es/commands/CreateEndpointCommand.js +3 -3
- package/dist-es/commands/CreateEndpointConfigCommand.js +3 -3
- package/dist-es/commands/CreateExperimentCommand.js +3 -3
- package/dist-es/commands/CreateFeatureGroupCommand.js +3 -3
- package/dist-es/commands/CreateFlowDefinitionCommand.js +3 -3
- package/dist-es/commands/CreateHumanTaskUiCommand.js +3 -3
- package/dist-es/commands/CreateHyperParameterTuningJobCommand.js +3 -3
- package/dist-es/commands/CreateImageCommand.js +3 -3
- package/dist-es/commands/CreateImageVersionCommand.js +3 -3
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +3 -3
- package/dist-es/commands/CreateLabelingJobCommand.js +3 -3
- package/dist-es/commands/CreateModelBiasJobDefinitionCommand.js +3 -3
- package/dist-es/commands/CreateModelCommand.js +3 -3
- package/dist-es/commands/CreateModelExplainabilityJobDefinitionCommand.js +3 -3
- package/dist-es/commands/CreateModelPackageCommand.js +3 -3
- package/dist-es/commands/CreateModelPackageGroupCommand.js +3 -3
- package/dist-es/commands/CreateModelQualityJobDefinitionCommand.js +3 -3
- package/dist-es/commands/CreateMonitoringScheduleCommand.js +3 -3
- package/dist-es/commands/CreateNotebookInstanceCommand.js +3 -3
- package/dist-es/commands/CreateNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-es/commands/CreatePipelineCommand.js +3 -3
- package/dist-es/commands/CreatePresignedDomainUrlCommand.js +3 -3
- package/dist-es/commands/CreatePresignedNotebookInstanceUrlCommand.js +3 -3
- package/dist-es/commands/CreateProcessingJobCommand.js +3 -3
- package/dist-es/commands/CreateProjectCommand.js +3 -3
- package/dist-es/commands/CreateStudioLifecycleConfigCommand.js +3 -3
- package/dist-es/commands/CreateTrainingJobCommand.js +3 -3
- package/dist-es/commands/CreateTransformJobCommand.js +3 -3
- package/dist-es/commands/CreateTrialCommand.js +3 -3
- package/dist-es/commands/CreateTrialComponentCommand.js +3 -3
- package/dist-es/commands/CreateUserProfileCommand.js +3 -3
- package/dist-es/commands/CreateWorkforceCommand.js +3 -3
- package/dist-es/commands/CreateWorkteamCommand.js +3 -3
- package/dist-es/commands/DeleteActionCommand.js +3 -3
- package/dist-es/commands/DeleteAlgorithmCommand.js +2 -2
- package/dist-es/commands/DeleteAppCommand.js +2 -2
- package/dist-es/commands/DeleteAppImageConfigCommand.js +2 -2
- package/dist-es/commands/DeleteArtifactCommand.js +3 -3
- package/dist-es/commands/DeleteAssociationCommand.js +3 -3
- package/dist-es/commands/DeleteCodeRepositoryCommand.js +2 -2
- package/dist-es/commands/DeleteContextCommand.js +3 -3
- package/dist-es/commands/DeleteDataQualityJobDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteDeviceFleetCommand.js +2 -2
- package/dist-es/commands/DeleteDomainCommand.js +2 -2
- package/dist-es/commands/DeleteEdgeDeploymentPlanCommand.js +39 -0
- package/dist-es/commands/DeleteEdgeDeploymentStageCommand.js +39 -0
- package/dist-es/commands/DeleteEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointConfigCommand.js +2 -2
- package/dist-es/commands/DeleteExperimentCommand.js +3 -3
- package/dist-es/commands/DeleteFeatureGroupCommand.js +2 -2
- package/dist-es/commands/DeleteFlowDefinitionCommand.js +3 -3
- package/dist-es/commands/DeleteHumanTaskUiCommand.js +3 -3
- package/dist-es/commands/DeleteImageCommand.js +3 -3
- package/dist-es/commands/DeleteImageVersionCommand.js +3 -3
- package/dist-es/commands/DeleteModelBiasJobDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteModelCommand.js +2 -2
- package/dist-es/commands/DeleteModelExplainabilityJobDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteModelPackageCommand.js +2 -2
- package/dist-es/commands/DeleteModelPackageGroupCommand.js +2 -2
- package/dist-es/commands/DeleteModelPackageGroupPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteModelQualityJobDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteMonitoringScheduleCommand.js +2 -2
- package/dist-es/commands/DeleteNotebookInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +2 -2
- package/dist-es/commands/DeletePipelineCommand.js +3 -3
- package/dist-es/commands/DeleteProjectCommand.js +2 -2
- package/dist-es/commands/DeleteStudioLifecycleConfigCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +3 -3
- package/dist-es/commands/DeleteTrialCommand.js +3 -3
- package/dist-es/commands/DeleteTrialComponentCommand.js +3 -3
- package/dist-es/commands/DeleteUserProfileCommand.js +2 -2
- package/dist-es/commands/DeleteWorkforceCommand.js +3 -3
- package/dist-es/commands/DeleteWorkteamCommand.js +3 -3
- package/dist-es/commands/DeregisterDevicesCommand.js +2 -2
- package/dist-es/commands/DescribeActionCommand.js +3 -3
- package/dist-es/commands/DescribeAlgorithmCommand.js +3 -3
- package/dist-es/commands/DescribeAppCommand.js +3 -3
- package/dist-es/commands/DescribeAppImageConfigCommand.js +3 -3
- package/dist-es/commands/DescribeArtifactCommand.js +3 -3
- package/dist-es/commands/DescribeAutoMLJobCommand.js +3 -3
- package/dist-es/commands/DescribeCodeRepositoryCommand.js +3 -3
- package/dist-es/commands/DescribeCompilationJobCommand.js +3 -3
- package/dist-es/commands/DescribeContextCommand.js +3 -3
- package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeDeviceCommand.js +3 -3
- package/dist-es/commands/DescribeDeviceFleetCommand.js +3 -3
- package/dist-es/commands/DescribeDomainCommand.js +3 -3
- package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +39 -0
- package/dist-es/commands/DescribeEdgePackagingJobCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointConfigCommand.js +3 -3
- package/dist-es/commands/DescribeExperimentCommand.js +3 -3
- package/dist-es/commands/DescribeFeatureGroupCommand.js +3 -3
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +3 -3
- package/dist-es/commands/DescribeFlowDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeHumanTaskUiCommand.js +3 -3
- package/dist-es/commands/DescribeHyperParameterTuningJobCommand.js +3 -3
- package/dist-es/commands/DescribeImageCommand.js +3 -3
- package/dist-es/commands/DescribeImageVersionCommand.js +3 -3
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +3 -4
- package/dist-es/commands/DescribeLabelingJobCommand.js +3 -3
- package/dist-es/commands/DescribeLineageGroupCommand.js +3 -3
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeModelCommand.js +3 -3
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeModelPackageCommand.js +3 -3
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +3 -3
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +3 -3
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +3 -3
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-es/commands/DescribePipelineCommand.js +3 -3
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
- package/dist-es/commands/DescribePipelineExecutionCommand.js +3 -3
- package/dist-es/commands/DescribeProcessingJobCommand.js +3 -3
- package/dist-es/commands/DescribeProjectCommand.js +3 -3
- package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +3 -3
- package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +3 -3
- package/dist-es/commands/DescribeTrainingJobCommand.js +3 -3
- package/dist-es/commands/DescribeTransformJobCommand.js +3 -3
- package/dist-es/commands/DescribeTrialCommand.js +3 -3
- package/dist-es/commands/DescribeTrialComponentCommand.js +3 -3
- package/dist-es/commands/DescribeUserProfileCommand.js +3 -3
- package/dist-es/commands/DescribeWorkforceCommand.js +3 -3
- package/dist-es/commands/DescribeWorkteamCommand.js +3 -3
- package/dist-es/commands/DisableSagemakerServicecatalogPortfolioCommand.js +3 -3
- package/dist-es/commands/DisassociateTrialComponentCommand.js +3 -3
- package/dist-es/commands/EnableSagemakerServicecatalogPortfolioCommand.js +3 -3
- package/dist-es/commands/GetDeviceFleetReportCommand.js +3 -3
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +3 -3
- package/dist-es/commands/GetModelPackageGroupPolicyCommand.js +3 -3
- package/dist-es/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +3 -3
- package/dist-es/commands/GetSearchSuggestionsCommand.js +3 -3
- package/dist-es/commands/ListActionsCommand.js +3 -3
- package/dist-es/commands/ListAlgorithmsCommand.js +3 -3
- package/dist-es/commands/ListAppImageConfigsCommand.js +3 -3
- package/dist-es/commands/ListAppsCommand.js +3 -3
- package/dist-es/commands/ListArtifactsCommand.js +3 -3
- package/dist-es/commands/ListAssociationsCommand.js +3 -3
- package/dist-es/commands/ListAutoMLJobsCommand.js +3 -3
- package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +3 -3
- package/dist-es/commands/ListCodeRepositoriesCommand.js +3 -3
- package/dist-es/commands/ListCompilationJobsCommand.js +3 -3
- package/dist-es/commands/ListContextsCommand.js +3 -3
- package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListDeviceFleetsCommand.js +3 -3
- package/dist-es/commands/ListDevicesCommand.js +3 -3
- package/dist-es/commands/ListDomainsCommand.js +3 -3
- package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +39 -0
- package/dist-es/commands/ListEdgePackagingJobsCommand.js +3 -3
- package/dist-es/commands/ListEndpointConfigsCommand.js +3 -3
- package/dist-es/commands/ListEndpointsCommand.js +3 -3
- package/dist-es/commands/ListExperimentsCommand.js +3 -3
- package/dist-es/commands/ListFeatureGroupsCommand.js +3 -3
- package/dist-es/commands/ListFlowDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListHumanTaskUisCommand.js +3 -3
- package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +3 -3
- package/dist-es/commands/ListImageVersionsCommand.js +3 -3
- package/dist-es/commands/ListImagesCommand.js +3 -3
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +3 -3
- package/dist-es/commands/ListLabelingJobsCommand.js +3 -3
- package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +3 -3
- package/dist-es/commands/ListLineageGroupsCommand.js +3 -3
- package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListModelMetadataCommand.js +3 -3
- package/dist-es/commands/ListModelPackageGroupsCommand.js +3 -3
- package/dist-es/commands/ListModelPackagesCommand.js +3 -3
- package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListModelsCommand.js +3 -3
- package/dist-es/commands/ListMonitoringExecutionsCommand.js +3 -3
- package/dist-es/commands/ListMonitoringSchedulesCommand.js +3 -3
- package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +3 -3
- package/dist-es/commands/ListNotebookInstancesCommand.js +3 -3
- package/dist-es/commands/ListPipelineExecutionStepsCommand.js +3 -3
- package/dist-es/commands/ListPipelineExecutionsCommand.js +3 -3
- package/dist-es/commands/ListPipelineParametersForExecutionCommand.js +3 -3
- package/dist-es/commands/ListPipelinesCommand.js +3 -3
- package/dist-es/commands/ListProcessingJobsCommand.js +3 -3
- package/dist-es/commands/ListProjectsCommand.js +3 -3
- package/dist-es/commands/ListStageDevicesCommand.js +39 -0
- package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +3 -3
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +3 -3
- package/dist-es/commands/ListTagsCommand.js +3 -3
- package/dist-es/commands/ListTrainingJobsCommand.js +3 -3
- package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +3 -3
- package/dist-es/commands/ListTransformJobsCommand.js +3 -3
- package/dist-es/commands/ListTrialComponentsCommand.js +3 -3
- package/dist-es/commands/ListTrialsCommand.js +3 -3
- package/dist-es/commands/ListUserProfilesCommand.js +3 -3
- package/dist-es/commands/ListWorkforcesCommand.js +3 -3
- package/dist-es/commands/ListWorkteamsCommand.js +3 -3
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +3 -3
- package/dist-es/commands/QueryLineageCommand.js +3 -3
- package/dist-es/commands/RegisterDevicesCommand.js +2 -2
- package/dist-es/commands/RenderUiTemplateCommand.js +3 -3
- package/dist-es/commands/RetryPipelineExecutionCommand.js +3 -3
- package/dist-es/commands/SearchCommand.js +3 -3
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
- package/dist-es/commands/StartEdgeDeploymentStageCommand.js +39 -0
- package/dist-es/commands/StartMonitoringScheduleCommand.js +2 -2
- package/dist-es/commands/StartNotebookInstanceCommand.js +2 -2
- package/dist-es/commands/StartPipelineExecutionCommand.js +3 -3
- package/dist-es/commands/StopAutoMLJobCommand.js +2 -2
- package/dist-es/commands/StopCompilationJobCommand.js +2 -2
- package/dist-es/commands/StopEdgeDeploymentStageCommand.js +39 -0
- package/dist-es/commands/StopEdgePackagingJobCommand.js +2 -2
- package/dist-es/commands/StopHyperParameterTuningJobCommand.js +2 -2
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +2 -2
- package/dist-es/commands/StopLabelingJobCommand.js +2 -2
- package/dist-es/commands/StopMonitoringScheduleCommand.js +2 -2
- package/dist-es/commands/StopNotebookInstanceCommand.js +2 -2
- package/dist-es/commands/StopPipelineExecutionCommand.js +3 -3
- package/dist-es/commands/StopProcessingJobCommand.js +2 -2
- package/dist-es/commands/StopTrainingJobCommand.js +2 -2
- package/dist-es/commands/StopTransformJobCommand.js +2 -2
- package/dist-es/commands/UpdateActionCommand.js +3 -3
- package/dist-es/commands/UpdateAppImageConfigCommand.js +3 -3
- package/dist-es/commands/UpdateArtifactCommand.js +3 -3
- package/dist-es/commands/UpdateCodeRepositoryCommand.js +3 -3
- package/dist-es/commands/UpdateContextCommand.js +3 -3
- package/dist-es/commands/UpdateDeviceFleetCommand.js +2 -2
- package/dist-es/commands/UpdateDevicesCommand.js +2 -2
- package/dist-es/commands/UpdateDomainCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +3 -3
- package/dist-es/commands/UpdateExperimentCommand.js +3 -3
- package/dist-es/commands/UpdateFeatureGroupCommand.js +3 -3
- package/dist-es/commands/UpdateFeatureMetadataCommand.js +2 -2
- package/dist-es/commands/UpdateImageCommand.js +3 -3
- package/dist-es/commands/UpdateModelPackageCommand.js +3 -3
- package/dist-es/commands/UpdateMonitoringScheduleCommand.js +3 -3
- package/dist-es/commands/UpdateNotebookInstanceCommand.js +3 -3
- package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-es/commands/UpdatePipelineCommand.js +3 -3
- package/dist-es/commands/UpdatePipelineExecutionCommand.js +3 -3
- package/dist-es/commands/UpdateProjectCommand.js +3 -3
- package/dist-es/commands/UpdateTrainingJobCommand.js +3 -3
- package/dist-es/commands/UpdateTrialCommand.js +3 -3
- package/dist-es/commands/UpdateTrialComponentCommand.js +3 -3
- package/dist-es/commands/UpdateUserProfileCommand.js +3 -3
- package/dist-es/commands/UpdateWorkforceCommand.js +3 -3
- package/dist-es/commands/UpdateWorkteamCommand.js +3 -3
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +225 -865
- package/dist-es/models/models_1.js +298 -1109
- package/dist-es/models/models_2.js +294 -985
- package/dist-es/models/models_3.js +188 -561
- package/dist-es/pagination/ListEdgeDeploymentPlansPaginator.js +75 -0
- package/dist-es/pagination/ListStageDevicesPaginator.js +75 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +798 -12
- package/dist-types/SageMaker.d.ts +63 -0
- package/dist-types/SageMakerClient.d.ts +11 -2
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +35 -0
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +35 -0
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +35 -0
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -2
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +35 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +35 -0
- package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +35 -0
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +950 -1679
- package/dist-types/models/models_1.d.ts +1609 -2002
- package/dist-types/models/models_2.d.ts +1486 -1953
- package/dist-types/models/models_3.d.ts +2895 -2490
- package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStageDevicesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +45 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
- package/dist-types/ts3.4/commands/CreateEdgeDeploymentPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEdgeDeploymentStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEdgeDeploymentPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEdgeDeploymentStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListEdgeDeploymentPlansCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartEdgeDeploymentStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopEdgeDeploymentStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +483 -952
- package/dist-types/ts3.4/models/models_1.d.ts +704 -1241
- package/dist-types/ts3.4/models/models_2.d.ts +735 -1192
- package/dist-types/ts3.4/models/models_3.d.ts +592 -546
- package/dist-types/ts3.4/pagination/ListEdgeDeploymentPlansPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStageDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
- package/package.json +6 -6
|
@@ -1,4 +1,104 @@
|
|
|
1
|
-
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchStrategy, Bias, CaptureStatus, CategoricalParameter, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContentClassifier, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeploymentConfig, DomainSettings, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, GitConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource,
|
|
1
|
+
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchStrategy, Bias, CaptureStatus, CategoricalParameter, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContentClassifier, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, GitConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTuningJobObjective, HyperParameterTuningJobStrategyType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OutputDataConfig, ParameterRanges, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, PublicWorkforceTaskPrice, ResourceConfig, ResourceLimits, ResourceSpec, StoppingCondition, Tag, TrainingInputMode, TrainingJobEarlyStoppingType, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, TuningJobCompletionCriteria, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
|
|
3
|
+
export interface HyperParameterTuningJobConfig {
|
|
4
|
+
|
|
5
|
+
Strategy: HyperParameterTuningJobStrategyType | string | undefined;
|
|
6
|
+
|
|
7
|
+
HyperParameterTuningJobObjective?: HyperParameterTuningJobObjective;
|
|
8
|
+
|
|
9
|
+
ResourceLimits: ResourceLimits | undefined;
|
|
10
|
+
|
|
11
|
+
ParameterRanges?: ParameterRanges;
|
|
12
|
+
|
|
13
|
+
TrainingJobEarlyStoppingType?: TrainingJobEarlyStoppingType | string;
|
|
14
|
+
|
|
15
|
+
TuningJobCompletionCriteria?: TuningJobCompletionCriteria;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface HyperParameterAlgorithmSpecification {
|
|
19
|
+
|
|
20
|
+
TrainingImage?: string;
|
|
21
|
+
|
|
22
|
+
TrainingInputMode: TrainingInputMode | string | undefined;
|
|
23
|
+
|
|
24
|
+
AlgorithmName?: string;
|
|
25
|
+
|
|
26
|
+
MetricDefinitions?: MetricDefinition[];
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface RetryStrategy {
|
|
30
|
+
|
|
31
|
+
MaximumRetryAttempts: number | undefined;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface HyperParameterTrainingJobDefinition {
|
|
35
|
+
|
|
36
|
+
DefinitionName?: string;
|
|
37
|
+
|
|
38
|
+
TuningObjective?: HyperParameterTuningJobObjective;
|
|
39
|
+
|
|
40
|
+
HyperParameterRanges?: ParameterRanges;
|
|
41
|
+
|
|
42
|
+
StaticHyperParameters?: Record<string, string>;
|
|
43
|
+
|
|
44
|
+
AlgorithmSpecification: HyperParameterAlgorithmSpecification | undefined;
|
|
45
|
+
|
|
46
|
+
RoleArn: string | undefined;
|
|
47
|
+
|
|
48
|
+
InputDataConfig?: Channel[];
|
|
49
|
+
|
|
50
|
+
VpcConfig?: VpcConfig;
|
|
51
|
+
|
|
52
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
53
|
+
|
|
54
|
+
ResourceConfig: ResourceConfig | undefined;
|
|
55
|
+
|
|
56
|
+
StoppingCondition: StoppingCondition | undefined;
|
|
57
|
+
|
|
58
|
+
EnableNetworkIsolation?: boolean;
|
|
59
|
+
|
|
60
|
+
EnableInterContainerTrafficEncryption?: boolean;
|
|
61
|
+
|
|
62
|
+
EnableManagedSpotTraining?: boolean;
|
|
63
|
+
|
|
64
|
+
CheckpointConfig?: CheckpointConfig;
|
|
65
|
+
|
|
66
|
+
RetryStrategy?: RetryStrategy;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export interface ParentHyperParameterTuningJob {
|
|
70
|
+
|
|
71
|
+
HyperParameterTuningJobName?: string;
|
|
72
|
+
}
|
|
73
|
+
export declare enum HyperParameterTuningJobWarmStartType {
|
|
74
|
+
IDENTICAL_DATA_AND_ALGORITHM = "IdenticalDataAndAlgorithm",
|
|
75
|
+
TRANSFER_LEARNING = "TransferLearning"
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export interface HyperParameterTuningJobWarmStartConfig {
|
|
79
|
+
|
|
80
|
+
ParentHyperParameterTuningJobs: ParentHyperParameterTuningJob[] | undefined;
|
|
81
|
+
|
|
82
|
+
WarmStartType: HyperParameterTuningJobWarmStartType | string | undefined;
|
|
83
|
+
}
|
|
84
|
+
export interface CreateHyperParameterTuningJobRequest {
|
|
85
|
+
|
|
86
|
+
HyperParameterTuningJobName: string | undefined;
|
|
87
|
+
|
|
88
|
+
HyperParameterTuningJobConfig: HyperParameterTuningJobConfig | undefined;
|
|
89
|
+
|
|
90
|
+
TrainingJobDefinition?: HyperParameterTrainingJobDefinition;
|
|
91
|
+
|
|
92
|
+
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[];
|
|
93
|
+
|
|
94
|
+
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
|
|
95
|
+
|
|
96
|
+
Tags?: Tag[];
|
|
97
|
+
}
|
|
98
|
+
export interface CreateHyperParameterTuningJobResponse {
|
|
99
|
+
|
|
100
|
+
HyperParameterTuningJobArn: string | undefined;
|
|
101
|
+
}
|
|
2
102
|
export interface CreateImageRequest {
|
|
3
103
|
|
|
4
104
|
Description?: string;
|
|
@@ -11,18 +111,10 @@ export interface CreateImageRequest {
|
|
|
11
111
|
|
|
12
112
|
Tags?: Tag[];
|
|
13
113
|
}
|
|
14
|
-
export declare namespace CreateImageRequest {
|
|
15
|
-
|
|
16
|
-
const filterSensitiveLog: (obj: CreateImageRequest) => any;
|
|
17
|
-
}
|
|
18
114
|
export interface CreateImageResponse {
|
|
19
115
|
|
|
20
116
|
ImageArn?: string;
|
|
21
117
|
}
|
|
22
|
-
export declare namespace CreateImageResponse {
|
|
23
|
-
|
|
24
|
-
const filterSensitiveLog: (obj: CreateImageResponse) => any;
|
|
25
|
-
}
|
|
26
118
|
export interface CreateImageVersionRequest {
|
|
27
119
|
|
|
28
120
|
BaseImage: string | undefined;
|
|
@@ -31,27 +123,15 @@ export interface CreateImageVersionRequest {
|
|
|
31
123
|
|
|
32
124
|
ImageName: string | undefined;
|
|
33
125
|
}
|
|
34
|
-
export declare namespace CreateImageVersionRequest {
|
|
35
|
-
|
|
36
|
-
const filterSensitiveLog: (obj: CreateImageVersionRequest) => any;
|
|
37
|
-
}
|
|
38
126
|
export interface CreateImageVersionResponse {
|
|
39
127
|
|
|
40
128
|
ImageVersionArn?: string;
|
|
41
129
|
}
|
|
42
|
-
export declare namespace CreateImageVersionResponse {
|
|
43
|
-
|
|
44
|
-
const filterSensitiveLog: (obj: CreateImageVersionResponse) => any;
|
|
45
|
-
}
|
|
46
130
|
|
|
47
131
|
export interface EnvironmentParameterRanges {
|
|
48
132
|
|
|
49
133
|
CategoricalParameterRanges?: CategoricalParameter[];
|
|
50
134
|
}
|
|
51
|
-
export declare namespace EnvironmentParameterRanges {
|
|
52
|
-
|
|
53
|
-
const filterSensitiveLog: (obj: EnvironmentParameterRanges) => any;
|
|
54
|
-
}
|
|
55
135
|
|
|
56
136
|
export interface EndpointInputConfiguration {
|
|
57
137
|
|
|
@@ -61,10 +141,6 @@ export interface EndpointInputConfiguration {
|
|
|
61
141
|
|
|
62
142
|
EnvironmentParameterRanges?: EnvironmentParameterRanges;
|
|
63
143
|
}
|
|
64
|
-
export declare namespace EndpointInputConfiguration {
|
|
65
|
-
|
|
66
|
-
const filterSensitiveLog: (obj: EndpointInputConfiguration) => any;
|
|
67
|
-
}
|
|
68
144
|
|
|
69
145
|
export interface RecommendationJobResourceLimit {
|
|
70
146
|
|
|
@@ -72,10 +148,6 @@ export interface RecommendationJobResourceLimit {
|
|
|
72
148
|
|
|
73
149
|
MaxParallelOfTests?: number;
|
|
74
150
|
}
|
|
75
|
-
export declare namespace RecommendationJobResourceLimit {
|
|
76
|
-
|
|
77
|
-
const filterSensitiveLog: (obj: RecommendationJobResourceLimit) => any;
|
|
78
|
-
}
|
|
79
151
|
|
|
80
152
|
export interface Phase {
|
|
81
153
|
|
|
@@ -85,10 +157,6 @@ export interface Phase {
|
|
|
85
157
|
|
|
86
158
|
DurationInSeconds?: number;
|
|
87
159
|
}
|
|
88
|
-
export declare namespace Phase {
|
|
89
|
-
|
|
90
|
-
const filterSensitiveLog: (obj: Phase) => any;
|
|
91
|
-
}
|
|
92
160
|
export declare enum TrafficType {
|
|
93
161
|
PHASES = "PHASES"
|
|
94
162
|
}
|
|
@@ -99,10 +167,6 @@ export interface TrafficPattern {
|
|
|
99
167
|
|
|
100
168
|
Phases?: Phase[];
|
|
101
169
|
}
|
|
102
|
-
export declare namespace TrafficPattern {
|
|
103
|
-
|
|
104
|
-
const filterSensitiveLog: (obj: TrafficPattern) => any;
|
|
105
|
-
}
|
|
106
170
|
|
|
107
171
|
export interface RecommendationJobInputConfig {
|
|
108
172
|
|
|
@@ -118,10 +182,6 @@ export interface RecommendationJobInputConfig {
|
|
|
118
182
|
|
|
119
183
|
VolumeKmsKeyId?: string;
|
|
120
184
|
}
|
|
121
|
-
export declare namespace RecommendationJobInputConfig {
|
|
122
|
-
|
|
123
|
-
const filterSensitiveLog: (obj: RecommendationJobInputConfig) => any;
|
|
124
|
-
}
|
|
125
185
|
export declare enum RecommendationJobType {
|
|
126
186
|
ADVANCED = "Advanced",
|
|
127
187
|
DEFAULT = "Default"
|
|
@@ -131,10 +191,6 @@ export interface RecommendationJobCompiledOutputConfig {
|
|
|
131
191
|
|
|
132
192
|
S3OutputUri?: string;
|
|
133
193
|
}
|
|
134
|
-
export declare namespace RecommendationJobCompiledOutputConfig {
|
|
135
|
-
|
|
136
|
-
const filterSensitiveLog: (obj: RecommendationJobCompiledOutputConfig) => any;
|
|
137
|
-
}
|
|
138
194
|
|
|
139
195
|
export interface RecommendationJobOutputConfig {
|
|
140
196
|
|
|
@@ -142,10 +198,6 @@ export interface RecommendationJobOutputConfig {
|
|
|
142
198
|
|
|
143
199
|
CompiledOutputConfig?: RecommendationJobCompiledOutputConfig;
|
|
144
200
|
}
|
|
145
|
-
export declare namespace RecommendationJobOutputConfig {
|
|
146
|
-
|
|
147
|
-
const filterSensitiveLog: (obj: RecommendationJobOutputConfig) => any;
|
|
148
|
-
}
|
|
149
201
|
|
|
150
202
|
export interface ModelLatencyThreshold {
|
|
151
203
|
|
|
@@ -153,10 +205,6 @@ export interface ModelLatencyThreshold {
|
|
|
153
205
|
|
|
154
206
|
ValueInMilliseconds?: number;
|
|
155
207
|
}
|
|
156
|
-
export declare namespace ModelLatencyThreshold {
|
|
157
|
-
|
|
158
|
-
const filterSensitiveLog: (obj: ModelLatencyThreshold) => any;
|
|
159
|
-
}
|
|
160
208
|
|
|
161
209
|
export interface RecommendationJobStoppingConditions {
|
|
162
210
|
|
|
@@ -164,10 +212,6 @@ export interface RecommendationJobStoppingConditions {
|
|
|
164
212
|
|
|
165
213
|
ModelLatencyThresholds?: ModelLatencyThreshold[];
|
|
166
214
|
}
|
|
167
|
-
export declare namespace RecommendationJobStoppingConditions {
|
|
168
|
-
|
|
169
|
-
const filterSensitiveLog: (obj: RecommendationJobStoppingConditions) => any;
|
|
170
|
-
}
|
|
171
215
|
export interface CreateInferenceRecommendationsJobRequest {
|
|
172
216
|
|
|
173
217
|
JobName: string | undefined;
|
|
@@ -186,18 +230,10 @@ export interface CreateInferenceRecommendationsJobRequest {
|
|
|
186
230
|
|
|
187
231
|
Tags?: Tag[];
|
|
188
232
|
}
|
|
189
|
-
export declare namespace CreateInferenceRecommendationsJobRequest {
|
|
190
|
-
|
|
191
|
-
const filterSensitiveLog: (obj: CreateInferenceRecommendationsJobRequest) => any;
|
|
192
|
-
}
|
|
193
233
|
export interface CreateInferenceRecommendationsJobResponse {
|
|
194
234
|
|
|
195
235
|
JobArn: string | undefined;
|
|
196
236
|
}
|
|
197
|
-
export declare namespace CreateInferenceRecommendationsJobResponse {
|
|
198
|
-
|
|
199
|
-
const filterSensitiveLog: (obj: CreateInferenceRecommendationsJobResponse) => any;
|
|
200
|
-
}
|
|
201
237
|
|
|
202
238
|
export interface UiConfig {
|
|
203
239
|
|
|
@@ -205,10 +241,6 @@ export interface UiConfig {
|
|
|
205
241
|
|
|
206
242
|
HumanTaskUiArn?: string;
|
|
207
243
|
}
|
|
208
|
-
export declare namespace UiConfig {
|
|
209
|
-
|
|
210
|
-
const filterSensitiveLog: (obj: UiConfig) => any;
|
|
211
|
-
}
|
|
212
244
|
|
|
213
245
|
export interface HumanTaskConfig {
|
|
214
246
|
|
|
@@ -236,37 +268,21 @@ export interface HumanTaskConfig {
|
|
|
236
268
|
|
|
237
269
|
PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
|
|
238
270
|
}
|
|
239
|
-
export declare namespace HumanTaskConfig {
|
|
240
|
-
|
|
241
|
-
const filterSensitiveLog: (obj: HumanTaskConfig) => any;
|
|
242
|
-
}
|
|
243
271
|
|
|
244
272
|
export interface LabelingJobDataAttributes {
|
|
245
273
|
|
|
246
274
|
ContentClassifiers?: (ContentClassifier | string)[];
|
|
247
275
|
}
|
|
248
|
-
export declare namespace LabelingJobDataAttributes {
|
|
249
|
-
|
|
250
|
-
const filterSensitiveLog: (obj: LabelingJobDataAttributes) => any;
|
|
251
|
-
}
|
|
252
276
|
|
|
253
277
|
export interface LabelingJobS3DataSource {
|
|
254
278
|
|
|
255
279
|
ManifestS3Uri: string | undefined;
|
|
256
280
|
}
|
|
257
|
-
export declare namespace LabelingJobS3DataSource {
|
|
258
|
-
|
|
259
|
-
const filterSensitiveLog: (obj: LabelingJobS3DataSource) => any;
|
|
260
|
-
}
|
|
261
281
|
|
|
262
282
|
export interface LabelingJobSnsDataSource {
|
|
263
283
|
|
|
264
284
|
SnsTopicArn: string | undefined;
|
|
265
285
|
}
|
|
266
|
-
export declare namespace LabelingJobSnsDataSource {
|
|
267
|
-
|
|
268
|
-
const filterSensitiveLog: (obj: LabelingJobSnsDataSource) => any;
|
|
269
|
-
}
|
|
270
286
|
|
|
271
287
|
export interface LabelingJobDataSource {
|
|
272
288
|
|
|
@@ -274,10 +290,6 @@ export interface LabelingJobDataSource {
|
|
|
274
290
|
|
|
275
291
|
SnsDataSource?: LabelingJobSnsDataSource;
|
|
276
292
|
}
|
|
277
|
-
export declare namespace LabelingJobDataSource {
|
|
278
|
-
|
|
279
|
-
const filterSensitiveLog: (obj: LabelingJobDataSource) => any;
|
|
280
|
-
}
|
|
281
293
|
|
|
282
294
|
export interface LabelingJobInputConfig {
|
|
283
295
|
|
|
@@ -285,10 +297,6 @@ export interface LabelingJobInputConfig {
|
|
|
285
297
|
|
|
286
298
|
DataAttributes?: LabelingJobDataAttributes;
|
|
287
299
|
}
|
|
288
|
-
export declare namespace LabelingJobInputConfig {
|
|
289
|
-
|
|
290
|
-
const filterSensitiveLog: (obj: LabelingJobInputConfig) => any;
|
|
291
|
-
}
|
|
292
300
|
|
|
293
301
|
export interface LabelingJobResourceConfig {
|
|
294
302
|
|
|
@@ -296,10 +304,6 @@ export interface LabelingJobResourceConfig {
|
|
|
296
304
|
|
|
297
305
|
VpcConfig?: VpcConfig;
|
|
298
306
|
}
|
|
299
|
-
export declare namespace LabelingJobResourceConfig {
|
|
300
|
-
|
|
301
|
-
const filterSensitiveLog: (obj: LabelingJobResourceConfig) => any;
|
|
302
|
-
}
|
|
303
307
|
|
|
304
308
|
export interface LabelingJobAlgorithmsConfig {
|
|
305
309
|
|
|
@@ -309,10 +313,6 @@ export interface LabelingJobAlgorithmsConfig {
|
|
|
309
313
|
|
|
310
314
|
LabelingJobResourceConfig?: LabelingJobResourceConfig;
|
|
311
315
|
}
|
|
312
|
-
export declare namespace LabelingJobAlgorithmsConfig {
|
|
313
|
-
|
|
314
|
-
const filterSensitiveLog: (obj: LabelingJobAlgorithmsConfig) => any;
|
|
315
|
-
}
|
|
316
316
|
|
|
317
317
|
export interface LabelingJobOutputConfig {
|
|
318
318
|
|
|
@@ -322,10 +322,6 @@ export interface LabelingJobOutputConfig {
|
|
|
322
322
|
|
|
323
323
|
SnsTopicArn?: string;
|
|
324
324
|
}
|
|
325
|
-
export declare namespace LabelingJobOutputConfig {
|
|
326
|
-
|
|
327
|
-
const filterSensitiveLog: (obj: LabelingJobOutputConfig) => any;
|
|
328
|
-
}
|
|
329
325
|
|
|
330
326
|
export interface LabelingJobStoppingConditions {
|
|
331
327
|
|
|
@@ -333,10 +329,6 @@ export interface LabelingJobStoppingConditions {
|
|
|
333
329
|
|
|
334
330
|
MaxPercentageOfInputDatasetLabeled?: number;
|
|
335
331
|
}
|
|
336
|
-
export declare namespace LabelingJobStoppingConditions {
|
|
337
|
-
|
|
338
|
-
const filterSensitiveLog: (obj: LabelingJobStoppingConditions) => any;
|
|
339
|
-
}
|
|
340
332
|
export interface CreateLabelingJobRequest {
|
|
341
333
|
|
|
342
334
|
LabelingJobName: string | undefined;
|
|
@@ -359,18 +351,10 @@ export interface CreateLabelingJobRequest {
|
|
|
359
351
|
|
|
360
352
|
Tags?: Tag[];
|
|
361
353
|
}
|
|
362
|
-
export declare namespace CreateLabelingJobRequest {
|
|
363
|
-
|
|
364
|
-
const filterSensitiveLog: (obj: CreateLabelingJobRequest) => any;
|
|
365
|
-
}
|
|
366
354
|
export interface CreateLabelingJobResponse {
|
|
367
355
|
|
|
368
356
|
LabelingJobArn: string | undefined;
|
|
369
357
|
}
|
|
370
|
-
export declare namespace CreateLabelingJobResponse {
|
|
371
|
-
|
|
372
|
-
const filterSensitiveLog: (obj: CreateLabelingJobResponse) => any;
|
|
373
|
-
}
|
|
374
358
|
export declare enum InferenceExecutionMode {
|
|
375
359
|
DIRECT = "Direct",
|
|
376
360
|
SERIAL = "Serial"
|
|
@@ -380,10 +364,6 @@ export interface InferenceExecutionConfig {
|
|
|
380
364
|
|
|
381
365
|
Mode: InferenceExecutionMode | string | undefined;
|
|
382
366
|
}
|
|
383
|
-
export declare namespace InferenceExecutionConfig {
|
|
384
|
-
|
|
385
|
-
const filterSensitiveLog: (obj: InferenceExecutionConfig) => any;
|
|
386
|
-
}
|
|
387
367
|
export interface CreateModelInput {
|
|
388
368
|
|
|
389
369
|
ModelName: string | undefined;
|
|
@@ -402,18 +382,10 @@ export interface CreateModelInput {
|
|
|
402
382
|
|
|
403
383
|
EnableNetworkIsolation?: boolean;
|
|
404
384
|
}
|
|
405
|
-
export declare namespace CreateModelInput {
|
|
406
|
-
|
|
407
|
-
const filterSensitiveLog: (obj: CreateModelInput) => any;
|
|
408
|
-
}
|
|
409
385
|
export interface CreateModelOutput {
|
|
410
386
|
|
|
411
387
|
ModelArn: string | undefined;
|
|
412
388
|
}
|
|
413
|
-
export declare namespace CreateModelOutput {
|
|
414
|
-
|
|
415
|
-
const filterSensitiveLog: (obj: CreateModelOutput) => any;
|
|
416
|
-
}
|
|
417
389
|
|
|
418
390
|
export interface ModelBiasAppSpecification {
|
|
419
391
|
|
|
@@ -423,10 +395,6 @@ export interface ModelBiasAppSpecification {
|
|
|
423
395
|
|
|
424
396
|
Environment?: Record<string, string>;
|
|
425
397
|
}
|
|
426
|
-
export declare namespace ModelBiasAppSpecification {
|
|
427
|
-
|
|
428
|
-
const filterSensitiveLog: (obj: ModelBiasAppSpecification) => any;
|
|
429
|
-
}
|
|
430
398
|
|
|
431
399
|
export interface ModelBiasBaselineConfig {
|
|
432
400
|
|
|
@@ -434,19 +402,11 @@ export interface ModelBiasBaselineConfig {
|
|
|
434
402
|
|
|
435
403
|
ConstraintsResource?: MonitoringConstraintsResource;
|
|
436
404
|
}
|
|
437
|
-
export declare namespace ModelBiasBaselineConfig {
|
|
438
|
-
|
|
439
|
-
const filterSensitiveLog: (obj: ModelBiasBaselineConfig) => any;
|
|
440
|
-
}
|
|
441
405
|
|
|
442
406
|
export interface MonitoringGroundTruthS3Input {
|
|
443
407
|
|
|
444
408
|
S3Uri?: string;
|
|
445
409
|
}
|
|
446
|
-
export declare namespace MonitoringGroundTruthS3Input {
|
|
447
|
-
|
|
448
|
-
const filterSensitiveLog: (obj: MonitoringGroundTruthS3Input) => any;
|
|
449
|
-
}
|
|
450
410
|
|
|
451
411
|
export interface ModelBiasJobInput {
|
|
452
412
|
|
|
@@ -454,10 +414,6 @@ export interface ModelBiasJobInput {
|
|
|
454
414
|
|
|
455
415
|
GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
|
|
456
416
|
}
|
|
457
|
-
export declare namespace ModelBiasJobInput {
|
|
458
|
-
|
|
459
|
-
const filterSensitiveLog: (obj: ModelBiasJobInput) => any;
|
|
460
|
-
}
|
|
461
417
|
export interface CreateModelBiasJobDefinitionRequest {
|
|
462
418
|
|
|
463
419
|
JobDefinitionName: string | undefined;
|
|
@@ -480,18 +436,10 @@ export interface CreateModelBiasJobDefinitionRequest {
|
|
|
480
436
|
|
|
481
437
|
Tags?: Tag[];
|
|
482
438
|
}
|
|
483
|
-
export declare namespace CreateModelBiasJobDefinitionRequest {
|
|
484
|
-
|
|
485
|
-
const filterSensitiveLog: (obj: CreateModelBiasJobDefinitionRequest) => any;
|
|
486
|
-
}
|
|
487
439
|
export interface CreateModelBiasJobDefinitionResponse {
|
|
488
440
|
|
|
489
441
|
JobDefinitionArn: string | undefined;
|
|
490
442
|
}
|
|
491
|
-
export declare namespace CreateModelBiasJobDefinitionResponse {
|
|
492
|
-
|
|
493
|
-
const filterSensitiveLog: (obj: CreateModelBiasJobDefinitionResponse) => any;
|
|
494
|
-
}
|
|
495
443
|
|
|
496
444
|
export interface ModelExplainabilityAppSpecification {
|
|
497
445
|
|
|
@@ -501,10 +449,6 @@ export interface ModelExplainabilityAppSpecification {
|
|
|
501
449
|
|
|
502
450
|
Environment?: Record<string, string>;
|
|
503
451
|
}
|
|
504
|
-
export declare namespace ModelExplainabilityAppSpecification {
|
|
505
|
-
|
|
506
|
-
const filterSensitiveLog: (obj: ModelExplainabilityAppSpecification) => any;
|
|
507
|
-
}
|
|
508
452
|
|
|
509
453
|
export interface ModelExplainabilityBaselineConfig {
|
|
510
454
|
|
|
@@ -512,19 +456,11 @@ export interface ModelExplainabilityBaselineConfig {
|
|
|
512
456
|
|
|
513
457
|
ConstraintsResource?: MonitoringConstraintsResource;
|
|
514
458
|
}
|
|
515
|
-
export declare namespace ModelExplainabilityBaselineConfig {
|
|
516
|
-
|
|
517
|
-
const filterSensitiveLog: (obj: ModelExplainabilityBaselineConfig) => any;
|
|
518
|
-
}
|
|
519
459
|
|
|
520
460
|
export interface ModelExplainabilityJobInput {
|
|
521
461
|
|
|
522
462
|
EndpointInput: EndpointInput | undefined;
|
|
523
463
|
}
|
|
524
|
-
export declare namespace ModelExplainabilityJobInput {
|
|
525
|
-
|
|
526
|
-
const filterSensitiveLog: (obj: ModelExplainabilityJobInput) => any;
|
|
527
|
-
}
|
|
528
464
|
export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
529
465
|
|
|
530
466
|
JobDefinitionName: string | undefined;
|
|
@@ -547,18 +483,10 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
|
547
483
|
|
|
548
484
|
Tags?: Tag[];
|
|
549
485
|
}
|
|
550
|
-
export declare namespace CreateModelExplainabilityJobDefinitionRequest {
|
|
551
|
-
|
|
552
|
-
const filterSensitiveLog: (obj: CreateModelExplainabilityJobDefinitionRequest) => any;
|
|
553
|
-
}
|
|
554
486
|
export interface CreateModelExplainabilityJobDefinitionResponse {
|
|
555
487
|
|
|
556
488
|
JobDefinitionArn: string | undefined;
|
|
557
489
|
}
|
|
558
|
-
export declare namespace CreateModelExplainabilityJobDefinitionResponse {
|
|
559
|
-
|
|
560
|
-
const filterSensitiveLog: (obj: CreateModelExplainabilityJobDefinitionResponse) => any;
|
|
561
|
-
}
|
|
562
490
|
|
|
563
491
|
export interface FileSource {
|
|
564
492
|
|
|
@@ -568,10 +496,6 @@ export interface FileSource {
|
|
|
568
496
|
|
|
569
497
|
S3Uri: string | undefined;
|
|
570
498
|
}
|
|
571
|
-
export declare namespace FileSource {
|
|
572
|
-
|
|
573
|
-
const filterSensitiveLog: (obj: FileSource) => any;
|
|
574
|
-
}
|
|
575
499
|
|
|
576
500
|
export interface DriftCheckBias {
|
|
577
501
|
|
|
@@ -581,10 +505,6 @@ export interface DriftCheckBias {
|
|
|
581
505
|
|
|
582
506
|
PostTrainingConstraints?: MetricsSource;
|
|
583
507
|
}
|
|
584
|
-
export declare namespace DriftCheckBias {
|
|
585
|
-
|
|
586
|
-
const filterSensitiveLog: (obj: DriftCheckBias) => any;
|
|
587
|
-
}
|
|
588
508
|
|
|
589
509
|
export interface DriftCheckExplainability {
|
|
590
510
|
|
|
@@ -592,10 +512,6 @@ export interface DriftCheckExplainability {
|
|
|
592
512
|
|
|
593
513
|
ConfigFile?: FileSource;
|
|
594
514
|
}
|
|
595
|
-
export declare namespace DriftCheckExplainability {
|
|
596
|
-
|
|
597
|
-
const filterSensitiveLog: (obj: DriftCheckExplainability) => any;
|
|
598
|
-
}
|
|
599
515
|
|
|
600
516
|
export interface DriftCheckModelDataQuality {
|
|
601
517
|
|
|
@@ -603,10 +519,6 @@ export interface DriftCheckModelDataQuality {
|
|
|
603
519
|
|
|
604
520
|
Constraints?: MetricsSource;
|
|
605
521
|
}
|
|
606
|
-
export declare namespace DriftCheckModelDataQuality {
|
|
607
|
-
|
|
608
|
-
const filterSensitiveLog: (obj: DriftCheckModelDataQuality) => any;
|
|
609
|
-
}
|
|
610
522
|
|
|
611
523
|
export interface DriftCheckModelQuality {
|
|
612
524
|
|
|
@@ -614,10 +526,6 @@ export interface DriftCheckModelQuality {
|
|
|
614
526
|
|
|
615
527
|
Constraints?: MetricsSource;
|
|
616
528
|
}
|
|
617
|
-
export declare namespace DriftCheckModelQuality {
|
|
618
|
-
|
|
619
|
-
const filterSensitiveLog: (obj: DriftCheckModelQuality) => any;
|
|
620
|
-
}
|
|
621
529
|
|
|
622
530
|
export interface DriftCheckBaselines {
|
|
623
531
|
|
|
@@ -629,19 +537,11 @@ export interface DriftCheckBaselines {
|
|
|
629
537
|
|
|
630
538
|
ModelDataQuality?: DriftCheckModelDataQuality;
|
|
631
539
|
}
|
|
632
|
-
export declare namespace DriftCheckBaselines {
|
|
633
|
-
|
|
634
|
-
const filterSensitiveLog: (obj: DriftCheckBaselines) => any;
|
|
635
|
-
}
|
|
636
540
|
|
|
637
541
|
export interface Explainability {
|
|
638
542
|
|
|
639
543
|
Report?: MetricsSource;
|
|
640
544
|
}
|
|
641
|
-
export declare namespace Explainability {
|
|
642
|
-
|
|
643
|
-
const filterSensitiveLog: (obj: Explainability) => any;
|
|
644
|
-
}
|
|
645
545
|
|
|
646
546
|
export interface ModelDataQuality {
|
|
647
547
|
|
|
@@ -649,10 +549,6 @@ export interface ModelDataQuality {
|
|
|
649
549
|
|
|
650
550
|
Constraints?: MetricsSource;
|
|
651
551
|
}
|
|
652
|
-
export declare namespace ModelDataQuality {
|
|
653
|
-
|
|
654
|
-
const filterSensitiveLog: (obj: ModelDataQuality) => any;
|
|
655
|
-
}
|
|
656
552
|
|
|
657
553
|
export interface ModelQuality {
|
|
658
554
|
|
|
@@ -660,10 +556,6 @@ export interface ModelQuality {
|
|
|
660
556
|
|
|
661
557
|
Constraints?: MetricsSource;
|
|
662
558
|
}
|
|
663
|
-
export declare namespace ModelQuality {
|
|
664
|
-
|
|
665
|
-
const filterSensitiveLog: (obj: ModelQuality) => any;
|
|
666
|
-
}
|
|
667
559
|
|
|
668
560
|
export interface ModelMetrics {
|
|
669
561
|
|
|
@@ -675,10 +567,6 @@ export interface ModelMetrics {
|
|
|
675
567
|
|
|
676
568
|
Explainability?: Explainability;
|
|
677
569
|
}
|
|
678
|
-
export declare namespace ModelMetrics {
|
|
679
|
-
|
|
680
|
-
const filterSensitiveLog: (obj: ModelMetrics) => any;
|
|
681
|
-
}
|
|
682
570
|
|
|
683
571
|
export interface SourceAlgorithm {
|
|
684
572
|
|
|
@@ -686,19 +574,11 @@ export interface SourceAlgorithm {
|
|
|
686
574
|
|
|
687
575
|
AlgorithmName: string | undefined;
|
|
688
576
|
}
|
|
689
|
-
export declare namespace SourceAlgorithm {
|
|
690
|
-
|
|
691
|
-
const filterSensitiveLog: (obj: SourceAlgorithm) => any;
|
|
692
|
-
}
|
|
693
577
|
|
|
694
578
|
export interface SourceAlgorithmSpecification {
|
|
695
579
|
|
|
696
580
|
SourceAlgorithms: SourceAlgorithm[] | undefined;
|
|
697
581
|
}
|
|
698
|
-
export declare namespace SourceAlgorithmSpecification {
|
|
699
|
-
|
|
700
|
-
const filterSensitiveLog: (obj: SourceAlgorithmSpecification) => any;
|
|
701
|
-
}
|
|
702
582
|
|
|
703
583
|
export interface ModelPackageValidationProfile {
|
|
704
584
|
|
|
@@ -706,10 +586,6 @@ export interface ModelPackageValidationProfile {
|
|
|
706
586
|
|
|
707
587
|
TransformJobDefinition: TransformJobDefinition | undefined;
|
|
708
588
|
}
|
|
709
|
-
export declare namespace ModelPackageValidationProfile {
|
|
710
|
-
|
|
711
|
-
const filterSensitiveLog: (obj: ModelPackageValidationProfile) => any;
|
|
712
|
-
}
|
|
713
589
|
|
|
714
590
|
export interface ModelPackageValidationSpecification {
|
|
715
591
|
|
|
@@ -717,10 +593,6 @@ export interface ModelPackageValidationSpecification {
|
|
|
717
593
|
|
|
718
594
|
ValidationProfiles: ModelPackageValidationProfile[] | undefined;
|
|
719
595
|
}
|
|
720
|
-
export declare namespace ModelPackageValidationSpecification {
|
|
721
|
-
|
|
722
|
-
const filterSensitiveLog: (obj: ModelPackageValidationSpecification) => any;
|
|
723
|
-
}
|
|
724
596
|
export interface CreateModelPackageInput {
|
|
725
597
|
|
|
726
598
|
ModelPackageName?: string;
|
|
@@ -759,18 +631,10 @@ export interface CreateModelPackageInput {
|
|
|
759
631
|
|
|
760
632
|
AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
|
|
761
633
|
}
|
|
762
|
-
export declare namespace CreateModelPackageInput {
|
|
763
|
-
|
|
764
|
-
const filterSensitiveLog: (obj: CreateModelPackageInput) => any;
|
|
765
|
-
}
|
|
766
634
|
export interface CreateModelPackageOutput {
|
|
767
635
|
|
|
768
636
|
ModelPackageArn: string | undefined;
|
|
769
637
|
}
|
|
770
|
-
export declare namespace CreateModelPackageOutput {
|
|
771
|
-
|
|
772
|
-
const filterSensitiveLog: (obj: CreateModelPackageOutput) => any;
|
|
773
|
-
}
|
|
774
638
|
export interface CreateModelPackageGroupInput {
|
|
775
639
|
|
|
776
640
|
ModelPackageGroupName: string | undefined;
|
|
@@ -779,18 +643,10 @@ export interface CreateModelPackageGroupInput {
|
|
|
779
643
|
|
|
780
644
|
Tags?: Tag[];
|
|
781
645
|
}
|
|
782
|
-
export declare namespace CreateModelPackageGroupInput {
|
|
783
|
-
|
|
784
|
-
const filterSensitiveLog: (obj: CreateModelPackageGroupInput) => any;
|
|
785
|
-
}
|
|
786
646
|
export interface CreateModelPackageGroupOutput {
|
|
787
647
|
|
|
788
648
|
ModelPackageGroupArn: string | undefined;
|
|
789
649
|
}
|
|
790
|
-
export declare namespace CreateModelPackageGroupOutput {
|
|
791
|
-
|
|
792
|
-
const filterSensitiveLog: (obj: CreateModelPackageGroupOutput) => any;
|
|
793
|
-
}
|
|
794
650
|
export declare enum MonitoringProblemType {
|
|
795
651
|
BINARY_CLASSIFICATION = "BinaryClassification",
|
|
796
652
|
MULTICLASS_CLASSIFICATION = "MulticlassClassification",
|
|
@@ -813,10 +669,6 @@ export interface ModelQualityAppSpecification {
|
|
|
813
669
|
|
|
814
670
|
Environment?: Record<string, string>;
|
|
815
671
|
}
|
|
816
|
-
export declare namespace ModelQualityAppSpecification {
|
|
817
|
-
|
|
818
|
-
const filterSensitiveLog: (obj: ModelQualityAppSpecification) => any;
|
|
819
|
-
}
|
|
820
672
|
|
|
821
673
|
export interface ModelQualityBaselineConfig {
|
|
822
674
|
|
|
@@ -824,10 +676,6 @@ export interface ModelQualityBaselineConfig {
|
|
|
824
676
|
|
|
825
677
|
ConstraintsResource?: MonitoringConstraintsResource;
|
|
826
678
|
}
|
|
827
|
-
export declare namespace ModelQualityBaselineConfig {
|
|
828
|
-
|
|
829
|
-
const filterSensitiveLog: (obj: ModelQualityBaselineConfig) => any;
|
|
830
|
-
}
|
|
831
679
|
|
|
832
680
|
export interface ModelQualityJobInput {
|
|
833
681
|
|
|
@@ -835,10 +683,6 @@ export interface ModelQualityJobInput {
|
|
|
835
683
|
|
|
836
684
|
GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
|
|
837
685
|
}
|
|
838
|
-
export declare namespace ModelQualityJobInput {
|
|
839
|
-
|
|
840
|
-
const filterSensitiveLog: (obj: ModelQualityJobInput) => any;
|
|
841
|
-
}
|
|
842
686
|
export interface CreateModelQualityJobDefinitionRequest {
|
|
843
687
|
|
|
844
688
|
JobDefinitionName: string | undefined;
|
|
@@ -861,18 +705,10 @@ export interface CreateModelQualityJobDefinitionRequest {
|
|
|
861
705
|
|
|
862
706
|
Tags?: Tag[];
|
|
863
707
|
}
|
|
864
|
-
export declare namespace CreateModelQualityJobDefinitionRequest {
|
|
865
|
-
|
|
866
|
-
const filterSensitiveLog: (obj: CreateModelQualityJobDefinitionRequest) => any;
|
|
867
|
-
}
|
|
868
708
|
export interface CreateModelQualityJobDefinitionResponse {
|
|
869
709
|
|
|
870
710
|
JobDefinitionArn: string | undefined;
|
|
871
711
|
}
|
|
872
|
-
export declare namespace CreateModelQualityJobDefinitionResponse {
|
|
873
|
-
|
|
874
|
-
const filterSensitiveLog: (obj: CreateModelQualityJobDefinitionResponse) => any;
|
|
875
|
-
}
|
|
876
712
|
|
|
877
713
|
export interface MonitoringBaselineConfig {
|
|
878
714
|
|
|
@@ -882,10 +718,6 @@ export interface MonitoringBaselineConfig {
|
|
|
882
718
|
|
|
883
719
|
StatisticsResource?: MonitoringStatisticsResource;
|
|
884
720
|
}
|
|
885
|
-
export declare namespace MonitoringBaselineConfig {
|
|
886
|
-
|
|
887
|
-
const filterSensitiveLog: (obj: MonitoringBaselineConfig) => any;
|
|
888
|
-
}
|
|
889
721
|
|
|
890
722
|
export interface MonitoringAppSpecification {
|
|
891
723
|
|
|
@@ -899,19 +731,11 @@ export interface MonitoringAppSpecification {
|
|
|
899
731
|
|
|
900
732
|
PostAnalyticsProcessorSourceUri?: string;
|
|
901
733
|
}
|
|
902
|
-
export declare namespace MonitoringAppSpecification {
|
|
903
|
-
|
|
904
|
-
const filterSensitiveLog: (obj: MonitoringAppSpecification) => any;
|
|
905
|
-
}
|
|
906
734
|
|
|
907
735
|
export interface MonitoringInput {
|
|
908
736
|
|
|
909
737
|
EndpointInput: EndpointInput | undefined;
|
|
910
738
|
}
|
|
911
|
-
export declare namespace MonitoringInput {
|
|
912
|
-
|
|
913
|
-
const filterSensitiveLog: (obj: MonitoringInput) => any;
|
|
914
|
-
}
|
|
915
739
|
|
|
916
740
|
export interface NetworkConfig {
|
|
917
741
|
|
|
@@ -921,10 +745,6 @@ export interface NetworkConfig {
|
|
|
921
745
|
|
|
922
746
|
VpcConfig?: VpcConfig;
|
|
923
747
|
}
|
|
924
|
-
export declare namespace NetworkConfig {
|
|
925
|
-
|
|
926
|
-
const filterSensitiveLog: (obj: NetworkConfig) => any;
|
|
927
|
-
}
|
|
928
748
|
|
|
929
749
|
export interface MonitoringJobDefinition {
|
|
930
750
|
|
|
@@ -946,10 +766,6 @@ export interface MonitoringJobDefinition {
|
|
|
946
766
|
|
|
947
767
|
RoleArn: string | undefined;
|
|
948
768
|
}
|
|
949
|
-
export declare namespace MonitoringJobDefinition {
|
|
950
|
-
|
|
951
|
-
const filterSensitiveLog: (obj: MonitoringJobDefinition) => any;
|
|
952
|
-
}
|
|
953
769
|
export declare enum MonitoringType {
|
|
954
770
|
DATA_QUALITY = "DataQuality",
|
|
955
771
|
MODEL_BIAS = "ModelBias",
|
|
@@ -961,10 +777,6 @@ export interface ScheduleConfig {
|
|
|
961
777
|
|
|
962
778
|
ScheduleExpression: string | undefined;
|
|
963
779
|
}
|
|
964
|
-
export declare namespace ScheduleConfig {
|
|
965
|
-
|
|
966
|
-
const filterSensitiveLog: (obj: ScheduleConfig) => any;
|
|
967
|
-
}
|
|
968
780
|
|
|
969
781
|
export interface MonitoringScheduleConfig {
|
|
970
782
|
|
|
@@ -976,10 +788,6 @@ export interface MonitoringScheduleConfig {
|
|
|
976
788
|
|
|
977
789
|
MonitoringType?: MonitoringType | string;
|
|
978
790
|
}
|
|
979
|
-
export declare namespace MonitoringScheduleConfig {
|
|
980
|
-
|
|
981
|
-
const filterSensitiveLog: (obj: MonitoringScheduleConfig) => any;
|
|
982
|
-
}
|
|
983
791
|
export interface CreateMonitoringScheduleRequest {
|
|
984
792
|
|
|
985
793
|
MonitoringScheduleName: string | undefined;
|
|
@@ -988,18 +796,10 @@ export interface CreateMonitoringScheduleRequest {
|
|
|
988
796
|
|
|
989
797
|
Tags?: Tag[];
|
|
990
798
|
}
|
|
991
|
-
export declare namespace CreateMonitoringScheduleRequest {
|
|
992
|
-
|
|
993
|
-
const filterSensitiveLog: (obj: CreateMonitoringScheduleRequest) => any;
|
|
994
|
-
}
|
|
995
799
|
export interface CreateMonitoringScheduleResponse {
|
|
996
800
|
|
|
997
801
|
MonitoringScheduleArn: string | undefined;
|
|
998
802
|
}
|
|
999
|
-
export declare namespace CreateMonitoringScheduleResponse {
|
|
1000
|
-
|
|
1001
|
-
const filterSensitiveLog: (obj: CreateMonitoringScheduleResponse) => any;
|
|
1002
|
-
}
|
|
1003
803
|
export declare enum NotebookInstanceAcceleratorType {
|
|
1004
804
|
ML_EIA1_LARGE = "ml.eia1.large",
|
|
1005
805
|
ML_EIA1_MEDIUM = "ml.eia1.medium",
|
|
@@ -1017,10 +817,6 @@ export interface InstanceMetadataServiceConfiguration {
|
|
|
1017
817
|
|
|
1018
818
|
MinimumInstanceMetadataServiceVersion: string | undefined;
|
|
1019
819
|
}
|
|
1020
|
-
export declare namespace InstanceMetadataServiceConfiguration {
|
|
1021
|
-
|
|
1022
|
-
const filterSensitiveLog: (obj: InstanceMetadataServiceConfiguration) => any;
|
|
1023
|
-
}
|
|
1024
820
|
export declare enum _InstanceType {
|
|
1025
821
|
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
1026
822
|
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
@@ -1130,27 +926,15 @@ export interface CreateNotebookInstanceInput {
|
|
|
1130
926
|
|
|
1131
927
|
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
1132
928
|
}
|
|
1133
|
-
export declare namespace CreateNotebookInstanceInput {
|
|
1134
|
-
|
|
1135
|
-
const filterSensitiveLog: (obj: CreateNotebookInstanceInput) => any;
|
|
1136
|
-
}
|
|
1137
929
|
export interface CreateNotebookInstanceOutput {
|
|
1138
930
|
|
|
1139
931
|
NotebookInstanceArn?: string;
|
|
1140
932
|
}
|
|
1141
|
-
export declare namespace CreateNotebookInstanceOutput {
|
|
1142
|
-
|
|
1143
|
-
const filterSensitiveLog: (obj: CreateNotebookInstanceOutput) => any;
|
|
1144
|
-
}
|
|
1145
933
|
|
|
1146
934
|
export interface NotebookInstanceLifecycleHook {
|
|
1147
935
|
|
|
1148
936
|
Content?: string;
|
|
1149
937
|
}
|
|
1150
|
-
export declare namespace NotebookInstanceLifecycleHook {
|
|
1151
|
-
|
|
1152
|
-
const filterSensitiveLog: (obj: NotebookInstanceLifecycleHook) => any;
|
|
1153
|
-
}
|
|
1154
938
|
export interface CreateNotebookInstanceLifecycleConfigInput {
|
|
1155
939
|
|
|
1156
940
|
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
@@ -1159,27 +943,15 @@ export interface CreateNotebookInstanceLifecycleConfigInput {
|
|
|
1159
943
|
|
|
1160
944
|
OnStart?: NotebookInstanceLifecycleHook[];
|
|
1161
945
|
}
|
|
1162
|
-
export declare namespace CreateNotebookInstanceLifecycleConfigInput {
|
|
1163
|
-
|
|
1164
|
-
const filterSensitiveLog: (obj: CreateNotebookInstanceLifecycleConfigInput) => any;
|
|
1165
|
-
}
|
|
1166
946
|
export interface CreateNotebookInstanceLifecycleConfigOutput {
|
|
1167
947
|
|
|
1168
948
|
NotebookInstanceLifecycleConfigArn?: string;
|
|
1169
949
|
}
|
|
1170
|
-
export declare namespace CreateNotebookInstanceLifecycleConfigOutput {
|
|
1171
|
-
|
|
1172
|
-
const filterSensitiveLog: (obj: CreateNotebookInstanceLifecycleConfigOutput) => any;
|
|
1173
|
-
}
|
|
1174
950
|
|
|
1175
951
|
export interface ParallelismConfiguration {
|
|
1176
952
|
|
|
1177
953
|
MaxParallelExecutionSteps: number | undefined;
|
|
1178
954
|
}
|
|
1179
|
-
export declare namespace ParallelismConfiguration {
|
|
1180
|
-
|
|
1181
|
-
const filterSensitiveLog: (obj: ParallelismConfiguration) => any;
|
|
1182
|
-
}
|
|
1183
955
|
|
|
1184
956
|
export interface PipelineDefinitionS3Location {
|
|
1185
957
|
|
|
@@ -1189,10 +961,6 @@ export interface PipelineDefinitionS3Location {
|
|
|
1189
961
|
|
|
1190
962
|
VersionId?: string;
|
|
1191
963
|
}
|
|
1192
|
-
export declare namespace PipelineDefinitionS3Location {
|
|
1193
|
-
|
|
1194
|
-
const filterSensitiveLog: (obj: PipelineDefinitionS3Location) => any;
|
|
1195
|
-
}
|
|
1196
964
|
export interface CreatePipelineRequest {
|
|
1197
965
|
|
|
1198
966
|
PipelineName: string | undefined;
|
|
@@ -1213,18 +981,10 @@ export interface CreatePipelineRequest {
|
|
|
1213
981
|
|
|
1214
982
|
ParallelismConfiguration?: ParallelismConfiguration;
|
|
1215
983
|
}
|
|
1216
|
-
export declare namespace CreatePipelineRequest {
|
|
1217
|
-
|
|
1218
|
-
const filterSensitiveLog: (obj: CreatePipelineRequest) => any;
|
|
1219
|
-
}
|
|
1220
984
|
export interface CreatePipelineResponse {
|
|
1221
985
|
|
|
1222
986
|
PipelineArn?: string;
|
|
1223
987
|
}
|
|
1224
|
-
export declare namespace CreatePipelineResponse {
|
|
1225
|
-
|
|
1226
|
-
const filterSensitiveLog: (obj: CreatePipelineResponse) => any;
|
|
1227
|
-
}
|
|
1228
988
|
export interface CreatePresignedDomainUrlRequest {
|
|
1229
989
|
|
|
1230
990
|
DomainId: string | undefined;
|
|
@@ -1235,36 +995,20 @@ export interface CreatePresignedDomainUrlRequest {
|
|
|
1235
995
|
|
|
1236
996
|
ExpiresInSeconds?: number;
|
|
1237
997
|
}
|
|
1238
|
-
export declare namespace CreatePresignedDomainUrlRequest {
|
|
1239
|
-
|
|
1240
|
-
const filterSensitiveLog: (obj: CreatePresignedDomainUrlRequest) => any;
|
|
1241
|
-
}
|
|
1242
998
|
export interface CreatePresignedDomainUrlResponse {
|
|
1243
999
|
|
|
1244
1000
|
AuthorizedUrl?: string;
|
|
1245
1001
|
}
|
|
1246
|
-
export declare namespace CreatePresignedDomainUrlResponse {
|
|
1247
|
-
|
|
1248
|
-
const filterSensitiveLog: (obj: CreatePresignedDomainUrlResponse) => any;
|
|
1249
|
-
}
|
|
1250
1002
|
export interface CreatePresignedNotebookInstanceUrlInput {
|
|
1251
1003
|
|
|
1252
1004
|
NotebookInstanceName: string | undefined;
|
|
1253
1005
|
|
|
1254
1006
|
SessionExpirationDurationInSeconds?: number;
|
|
1255
1007
|
}
|
|
1256
|
-
export declare namespace CreatePresignedNotebookInstanceUrlInput {
|
|
1257
|
-
|
|
1258
|
-
const filterSensitiveLog: (obj: CreatePresignedNotebookInstanceUrlInput) => any;
|
|
1259
|
-
}
|
|
1260
1008
|
export interface CreatePresignedNotebookInstanceUrlOutput {
|
|
1261
1009
|
|
|
1262
1010
|
AuthorizedUrl?: string;
|
|
1263
1011
|
}
|
|
1264
|
-
export declare namespace CreatePresignedNotebookInstanceUrlOutput {
|
|
1265
|
-
|
|
1266
|
-
const filterSensitiveLog: (obj: CreatePresignedNotebookInstanceUrlOutput) => any;
|
|
1267
|
-
}
|
|
1268
1012
|
|
|
1269
1013
|
export interface ExperimentConfig {
|
|
1270
1014
|
|
|
@@ -1274,10 +1018,6 @@ export interface ExperimentConfig {
|
|
|
1274
1018
|
|
|
1275
1019
|
TrialComponentDisplayName?: string;
|
|
1276
1020
|
}
|
|
1277
|
-
export declare namespace ExperimentConfig {
|
|
1278
|
-
|
|
1279
|
-
const filterSensitiveLog: (obj: ExperimentConfig) => any;
|
|
1280
|
-
}
|
|
1281
1021
|
export declare enum DataDistributionType {
|
|
1282
1022
|
FULLYREPLICATED = "FullyReplicated",
|
|
1283
1023
|
SHARDEDBYS3KEY = "ShardedByS3Key"
|
|
@@ -1318,10 +1058,6 @@ export interface RedshiftDatasetDefinition {
|
|
|
1318
1058
|
|
|
1319
1059
|
OutputCompression?: RedshiftResultCompressionType | string;
|
|
1320
1060
|
}
|
|
1321
|
-
export declare namespace RedshiftDatasetDefinition {
|
|
1322
|
-
|
|
1323
|
-
const filterSensitiveLog: (obj: RedshiftDatasetDefinition) => any;
|
|
1324
|
-
}
|
|
1325
1061
|
|
|
1326
1062
|
export interface DatasetDefinition {
|
|
1327
1063
|
|
|
@@ -1335,10 +1071,6 @@ export interface DatasetDefinition {
|
|
|
1335
1071
|
|
|
1336
1072
|
InputMode?: InputMode | string;
|
|
1337
1073
|
}
|
|
1338
|
-
export declare namespace DatasetDefinition {
|
|
1339
|
-
|
|
1340
|
-
const filterSensitiveLog: (obj: DatasetDefinition) => any;
|
|
1341
|
-
}
|
|
1342
1074
|
export declare enum ProcessingS3CompressionType {
|
|
1343
1075
|
GZIP = "Gzip",
|
|
1344
1076
|
NONE = "None"
|
|
@@ -1362,10 +1094,6 @@ export interface ProcessingS3Input {
|
|
|
1362
1094
|
|
|
1363
1095
|
S3CompressionType?: ProcessingS3CompressionType | string;
|
|
1364
1096
|
}
|
|
1365
|
-
export declare namespace ProcessingS3Input {
|
|
1366
|
-
|
|
1367
|
-
const filterSensitiveLog: (obj: ProcessingS3Input) => any;
|
|
1368
|
-
}
|
|
1369
1097
|
|
|
1370
1098
|
export interface ProcessingInput {
|
|
1371
1099
|
|
|
@@ -1377,19 +1105,11 @@ export interface ProcessingInput {
|
|
|
1377
1105
|
|
|
1378
1106
|
DatasetDefinition?: DatasetDefinition;
|
|
1379
1107
|
}
|
|
1380
|
-
export declare namespace ProcessingInput {
|
|
1381
|
-
|
|
1382
|
-
const filterSensitiveLog: (obj: ProcessingInput) => any;
|
|
1383
|
-
}
|
|
1384
1108
|
|
|
1385
1109
|
export interface ProcessingFeatureStoreOutput {
|
|
1386
1110
|
|
|
1387
1111
|
FeatureGroupName: string | undefined;
|
|
1388
1112
|
}
|
|
1389
|
-
export declare namespace ProcessingFeatureStoreOutput {
|
|
1390
|
-
|
|
1391
|
-
const filterSensitiveLog: (obj: ProcessingFeatureStoreOutput) => any;
|
|
1392
|
-
}
|
|
1393
1113
|
|
|
1394
1114
|
export interface ProcessingS3Output {
|
|
1395
1115
|
|
|
@@ -1399,10 +1119,6 @@ export interface ProcessingS3Output {
|
|
|
1399
1119
|
|
|
1400
1120
|
S3UploadMode: ProcessingS3UploadMode | string | undefined;
|
|
1401
1121
|
}
|
|
1402
|
-
export declare namespace ProcessingS3Output {
|
|
1403
|
-
|
|
1404
|
-
const filterSensitiveLog: (obj: ProcessingS3Output) => any;
|
|
1405
|
-
}
|
|
1406
1122
|
|
|
1407
1123
|
export interface ProcessingOutput {
|
|
1408
1124
|
|
|
@@ -1414,10 +1130,6 @@ export interface ProcessingOutput {
|
|
|
1414
1130
|
|
|
1415
1131
|
AppManaged?: boolean;
|
|
1416
1132
|
}
|
|
1417
|
-
export declare namespace ProcessingOutput {
|
|
1418
|
-
|
|
1419
|
-
const filterSensitiveLog: (obj: ProcessingOutput) => any;
|
|
1420
|
-
}
|
|
1421
1133
|
|
|
1422
1134
|
export interface ProcessingOutputConfig {
|
|
1423
1135
|
|
|
@@ -1425,10 +1137,6 @@ export interface ProcessingOutputConfig {
|
|
|
1425
1137
|
|
|
1426
1138
|
KmsKeyId?: string;
|
|
1427
1139
|
}
|
|
1428
|
-
export declare namespace ProcessingOutputConfig {
|
|
1429
|
-
|
|
1430
|
-
const filterSensitiveLog: (obj: ProcessingOutputConfig) => any;
|
|
1431
|
-
}
|
|
1432
1140
|
|
|
1433
1141
|
export interface ProcessingClusterConfig {
|
|
1434
1142
|
|
|
@@ -1440,28 +1148,16 @@ export interface ProcessingClusterConfig {
|
|
|
1440
1148
|
|
|
1441
1149
|
VolumeKmsKeyId?: string;
|
|
1442
1150
|
}
|
|
1443
|
-
export declare namespace ProcessingClusterConfig {
|
|
1444
|
-
|
|
1445
|
-
const filterSensitiveLog: (obj: ProcessingClusterConfig) => any;
|
|
1446
|
-
}
|
|
1447
1151
|
|
|
1448
1152
|
export interface ProcessingResources {
|
|
1449
1153
|
|
|
1450
1154
|
ClusterConfig: ProcessingClusterConfig | undefined;
|
|
1451
1155
|
}
|
|
1452
|
-
export declare namespace ProcessingResources {
|
|
1453
|
-
|
|
1454
|
-
const filterSensitiveLog: (obj: ProcessingResources) => any;
|
|
1455
|
-
}
|
|
1456
1156
|
|
|
1457
1157
|
export interface ProcessingStoppingCondition {
|
|
1458
1158
|
|
|
1459
1159
|
MaxRuntimeInSeconds: number | undefined;
|
|
1460
1160
|
}
|
|
1461
|
-
export declare namespace ProcessingStoppingCondition {
|
|
1462
|
-
|
|
1463
|
-
const filterSensitiveLog: (obj: ProcessingStoppingCondition) => any;
|
|
1464
|
-
}
|
|
1465
1161
|
export interface CreateProcessingJobRequest {
|
|
1466
1162
|
|
|
1467
1163
|
ProcessingInputs?: ProcessingInput[];
|
|
@@ -1486,18 +1182,10 @@ export interface CreateProcessingJobRequest {
|
|
|
1486
1182
|
|
|
1487
1183
|
ExperimentConfig?: ExperimentConfig;
|
|
1488
1184
|
}
|
|
1489
|
-
export declare namespace CreateProcessingJobRequest {
|
|
1490
|
-
|
|
1491
|
-
const filterSensitiveLog: (obj: CreateProcessingJobRequest) => any;
|
|
1492
|
-
}
|
|
1493
1185
|
export interface CreateProcessingJobResponse {
|
|
1494
1186
|
|
|
1495
1187
|
ProcessingJobArn: string | undefined;
|
|
1496
1188
|
}
|
|
1497
|
-
export declare namespace CreateProcessingJobResponse {
|
|
1498
|
-
|
|
1499
|
-
const filterSensitiveLog: (obj: CreateProcessingJobResponse) => any;
|
|
1500
|
-
}
|
|
1501
1189
|
|
|
1502
1190
|
export interface ProvisioningParameter {
|
|
1503
1191
|
|
|
@@ -1505,10 +1193,6 @@ export interface ProvisioningParameter {
|
|
|
1505
1193
|
|
|
1506
1194
|
Value?: string;
|
|
1507
1195
|
}
|
|
1508
|
-
export declare namespace ProvisioningParameter {
|
|
1509
|
-
|
|
1510
|
-
const filterSensitiveLog: (obj: ProvisioningParameter) => any;
|
|
1511
|
-
}
|
|
1512
1196
|
|
|
1513
1197
|
export interface ServiceCatalogProvisioningDetails {
|
|
1514
1198
|
|
|
@@ -1520,10 +1204,6 @@ export interface ServiceCatalogProvisioningDetails {
|
|
|
1520
1204
|
|
|
1521
1205
|
ProvisioningParameters?: ProvisioningParameter[];
|
|
1522
1206
|
}
|
|
1523
|
-
export declare namespace ServiceCatalogProvisioningDetails {
|
|
1524
|
-
|
|
1525
|
-
const filterSensitiveLog: (obj: ServiceCatalogProvisioningDetails) => any;
|
|
1526
|
-
}
|
|
1527
1207
|
export interface CreateProjectInput {
|
|
1528
1208
|
|
|
1529
1209
|
ProjectName: string | undefined;
|
|
@@ -1534,20 +1214,12 @@ export interface CreateProjectInput {
|
|
|
1534
1214
|
|
|
1535
1215
|
Tags?: Tag[];
|
|
1536
1216
|
}
|
|
1537
|
-
export declare namespace CreateProjectInput {
|
|
1538
|
-
|
|
1539
|
-
const filterSensitiveLog: (obj: CreateProjectInput) => any;
|
|
1540
|
-
}
|
|
1541
1217
|
export interface CreateProjectOutput {
|
|
1542
1218
|
|
|
1543
1219
|
ProjectArn: string | undefined;
|
|
1544
1220
|
|
|
1545
1221
|
ProjectId: string | undefined;
|
|
1546
1222
|
}
|
|
1547
|
-
export declare namespace CreateProjectOutput {
|
|
1548
|
-
|
|
1549
|
-
const filterSensitiveLog: (obj: CreateProjectOutput) => any;
|
|
1550
|
-
}
|
|
1551
1223
|
export declare enum StudioLifecycleConfigAppType {
|
|
1552
1224
|
JupyterServer = "JupyterServer",
|
|
1553
1225
|
KernelGateway = "KernelGateway"
|
|
@@ -1562,18 +1234,10 @@ export interface CreateStudioLifecycleConfigRequest {
|
|
|
1562
1234
|
|
|
1563
1235
|
Tags?: Tag[];
|
|
1564
1236
|
}
|
|
1565
|
-
export declare namespace CreateStudioLifecycleConfigRequest {
|
|
1566
|
-
|
|
1567
|
-
const filterSensitiveLog: (obj: CreateStudioLifecycleConfigRequest) => any;
|
|
1568
|
-
}
|
|
1569
1237
|
export interface CreateStudioLifecycleConfigResponse {
|
|
1570
1238
|
|
|
1571
1239
|
StudioLifecycleConfigArn?: string;
|
|
1572
1240
|
}
|
|
1573
|
-
export declare namespace CreateStudioLifecycleConfigResponse {
|
|
1574
|
-
|
|
1575
|
-
const filterSensitiveLog: (obj: CreateStudioLifecycleConfigResponse) => any;
|
|
1576
|
-
}
|
|
1577
1241
|
|
|
1578
1242
|
export interface DebugHookConfig {
|
|
1579
1243
|
|
|
@@ -1585,10 +1249,6 @@ export interface DebugHookConfig {
|
|
|
1585
1249
|
|
|
1586
1250
|
CollectionConfigurations?: CollectionConfiguration[];
|
|
1587
1251
|
}
|
|
1588
|
-
export declare namespace DebugHookConfig {
|
|
1589
|
-
|
|
1590
|
-
const filterSensitiveLog: (obj: DebugHookConfig) => any;
|
|
1591
|
-
}
|
|
1592
1252
|
|
|
1593
1253
|
export interface DebugRuleConfiguration {
|
|
1594
1254
|
|
|
@@ -1606,10 +1266,6 @@ export interface DebugRuleConfiguration {
|
|
|
1606
1266
|
|
|
1607
1267
|
RuleParameters?: Record<string, string>;
|
|
1608
1268
|
}
|
|
1609
|
-
export declare namespace DebugRuleConfiguration {
|
|
1610
|
-
|
|
1611
|
-
const filterSensitiveLog: (obj: DebugRuleConfiguration) => any;
|
|
1612
|
-
}
|
|
1613
1269
|
|
|
1614
1270
|
export interface ProfilerConfig {
|
|
1615
1271
|
|
|
@@ -1619,10 +1275,6 @@ export interface ProfilerConfig {
|
|
|
1619
1275
|
|
|
1620
1276
|
ProfilingParameters?: Record<string, string>;
|
|
1621
1277
|
}
|
|
1622
|
-
export declare namespace ProfilerConfig {
|
|
1623
|
-
|
|
1624
|
-
const filterSensitiveLog: (obj: ProfilerConfig) => any;
|
|
1625
|
-
}
|
|
1626
1278
|
|
|
1627
1279
|
export interface ProfilerRuleConfiguration {
|
|
1628
1280
|
|
|
@@ -1640,10 +1292,6 @@ export interface ProfilerRuleConfiguration {
|
|
|
1640
1292
|
|
|
1641
1293
|
RuleParameters?: Record<string, string>;
|
|
1642
1294
|
}
|
|
1643
|
-
export declare namespace ProfilerRuleConfiguration {
|
|
1644
|
-
|
|
1645
|
-
const filterSensitiveLog: (obj: ProfilerRuleConfiguration) => any;
|
|
1646
|
-
}
|
|
1647
1295
|
|
|
1648
1296
|
export interface TensorBoardOutputConfig {
|
|
1649
1297
|
|
|
@@ -1651,10 +1299,6 @@ export interface TensorBoardOutputConfig {
|
|
|
1651
1299
|
|
|
1652
1300
|
S3OutputPath: string | undefined;
|
|
1653
1301
|
}
|
|
1654
|
-
export declare namespace TensorBoardOutputConfig {
|
|
1655
|
-
|
|
1656
|
-
const filterSensitiveLog: (obj: TensorBoardOutputConfig) => any;
|
|
1657
|
-
}
|
|
1658
1302
|
export interface CreateTrainingJobRequest {
|
|
1659
1303
|
|
|
1660
1304
|
TrainingJobName: string | undefined;
|
|
@@ -1701,18 +1345,10 @@ export interface CreateTrainingJobRequest {
|
|
|
1701
1345
|
|
|
1702
1346
|
RetryStrategy?: RetryStrategy;
|
|
1703
1347
|
}
|
|
1704
|
-
export declare namespace CreateTrainingJobRequest {
|
|
1705
|
-
|
|
1706
|
-
const filterSensitiveLog: (obj: CreateTrainingJobRequest) => any;
|
|
1707
|
-
}
|
|
1708
1348
|
export interface CreateTrainingJobResponse {
|
|
1709
1349
|
|
|
1710
1350
|
TrainingJobArn: string | undefined;
|
|
1711
1351
|
}
|
|
1712
|
-
export declare namespace CreateTrainingJobResponse {
|
|
1713
|
-
|
|
1714
|
-
const filterSensitiveLog: (obj: CreateTrainingJobResponse) => any;
|
|
1715
|
-
}
|
|
1716
1352
|
export declare enum JoinSource {
|
|
1717
1353
|
INPUT = "Input",
|
|
1718
1354
|
NONE = "None"
|
|
@@ -1726,10 +1362,6 @@ export interface DataProcessing {
|
|
|
1726
1362
|
|
|
1727
1363
|
JoinSource?: JoinSource | string;
|
|
1728
1364
|
}
|
|
1729
|
-
export declare namespace DataProcessing {
|
|
1730
|
-
|
|
1731
|
-
const filterSensitiveLog: (obj: DataProcessing) => any;
|
|
1732
|
-
}
|
|
1733
1365
|
|
|
1734
1366
|
export interface ModelClientConfig {
|
|
1735
1367
|
|
|
@@ -1737,10 +1369,6 @@ export interface ModelClientConfig {
|
|
|
1737
1369
|
|
|
1738
1370
|
InvocationsMaxRetries?: number;
|
|
1739
1371
|
}
|
|
1740
|
-
export declare namespace ModelClientConfig {
|
|
1741
|
-
|
|
1742
|
-
const filterSensitiveLog: (obj: ModelClientConfig) => any;
|
|
1743
|
-
}
|
|
1744
1372
|
export interface CreateTransformJobRequest {
|
|
1745
1373
|
|
|
1746
1374
|
TransformJobName: string | undefined;
|
|
@@ -1769,18 +1397,10 @@ export interface CreateTransformJobRequest {
|
|
|
1769
1397
|
|
|
1770
1398
|
ExperimentConfig?: ExperimentConfig;
|
|
1771
1399
|
}
|
|
1772
|
-
export declare namespace CreateTransformJobRequest {
|
|
1773
|
-
|
|
1774
|
-
const filterSensitiveLog: (obj: CreateTransformJobRequest) => any;
|
|
1775
|
-
}
|
|
1776
1400
|
export interface CreateTransformJobResponse {
|
|
1777
1401
|
|
|
1778
1402
|
TransformJobArn: string | undefined;
|
|
1779
1403
|
}
|
|
1780
|
-
export declare namespace CreateTransformJobResponse {
|
|
1781
|
-
|
|
1782
|
-
const filterSensitiveLog: (obj: CreateTransformJobResponse) => any;
|
|
1783
|
-
}
|
|
1784
1404
|
export interface CreateTrialRequest {
|
|
1785
1405
|
|
|
1786
1406
|
TrialName: string | undefined;
|
|
@@ -1793,18 +1413,10 @@ export interface CreateTrialRequest {
|
|
|
1793
1413
|
|
|
1794
1414
|
Tags?: Tag[];
|
|
1795
1415
|
}
|
|
1796
|
-
export declare namespace CreateTrialRequest {
|
|
1797
|
-
|
|
1798
|
-
const filterSensitiveLog: (obj: CreateTrialRequest) => any;
|
|
1799
|
-
}
|
|
1800
1416
|
export interface CreateTrialResponse {
|
|
1801
1417
|
|
|
1802
1418
|
TrialArn?: string;
|
|
1803
1419
|
}
|
|
1804
|
-
export declare namespace CreateTrialResponse {
|
|
1805
|
-
|
|
1806
|
-
const filterSensitiveLog: (obj: CreateTrialResponse) => any;
|
|
1807
|
-
}
|
|
1808
1420
|
|
|
1809
1421
|
export interface TrialComponentArtifact {
|
|
1810
1422
|
|
|
@@ -1812,10 +1424,6 @@ export interface TrialComponentArtifact {
|
|
|
1812
1424
|
|
|
1813
1425
|
Value: string | undefined;
|
|
1814
1426
|
}
|
|
1815
|
-
export declare namespace TrialComponentArtifact {
|
|
1816
|
-
|
|
1817
|
-
const filterSensitiveLog: (obj: TrialComponentArtifact) => any;
|
|
1818
|
-
}
|
|
1819
1427
|
|
|
1820
1428
|
export declare type TrialComponentParameterValue = TrialComponentParameterValue.NumberValueMember | TrialComponentParameterValue.StringValueMember | TrialComponentParameterValue.$UnknownMember;
|
|
1821
1429
|
export declare namespace TrialComponentParameterValue {
|
|
@@ -1845,8 +1453,6 @@ export declare namespace TrialComponentParameterValue {
|
|
|
1845
1453
|
_: (name: string, value: any) => T;
|
|
1846
1454
|
}
|
|
1847
1455
|
const visit: <T>(value: TrialComponentParameterValue, visitor: Visitor<T>) => T;
|
|
1848
|
-
|
|
1849
|
-
const filterSensitiveLog: (obj: TrialComponentParameterValue) => any;
|
|
1850
1456
|
}
|
|
1851
1457
|
export declare enum TrialComponentPrimaryStatus {
|
|
1852
1458
|
COMPLETED = "Completed",
|
|
@@ -1862,10 +1468,6 @@ export interface TrialComponentStatus {
|
|
|
1862
1468
|
|
|
1863
1469
|
Message?: string;
|
|
1864
1470
|
}
|
|
1865
|
-
export declare namespace TrialComponentStatus {
|
|
1866
|
-
|
|
1867
|
-
const filterSensitiveLog: (obj: TrialComponentStatus) => any;
|
|
1868
|
-
}
|
|
1869
1471
|
export interface CreateTrialComponentRequest {
|
|
1870
1472
|
|
|
1871
1473
|
TrialComponentName: string | undefined;
|
|
@@ -1888,18 +1490,10 @@ export interface CreateTrialComponentRequest {
|
|
|
1888
1490
|
|
|
1889
1491
|
Tags?: Tag[];
|
|
1890
1492
|
}
|
|
1891
|
-
export declare namespace CreateTrialComponentRequest {
|
|
1892
|
-
|
|
1893
|
-
const filterSensitiveLog: (obj: CreateTrialComponentRequest) => any;
|
|
1894
|
-
}
|
|
1895
1493
|
export interface CreateTrialComponentResponse {
|
|
1896
1494
|
|
|
1897
1495
|
TrialComponentArn?: string;
|
|
1898
1496
|
}
|
|
1899
|
-
export declare namespace CreateTrialComponentResponse {
|
|
1900
|
-
|
|
1901
|
-
const filterSensitiveLog: (obj: CreateTrialComponentResponse) => any;
|
|
1902
|
-
}
|
|
1903
1497
|
export interface CreateUserProfileRequest {
|
|
1904
1498
|
|
|
1905
1499
|
DomainId: string | undefined;
|
|
@@ -1914,18 +1508,10 @@ export interface CreateUserProfileRequest {
|
|
|
1914
1508
|
|
|
1915
1509
|
UserSettings?: UserSettings;
|
|
1916
1510
|
}
|
|
1917
|
-
export declare namespace CreateUserProfileRequest {
|
|
1918
|
-
|
|
1919
|
-
const filterSensitiveLog: (obj: CreateUserProfileRequest) => any;
|
|
1920
|
-
}
|
|
1921
1511
|
export interface CreateUserProfileResponse {
|
|
1922
1512
|
|
|
1923
1513
|
UserProfileArn?: string;
|
|
1924
1514
|
}
|
|
1925
|
-
export declare namespace CreateUserProfileResponse {
|
|
1926
|
-
|
|
1927
|
-
const filterSensitiveLog: (obj: CreateUserProfileResponse) => any;
|
|
1928
|
-
}
|
|
1929
1515
|
|
|
1930
1516
|
export interface OidcConfig {
|
|
1931
1517
|
|
|
@@ -1945,19 +1531,11 @@ export interface OidcConfig {
|
|
|
1945
1531
|
|
|
1946
1532
|
JwksUri: string | undefined;
|
|
1947
1533
|
}
|
|
1948
|
-
export declare namespace OidcConfig {
|
|
1949
|
-
|
|
1950
|
-
const filterSensitiveLog: (obj: OidcConfig) => any;
|
|
1951
|
-
}
|
|
1952
1534
|
|
|
1953
1535
|
export interface SourceIpConfig {
|
|
1954
1536
|
|
|
1955
1537
|
Cidrs: string[] | undefined;
|
|
1956
1538
|
}
|
|
1957
|
-
export declare namespace SourceIpConfig {
|
|
1958
|
-
|
|
1959
|
-
const filterSensitiveLog: (obj: SourceIpConfig) => any;
|
|
1960
|
-
}
|
|
1961
1539
|
|
|
1962
1540
|
export interface WorkforceVpcConfigRequest {
|
|
1963
1541
|
|
|
@@ -1967,10 +1545,6 @@ export interface WorkforceVpcConfigRequest {
|
|
|
1967
1545
|
|
|
1968
1546
|
Subnets?: string[];
|
|
1969
1547
|
}
|
|
1970
|
-
export declare namespace WorkforceVpcConfigRequest {
|
|
1971
|
-
|
|
1972
|
-
const filterSensitiveLog: (obj: WorkforceVpcConfigRequest) => any;
|
|
1973
|
-
}
|
|
1974
1548
|
export interface CreateWorkforceRequest {
|
|
1975
1549
|
|
|
1976
1550
|
CognitoConfig?: CognitoConfig;
|
|
@@ -1985,27 +1559,15 @@ export interface CreateWorkforceRequest {
|
|
|
1985
1559
|
|
|
1986
1560
|
WorkforceVpcConfig?: WorkforceVpcConfigRequest;
|
|
1987
1561
|
}
|
|
1988
|
-
export declare namespace CreateWorkforceRequest {
|
|
1989
|
-
|
|
1990
|
-
const filterSensitiveLog: (obj: CreateWorkforceRequest) => any;
|
|
1991
|
-
}
|
|
1992
1562
|
export interface CreateWorkforceResponse {
|
|
1993
1563
|
|
|
1994
1564
|
WorkforceArn: string | undefined;
|
|
1995
1565
|
}
|
|
1996
|
-
export declare namespace CreateWorkforceResponse {
|
|
1997
|
-
|
|
1998
|
-
const filterSensitiveLog: (obj: CreateWorkforceResponse) => any;
|
|
1999
|
-
}
|
|
2000
1566
|
|
|
2001
1567
|
export interface OidcMemberDefinition {
|
|
2002
1568
|
|
|
2003
1569
|
Groups: string[] | undefined;
|
|
2004
1570
|
}
|
|
2005
|
-
export declare namespace OidcMemberDefinition {
|
|
2006
|
-
|
|
2007
|
-
const filterSensitiveLog: (obj: OidcMemberDefinition) => any;
|
|
2008
|
-
}
|
|
2009
1571
|
|
|
2010
1572
|
export interface MemberDefinition {
|
|
2011
1573
|
|
|
@@ -2013,19 +1575,11 @@ export interface MemberDefinition {
|
|
|
2013
1575
|
|
|
2014
1576
|
OidcMemberDefinition?: OidcMemberDefinition;
|
|
2015
1577
|
}
|
|
2016
|
-
export declare namespace MemberDefinition {
|
|
2017
|
-
|
|
2018
|
-
const filterSensitiveLog: (obj: MemberDefinition) => any;
|
|
2019
|
-
}
|
|
2020
1578
|
|
|
2021
1579
|
export interface NotificationConfiguration {
|
|
2022
1580
|
|
|
2023
1581
|
NotificationTopicArn?: string;
|
|
2024
1582
|
}
|
|
2025
|
-
export declare namespace NotificationConfiguration {
|
|
2026
|
-
|
|
2027
|
-
const filterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
2028
|
-
}
|
|
2029
1583
|
export interface CreateWorkteamRequest {
|
|
2030
1584
|
|
|
2031
1585
|
WorkteamName: string | undefined;
|
|
@@ -2040,18 +1594,10 @@ export interface CreateWorkteamRequest {
|
|
|
2040
1594
|
|
|
2041
1595
|
Tags?: Tag[];
|
|
2042
1596
|
}
|
|
2043
|
-
export declare namespace CreateWorkteamRequest {
|
|
2044
|
-
|
|
2045
|
-
const filterSensitiveLog: (obj: CreateWorkteamRequest) => any;
|
|
2046
|
-
}
|
|
2047
1597
|
export interface CreateWorkteamResponse {
|
|
2048
1598
|
|
|
2049
1599
|
WorkteamArn?: string;
|
|
2050
1600
|
}
|
|
2051
|
-
export declare namespace CreateWorkteamResponse {
|
|
2052
|
-
|
|
2053
|
-
const filterSensitiveLog: (obj: CreateWorkteamResponse) => any;
|
|
2054
|
-
}
|
|
2055
1601
|
|
|
2056
1602
|
export interface DataCaptureConfigSummary {
|
|
2057
1603
|
|
|
@@ -2065,10 +1611,6 @@ export interface DataCaptureConfigSummary {
|
|
|
2065
1611
|
|
|
2066
1612
|
KmsKeyId: string | undefined;
|
|
2067
1613
|
}
|
|
2068
|
-
export declare namespace DataCaptureConfigSummary {
|
|
2069
|
-
|
|
2070
|
-
const filterSensitiveLog: (obj: DataCaptureConfigSummary) => any;
|
|
2071
|
-
}
|
|
2072
1614
|
export declare enum RuleEvaluationStatus {
|
|
2073
1615
|
ERROR = "Error",
|
|
2074
1616
|
IN_PROGRESS = "InProgress",
|
|
@@ -2090,34 +1632,18 @@ export interface DebugRuleEvaluationStatus {
|
|
|
2090
1632
|
|
|
2091
1633
|
LastModifiedTime?: Date;
|
|
2092
1634
|
}
|
|
2093
|
-
export declare namespace DebugRuleEvaluationStatus {
|
|
2094
|
-
|
|
2095
|
-
const filterSensitiveLog: (obj: DebugRuleEvaluationStatus) => any;
|
|
2096
|
-
}
|
|
2097
1635
|
export interface DeleteActionRequest {
|
|
2098
1636
|
|
|
2099
1637
|
ActionName: string | undefined;
|
|
2100
1638
|
}
|
|
2101
|
-
export declare namespace DeleteActionRequest {
|
|
2102
|
-
|
|
2103
|
-
const filterSensitiveLog: (obj: DeleteActionRequest) => any;
|
|
2104
|
-
}
|
|
2105
1639
|
export interface DeleteActionResponse {
|
|
2106
1640
|
|
|
2107
1641
|
ActionArn?: string;
|
|
2108
1642
|
}
|
|
2109
|
-
export declare namespace DeleteActionResponse {
|
|
2110
|
-
|
|
2111
|
-
const filterSensitiveLog: (obj: DeleteActionResponse) => any;
|
|
2112
|
-
}
|
|
2113
1643
|
export interface DeleteAlgorithmInput {
|
|
2114
1644
|
|
|
2115
1645
|
AlgorithmName: string | undefined;
|
|
2116
1646
|
}
|
|
2117
|
-
export declare namespace DeleteAlgorithmInput {
|
|
2118
|
-
|
|
2119
|
-
const filterSensitiveLog: (obj: DeleteAlgorithmInput) => any;
|
|
2120
|
-
}
|
|
2121
1647
|
export interface DeleteAppRequest {
|
|
2122
1648
|
|
|
2123
1649
|
DomainId: string | undefined;
|
|
@@ -2128,96 +1654,52 @@ export interface DeleteAppRequest {
|
|
|
2128
1654
|
|
|
2129
1655
|
AppName: string | undefined;
|
|
2130
1656
|
}
|
|
2131
|
-
export declare namespace DeleteAppRequest {
|
|
2132
|
-
|
|
2133
|
-
const filterSensitiveLog: (obj: DeleteAppRequest) => any;
|
|
2134
|
-
}
|
|
2135
1657
|
export interface DeleteAppImageConfigRequest {
|
|
2136
1658
|
|
|
2137
1659
|
AppImageConfigName: string | undefined;
|
|
2138
1660
|
}
|
|
2139
|
-
export declare namespace DeleteAppImageConfigRequest {
|
|
2140
|
-
|
|
2141
|
-
const filterSensitiveLog: (obj: DeleteAppImageConfigRequest) => any;
|
|
2142
|
-
}
|
|
2143
1661
|
export interface DeleteArtifactRequest {
|
|
2144
1662
|
|
|
2145
1663
|
ArtifactArn?: string;
|
|
2146
1664
|
|
|
2147
1665
|
Source?: ArtifactSource;
|
|
2148
1666
|
}
|
|
2149
|
-
export declare namespace DeleteArtifactRequest {
|
|
2150
|
-
|
|
2151
|
-
const filterSensitiveLog: (obj: DeleteArtifactRequest) => any;
|
|
2152
|
-
}
|
|
2153
1667
|
export interface DeleteArtifactResponse {
|
|
2154
1668
|
|
|
2155
1669
|
ArtifactArn?: string;
|
|
2156
1670
|
}
|
|
2157
|
-
export declare namespace DeleteArtifactResponse {
|
|
2158
|
-
|
|
2159
|
-
const filterSensitiveLog: (obj: DeleteArtifactResponse) => any;
|
|
2160
|
-
}
|
|
2161
1671
|
export interface DeleteAssociationRequest {
|
|
2162
1672
|
|
|
2163
1673
|
SourceArn: string | undefined;
|
|
2164
1674
|
|
|
2165
1675
|
DestinationArn: string | undefined;
|
|
2166
1676
|
}
|
|
2167
|
-
export declare namespace DeleteAssociationRequest {
|
|
2168
|
-
|
|
2169
|
-
const filterSensitiveLog: (obj: DeleteAssociationRequest) => any;
|
|
2170
|
-
}
|
|
2171
1677
|
export interface DeleteAssociationResponse {
|
|
2172
1678
|
|
|
2173
1679
|
SourceArn?: string;
|
|
2174
1680
|
|
|
2175
1681
|
DestinationArn?: string;
|
|
2176
1682
|
}
|
|
2177
|
-
export declare namespace DeleteAssociationResponse {
|
|
2178
|
-
|
|
2179
|
-
const filterSensitiveLog: (obj: DeleteAssociationResponse) => any;
|
|
2180
|
-
}
|
|
2181
1683
|
export interface DeleteCodeRepositoryInput {
|
|
2182
1684
|
|
|
2183
1685
|
CodeRepositoryName: string | undefined;
|
|
2184
1686
|
}
|
|
2185
|
-
export declare namespace DeleteCodeRepositoryInput {
|
|
2186
|
-
|
|
2187
|
-
const filterSensitiveLog: (obj: DeleteCodeRepositoryInput) => any;
|
|
2188
|
-
}
|
|
2189
1687
|
export interface DeleteContextRequest {
|
|
2190
1688
|
|
|
2191
1689
|
ContextName: string | undefined;
|
|
2192
1690
|
}
|
|
2193
|
-
export declare namespace DeleteContextRequest {
|
|
2194
|
-
|
|
2195
|
-
const filterSensitiveLog: (obj: DeleteContextRequest) => any;
|
|
2196
|
-
}
|
|
2197
1691
|
export interface DeleteContextResponse {
|
|
2198
1692
|
|
|
2199
1693
|
ContextArn?: string;
|
|
2200
1694
|
}
|
|
2201
|
-
export declare namespace DeleteContextResponse {
|
|
2202
|
-
|
|
2203
|
-
const filterSensitiveLog: (obj: DeleteContextResponse) => any;
|
|
2204
|
-
}
|
|
2205
1695
|
export interface DeleteDataQualityJobDefinitionRequest {
|
|
2206
1696
|
|
|
2207
1697
|
JobDefinitionName: string | undefined;
|
|
2208
1698
|
}
|
|
2209
|
-
export declare namespace DeleteDataQualityJobDefinitionRequest {
|
|
2210
|
-
|
|
2211
|
-
const filterSensitiveLog: (obj: DeleteDataQualityJobDefinitionRequest) => any;
|
|
2212
|
-
}
|
|
2213
1699
|
export interface DeleteDeviceFleetRequest {
|
|
2214
1700
|
|
|
2215
1701
|
DeviceFleetName: string | undefined;
|
|
2216
1702
|
}
|
|
2217
|
-
export declare namespace DeleteDeviceFleetRequest {
|
|
2218
|
-
|
|
2219
|
-
const filterSensitiveLog: (obj: DeleteDeviceFleetRequest) => any;
|
|
2220
|
-
}
|
|
2221
1703
|
export declare enum RetentionType {
|
|
2222
1704
|
Delete = "Delete",
|
|
2223
1705
|
Retain = "Retain"
|
|
@@ -2227,320 +1709,170 @@ export interface RetentionPolicy {
|
|
|
2227
1709
|
|
|
2228
1710
|
HomeEfsFileSystem?: RetentionType | string;
|
|
2229
1711
|
}
|
|
2230
|
-
export declare namespace RetentionPolicy {
|
|
2231
|
-
|
|
2232
|
-
const filterSensitiveLog: (obj: RetentionPolicy) => any;
|
|
2233
|
-
}
|
|
2234
1712
|
export interface DeleteDomainRequest {
|
|
2235
1713
|
|
|
2236
1714
|
DomainId: string | undefined;
|
|
2237
1715
|
|
|
2238
1716
|
RetentionPolicy?: RetentionPolicy;
|
|
2239
1717
|
}
|
|
2240
|
-
export
|
|
1718
|
+
export interface DeleteEdgeDeploymentPlanRequest {
|
|
2241
1719
|
|
|
2242
|
-
|
|
1720
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
2243
1721
|
}
|
|
2244
|
-
export interface
|
|
1722
|
+
export interface DeleteEdgeDeploymentStageRequest {
|
|
2245
1723
|
|
|
2246
|
-
|
|
1724
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
1725
|
+
|
|
1726
|
+
StageName: string | undefined;
|
|
2247
1727
|
}
|
|
2248
|
-
export
|
|
1728
|
+
export interface DeleteEndpointInput {
|
|
2249
1729
|
|
|
2250
|
-
|
|
1730
|
+
EndpointName: string | undefined;
|
|
2251
1731
|
}
|
|
2252
1732
|
export interface DeleteEndpointConfigInput {
|
|
2253
1733
|
|
|
2254
1734
|
EndpointConfigName: string | undefined;
|
|
2255
1735
|
}
|
|
2256
|
-
export declare namespace DeleteEndpointConfigInput {
|
|
2257
|
-
|
|
2258
|
-
const filterSensitiveLog: (obj: DeleteEndpointConfigInput) => any;
|
|
2259
|
-
}
|
|
2260
1736
|
export interface DeleteExperimentRequest {
|
|
2261
1737
|
|
|
2262
1738
|
ExperimentName: string | undefined;
|
|
2263
1739
|
}
|
|
2264
|
-
export declare namespace DeleteExperimentRequest {
|
|
2265
|
-
|
|
2266
|
-
const filterSensitiveLog: (obj: DeleteExperimentRequest) => any;
|
|
2267
|
-
}
|
|
2268
1740
|
export interface DeleteExperimentResponse {
|
|
2269
1741
|
|
|
2270
1742
|
ExperimentArn?: string;
|
|
2271
1743
|
}
|
|
2272
|
-
export declare namespace DeleteExperimentResponse {
|
|
2273
|
-
|
|
2274
|
-
const filterSensitiveLog: (obj: DeleteExperimentResponse) => any;
|
|
2275
|
-
}
|
|
2276
1744
|
export interface DeleteFeatureGroupRequest {
|
|
2277
1745
|
|
|
2278
1746
|
FeatureGroupName: string | undefined;
|
|
2279
1747
|
}
|
|
2280
|
-
export declare namespace DeleteFeatureGroupRequest {
|
|
2281
|
-
|
|
2282
|
-
const filterSensitiveLog: (obj: DeleteFeatureGroupRequest) => any;
|
|
2283
|
-
}
|
|
2284
1748
|
export interface DeleteFlowDefinitionRequest {
|
|
2285
1749
|
|
|
2286
1750
|
FlowDefinitionName: string | undefined;
|
|
2287
1751
|
}
|
|
2288
|
-
export declare namespace DeleteFlowDefinitionRequest {
|
|
2289
|
-
|
|
2290
|
-
const filterSensitiveLog: (obj: DeleteFlowDefinitionRequest) => any;
|
|
2291
|
-
}
|
|
2292
1752
|
export interface DeleteFlowDefinitionResponse {
|
|
2293
1753
|
}
|
|
2294
|
-
export declare namespace DeleteFlowDefinitionResponse {
|
|
2295
|
-
|
|
2296
|
-
const filterSensitiveLog: (obj: DeleteFlowDefinitionResponse) => any;
|
|
2297
|
-
}
|
|
2298
1754
|
export interface DeleteHumanTaskUiRequest {
|
|
2299
1755
|
|
|
2300
1756
|
HumanTaskUiName: string | undefined;
|
|
2301
1757
|
}
|
|
2302
|
-
export declare namespace DeleteHumanTaskUiRequest {
|
|
2303
|
-
|
|
2304
|
-
const filterSensitiveLog: (obj: DeleteHumanTaskUiRequest) => any;
|
|
2305
|
-
}
|
|
2306
1758
|
export interface DeleteHumanTaskUiResponse {
|
|
2307
1759
|
}
|
|
2308
|
-
export declare namespace DeleteHumanTaskUiResponse {
|
|
2309
|
-
|
|
2310
|
-
const filterSensitiveLog: (obj: DeleteHumanTaskUiResponse) => any;
|
|
2311
|
-
}
|
|
2312
1760
|
export interface DeleteImageRequest {
|
|
2313
1761
|
|
|
2314
1762
|
ImageName: string | undefined;
|
|
2315
1763
|
}
|
|
2316
|
-
export declare namespace DeleteImageRequest {
|
|
2317
|
-
|
|
2318
|
-
const filterSensitiveLog: (obj: DeleteImageRequest) => any;
|
|
2319
|
-
}
|
|
2320
1764
|
export interface DeleteImageResponse {
|
|
2321
1765
|
}
|
|
2322
|
-
export declare namespace DeleteImageResponse {
|
|
2323
|
-
|
|
2324
|
-
const filterSensitiveLog: (obj: DeleteImageResponse) => any;
|
|
2325
|
-
}
|
|
2326
1766
|
export interface DeleteImageVersionRequest {
|
|
2327
1767
|
|
|
2328
1768
|
ImageName: string | undefined;
|
|
2329
1769
|
|
|
2330
1770
|
Version: number | undefined;
|
|
2331
1771
|
}
|
|
2332
|
-
export declare namespace DeleteImageVersionRequest {
|
|
2333
|
-
|
|
2334
|
-
const filterSensitiveLog: (obj: DeleteImageVersionRequest) => any;
|
|
2335
|
-
}
|
|
2336
1772
|
export interface DeleteImageVersionResponse {
|
|
2337
1773
|
}
|
|
2338
|
-
export declare namespace DeleteImageVersionResponse {
|
|
2339
|
-
|
|
2340
|
-
const filterSensitiveLog: (obj: DeleteImageVersionResponse) => any;
|
|
2341
|
-
}
|
|
2342
1774
|
export interface DeleteModelInput {
|
|
2343
1775
|
|
|
2344
1776
|
ModelName: string | undefined;
|
|
2345
1777
|
}
|
|
2346
|
-
export declare namespace DeleteModelInput {
|
|
2347
|
-
|
|
2348
|
-
const filterSensitiveLog: (obj: DeleteModelInput) => any;
|
|
2349
|
-
}
|
|
2350
1778
|
export interface DeleteModelBiasJobDefinitionRequest {
|
|
2351
1779
|
|
|
2352
1780
|
JobDefinitionName: string | undefined;
|
|
2353
1781
|
}
|
|
2354
|
-
export declare namespace DeleteModelBiasJobDefinitionRequest {
|
|
2355
|
-
|
|
2356
|
-
const filterSensitiveLog: (obj: DeleteModelBiasJobDefinitionRequest) => any;
|
|
2357
|
-
}
|
|
2358
1782
|
export interface DeleteModelExplainabilityJobDefinitionRequest {
|
|
2359
1783
|
|
|
2360
1784
|
JobDefinitionName: string | undefined;
|
|
2361
1785
|
}
|
|
2362
|
-
export declare namespace DeleteModelExplainabilityJobDefinitionRequest {
|
|
2363
|
-
|
|
2364
|
-
const filterSensitiveLog: (obj: DeleteModelExplainabilityJobDefinitionRequest) => any;
|
|
2365
|
-
}
|
|
2366
1786
|
export interface DeleteModelPackageInput {
|
|
2367
1787
|
|
|
2368
1788
|
ModelPackageName: string | undefined;
|
|
2369
1789
|
}
|
|
2370
|
-
export declare namespace DeleteModelPackageInput {
|
|
2371
|
-
|
|
2372
|
-
const filterSensitiveLog: (obj: DeleteModelPackageInput) => any;
|
|
2373
|
-
}
|
|
2374
1790
|
export interface DeleteModelPackageGroupInput {
|
|
2375
1791
|
|
|
2376
1792
|
ModelPackageGroupName: string | undefined;
|
|
2377
1793
|
}
|
|
2378
|
-
export declare namespace DeleteModelPackageGroupInput {
|
|
2379
|
-
|
|
2380
|
-
const filterSensitiveLog: (obj: DeleteModelPackageGroupInput) => any;
|
|
2381
|
-
}
|
|
2382
1794
|
export interface DeleteModelPackageGroupPolicyInput {
|
|
2383
1795
|
|
|
2384
1796
|
ModelPackageGroupName: string | undefined;
|
|
2385
1797
|
}
|
|
2386
|
-
export declare namespace DeleteModelPackageGroupPolicyInput {
|
|
2387
|
-
|
|
2388
|
-
const filterSensitiveLog: (obj: DeleteModelPackageGroupPolicyInput) => any;
|
|
2389
|
-
}
|
|
2390
1798
|
export interface DeleteModelQualityJobDefinitionRequest {
|
|
2391
1799
|
|
|
2392
1800
|
JobDefinitionName: string | undefined;
|
|
2393
1801
|
}
|
|
2394
|
-
export declare namespace DeleteModelQualityJobDefinitionRequest {
|
|
2395
|
-
|
|
2396
|
-
const filterSensitiveLog: (obj: DeleteModelQualityJobDefinitionRequest) => any;
|
|
2397
|
-
}
|
|
2398
1802
|
export interface DeleteMonitoringScheduleRequest {
|
|
2399
1803
|
|
|
2400
1804
|
MonitoringScheduleName: string | undefined;
|
|
2401
1805
|
}
|
|
2402
|
-
export declare namespace DeleteMonitoringScheduleRequest {
|
|
2403
|
-
|
|
2404
|
-
const filterSensitiveLog: (obj: DeleteMonitoringScheduleRequest) => any;
|
|
2405
|
-
}
|
|
2406
1806
|
export interface DeleteNotebookInstanceInput {
|
|
2407
1807
|
|
|
2408
1808
|
NotebookInstanceName: string | undefined;
|
|
2409
1809
|
}
|
|
2410
|
-
export declare namespace DeleteNotebookInstanceInput {
|
|
2411
|
-
|
|
2412
|
-
const filterSensitiveLog: (obj: DeleteNotebookInstanceInput) => any;
|
|
2413
|
-
}
|
|
2414
1810
|
export interface DeleteNotebookInstanceLifecycleConfigInput {
|
|
2415
1811
|
|
|
2416
1812
|
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
2417
1813
|
}
|
|
2418
|
-
export declare namespace DeleteNotebookInstanceLifecycleConfigInput {
|
|
2419
|
-
|
|
2420
|
-
const filterSensitiveLog: (obj: DeleteNotebookInstanceLifecycleConfigInput) => any;
|
|
2421
|
-
}
|
|
2422
1814
|
export interface DeletePipelineRequest {
|
|
2423
1815
|
|
|
2424
1816
|
PipelineName: string | undefined;
|
|
2425
1817
|
|
|
2426
1818
|
ClientRequestToken?: string;
|
|
2427
1819
|
}
|
|
2428
|
-
export declare namespace DeletePipelineRequest {
|
|
2429
|
-
|
|
2430
|
-
const filterSensitiveLog: (obj: DeletePipelineRequest) => any;
|
|
2431
|
-
}
|
|
2432
1820
|
export interface DeletePipelineResponse {
|
|
2433
1821
|
|
|
2434
1822
|
PipelineArn?: string;
|
|
2435
1823
|
}
|
|
2436
|
-
export declare namespace DeletePipelineResponse {
|
|
2437
|
-
|
|
2438
|
-
const filterSensitiveLog: (obj: DeletePipelineResponse) => any;
|
|
2439
|
-
}
|
|
2440
1824
|
export interface DeleteProjectInput {
|
|
2441
1825
|
|
|
2442
1826
|
ProjectName: string | undefined;
|
|
2443
1827
|
}
|
|
2444
|
-
export declare namespace DeleteProjectInput {
|
|
2445
|
-
|
|
2446
|
-
const filterSensitiveLog: (obj: DeleteProjectInput) => any;
|
|
2447
|
-
}
|
|
2448
1828
|
export interface DeleteStudioLifecycleConfigRequest {
|
|
2449
1829
|
|
|
2450
1830
|
StudioLifecycleConfigName: string | undefined;
|
|
2451
1831
|
}
|
|
2452
|
-
export declare namespace DeleteStudioLifecycleConfigRequest {
|
|
2453
|
-
|
|
2454
|
-
const filterSensitiveLog: (obj: DeleteStudioLifecycleConfigRequest) => any;
|
|
2455
|
-
}
|
|
2456
1832
|
export interface DeleteTagsInput {
|
|
2457
1833
|
|
|
2458
1834
|
ResourceArn: string | undefined;
|
|
2459
1835
|
|
|
2460
1836
|
TagKeys: string[] | undefined;
|
|
2461
1837
|
}
|
|
2462
|
-
export declare namespace DeleteTagsInput {
|
|
2463
|
-
|
|
2464
|
-
const filterSensitiveLog: (obj: DeleteTagsInput) => any;
|
|
2465
|
-
}
|
|
2466
1838
|
export interface DeleteTagsOutput {
|
|
2467
1839
|
}
|
|
2468
|
-
export declare namespace DeleteTagsOutput {
|
|
2469
|
-
|
|
2470
|
-
const filterSensitiveLog: (obj: DeleteTagsOutput) => any;
|
|
2471
|
-
}
|
|
2472
1840
|
export interface DeleteTrialRequest {
|
|
2473
1841
|
|
|
2474
1842
|
TrialName: string | undefined;
|
|
2475
1843
|
}
|
|
2476
|
-
export declare namespace DeleteTrialRequest {
|
|
2477
|
-
|
|
2478
|
-
const filterSensitiveLog: (obj: DeleteTrialRequest) => any;
|
|
2479
|
-
}
|
|
2480
1844
|
export interface DeleteTrialResponse {
|
|
2481
1845
|
|
|
2482
1846
|
TrialArn?: string;
|
|
2483
1847
|
}
|
|
2484
|
-
export declare namespace DeleteTrialResponse {
|
|
2485
|
-
|
|
2486
|
-
const filterSensitiveLog: (obj: DeleteTrialResponse) => any;
|
|
2487
|
-
}
|
|
2488
1848
|
export interface DeleteTrialComponentRequest {
|
|
2489
1849
|
|
|
2490
1850
|
TrialComponentName: string | undefined;
|
|
2491
1851
|
}
|
|
2492
|
-
export declare namespace DeleteTrialComponentRequest {
|
|
2493
|
-
|
|
2494
|
-
const filterSensitiveLog: (obj: DeleteTrialComponentRequest) => any;
|
|
2495
|
-
}
|
|
2496
1852
|
export interface DeleteTrialComponentResponse {
|
|
2497
1853
|
|
|
2498
1854
|
TrialComponentArn?: string;
|
|
2499
1855
|
}
|
|
2500
|
-
export declare namespace DeleteTrialComponentResponse {
|
|
2501
|
-
|
|
2502
|
-
const filterSensitiveLog: (obj: DeleteTrialComponentResponse) => any;
|
|
2503
|
-
}
|
|
2504
1856
|
export interface DeleteUserProfileRequest {
|
|
2505
1857
|
|
|
2506
1858
|
DomainId: string | undefined;
|
|
2507
1859
|
|
|
2508
1860
|
UserProfileName: string | undefined;
|
|
2509
1861
|
}
|
|
2510
|
-
export declare namespace DeleteUserProfileRequest {
|
|
2511
|
-
|
|
2512
|
-
const filterSensitiveLog: (obj: DeleteUserProfileRequest) => any;
|
|
2513
|
-
}
|
|
2514
1862
|
export interface DeleteWorkforceRequest {
|
|
2515
1863
|
|
|
2516
1864
|
WorkforceName: string | undefined;
|
|
2517
1865
|
}
|
|
2518
|
-
export declare namespace DeleteWorkforceRequest {
|
|
2519
|
-
|
|
2520
|
-
const filterSensitiveLog: (obj: DeleteWorkforceRequest) => any;
|
|
2521
|
-
}
|
|
2522
1866
|
export interface DeleteWorkforceResponse {
|
|
2523
1867
|
}
|
|
2524
|
-
export declare namespace DeleteWorkforceResponse {
|
|
2525
|
-
|
|
2526
|
-
const filterSensitiveLog: (obj: DeleteWorkforceResponse) => any;
|
|
2527
|
-
}
|
|
2528
1868
|
export interface DeleteWorkteamRequest {
|
|
2529
1869
|
|
|
2530
1870
|
WorkteamName: string | undefined;
|
|
2531
1871
|
}
|
|
2532
|
-
export declare namespace DeleteWorkteamRequest {
|
|
2533
|
-
|
|
2534
|
-
const filterSensitiveLog: (obj: DeleteWorkteamRequest) => any;
|
|
2535
|
-
}
|
|
2536
1872
|
export interface DeleteWorkteamResponse {
|
|
2537
1873
|
|
|
2538
1874
|
Success: boolean | undefined;
|
|
2539
1875
|
}
|
|
2540
|
-
export declare namespace DeleteWorkteamResponse {
|
|
2541
|
-
|
|
2542
|
-
const filterSensitiveLog: (obj: DeleteWorkteamResponse) => any;
|
|
2543
|
-
}
|
|
2544
1876
|
|
|
2545
1877
|
export interface DeployedImage {
|
|
2546
1878
|
|
|
@@ -2550,9 +1882,41 @@ export interface DeployedImage {
|
|
|
2550
1882
|
|
|
2551
1883
|
ResolutionTime?: Date;
|
|
2552
1884
|
}
|
|
2553
|
-
export declare
|
|
1885
|
+
export declare enum StageStatus {
|
|
1886
|
+
Creating = "CREATING",
|
|
1887
|
+
Deployed = "DEPLOYED",
|
|
1888
|
+
Failed = "FAILED",
|
|
1889
|
+
InProgress = "INPROGRESS",
|
|
1890
|
+
ReadyToDeploy = "READYTODEPLOY",
|
|
1891
|
+
Starting = "STARTING",
|
|
1892
|
+
Stopped = "STOPPED",
|
|
1893
|
+
Stopping = "STOPPING"
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
export interface EdgeDeploymentStatus {
|
|
1897
|
+
|
|
1898
|
+
StageStatus: StageStatus | string | undefined;
|
|
1899
|
+
|
|
1900
|
+
EdgeDeploymentSuccessInStage: number | undefined;
|
|
1901
|
+
|
|
1902
|
+
EdgeDeploymentPendingInStage: number | undefined;
|
|
1903
|
+
|
|
1904
|
+
EdgeDeploymentFailedInStage: number | undefined;
|
|
1905
|
+
|
|
1906
|
+
EdgeDeploymentStatusMessage?: string;
|
|
1907
|
+
|
|
1908
|
+
EdgeDeploymentStageStartTime?: Date;
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1911
|
+
export interface DeploymentStageStatusSummary {
|
|
1912
|
+
|
|
1913
|
+
StageName: string | undefined;
|
|
2554
1914
|
|
|
2555
|
-
|
|
1915
|
+
DeviceSelectionConfig: DeviceSelectionConfig | undefined;
|
|
1916
|
+
|
|
1917
|
+
DeploymentConfig: EdgeDeploymentConfig | undefined;
|
|
1918
|
+
|
|
1919
|
+
DeploymentStatus: EdgeDeploymentStatus | undefined;
|
|
2556
1920
|
}
|
|
2557
1921
|
export interface DeregisterDevicesRequest {
|
|
2558
1922
|
|
|
@@ -2560,18 +1924,10 @@ export interface DeregisterDevicesRequest {
|
|
|
2560
1924
|
|
|
2561
1925
|
DeviceNames: string[] | undefined;
|
|
2562
1926
|
}
|
|
2563
|
-
export declare namespace DeregisterDevicesRequest {
|
|
2564
|
-
|
|
2565
|
-
const filterSensitiveLog: (obj: DeregisterDevicesRequest) => any;
|
|
2566
|
-
}
|
|
2567
1927
|
export interface DescribeActionRequest {
|
|
2568
1928
|
|
|
2569
1929
|
ActionName: string | undefined;
|
|
2570
1930
|
}
|
|
2571
|
-
export declare namespace DescribeActionRequest {
|
|
2572
|
-
|
|
2573
|
-
const filterSensitiveLog: (obj: DescribeActionRequest) => any;
|
|
2574
|
-
}
|
|
2575
1931
|
export interface DescribeActionResponse {
|
|
2576
1932
|
|
|
2577
1933
|
ActionName?: string;
|
|
@@ -2600,18 +1956,10 @@ export interface DescribeActionResponse {
|
|
|
2600
1956
|
|
|
2601
1957
|
LineageGroupArn?: string;
|
|
2602
1958
|
}
|
|
2603
|
-
export declare namespace DescribeActionResponse {
|
|
2604
|
-
|
|
2605
|
-
const filterSensitiveLog: (obj: DescribeActionResponse) => any;
|
|
2606
|
-
}
|
|
2607
1959
|
export interface DescribeAlgorithmInput {
|
|
2608
1960
|
|
|
2609
1961
|
AlgorithmName: string | undefined;
|
|
2610
1962
|
}
|
|
2611
|
-
export declare namespace DescribeAlgorithmInput {
|
|
2612
|
-
|
|
2613
|
-
const filterSensitiveLog: (obj: DescribeAlgorithmInput) => any;
|
|
2614
|
-
}
|
|
2615
1963
|
export interface DescribeAlgorithmOutput {
|
|
2616
1964
|
|
|
2617
1965
|
AlgorithmName: string | undefined;
|
|
@@ -2636,10 +1984,6 @@ export interface DescribeAlgorithmOutput {
|
|
|
2636
1984
|
|
|
2637
1985
|
CertifyForMarketplace?: boolean;
|
|
2638
1986
|
}
|
|
2639
|
-
export declare namespace DescribeAlgorithmOutput {
|
|
2640
|
-
|
|
2641
|
-
const filterSensitiveLog: (obj: DescribeAlgorithmOutput) => any;
|
|
2642
|
-
}
|
|
2643
1987
|
export interface DescribeAppRequest {
|
|
2644
1988
|
|
|
2645
1989
|
DomainId: string | undefined;
|
|
@@ -2650,10 +1994,6 @@ export interface DescribeAppRequest {
|
|
|
2650
1994
|
|
|
2651
1995
|
AppName: string | undefined;
|
|
2652
1996
|
}
|
|
2653
|
-
export declare namespace DescribeAppRequest {
|
|
2654
|
-
|
|
2655
|
-
const filterSensitiveLog: (obj: DescribeAppRequest) => any;
|
|
2656
|
-
}
|
|
2657
1997
|
export interface DescribeAppResponse {
|
|
2658
1998
|
|
|
2659
1999
|
AppArn?: string;
|
|
@@ -2678,18 +2018,10 @@ export interface DescribeAppResponse {
|
|
|
2678
2018
|
|
|
2679
2019
|
ResourceSpec?: ResourceSpec;
|
|
2680
2020
|
}
|
|
2681
|
-
export declare namespace DescribeAppResponse {
|
|
2682
|
-
|
|
2683
|
-
const filterSensitiveLog: (obj: DescribeAppResponse) => any;
|
|
2684
|
-
}
|
|
2685
2021
|
export interface DescribeAppImageConfigRequest {
|
|
2686
2022
|
|
|
2687
2023
|
AppImageConfigName: string | undefined;
|
|
2688
2024
|
}
|
|
2689
|
-
export declare namespace DescribeAppImageConfigRequest {
|
|
2690
|
-
|
|
2691
|
-
const filterSensitiveLog: (obj: DescribeAppImageConfigRequest) => any;
|
|
2692
|
-
}
|
|
2693
2025
|
export interface DescribeAppImageConfigResponse {
|
|
2694
2026
|
|
|
2695
2027
|
AppImageConfigArn?: string;
|
|
@@ -2702,18 +2034,10 @@ export interface DescribeAppImageConfigResponse {
|
|
|
2702
2034
|
|
|
2703
2035
|
KernelGatewayImageConfig?: KernelGatewayImageConfig;
|
|
2704
2036
|
}
|
|
2705
|
-
export declare namespace DescribeAppImageConfigResponse {
|
|
2706
|
-
|
|
2707
|
-
const filterSensitiveLog: (obj: DescribeAppImageConfigResponse) => any;
|
|
2708
|
-
}
|
|
2709
2037
|
export interface DescribeArtifactRequest {
|
|
2710
2038
|
|
|
2711
2039
|
ArtifactArn: string | undefined;
|
|
2712
2040
|
}
|
|
2713
|
-
export declare namespace DescribeArtifactRequest {
|
|
2714
|
-
|
|
2715
|
-
const filterSensitiveLog: (obj: DescribeArtifactRequest) => any;
|
|
2716
|
-
}
|
|
2717
2041
|
export interface DescribeArtifactResponse {
|
|
2718
2042
|
|
|
2719
2043
|
ArtifactName?: string;
|
|
@@ -2738,27 +2062,15 @@ export interface DescribeArtifactResponse {
|
|
|
2738
2062
|
|
|
2739
2063
|
LineageGroupArn?: string;
|
|
2740
2064
|
}
|
|
2741
|
-
export declare namespace DescribeArtifactResponse {
|
|
2742
|
-
|
|
2743
|
-
const filterSensitiveLog: (obj: DescribeArtifactResponse) => any;
|
|
2744
|
-
}
|
|
2745
2065
|
export interface DescribeAutoMLJobRequest {
|
|
2746
2066
|
|
|
2747
2067
|
AutoMLJobName: string | undefined;
|
|
2748
2068
|
}
|
|
2749
|
-
export declare namespace DescribeAutoMLJobRequest {
|
|
2750
|
-
|
|
2751
|
-
const filterSensitiveLog: (obj: DescribeAutoMLJobRequest) => any;
|
|
2752
|
-
}
|
|
2753
2069
|
|
|
2754
2070
|
export interface ModelDeployResult {
|
|
2755
2071
|
|
|
2756
2072
|
EndpointName?: string;
|
|
2757
2073
|
}
|
|
2758
|
-
export declare namespace ModelDeployResult {
|
|
2759
|
-
|
|
2760
|
-
const filterSensitiveLog: (obj: ModelDeployResult) => any;
|
|
2761
|
-
}
|
|
2762
2074
|
|
|
2763
2075
|
export interface ResolvedAttributes {
|
|
2764
2076
|
|
|
@@ -2768,10 +2080,6 @@ export interface ResolvedAttributes {
|
|
|
2768
2080
|
|
|
2769
2081
|
CompletionCriteria?: AutoMLJobCompletionCriteria;
|
|
2770
2082
|
}
|
|
2771
|
-
export declare namespace ResolvedAttributes {
|
|
2772
|
-
|
|
2773
|
-
const filterSensitiveLog: (obj: ResolvedAttributes) => any;
|
|
2774
|
-
}
|
|
2775
2083
|
export interface DescribeAutoMLJobResponse {
|
|
2776
2084
|
|
|
2777
2085
|
AutoMLJobName: string | undefined;
|
|
@@ -2816,18 +2124,10 @@ export interface DescribeAutoMLJobResponse {
|
|
|
2816
2124
|
|
|
2817
2125
|
ModelDeployResult?: ModelDeployResult;
|
|
2818
2126
|
}
|
|
2819
|
-
export declare namespace DescribeAutoMLJobResponse {
|
|
2820
|
-
|
|
2821
|
-
const filterSensitiveLog: (obj: DescribeAutoMLJobResponse) => any;
|
|
2822
|
-
}
|
|
2823
2127
|
export interface DescribeCodeRepositoryInput {
|
|
2824
2128
|
|
|
2825
2129
|
CodeRepositoryName: string | undefined;
|
|
2826
2130
|
}
|
|
2827
|
-
export declare namespace DescribeCodeRepositoryInput {
|
|
2828
|
-
|
|
2829
|
-
const filterSensitiveLog: (obj: DescribeCodeRepositoryInput) => any;
|
|
2830
|
-
}
|
|
2831
2131
|
export interface DescribeCodeRepositoryOutput {
|
|
2832
2132
|
|
|
2833
2133
|
CodeRepositoryName: string | undefined;
|
|
@@ -2840,36 +2140,20 @@ export interface DescribeCodeRepositoryOutput {
|
|
|
2840
2140
|
|
|
2841
2141
|
GitConfig?: GitConfig;
|
|
2842
2142
|
}
|
|
2843
|
-
export declare namespace DescribeCodeRepositoryOutput {
|
|
2844
|
-
|
|
2845
|
-
const filterSensitiveLog: (obj: DescribeCodeRepositoryOutput) => any;
|
|
2846
|
-
}
|
|
2847
2143
|
export interface DescribeCompilationJobRequest {
|
|
2848
2144
|
|
|
2849
2145
|
CompilationJobName: string | undefined;
|
|
2850
2146
|
}
|
|
2851
|
-
export declare namespace DescribeCompilationJobRequest {
|
|
2852
|
-
|
|
2853
|
-
const filterSensitiveLog: (obj: DescribeCompilationJobRequest) => any;
|
|
2854
|
-
}
|
|
2855
2147
|
|
|
2856
2148
|
export interface ModelArtifacts {
|
|
2857
2149
|
|
|
2858
2150
|
S3ModelArtifacts: string | undefined;
|
|
2859
2151
|
}
|
|
2860
|
-
export declare namespace ModelArtifacts {
|
|
2861
|
-
|
|
2862
|
-
const filterSensitiveLog: (obj: ModelArtifacts) => any;
|
|
2863
|
-
}
|
|
2864
2152
|
|
|
2865
2153
|
export interface ModelDigests {
|
|
2866
2154
|
|
|
2867
2155
|
ArtifactDigest?: string;
|
|
2868
2156
|
}
|
|
2869
|
-
export declare namespace ModelDigests {
|
|
2870
|
-
|
|
2871
|
-
const filterSensitiveLog: (obj: ModelDigests) => any;
|
|
2872
|
-
}
|
|
2873
2157
|
export interface DescribeCompilationJobResponse {
|
|
2874
2158
|
|
|
2875
2159
|
CompilationJobName: string | undefined;
|
|
@@ -2906,18 +2190,10 @@ export interface DescribeCompilationJobResponse {
|
|
|
2906
2190
|
|
|
2907
2191
|
VpcConfig?: NeoVpcConfig;
|
|
2908
2192
|
}
|
|
2909
|
-
export declare namespace DescribeCompilationJobResponse {
|
|
2910
|
-
|
|
2911
|
-
const filterSensitiveLog: (obj: DescribeCompilationJobResponse) => any;
|
|
2912
|
-
}
|
|
2913
2193
|
export interface DescribeContextRequest {
|
|
2914
2194
|
|
|
2915
2195
|
ContextName: string | undefined;
|
|
2916
2196
|
}
|
|
2917
|
-
export declare namespace DescribeContextRequest {
|
|
2918
|
-
|
|
2919
|
-
const filterSensitiveLog: (obj: DescribeContextRequest) => any;
|
|
2920
|
-
}
|
|
2921
2197
|
export interface DescribeContextResponse {
|
|
2922
2198
|
|
|
2923
2199
|
ContextName?: string;
|
|
@@ -2942,18 +2218,10 @@ export interface DescribeContextResponse {
|
|
|
2942
2218
|
|
|
2943
2219
|
LineageGroupArn?: string;
|
|
2944
2220
|
}
|
|
2945
|
-
export declare namespace DescribeContextResponse {
|
|
2946
|
-
|
|
2947
|
-
const filterSensitiveLog: (obj: DescribeContextResponse) => any;
|
|
2948
|
-
}
|
|
2949
2221
|
export interface DescribeDataQualityJobDefinitionRequest {
|
|
2950
2222
|
|
|
2951
2223
|
JobDefinitionName: string | undefined;
|
|
2952
2224
|
}
|
|
2953
|
-
export declare namespace DescribeDataQualityJobDefinitionRequest {
|
|
2954
|
-
|
|
2955
|
-
const filterSensitiveLog: (obj: DescribeDataQualityJobDefinitionRequest) => any;
|
|
2956
|
-
}
|
|
2957
2225
|
export interface DescribeDataQualityJobDefinitionResponse {
|
|
2958
2226
|
|
|
2959
2227
|
JobDefinitionArn: string | undefined;
|
|
@@ -2978,10 +2246,6 @@ export interface DescribeDataQualityJobDefinitionResponse {
|
|
|
2978
2246
|
|
|
2979
2247
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
2980
2248
|
}
|
|
2981
|
-
export declare namespace DescribeDataQualityJobDefinitionResponse {
|
|
2982
|
-
|
|
2983
|
-
const filterSensitiveLog: (obj: DescribeDataQualityJobDefinitionResponse) => any;
|
|
2984
|
-
}
|
|
2985
2249
|
export interface DescribeDeviceRequest {
|
|
2986
2250
|
|
|
2987
2251
|
NextToken?: string;
|
|
@@ -2990,10 +2254,6 @@ export interface DescribeDeviceRequest {
|
|
|
2990
2254
|
|
|
2991
2255
|
DeviceFleetName: string | undefined;
|
|
2992
2256
|
}
|
|
2993
|
-
export declare namespace DescribeDeviceRequest {
|
|
2994
|
-
|
|
2995
|
-
const filterSensitiveLog: (obj: DescribeDeviceRequest) => any;
|
|
2996
|
-
}
|
|
2997
2257
|
|
|
2998
2258
|
export interface EdgeModel {
|
|
2999
2259
|
|
|
@@ -3005,10 +2265,6 @@ export interface EdgeModel {
|
|
|
3005
2265
|
|
|
3006
2266
|
LatestInference?: Date;
|
|
3007
2267
|
}
|
|
3008
|
-
export declare namespace EdgeModel {
|
|
3009
|
-
|
|
3010
|
-
const filterSensitiveLog: (obj: EdgeModel) => any;
|
|
3011
|
-
}
|
|
3012
2268
|
export interface DescribeDeviceResponse {
|
|
3013
2269
|
|
|
3014
2270
|
DeviceArn?: string;
|
|
@@ -3033,18 +2289,10 @@ export interface DescribeDeviceResponse {
|
|
|
3033
2289
|
|
|
3034
2290
|
AgentVersion?: string;
|
|
3035
2291
|
}
|
|
3036
|
-
export declare namespace DescribeDeviceResponse {
|
|
3037
|
-
|
|
3038
|
-
const filterSensitiveLog: (obj: DescribeDeviceResponse) => any;
|
|
3039
|
-
}
|
|
3040
2292
|
export interface DescribeDeviceFleetRequest {
|
|
3041
2293
|
|
|
3042
2294
|
DeviceFleetName: string | undefined;
|
|
3043
2295
|
}
|
|
3044
|
-
export declare namespace DescribeDeviceFleetRequest {
|
|
3045
|
-
|
|
3046
|
-
const filterSensitiveLog: (obj: DescribeDeviceFleetRequest) => any;
|
|
3047
|
-
}
|
|
3048
2296
|
export interface DescribeDeviceFleetResponse {
|
|
3049
2297
|
|
|
3050
2298
|
DeviceFleetName: string | undefined;
|
|
@@ -3063,18 +2311,10 @@ export interface DescribeDeviceFleetResponse {
|
|
|
3063
2311
|
|
|
3064
2312
|
IotRoleAlias?: string;
|
|
3065
2313
|
}
|
|
3066
|
-
export declare namespace DescribeDeviceFleetResponse {
|
|
3067
|
-
|
|
3068
|
-
const filterSensitiveLog: (obj: DescribeDeviceFleetResponse) => any;
|
|
3069
|
-
}
|
|
3070
2314
|
export interface DescribeDomainRequest {
|
|
3071
2315
|
|
|
3072
2316
|
DomainId: string | undefined;
|
|
3073
2317
|
}
|
|
3074
|
-
export declare namespace DescribeDomainRequest {
|
|
3075
|
-
|
|
3076
|
-
const filterSensitiveLog: (obj: DescribeDomainRequest) => any;
|
|
3077
|
-
}
|
|
3078
2318
|
export declare enum DomainStatus {
|
|
3079
2319
|
Delete_Failed = "Delete_Failed",
|
|
3080
2320
|
Deleting = "Deleting",
|
|
@@ -3126,17 +2366,41 @@ export interface DescribeDomainResponse {
|
|
|
3126
2366
|
|
|
3127
2367
|
SecurityGroupIdForDomainBoundary?: string;
|
|
3128
2368
|
}
|
|
3129
|
-
export
|
|
2369
|
+
export interface DescribeEdgeDeploymentPlanRequest {
|
|
3130
2370
|
|
|
3131
|
-
|
|
2371
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
2372
|
+
|
|
2373
|
+
NextToken?: string;
|
|
2374
|
+
|
|
2375
|
+
MaxResults?: number;
|
|
3132
2376
|
}
|
|
3133
|
-
export interface
|
|
2377
|
+
export interface DescribeEdgeDeploymentPlanResponse {
|
|
3134
2378
|
|
|
3135
|
-
|
|
2379
|
+
EdgeDeploymentPlanArn: string | undefined;
|
|
2380
|
+
|
|
2381
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
2382
|
+
|
|
2383
|
+
ModelConfigs: EdgeDeploymentModelConfig[] | undefined;
|
|
2384
|
+
|
|
2385
|
+
DeviceFleetName: string | undefined;
|
|
2386
|
+
|
|
2387
|
+
EdgeDeploymentSuccess?: number;
|
|
2388
|
+
|
|
2389
|
+
EdgeDeploymentPending?: number;
|
|
2390
|
+
|
|
2391
|
+
EdgeDeploymentFailed?: number;
|
|
2392
|
+
|
|
2393
|
+
Stages: DeploymentStageStatusSummary[] | undefined;
|
|
2394
|
+
|
|
2395
|
+
NextToken?: string;
|
|
2396
|
+
|
|
2397
|
+
CreationTime?: Date;
|
|
2398
|
+
|
|
2399
|
+
LastModifiedTime?: Date;
|
|
3136
2400
|
}
|
|
3137
|
-
export
|
|
2401
|
+
export interface DescribeEdgePackagingJobRequest {
|
|
3138
2402
|
|
|
3139
|
-
|
|
2403
|
+
EdgePackagingJobName: string | undefined;
|
|
3140
2404
|
}
|
|
3141
2405
|
export declare enum EdgePackagingJobStatus {
|
|
3142
2406
|
Completed = "COMPLETED",
|
|
@@ -3161,10 +2425,6 @@ export interface EdgePresetDeploymentOutput {
|
|
|
3161
2425
|
|
|
3162
2426
|
StatusMessage?: string;
|
|
3163
2427
|
}
|
|
3164
|
-
export declare namespace EdgePresetDeploymentOutput {
|
|
3165
|
-
|
|
3166
|
-
const filterSensitiveLog: (obj: EdgePresetDeploymentOutput) => any;
|
|
3167
|
-
}
|
|
3168
2428
|
export interface DescribeEdgePackagingJobResponse {
|
|
3169
2429
|
|
|
3170
2430
|
EdgePackagingJobArn: string | undefined;
|
|
@@ -3197,18 +2457,10 @@ export interface DescribeEdgePackagingJobResponse {
|
|
|
3197
2457
|
|
|
3198
2458
|
PresetDeploymentOutput?: EdgePresetDeploymentOutput;
|
|
3199
2459
|
}
|
|
3200
|
-
export declare namespace DescribeEdgePackagingJobResponse {
|
|
3201
|
-
|
|
3202
|
-
const filterSensitiveLog: (obj: DescribeEdgePackagingJobResponse) => any;
|
|
3203
|
-
}
|
|
3204
2460
|
export interface DescribeEndpointInput {
|
|
3205
2461
|
|
|
3206
2462
|
EndpointName: string | undefined;
|
|
3207
2463
|
}
|
|
3208
|
-
export declare namespace DescribeEndpointInput {
|
|
3209
|
-
|
|
3210
|
-
const filterSensitiveLog: (obj: DescribeEndpointInput) => any;
|
|
3211
|
-
}
|
|
3212
2464
|
export declare enum EndpointStatus {
|
|
3213
2465
|
CREATING = "Creating",
|
|
3214
2466
|
DELETING = "Deleting",
|
|
@@ -3235,10 +2487,6 @@ export interface ProductionVariantStatus {
|
|
|
3235
2487
|
|
|
3236
2488
|
StartTime?: Date;
|
|
3237
2489
|
}
|
|
3238
|
-
export declare namespace ProductionVariantStatus {
|
|
3239
|
-
|
|
3240
|
-
const filterSensitiveLog: (obj: ProductionVariantStatus) => any;
|
|
3241
|
-
}
|
|
3242
2490
|
|
|
3243
2491
|
export interface PendingProductionVariantSummary {
|
|
3244
2492
|
|
|
@@ -3264,10 +2512,6 @@ export interface PendingProductionVariantSummary {
|
|
|
3264
2512
|
|
|
3265
2513
|
DesiredServerlessConfig?: ProductionVariantServerlessConfig;
|
|
3266
2514
|
}
|
|
3267
|
-
export declare namespace PendingProductionVariantSummary {
|
|
3268
|
-
|
|
3269
|
-
const filterSensitiveLog: (obj: PendingProductionVariantSummary) => any;
|
|
3270
|
-
}
|
|
3271
2515
|
|
|
3272
2516
|
export interface PendingDeploymentSummary {
|
|
3273
2517
|
|
|
@@ -3277,10 +2521,6 @@ export interface PendingDeploymentSummary {
|
|
|
3277
2521
|
|
|
3278
2522
|
StartTime?: Date;
|
|
3279
2523
|
}
|
|
3280
|
-
export declare namespace PendingDeploymentSummary {
|
|
3281
|
-
|
|
3282
|
-
const filterSensitiveLog: (obj: PendingDeploymentSummary) => any;
|
|
3283
|
-
}
|
|
3284
2524
|
|
|
3285
2525
|
export interface ProductionVariantSummary {
|
|
3286
2526
|
|
|
@@ -3302,10 +2542,6 @@ export interface ProductionVariantSummary {
|
|
|
3302
2542
|
|
|
3303
2543
|
DesiredServerlessConfig?: ProductionVariantServerlessConfig;
|
|
3304
2544
|
}
|
|
3305
|
-
export declare namespace ProductionVariantSummary {
|
|
3306
|
-
|
|
3307
|
-
const filterSensitiveLog: (obj: ProductionVariantSummary) => any;
|
|
3308
|
-
}
|
|
3309
2545
|
export interface DescribeEndpointOutput {
|
|
3310
2546
|
|
|
3311
2547
|
EndpointName: string | undefined;
|
|
@@ -3332,18 +2568,10 @@ export interface DescribeEndpointOutput {
|
|
|
3332
2568
|
|
|
3333
2569
|
PendingDeploymentSummary?: PendingDeploymentSummary;
|
|
3334
2570
|
}
|
|
3335
|
-
export declare namespace DescribeEndpointOutput {
|
|
3336
|
-
|
|
3337
|
-
const filterSensitiveLog: (obj: DescribeEndpointOutput) => any;
|
|
3338
|
-
}
|
|
3339
2571
|
export interface DescribeEndpointConfigInput {
|
|
3340
2572
|
|
|
3341
2573
|
EndpointConfigName: string | undefined;
|
|
3342
2574
|
}
|
|
3343
|
-
export declare namespace DescribeEndpointConfigInput {
|
|
3344
|
-
|
|
3345
|
-
const filterSensitiveLog: (obj: DescribeEndpointConfigInput) => any;
|
|
3346
|
-
}
|
|
3347
2575
|
export interface DescribeEndpointConfigOutput {
|
|
3348
2576
|
|
|
3349
2577
|
EndpointConfigName: string | undefined;
|
|
@@ -3360,18 +2588,10 @@ export interface DescribeEndpointConfigOutput {
|
|
|
3360
2588
|
|
|
3361
2589
|
AsyncInferenceConfig?: AsyncInferenceConfig;
|
|
3362
2590
|
}
|
|
3363
|
-
export declare namespace DescribeEndpointConfigOutput {
|
|
3364
|
-
|
|
3365
|
-
const filterSensitiveLog: (obj: DescribeEndpointConfigOutput) => any;
|
|
3366
|
-
}
|
|
3367
2591
|
export interface DescribeExperimentRequest {
|
|
3368
2592
|
|
|
3369
2593
|
ExperimentName: string | undefined;
|
|
3370
2594
|
}
|
|
3371
|
-
export declare namespace DescribeExperimentRequest {
|
|
3372
|
-
|
|
3373
|
-
const filterSensitiveLog: (obj: DescribeExperimentRequest) => any;
|
|
3374
|
-
}
|
|
3375
2595
|
|
|
3376
2596
|
export interface ExperimentSource {
|
|
3377
2597
|
|
|
@@ -3379,10 +2599,6 @@ export interface ExperimentSource {
|
|
|
3379
2599
|
|
|
3380
2600
|
SourceType?: string;
|
|
3381
2601
|
}
|
|
3382
|
-
export declare namespace ExperimentSource {
|
|
3383
|
-
|
|
3384
|
-
const filterSensitiveLog: (obj: ExperimentSource) => any;
|
|
3385
|
-
}
|
|
3386
2602
|
export interface DescribeExperimentResponse {
|
|
3387
2603
|
|
|
3388
2604
|
ExperimentName?: string;
|
|
@@ -3403,20 +2619,12 @@ export interface DescribeExperimentResponse {
|
|
|
3403
2619
|
|
|
3404
2620
|
LastModifiedBy?: UserContext;
|
|
3405
2621
|
}
|
|
3406
|
-
export declare namespace DescribeExperimentResponse {
|
|
3407
|
-
|
|
3408
|
-
const filterSensitiveLog: (obj: DescribeExperimentResponse) => any;
|
|
3409
|
-
}
|
|
3410
2622
|
export interface DescribeFeatureGroupRequest {
|
|
3411
2623
|
|
|
3412
2624
|
FeatureGroupName: string | undefined;
|
|
3413
2625
|
|
|
3414
2626
|
NextToken?: string;
|
|
3415
2627
|
}
|
|
3416
|
-
export declare namespace DescribeFeatureGroupRequest {
|
|
3417
|
-
|
|
3418
|
-
const filterSensitiveLog: (obj: DescribeFeatureGroupRequest) => any;
|
|
3419
|
-
}
|
|
3420
2628
|
export declare enum FeatureGroupStatus {
|
|
3421
2629
|
CREATED = "Created",
|
|
3422
2630
|
CREATE_FAILED = "CreateFailed",
|
|
@@ -3436,10 +2644,6 @@ export interface LastUpdateStatus {
|
|
|
3436
2644
|
|
|
3437
2645
|
FailureReason?: string;
|
|
3438
2646
|
}
|
|
3439
|
-
export declare namespace LastUpdateStatus {
|
|
3440
|
-
|
|
3441
|
-
const filterSensitiveLog: (obj: LastUpdateStatus) => any;
|
|
3442
|
-
}
|
|
3443
2647
|
export declare enum OfflineStoreStatusValue {
|
|
3444
2648
|
ACTIVE = "Active",
|
|
3445
2649
|
BLOCKED = "Blocked",
|
|
@@ -3452,10 +2656,6 @@ export interface OfflineStoreStatus {
|
|
|
3452
2656
|
|
|
3453
2657
|
BlockedReason?: string;
|
|
3454
2658
|
}
|
|
3455
|
-
export declare namespace OfflineStoreStatus {
|
|
3456
|
-
|
|
3457
|
-
const filterSensitiveLog: (obj: OfflineStoreStatus) => any;
|
|
3458
|
-
}
|
|
3459
2659
|
export interface DescribeFeatureGroupResponse {
|
|
3460
2660
|
|
|
3461
2661
|
FeatureGroupArn: string | undefined;
|
|
@@ -3492,20 +2692,12 @@ export interface DescribeFeatureGroupResponse {
|
|
|
3492
2692
|
|
|
3493
2693
|
OnlineStoreTotalSizeBytes?: number;
|
|
3494
2694
|
}
|
|
3495
|
-
export declare namespace DescribeFeatureGroupResponse {
|
|
3496
|
-
|
|
3497
|
-
const filterSensitiveLog: (obj: DescribeFeatureGroupResponse) => any;
|
|
3498
|
-
}
|
|
3499
2695
|
export interface DescribeFeatureMetadataRequest {
|
|
3500
2696
|
|
|
3501
2697
|
FeatureGroupName: string | undefined;
|
|
3502
2698
|
|
|
3503
2699
|
FeatureName: string | undefined;
|
|
3504
2700
|
}
|
|
3505
|
-
export declare namespace DescribeFeatureMetadataRequest {
|
|
3506
|
-
|
|
3507
|
-
const filterSensitiveLog: (obj: DescribeFeatureMetadataRequest) => any;
|
|
3508
|
-
}
|
|
3509
2701
|
|
|
3510
2702
|
export interface FeatureParameter {
|
|
3511
2703
|
|
|
@@ -3513,10 +2705,6 @@ export interface FeatureParameter {
|
|
|
3513
2705
|
|
|
3514
2706
|
Value?: string;
|
|
3515
2707
|
}
|
|
3516
|
-
export declare namespace FeatureParameter {
|
|
3517
|
-
|
|
3518
|
-
const filterSensitiveLog: (obj: FeatureParameter) => any;
|
|
3519
|
-
}
|
|
3520
2708
|
export interface DescribeFeatureMetadataResponse {
|
|
3521
2709
|
|
|
3522
2710
|
FeatureGroupArn: string | undefined;
|
|
@@ -3535,18 +2723,10 @@ export interface DescribeFeatureMetadataResponse {
|
|
|
3535
2723
|
|
|
3536
2724
|
Parameters?: FeatureParameter[];
|
|
3537
2725
|
}
|
|
3538
|
-
export declare namespace DescribeFeatureMetadataResponse {
|
|
3539
|
-
|
|
3540
|
-
const filterSensitiveLog: (obj: DescribeFeatureMetadataResponse) => any;
|
|
3541
|
-
}
|
|
3542
2726
|
export interface DescribeFlowDefinitionRequest {
|
|
3543
2727
|
|
|
3544
2728
|
FlowDefinitionName: string | undefined;
|
|
3545
2729
|
}
|
|
3546
|
-
export declare namespace DescribeFlowDefinitionRequest {
|
|
3547
|
-
|
|
3548
|
-
const filterSensitiveLog: (obj: DescribeFlowDefinitionRequest) => any;
|
|
3549
|
-
}
|
|
3550
2730
|
export declare enum FlowDefinitionStatus {
|
|
3551
2731
|
ACTIVE = "Active",
|
|
3552
2732
|
DELETING = "Deleting",
|
|
@@ -3575,18 +2755,10 @@ export interface DescribeFlowDefinitionResponse {
|
|
|
3575
2755
|
|
|
3576
2756
|
FailureReason?: string;
|
|
3577
2757
|
}
|
|
3578
|
-
export declare namespace DescribeFlowDefinitionResponse {
|
|
3579
|
-
|
|
3580
|
-
const filterSensitiveLog: (obj: DescribeFlowDefinitionResponse) => any;
|
|
3581
|
-
}
|
|
3582
2758
|
export interface DescribeHumanTaskUiRequest {
|
|
3583
2759
|
|
|
3584
2760
|
HumanTaskUiName: string | undefined;
|
|
3585
2761
|
}
|
|
3586
|
-
export declare namespace DescribeHumanTaskUiRequest {
|
|
3587
|
-
|
|
3588
|
-
const filterSensitiveLog: (obj: DescribeHumanTaskUiRequest) => any;
|
|
3589
|
-
}
|
|
3590
2762
|
export declare enum HumanTaskUiStatus {
|
|
3591
2763
|
ACTIVE = "Active",
|
|
3592
2764
|
DELETING = "Deleting"
|
|
@@ -3598,10 +2770,6 @@ export interface UiTemplateInfo {
|
|
|
3598
2770
|
|
|
3599
2771
|
ContentSha256?: string;
|
|
3600
2772
|
}
|
|
3601
|
-
export declare namespace UiTemplateInfo {
|
|
3602
|
-
|
|
3603
|
-
const filterSensitiveLog: (obj: UiTemplateInfo) => any;
|
|
3604
|
-
}
|
|
3605
2773
|
export interface DescribeHumanTaskUiResponse {
|
|
3606
2774
|
|
|
3607
2775
|
HumanTaskUiArn: string | undefined;
|
|
@@ -3614,244 +2782,539 @@ export interface DescribeHumanTaskUiResponse {
|
|
|
3614
2782
|
|
|
3615
2783
|
UiTemplate: UiTemplateInfo | undefined;
|
|
3616
2784
|
}
|
|
3617
|
-
export declare namespace DescribeHumanTaskUiResponse {
|
|
3618
|
-
|
|
3619
|
-
const filterSensitiveLog: (obj: DescribeHumanTaskUiResponse) => any;
|
|
3620
|
-
}
|
|
3621
|
-
export interface DescribeHyperParameterTuningJobRequest {
|
|
3622
|
-
|
|
3623
|
-
HyperParameterTuningJobName: string | undefined;
|
|
3624
|
-
}
|
|
3625
|
-
export declare namespace DescribeHyperParameterTuningJobRequest {
|
|
3626
|
-
|
|
3627
|
-
const filterSensitiveLog: (obj: DescribeHyperParameterTuningJobRequest) => any;
|
|
3628
|
-
}
|
|
3629
2785
|
|
|
3630
|
-
export
|
|
3631
|
-
|
|
3632
|
-
Type?: HyperParameterTuningJobObjectiveType | string;
|
|
3633
|
-
|
|
3634
|
-
MetricName: string | undefined;
|
|
3635
|
-
|
|
3636
|
-
Value: number | undefined;
|
|
3637
|
-
}
|
|
3638
|
-
export declare namespace FinalHyperParameterTuningJobObjectiveMetric {
|
|
3639
|
-
|
|
3640
|
-
const filterSensitiveLog: (obj: FinalHyperParameterTuningJobObjectiveMetric) => any;
|
|
3641
|
-
}
|
|
3642
|
-
export declare enum TrainingJobStatus {
|
|
3643
|
-
COMPLETED = "Completed",
|
|
3644
|
-
FAILED = "Failed",
|
|
3645
|
-
IN_PROGRESS = "InProgress",
|
|
3646
|
-
STOPPED = "Stopped",
|
|
3647
|
-
STOPPING = "Stopping"
|
|
3648
|
-
}
|
|
2786
|
+
export declare const HyperParameterTuningJobConfigFilterSensitiveLog: (obj: HyperParameterTuningJobConfig) => any;
|
|
3649
2787
|
|
|
3650
|
-
export
|
|
3651
|
-
|
|
3652
|
-
TrainingJobDefinitionName?: string;
|
|
3653
|
-
|
|
3654
|
-
TrainingJobName: string | undefined;
|
|
3655
|
-
|
|
3656
|
-
TrainingJobArn: string | undefined;
|
|
3657
|
-
|
|
3658
|
-
TuningJobName?: string;
|
|
3659
|
-
|
|
3660
|
-
CreationTime: Date | undefined;
|
|
3661
|
-
|
|
3662
|
-
TrainingStartTime?: Date;
|
|
3663
|
-
|
|
3664
|
-
TrainingEndTime?: Date;
|
|
3665
|
-
|
|
3666
|
-
TrainingJobStatus: TrainingJobStatus | string | undefined;
|
|
3667
|
-
|
|
3668
|
-
TunedHyperParameters: Record<string, string> | undefined;
|
|
3669
|
-
|
|
3670
|
-
FailureReason?: string;
|
|
3671
|
-
|
|
3672
|
-
FinalHyperParameterTuningJobObjectiveMetric?: FinalHyperParameterTuningJobObjectiveMetric;
|
|
3673
|
-
|
|
3674
|
-
ObjectiveStatus?: ObjectiveStatus | string;
|
|
3675
|
-
}
|
|
3676
|
-
export declare namespace HyperParameterTrainingJobSummary {
|
|
3677
|
-
|
|
3678
|
-
const filterSensitiveLog: (obj: HyperParameterTrainingJobSummary) => any;
|
|
3679
|
-
}
|
|
3680
|
-
export declare enum HyperParameterTuningJobStatus {
|
|
3681
|
-
COMPLETED = "Completed",
|
|
3682
|
-
FAILED = "Failed",
|
|
3683
|
-
IN_PROGRESS = "InProgress",
|
|
3684
|
-
STOPPED = "Stopped",
|
|
3685
|
-
STOPPING = "Stopping"
|
|
3686
|
-
}
|
|
2788
|
+
export declare const HyperParameterAlgorithmSpecificationFilterSensitiveLog: (obj: HyperParameterAlgorithmSpecification) => any;
|
|
3687
2789
|
|
|
3688
|
-
export
|
|
3689
|
-
|
|
3690
|
-
Succeeded?: number;
|
|
3691
|
-
|
|
3692
|
-
Pending?: number;
|
|
3693
|
-
|
|
3694
|
-
Failed?: number;
|
|
3695
|
-
}
|
|
3696
|
-
export declare namespace ObjectiveStatusCounters {
|
|
3697
|
-
|
|
3698
|
-
const filterSensitiveLog: (obj: ObjectiveStatusCounters) => any;
|
|
3699
|
-
}
|
|
2790
|
+
export declare const RetryStrategyFilterSensitiveLog: (obj: RetryStrategy) => any;
|
|
3700
2791
|
|
|
3701
|
-
export
|
|
3702
|
-
|
|
3703
|
-
Completed?: number;
|
|
3704
|
-
|
|
3705
|
-
InProgress?: number;
|
|
3706
|
-
|
|
3707
|
-
RetryableError?: number;
|
|
3708
|
-
|
|
3709
|
-
NonRetryableError?: number;
|
|
3710
|
-
|
|
3711
|
-
Stopped?: number;
|
|
3712
|
-
}
|
|
3713
|
-
export declare namespace TrainingJobStatusCounters {
|
|
3714
|
-
|
|
3715
|
-
const filterSensitiveLog: (obj: TrainingJobStatusCounters) => any;
|
|
3716
|
-
}
|
|
3717
|
-
export interface DescribeHyperParameterTuningJobResponse {
|
|
3718
|
-
|
|
3719
|
-
HyperParameterTuningJobName: string | undefined;
|
|
3720
|
-
|
|
3721
|
-
HyperParameterTuningJobArn: string | undefined;
|
|
3722
|
-
|
|
3723
|
-
HyperParameterTuningJobConfig: HyperParameterTuningJobConfig | undefined;
|
|
3724
|
-
|
|
3725
|
-
TrainingJobDefinition?: HyperParameterTrainingJobDefinition;
|
|
3726
|
-
|
|
3727
|
-
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[];
|
|
3728
|
-
|
|
3729
|
-
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | string | undefined;
|
|
3730
|
-
|
|
3731
|
-
CreationTime: Date | undefined;
|
|
3732
|
-
|
|
3733
|
-
HyperParameterTuningEndTime?: Date;
|
|
3734
|
-
|
|
3735
|
-
LastModifiedTime?: Date;
|
|
3736
|
-
|
|
3737
|
-
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
3738
|
-
|
|
3739
|
-
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
3740
|
-
|
|
3741
|
-
BestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
3742
|
-
|
|
3743
|
-
OverallBestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
3744
|
-
|
|
3745
|
-
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
|
|
3746
|
-
|
|
3747
|
-
FailureReason?: string;
|
|
3748
|
-
}
|
|
3749
|
-
export declare namespace DescribeHyperParameterTuningJobResponse {
|
|
3750
|
-
|
|
3751
|
-
const filterSensitiveLog: (obj: DescribeHyperParameterTuningJobResponse) => any;
|
|
3752
|
-
}
|
|
3753
|
-
export interface DescribeImageRequest {
|
|
3754
|
-
|
|
3755
|
-
ImageName: string | undefined;
|
|
3756
|
-
}
|
|
3757
|
-
export declare namespace DescribeImageRequest {
|
|
3758
|
-
|
|
3759
|
-
const filterSensitiveLog: (obj: DescribeImageRequest) => any;
|
|
3760
|
-
}
|
|
3761
|
-
export declare enum ImageStatus {
|
|
3762
|
-
CREATED = "CREATED",
|
|
3763
|
-
CREATE_FAILED = "CREATE_FAILED",
|
|
3764
|
-
CREATING = "CREATING",
|
|
3765
|
-
DELETE_FAILED = "DELETE_FAILED",
|
|
3766
|
-
DELETING = "DELETING",
|
|
3767
|
-
UPDATE_FAILED = "UPDATE_FAILED",
|
|
3768
|
-
UPDATING = "UPDATING"
|
|
3769
|
-
}
|
|
3770
|
-
export interface DescribeImageResponse {
|
|
3771
|
-
|
|
3772
|
-
CreationTime?: Date;
|
|
3773
|
-
|
|
3774
|
-
Description?: string;
|
|
3775
|
-
|
|
3776
|
-
DisplayName?: string;
|
|
3777
|
-
|
|
3778
|
-
FailureReason?: string;
|
|
3779
|
-
|
|
3780
|
-
ImageArn?: string;
|
|
3781
|
-
|
|
3782
|
-
ImageName?: string;
|
|
3783
|
-
|
|
3784
|
-
ImageStatus?: ImageStatus | string;
|
|
3785
|
-
|
|
3786
|
-
LastModifiedTime?: Date;
|
|
3787
|
-
|
|
3788
|
-
RoleArn?: string;
|
|
3789
|
-
}
|
|
3790
|
-
export declare namespace DescribeImageResponse {
|
|
3791
|
-
|
|
3792
|
-
const filterSensitiveLog: (obj: DescribeImageResponse) => any;
|
|
3793
|
-
}
|
|
3794
|
-
export interface DescribeImageVersionRequest {
|
|
3795
|
-
|
|
3796
|
-
ImageName: string | undefined;
|
|
3797
|
-
|
|
3798
|
-
Version?: number;
|
|
3799
|
-
}
|
|
3800
|
-
export declare namespace DescribeImageVersionRequest {
|
|
3801
|
-
|
|
3802
|
-
const filterSensitiveLog: (obj: DescribeImageVersionRequest) => any;
|
|
3803
|
-
}
|
|
3804
|
-
export declare enum ImageVersionStatus {
|
|
3805
|
-
CREATED = "CREATED",
|
|
3806
|
-
CREATE_FAILED = "CREATE_FAILED",
|
|
3807
|
-
CREATING = "CREATING",
|
|
3808
|
-
DELETE_FAILED = "DELETE_FAILED",
|
|
3809
|
-
DELETING = "DELETING"
|
|
3810
|
-
}
|
|
3811
|
-
export interface DescribeImageVersionResponse {
|
|
3812
|
-
|
|
3813
|
-
BaseImage?: string;
|
|
3814
|
-
|
|
3815
|
-
ContainerImage?: string;
|
|
3816
|
-
|
|
3817
|
-
CreationTime?: Date;
|
|
3818
|
-
|
|
3819
|
-
FailureReason?: string;
|
|
3820
|
-
|
|
3821
|
-
ImageArn?: string;
|
|
3822
|
-
|
|
3823
|
-
ImageVersionArn?: string;
|
|
3824
|
-
|
|
3825
|
-
ImageVersionStatus?: ImageVersionStatus | string;
|
|
3826
|
-
|
|
3827
|
-
LastModifiedTime?: Date;
|
|
3828
|
-
|
|
3829
|
-
Version?: number;
|
|
3830
|
-
}
|
|
3831
|
-
export declare namespace DescribeImageVersionResponse {
|
|
3832
|
-
|
|
3833
|
-
const filterSensitiveLog: (obj: DescribeImageVersionResponse) => any;
|
|
3834
|
-
}
|
|
3835
|
-
export interface DescribeInferenceRecommendationsJobRequest {
|
|
3836
|
-
|
|
3837
|
-
JobName: string | undefined;
|
|
3838
|
-
}
|
|
3839
|
-
export declare namespace DescribeInferenceRecommendationsJobRequest {
|
|
3840
|
-
|
|
3841
|
-
const filterSensitiveLog: (obj: DescribeInferenceRecommendationsJobRequest) => any;
|
|
3842
|
-
}
|
|
2792
|
+
export declare const HyperParameterTrainingJobDefinitionFilterSensitiveLog: (obj: HyperParameterTrainingJobDefinition) => any;
|
|
3843
2793
|
|
|
3844
|
-
export
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
export declare
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
2794
|
+
export declare const ParentHyperParameterTuningJobFilterSensitiveLog: (obj: ParentHyperParameterTuningJob) => any;
|
|
2795
|
+
|
|
2796
|
+
export declare const HyperParameterTuningJobWarmStartConfigFilterSensitiveLog: (obj: HyperParameterTuningJobWarmStartConfig) => any;
|
|
2797
|
+
|
|
2798
|
+
export declare const CreateHyperParameterTuningJobRequestFilterSensitiveLog: (obj: CreateHyperParameterTuningJobRequest) => any;
|
|
2799
|
+
|
|
2800
|
+
export declare const CreateHyperParameterTuningJobResponseFilterSensitiveLog: (obj: CreateHyperParameterTuningJobResponse) => any;
|
|
2801
|
+
|
|
2802
|
+
export declare const CreateImageRequestFilterSensitiveLog: (obj: CreateImageRequest) => any;
|
|
2803
|
+
|
|
2804
|
+
export declare const CreateImageResponseFilterSensitiveLog: (obj: CreateImageResponse) => any;
|
|
2805
|
+
|
|
2806
|
+
export declare const CreateImageVersionRequestFilterSensitiveLog: (obj: CreateImageVersionRequest) => any;
|
|
2807
|
+
|
|
2808
|
+
export declare const CreateImageVersionResponseFilterSensitiveLog: (obj: CreateImageVersionResponse) => any;
|
|
2809
|
+
|
|
2810
|
+
export declare const EnvironmentParameterRangesFilterSensitiveLog: (obj: EnvironmentParameterRanges) => any;
|
|
2811
|
+
|
|
2812
|
+
export declare const EndpointInputConfigurationFilterSensitiveLog: (obj: EndpointInputConfiguration) => any;
|
|
2813
|
+
|
|
2814
|
+
export declare const RecommendationJobResourceLimitFilterSensitiveLog: (obj: RecommendationJobResourceLimit) => any;
|
|
2815
|
+
|
|
2816
|
+
export declare const PhaseFilterSensitiveLog: (obj: Phase) => any;
|
|
2817
|
+
|
|
2818
|
+
export declare const TrafficPatternFilterSensitiveLog: (obj: TrafficPattern) => any;
|
|
2819
|
+
|
|
2820
|
+
export declare const RecommendationJobInputConfigFilterSensitiveLog: (obj: RecommendationJobInputConfig) => any;
|
|
2821
|
+
|
|
2822
|
+
export declare const RecommendationJobCompiledOutputConfigFilterSensitiveLog: (obj: RecommendationJobCompiledOutputConfig) => any;
|
|
2823
|
+
|
|
2824
|
+
export declare const RecommendationJobOutputConfigFilterSensitiveLog: (obj: RecommendationJobOutputConfig) => any;
|
|
2825
|
+
|
|
2826
|
+
export declare const ModelLatencyThresholdFilterSensitiveLog: (obj: ModelLatencyThreshold) => any;
|
|
2827
|
+
|
|
2828
|
+
export declare const RecommendationJobStoppingConditionsFilterSensitiveLog: (obj: RecommendationJobStoppingConditions) => any;
|
|
2829
|
+
|
|
2830
|
+
export declare const CreateInferenceRecommendationsJobRequestFilterSensitiveLog: (obj: CreateInferenceRecommendationsJobRequest) => any;
|
|
2831
|
+
|
|
2832
|
+
export declare const CreateInferenceRecommendationsJobResponseFilterSensitiveLog: (obj: CreateInferenceRecommendationsJobResponse) => any;
|
|
2833
|
+
|
|
2834
|
+
export declare const UiConfigFilterSensitiveLog: (obj: UiConfig) => any;
|
|
2835
|
+
|
|
2836
|
+
export declare const HumanTaskConfigFilterSensitiveLog: (obj: HumanTaskConfig) => any;
|
|
2837
|
+
|
|
2838
|
+
export declare const LabelingJobDataAttributesFilterSensitiveLog: (obj: LabelingJobDataAttributes) => any;
|
|
2839
|
+
|
|
2840
|
+
export declare const LabelingJobS3DataSourceFilterSensitiveLog: (obj: LabelingJobS3DataSource) => any;
|
|
2841
|
+
|
|
2842
|
+
export declare const LabelingJobSnsDataSourceFilterSensitiveLog: (obj: LabelingJobSnsDataSource) => any;
|
|
2843
|
+
|
|
2844
|
+
export declare const LabelingJobDataSourceFilterSensitiveLog: (obj: LabelingJobDataSource) => any;
|
|
2845
|
+
|
|
2846
|
+
export declare const LabelingJobInputConfigFilterSensitiveLog: (obj: LabelingJobInputConfig) => any;
|
|
2847
|
+
|
|
2848
|
+
export declare const LabelingJobResourceConfigFilterSensitiveLog: (obj: LabelingJobResourceConfig) => any;
|
|
2849
|
+
|
|
2850
|
+
export declare const LabelingJobAlgorithmsConfigFilterSensitiveLog: (obj: LabelingJobAlgorithmsConfig) => any;
|
|
2851
|
+
|
|
2852
|
+
export declare const LabelingJobOutputConfigFilterSensitiveLog: (obj: LabelingJobOutputConfig) => any;
|
|
2853
|
+
|
|
2854
|
+
export declare const LabelingJobStoppingConditionsFilterSensitiveLog: (obj: LabelingJobStoppingConditions) => any;
|
|
2855
|
+
|
|
2856
|
+
export declare const CreateLabelingJobRequestFilterSensitiveLog: (obj: CreateLabelingJobRequest) => any;
|
|
2857
|
+
|
|
2858
|
+
export declare const CreateLabelingJobResponseFilterSensitiveLog: (obj: CreateLabelingJobResponse) => any;
|
|
2859
|
+
|
|
2860
|
+
export declare const InferenceExecutionConfigFilterSensitiveLog: (obj: InferenceExecutionConfig) => any;
|
|
2861
|
+
|
|
2862
|
+
export declare const CreateModelInputFilterSensitiveLog: (obj: CreateModelInput) => any;
|
|
2863
|
+
|
|
2864
|
+
export declare const CreateModelOutputFilterSensitiveLog: (obj: CreateModelOutput) => any;
|
|
2865
|
+
|
|
2866
|
+
export declare const ModelBiasAppSpecificationFilterSensitiveLog: (obj: ModelBiasAppSpecification) => any;
|
|
2867
|
+
|
|
2868
|
+
export declare const ModelBiasBaselineConfigFilterSensitiveLog: (obj: ModelBiasBaselineConfig) => any;
|
|
2869
|
+
|
|
2870
|
+
export declare const MonitoringGroundTruthS3InputFilterSensitiveLog: (obj: MonitoringGroundTruthS3Input) => any;
|
|
2871
|
+
|
|
2872
|
+
export declare const ModelBiasJobInputFilterSensitiveLog: (obj: ModelBiasJobInput) => any;
|
|
2873
|
+
|
|
2874
|
+
export declare const CreateModelBiasJobDefinitionRequestFilterSensitiveLog: (obj: CreateModelBiasJobDefinitionRequest) => any;
|
|
2875
|
+
|
|
2876
|
+
export declare const CreateModelBiasJobDefinitionResponseFilterSensitiveLog: (obj: CreateModelBiasJobDefinitionResponse) => any;
|
|
2877
|
+
|
|
2878
|
+
export declare const ModelExplainabilityAppSpecificationFilterSensitiveLog: (obj: ModelExplainabilityAppSpecification) => any;
|
|
2879
|
+
|
|
2880
|
+
export declare const ModelExplainabilityBaselineConfigFilterSensitiveLog: (obj: ModelExplainabilityBaselineConfig) => any;
|
|
2881
|
+
|
|
2882
|
+
export declare const ModelExplainabilityJobInputFilterSensitiveLog: (obj: ModelExplainabilityJobInput) => any;
|
|
2883
|
+
|
|
2884
|
+
export declare const CreateModelExplainabilityJobDefinitionRequestFilterSensitiveLog: (obj: CreateModelExplainabilityJobDefinitionRequest) => any;
|
|
2885
|
+
|
|
2886
|
+
export declare const CreateModelExplainabilityJobDefinitionResponseFilterSensitiveLog: (obj: CreateModelExplainabilityJobDefinitionResponse) => any;
|
|
2887
|
+
|
|
2888
|
+
export declare const FileSourceFilterSensitiveLog: (obj: FileSource) => any;
|
|
2889
|
+
|
|
2890
|
+
export declare const DriftCheckBiasFilterSensitiveLog: (obj: DriftCheckBias) => any;
|
|
2891
|
+
|
|
2892
|
+
export declare const DriftCheckExplainabilityFilterSensitiveLog: (obj: DriftCheckExplainability) => any;
|
|
2893
|
+
|
|
2894
|
+
export declare const DriftCheckModelDataQualityFilterSensitiveLog: (obj: DriftCheckModelDataQuality) => any;
|
|
2895
|
+
|
|
2896
|
+
export declare const DriftCheckModelQualityFilterSensitiveLog: (obj: DriftCheckModelQuality) => any;
|
|
2897
|
+
|
|
2898
|
+
export declare const DriftCheckBaselinesFilterSensitiveLog: (obj: DriftCheckBaselines) => any;
|
|
2899
|
+
|
|
2900
|
+
export declare const ExplainabilityFilterSensitiveLog: (obj: Explainability) => any;
|
|
2901
|
+
|
|
2902
|
+
export declare const ModelDataQualityFilterSensitiveLog: (obj: ModelDataQuality) => any;
|
|
2903
|
+
|
|
2904
|
+
export declare const ModelQualityFilterSensitiveLog: (obj: ModelQuality) => any;
|
|
2905
|
+
|
|
2906
|
+
export declare const ModelMetricsFilterSensitiveLog: (obj: ModelMetrics) => any;
|
|
2907
|
+
|
|
2908
|
+
export declare const SourceAlgorithmFilterSensitiveLog: (obj: SourceAlgorithm) => any;
|
|
2909
|
+
|
|
2910
|
+
export declare const SourceAlgorithmSpecificationFilterSensitiveLog: (obj: SourceAlgorithmSpecification) => any;
|
|
2911
|
+
|
|
2912
|
+
export declare const ModelPackageValidationProfileFilterSensitiveLog: (obj: ModelPackageValidationProfile) => any;
|
|
2913
|
+
|
|
2914
|
+
export declare const ModelPackageValidationSpecificationFilterSensitiveLog: (obj: ModelPackageValidationSpecification) => any;
|
|
2915
|
+
|
|
2916
|
+
export declare const CreateModelPackageInputFilterSensitiveLog: (obj: CreateModelPackageInput) => any;
|
|
2917
|
+
|
|
2918
|
+
export declare const CreateModelPackageOutputFilterSensitiveLog: (obj: CreateModelPackageOutput) => any;
|
|
2919
|
+
|
|
2920
|
+
export declare const CreateModelPackageGroupInputFilterSensitiveLog: (obj: CreateModelPackageGroupInput) => any;
|
|
2921
|
+
|
|
2922
|
+
export declare const CreateModelPackageGroupOutputFilterSensitiveLog: (obj: CreateModelPackageGroupOutput) => any;
|
|
2923
|
+
|
|
2924
|
+
export declare const ModelQualityAppSpecificationFilterSensitiveLog: (obj: ModelQualityAppSpecification) => any;
|
|
2925
|
+
|
|
2926
|
+
export declare const ModelQualityBaselineConfigFilterSensitiveLog: (obj: ModelQualityBaselineConfig) => any;
|
|
2927
|
+
|
|
2928
|
+
export declare const ModelQualityJobInputFilterSensitiveLog: (obj: ModelQualityJobInput) => any;
|
|
2929
|
+
|
|
2930
|
+
export declare const CreateModelQualityJobDefinitionRequestFilterSensitiveLog: (obj: CreateModelQualityJobDefinitionRequest) => any;
|
|
2931
|
+
|
|
2932
|
+
export declare const CreateModelQualityJobDefinitionResponseFilterSensitiveLog: (obj: CreateModelQualityJobDefinitionResponse) => any;
|
|
2933
|
+
|
|
2934
|
+
export declare const MonitoringBaselineConfigFilterSensitiveLog: (obj: MonitoringBaselineConfig) => any;
|
|
2935
|
+
|
|
2936
|
+
export declare const MonitoringAppSpecificationFilterSensitiveLog: (obj: MonitoringAppSpecification) => any;
|
|
2937
|
+
|
|
2938
|
+
export declare const MonitoringInputFilterSensitiveLog: (obj: MonitoringInput) => any;
|
|
2939
|
+
|
|
2940
|
+
export declare const NetworkConfigFilterSensitiveLog: (obj: NetworkConfig) => any;
|
|
2941
|
+
|
|
2942
|
+
export declare const MonitoringJobDefinitionFilterSensitiveLog: (obj: MonitoringJobDefinition) => any;
|
|
2943
|
+
|
|
2944
|
+
export declare const ScheduleConfigFilterSensitiveLog: (obj: ScheduleConfig) => any;
|
|
2945
|
+
|
|
2946
|
+
export declare const MonitoringScheduleConfigFilterSensitiveLog: (obj: MonitoringScheduleConfig) => any;
|
|
2947
|
+
|
|
2948
|
+
export declare const CreateMonitoringScheduleRequestFilterSensitiveLog: (obj: CreateMonitoringScheduleRequest) => any;
|
|
2949
|
+
|
|
2950
|
+
export declare const CreateMonitoringScheduleResponseFilterSensitiveLog: (obj: CreateMonitoringScheduleResponse) => any;
|
|
2951
|
+
|
|
2952
|
+
export declare const InstanceMetadataServiceConfigurationFilterSensitiveLog: (obj: InstanceMetadataServiceConfiguration) => any;
|
|
2953
|
+
|
|
2954
|
+
export declare const CreateNotebookInstanceInputFilterSensitiveLog: (obj: CreateNotebookInstanceInput) => any;
|
|
2955
|
+
|
|
2956
|
+
export declare const CreateNotebookInstanceOutputFilterSensitiveLog: (obj: CreateNotebookInstanceOutput) => any;
|
|
2957
|
+
|
|
2958
|
+
export declare const NotebookInstanceLifecycleHookFilterSensitiveLog: (obj: NotebookInstanceLifecycleHook) => any;
|
|
2959
|
+
|
|
2960
|
+
export declare const CreateNotebookInstanceLifecycleConfigInputFilterSensitiveLog: (obj: CreateNotebookInstanceLifecycleConfigInput) => any;
|
|
2961
|
+
|
|
2962
|
+
export declare const CreateNotebookInstanceLifecycleConfigOutputFilterSensitiveLog: (obj: CreateNotebookInstanceLifecycleConfigOutput) => any;
|
|
2963
|
+
|
|
2964
|
+
export declare const ParallelismConfigurationFilterSensitiveLog: (obj: ParallelismConfiguration) => any;
|
|
2965
|
+
|
|
2966
|
+
export declare const PipelineDefinitionS3LocationFilterSensitiveLog: (obj: PipelineDefinitionS3Location) => any;
|
|
2967
|
+
|
|
2968
|
+
export declare const CreatePipelineRequestFilterSensitiveLog: (obj: CreatePipelineRequest) => any;
|
|
2969
|
+
|
|
2970
|
+
export declare const CreatePipelineResponseFilterSensitiveLog: (obj: CreatePipelineResponse) => any;
|
|
2971
|
+
|
|
2972
|
+
export declare const CreatePresignedDomainUrlRequestFilterSensitiveLog: (obj: CreatePresignedDomainUrlRequest) => any;
|
|
2973
|
+
|
|
2974
|
+
export declare const CreatePresignedDomainUrlResponseFilterSensitiveLog: (obj: CreatePresignedDomainUrlResponse) => any;
|
|
2975
|
+
|
|
2976
|
+
export declare const CreatePresignedNotebookInstanceUrlInputFilterSensitiveLog: (obj: CreatePresignedNotebookInstanceUrlInput) => any;
|
|
2977
|
+
|
|
2978
|
+
export declare const CreatePresignedNotebookInstanceUrlOutputFilterSensitiveLog: (obj: CreatePresignedNotebookInstanceUrlOutput) => any;
|
|
2979
|
+
|
|
2980
|
+
export declare const ExperimentConfigFilterSensitiveLog: (obj: ExperimentConfig) => any;
|
|
2981
|
+
|
|
2982
|
+
export declare const RedshiftDatasetDefinitionFilterSensitiveLog: (obj: RedshiftDatasetDefinition) => any;
|
|
2983
|
+
|
|
2984
|
+
export declare const DatasetDefinitionFilterSensitiveLog: (obj: DatasetDefinition) => any;
|
|
2985
|
+
|
|
2986
|
+
export declare const ProcessingS3InputFilterSensitiveLog: (obj: ProcessingS3Input) => any;
|
|
2987
|
+
|
|
2988
|
+
export declare const ProcessingInputFilterSensitiveLog: (obj: ProcessingInput) => any;
|
|
2989
|
+
|
|
2990
|
+
export declare const ProcessingFeatureStoreOutputFilterSensitiveLog: (obj: ProcessingFeatureStoreOutput) => any;
|
|
2991
|
+
|
|
2992
|
+
export declare const ProcessingS3OutputFilterSensitiveLog: (obj: ProcessingS3Output) => any;
|
|
2993
|
+
|
|
2994
|
+
export declare const ProcessingOutputFilterSensitiveLog: (obj: ProcessingOutput) => any;
|
|
2995
|
+
|
|
2996
|
+
export declare const ProcessingOutputConfigFilterSensitiveLog: (obj: ProcessingOutputConfig) => any;
|
|
2997
|
+
|
|
2998
|
+
export declare const ProcessingClusterConfigFilterSensitiveLog: (obj: ProcessingClusterConfig) => any;
|
|
2999
|
+
|
|
3000
|
+
export declare const ProcessingResourcesFilterSensitiveLog: (obj: ProcessingResources) => any;
|
|
3001
|
+
|
|
3002
|
+
export declare const ProcessingStoppingConditionFilterSensitiveLog: (obj: ProcessingStoppingCondition) => any;
|
|
3003
|
+
|
|
3004
|
+
export declare const CreateProcessingJobRequestFilterSensitiveLog: (obj: CreateProcessingJobRequest) => any;
|
|
3005
|
+
|
|
3006
|
+
export declare const CreateProcessingJobResponseFilterSensitiveLog: (obj: CreateProcessingJobResponse) => any;
|
|
3007
|
+
|
|
3008
|
+
export declare const ProvisioningParameterFilterSensitiveLog: (obj: ProvisioningParameter) => any;
|
|
3009
|
+
|
|
3010
|
+
export declare const ServiceCatalogProvisioningDetailsFilterSensitiveLog: (obj: ServiceCatalogProvisioningDetails) => any;
|
|
3011
|
+
|
|
3012
|
+
export declare const CreateProjectInputFilterSensitiveLog: (obj: CreateProjectInput) => any;
|
|
3013
|
+
|
|
3014
|
+
export declare const CreateProjectOutputFilterSensitiveLog: (obj: CreateProjectOutput) => any;
|
|
3015
|
+
|
|
3016
|
+
export declare const CreateStudioLifecycleConfigRequestFilterSensitiveLog: (obj: CreateStudioLifecycleConfigRequest) => any;
|
|
3017
|
+
|
|
3018
|
+
export declare const CreateStudioLifecycleConfigResponseFilterSensitiveLog: (obj: CreateStudioLifecycleConfigResponse) => any;
|
|
3019
|
+
|
|
3020
|
+
export declare const DebugHookConfigFilterSensitiveLog: (obj: DebugHookConfig) => any;
|
|
3021
|
+
|
|
3022
|
+
export declare const DebugRuleConfigurationFilterSensitiveLog: (obj: DebugRuleConfiguration) => any;
|
|
3023
|
+
|
|
3024
|
+
export declare const ProfilerConfigFilterSensitiveLog: (obj: ProfilerConfig) => any;
|
|
3025
|
+
|
|
3026
|
+
export declare const ProfilerRuleConfigurationFilterSensitiveLog: (obj: ProfilerRuleConfiguration) => any;
|
|
3027
|
+
|
|
3028
|
+
export declare const TensorBoardOutputConfigFilterSensitiveLog: (obj: TensorBoardOutputConfig) => any;
|
|
3029
|
+
|
|
3030
|
+
export declare const CreateTrainingJobRequestFilterSensitiveLog: (obj: CreateTrainingJobRequest) => any;
|
|
3031
|
+
|
|
3032
|
+
export declare const CreateTrainingJobResponseFilterSensitiveLog: (obj: CreateTrainingJobResponse) => any;
|
|
3033
|
+
|
|
3034
|
+
export declare const DataProcessingFilterSensitiveLog: (obj: DataProcessing) => any;
|
|
3035
|
+
|
|
3036
|
+
export declare const ModelClientConfigFilterSensitiveLog: (obj: ModelClientConfig) => any;
|
|
3037
|
+
|
|
3038
|
+
export declare const CreateTransformJobRequestFilterSensitiveLog: (obj: CreateTransformJobRequest) => any;
|
|
3039
|
+
|
|
3040
|
+
export declare const CreateTransformJobResponseFilterSensitiveLog: (obj: CreateTransformJobResponse) => any;
|
|
3041
|
+
|
|
3042
|
+
export declare const CreateTrialRequestFilterSensitiveLog: (obj: CreateTrialRequest) => any;
|
|
3043
|
+
|
|
3044
|
+
export declare const CreateTrialResponseFilterSensitiveLog: (obj: CreateTrialResponse) => any;
|
|
3045
|
+
|
|
3046
|
+
export declare const TrialComponentArtifactFilterSensitiveLog: (obj: TrialComponentArtifact) => any;
|
|
3047
|
+
|
|
3048
|
+
export declare const TrialComponentParameterValueFilterSensitiveLog: (obj: TrialComponentParameterValue) => any;
|
|
3049
|
+
|
|
3050
|
+
export declare const TrialComponentStatusFilterSensitiveLog: (obj: TrialComponentStatus) => any;
|
|
3051
|
+
|
|
3052
|
+
export declare const CreateTrialComponentRequestFilterSensitiveLog: (obj: CreateTrialComponentRequest) => any;
|
|
3053
|
+
|
|
3054
|
+
export declare const CreateTrialComponentResponseFilterSensitiveLog: (obj: CreateTrialComponentResponse) => any;
|
|
3055
|
+
|
|
3056
|
+
export declare const CreateUserProfileRequestFilterSensitiveLog: (obj: CreateUserProfileRequest) => any;
|
|
3057
|
+
|
|
3058
|
+
export declare const CreateUserProfileResponseFilterSensitiveLog: (obj: CreateUserProfileResponse) => any;
|
|
3059
|
+
|
|
3060
|
+
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
3061
|
+
|
|
3062
|
+
export declare const SourceIpConfigFilterSensitiveLog: (obj: SourceIpConfig) => any;
|
|
3063
|
+
|
|
3064
|
+
export declare const WorkforceVpcConfigRequestFilterSensitiveLog: (obj: WorkforceVpcConfigRequest) => any;
|
|
3065
|
+
|
|
3066
|
+
export declare const CreateWorkforceRequestFilterSensitiveLog: (obj: CreateWorkforceRequest) => any;
|
|
3067
|
+
|
|
3068
|
+
export declare const CreateWorkforceResponseFilterSensitiveLog: (obj: CreateWorkforceResponse) => any;
|
|
3069
|
+
|
|
3070
|
+
export declare const OidcMemberDefinitionFilterSensitiveLog: (obj: OidcMemberDefinition) => any;
|
|
3071
|
+
|
|
3072
|
+
export declare const MemberDefinitionFilterSensitiveLog: (obj: MemberDefinition) => any;
|
|
3073
|
+
|
|
3074
|
+
export declare const NotificationConfigurationFilterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
3075
|
+
|
|
3076
|
+
export declare const CreateWorkteamRequestFilterSensitiveLog: (obj: CreateWorkteamRequest) => any;
|
|
3077
|
+
|
|
3078
|
+
export declare const CreateWorkteamResponseFilterSensitiveLog: (obj: CreateWorkteamResponse) => any;
|
|
3079
|
+
|
|
3080
|
+
export declare const DataCaptureConfigSummaryFilterSensitiveLog: (obj: DataCaptureConfigSummary) => any;
|
|
3081
|
+
|
|
3082
|
+
export declare const DebugRuleEvaluationStatusFilterSensitiveLog: (obj: DebugRuleEvaluationStatus) => any;
|
|
3083
|
+
|
|
3084
|
+
export declare const DeleteActionRequestFilterSensitiveLog: (obj: DeleteActionRequest) => any;
|
|
3085
|
+
|
|
3086
|
+
export declare const DeleteActionResponseFilterSensitiveLog: (obj: DeleteActionResponse) => any;
|
|
3087
|
+
|
|
3088
|
+
export declare const DeleteAlgorithmInputFilterSensitiveLog: (obj: DeleteAlgorithmInput) => any;
|
|
3089
|
+
|
|
3090
|
+
export declare const DeleteAppRequestFilterSensitiveLog: (obj: DeleteAppRequest) => any;
|
|
3091
|
+
|
|
3092
|
+
export declare const DeleteAppImageConfigRequestFilterSensitiveLog: (obj: DeleteAppImageConfigRequest) => any;
|
|
3093
|
+
|
|
3094
|
+
export declare const DeleteArtifactRequestFilterSensitiveLog: (obj: DeleteArtifactRequest) => any;
|
|
3095
|
+
|
|
3096
|
+
export declare const DeleteArtifactResponseFilterSensitiveLog: (obj: DeleteArtifactResponse) => any;
|
|
3097
|
+
|
|
3098
|
+
export declare const DeleteAssociationRequestFilterSensitiveLog: (obj: DeleteAssociationRequest) => any;
|
|
3099
|
+
|
|
3100
|
+
export declare const DeleteAssociationResponseFilterSensitiveLog: (obj: DeleteAssociationResponse) => any;
|
|
3101
|
+
|
|
3102
|
+
export declare const DeleteCodeRepositoryInputFilterSensitiveLog: (obj: DeleteCodeRepositoryInput) => any;
|
|
3103
|
+
|
|
3104
|
+
export declare const DeleteContextRequestFilterSensitiveLog: (obj: DeleteContextRequest) => any;
|
|
3105
|
+
|
|
3106
|
+
export declare const DeleteContextResponseFilterSensitiveLog: (obj: DeleteContextResponse) => any;
|
|
3107
|
+
|
|
3108
|
+
export declare const DeleteDataQualityJobDefinitionRequestFilterSensitiveLog: (obj: DeleteDataQualityJobDefinitionRequest) => any;
|
|
3109
|
+
|
|
3110
|
+
export declare const DeleteDeviceFleetRequestFilterSensitiveLog: (obj: DeleteDeviceFleetRequest) => any;
|
|
3111
|
+
|
|
3112
|
+
export declare const RetentionPolicyFilterSensitiveLog: (obj: RetentionPolicy) => any;
|
|
3113
|
+
|
|
3114
|
+
export declare const DeleteDomainRequestFilterSensitiveLog: (obj: DeleteDomainRequest) => any;
|
|
3115
|
+
|
|
3116
|
+
export declare const DeleteEdgeDeploymentPlanRequestFilterSensitiveLog: (obj: DeleteEdgeDeploymentPlanRequest) => any;
|
|
3117
|
+
|
|
3118
|
+
export declare const DeleteEdgeDeploymentStageRequestFilterSensitiveLog: (obj: DeleteEdgeDeploymentStageRequest) => any;
|
|
3119
|
+
|
|
3120
|
+
export declare const DeleteEndpointInputFilterSensitiveLog: (obj: DeleteEndpointInput) => any;
|
|
3121
|
+
|
|
3122
|
+
export declare const DeleteEndpointConfigInputFilterSensitiveLog: (obj: DeleteEndpointConfigInput) => any;
|
|
3123
|
+
|
|
3124
|
+
export declare const DeleteExperimentRequestFilterSensitiveLog: (obj: DeleteExperimentRequest) => any;
|
|
3125
|
+
|
|
3126
|
+
export declare const DeleteExperimentResponseFilterSensitiveLog: (obj: DeleteExperimentResponse) => any;
|
|
3127
|
+
|
|
3128
|
+
export declare const DeleteFeatureGroupRequestFilterSensitiveLog: (obj: DeleteFeatureGroupRequest) => any;
|
|
3129
|
+
|
|
3130
|
+
export declare const DeleteFlowDefinitionRequestFilterSensitiveLog: (obj: DeleteFlowDefinitionRequest) => any;
|
|
3131
|
+
|
|
3132
|
+
export declare const DeleteFlowDefinitionResponseFilterSensitiveLog: (obj: DeleteFlowDefinitionResponse) => any;
|
|
3133
|
+
|
|
3134
|
+
export declare const DeleteHumanTaskUiRequestFilterSensitiveLog: (obj: DeleteHumanTaskUiRequest) => any;
|
|
3135
|
+
|
|
3136
|
+
export declare const DeleteHumanTaskUiResponseFilterSensitiveLog: (obj: DeleteHumanTaskUiResponse) => any;
|
|
3137
|
+
|
|
3138
|
+
export declare const DeleteImageRequestFilterSensitiveLog: (obj: DeleteImageRequest) => any;
|
|
3139
|
+
|
|
3140
|
+
export declare const DeleteImageResponseFilterSensitiveLog: (obj: DeleteImageResponse) => any;
|
|
3141
|
+
|
|
3142
|
+
export declare const DeleteImageVersionRequestFilterSensitiveLog: (obj: DeleteImageVersionRequest) => any;
|
|
3143
|
+
|
|
3144
|
+
export declare const DeleteImageVersionResponseFilterSensitiveLog: (obj: DeleteImageVersionResponse) => any;
|
|
3145
|
+
|
|
3146
|
+
export declare const DeleteModelInputFilterSensitiveLog: (obj: DeleteModelInput) => any;
|
|
3147
|
+
|
|
3148
|
+
export declare const DeleteModelBiasJobDefinitionRequestFilterSensitiveLog: (obj: DeleteModelBiasJobDefinitionRequest) => any;
|
|
3149
|
+
|
|
3150
|
+
export declare const DeleteModelExplainabilityJobDefinitionRequestFilterSensitiveLog: (obj: DeleteModelExplainabilityJobDefinitionRequest) => any;
|
|
3151
|
+
|
|
3152
|
+
export declare const DeleteModelPackageInputFilterSensitiveLog: (obj: DeleteModelPackageInput) => any;
|
|
3153
|
+
|
|
3154
|
+
export declare const DeleteModelPackageGroupInputFilterSensitiveLog: (obj: DeleteModelPackageGroupInput) => any;
|
|
3155
|
+
|
|
3156
|
+
export declare const DeleteModelPackageGroupPolicyInputFilterSensitiveLog: (obj: DeleteModelPackageGroupPolicyInput) => any;
|
|
3157
|
+
|
|
3158
|
+
export declare const DeleteModelQualityJobDefinitionRequestFilterSensitiveLog: (obj: DeleteModelQualityJobDefinitionRequest) => any;
|
|
3159
|
+
|
|
3160
|
+
export declare const DeleteMonitoringScheduleRequestFilterSensitiveLog: (obj: DeleteMonitoringScheduleRequest) => any;
|
|
3161
|
+
|
|
3162
|
+
export declare const DeleteNotebookInstanceInputFilterSensitiveLog: (obj: DeleteNotebookInstanceInput) => any;
|
|
3163
|
+
|
|
3164
|
+
export declare const DeleteNotebookInstanceLifecycleConfigInputFilterSensitiveLog: (obj: DeleteNotebookInstanceLifecycleConfigInput) => any;
|
|
3165
|
+
|
|
3166
|
+
export declare const DeletePipelineRequestFilterSensitiveLog: (obj: DeletePipelineRequest) => any;
|
|
3167
|
+
|
|
3168
|
+
export declare const DeletePipelineResponseFilterSensitiveLog: (obj: DeletePipelineResponse) => any;
|
|
3169
|
+
|
|
3170
|
+
export declare const DeleteProjectInputFilterSensitiveLog: (obj: DeleteProjectInput) => any;
|
|
3171
|
+
|
|
3172
|
+
export declare const DeleteStudioLifecycleConfigRequestFilterSensitiveLog: (obj: DeleteStudioLifecycleConfigRequest) => any;
|
|
3173
|
+
|
|
3174
|
+
export declare const DeleteTagsInputFilterSensitiveLog: (obj: DeleteTagsInput) => any;
|
|
3175
|
+
|
|
3176
|
+
export declare const DeleteTagsOutputFilterSensitiveLog: (obj: DeleteTagsOutput) => any;
|
|
3177
|
+
|
|
3178
|
+
export declare const DeleteTrialRequestFilterSensitiveLog: (obj: DeleteTrialRequest) => any;
|
|
3179
|
+
|
|
3180
|
+
export declare const DeleteTrialResponseFilterSensitiveLog: (obj: DeleteTrialResponse) => any;
|
|
3181
|
+
|
|
3182
|
+
export declare const DeleteTrialComponentRequestFilterSensitiveLog: (obj: DeleteTrialComponentRequest) => any;
|
|
3183
|
+
|
|
3184
|
+
export declare const DeleteTrialComponentResponseFilterSensitiveLog: (obj: DeleteTrialComponentResponse) => any;
|
|
3185
|
+
|
|
3186
|
+
export declare const DeleteUserProfileRequestFilterSensitiveLog: (obj: DeleteUserProfileRequest) => any;
|
|
3187
|
+
|
|
3188
|
+
export declare const DeleteWorkforceRequestFilterSensitiveLog: (obj: DeleteWorkforceRequest) => any;
|
|
3189
|
+
|
|
3190
|
+
export declare const DeleteWorkforceResponseFilterSensitiveLog: (obj: DeleteWorkforceResponse) => any;
|
|
3191
|
+
|
|
3192
|
+
export declare const DeleteWorkteamRequestFilterSensitiveLog: (obj: DeleteWorkteamRequest) => any;
|
|
3193
|
+
|
|
3194
|
+
export declare const DeleteWorkteamResponseFilterSensitiveLog: (obj: DeleteWorkteamResponse) => any;
|
|
3195
|
+
|
|
3196
|
+
export declare const DeployedImageFilterSensitiveLog: (obj: DeployedImage) => any;
|
|
3197
|
+
|
|
3198
|
+
export declare const EdgeDeploymentStatusFilterSensitiveLog: (obj: EdgeDeploymentStatus) => any;
|
|
3199
|
+
|
|
3200
|
+
export declare const DeploymentStageStatusSummaryFilterSensitiveLog: (obj: DeploymentStageStatusSummary) => any;
|
|
3201
|
+
|
|
3202
|
+
export declare const DeregisterDevicesRequestFilterSensitiveLog: (obj: DeregisterDevicesRequest) => any;
|
|
3203
|
+
|
|
3204
|
+
export declare const DescribeActionRequestFilterSensitiveLog: (obj: DescribeActionRequest) => any;
|
|
3205
|
+
|
|
3206
|
+
export declare const DescribeActionResponseFilterSensitiveLog: (obj: DescribeActionResponse) => any;
|
|
3207
|
+
|
|
3208
|
+
export declare const DescribeAlgorithmInputFilterSensitiveLog: (obj: DescribeAlgorithmInput) => any;
|
|
3209
|
+
|
|
3210
|
+
export declare const DescribeAlgorithmOutputFilterSensitiveLog: (obj: DescribeAlgorithmOutput) => any;
|
|
3211
|
+
|
|
3212
|
+
export declare const DescribeAppRequestFilterSensitiveLog: (obj: DescribeAppRequest) => any;
|
|
3213
|
+
|
|
3214
|
+
export declare const DescribeAppResponseFilterSensitiveLog: (obj: DescribeAppResponse) => any;
|
|
3215
|
+
|
|
3216
|
+
export declare const DescribeAppImageConfigRequestFilterSensitiveLog: (obj: DescribeAppImageConfigRequest) => any;
|
|
3217
|
+
|
|
3218
|
+
export declare const DescribeAppImageConfigResponseFilterSensitiveLog: (obj: DescribeAppImageConfigResponse) => any;
|
|
3219
|
+
|
|
3220
|
+
export declare const DescribeArtifactRequestFilterSensitiveLog: (obj: DescribeArtifactRequest) => any;
|
|
3221
|
+
|
|
3222
|
+
export declare const DescribeArtifactResponseFilterSensitiveLog: (obj: DescribeArtifactResponse) => any;
|
|
3223
|
+
|
|
3224
|
+
export declare const DescribeAutoMLJobRequestFilterSensitiveLog: (obj: DescribeAutoMLJobRequest) => any;
|
|
3225
|
+
|
|
3226
|
+
export declare const ModelDeployResultFilterSensitiveLog: (obj: ModelDeployResult) => any;
|
|
3227
|
+
|
|
3228
|
+
export declare const ResolvedAttributesFilterSensitiveLog: (obj: ResolvedAttributes) => any;
|
|
3229
|
+
|
|
3230
|
+
export declare const DescribeAutoMLJobResponseFilterSensitiveLog: (obj: DescribeAutoMLJobResponse) => any;
|
|
3231
|
+
|
|
3232
|
+
export declare const DescribeCodeRepositoryInputFilterSensitiveLog: (obj: DescribeCodeRepositoryInput) => any;
|
|
3233
|
+
|
|
3234
|
+
export declare const DescribeCodeRepositoryOutputFilterSensitiveLog: (obj: DescribeCodeRepositoryOutput) => any;
|
|
3235
|
+
|
|
3236
|
+
export declare const DescribeCompilationJobRequestFilterSensitiveLog: (obj: DescribeCompilationJobRequest) => any;
|
|
3237
|
+
|
|
3238
|
+
export declare const ModelArtifactsFilterSensitiveLog: (obj: ModelArtifacts) => any;
|
|
3239
|
+
|
|
3240
|
+
export declare const ModelDigestsFilterSensitiveLog: (obj: ModelDigests) => any;
|
|
3241
|
+
|
|
3242
|
+
export declare const DescribeCompilationJobResponseFilterSensitiveLog: (obj: DescribeCompilationJobResponse) => any;
|
|
3243
|
+
|
|
3244
|
+
export declare const DescribeContextRequestFilterSensitiveLog: (obj: DescribeContextRequest) => any;
|
|
3245
|
+
|
|
3246
|
+
export declare const DescribeContextResponseFilterSensitiveLog: (obj: DescribeContextResponse) => any;
|
|
3247
|
+
|
|
3248
|
+
export declare const DescribeDataQualityJobDefinitionRequestFilterSensitiveLog: (obj: DescribeDataQualityJobDefinitionRequest) => any;
|
|
3249
|
+
|
|
3250
|
+
export declare const DescribeDataQualityJobDefinitionResponseFilterSensitiveLog: (obj: DescribeDataQualityJobDefinitionResponse) => any;
|
|
3251
|
+
|
|
3252
|
+
export declare const DescribeDeviceRequestFilterSensitiveLog: (obj: DescribeDeviceRequest) => any;
|
|
3253
|
+
|
|
3254
|
+
export declare const EdgeModelFilterSensitiveLog: (obj: EdgeModel) => any;
|
|
3255
|
+
|
|
3256
|
+
export declare const DescribeDeviceResponseFilterSensitiveLog: (obj: DescribeDeviceResponse) => any;
|
|
3257
|
+
|
|
3258
|
+
export declare const DescribeDeviceFleetRequestFilterSensitiveLog: (obj: DescribeDeviceFleetRequest) => any;
|
|
3259
|
+
|
|
3260
|
+
export declare const DescribeDeviceFleetResponseFilterSensitiveLog: (obj: DescribeDeviceFleetResponse) => any;
|
|
3261
|
+
|
|
3262
|
+
export declare const DescribeDomainRequestFilterSensitiveLog: (obj: DescribeDomainRequest) => any;
|
|
3263
|
+
|
|
3264
|
+
export declare const DescribeDomainResponseFilterSensitiveLog: (obj: DescribeDomainResponse) => any;
|
|
3265
|
+
|
|
3266
|
+
export declare const DescribeEdgeDeploymentPlanRequestFilterSensitiveLog: (obj: DescribeEdgeDeploymentPlanRequest) => any;
|
|
3267
|
+
|
|
3268
|
+
export declare const DescribeEdgeDeploymentPlanResponseFilterSensitiveLog: (obj: DescribeEdgeDeploymentPlanResponse) => any;
|
|
3269
|
+
|
|
3270
|
+
export declare const DescribeEdgePackagingJobRequestFilterSensitiveLog: (obj: DescribeEdgePackagingJobRequest) => any;
|
|
3271
|
+
|
|
3272
|
+
export declare const EdgePresetDeploymentOutputFilterSensitiveLog: (obj: EdgePresetDeploymentOutput) => any;
|
|
3273
|
+
|
|
3274
|
+
export declare const DescribeEdgePackagingJobResponseFilterSensitiveLog: (obj: DescribeEdgePackagingJobResponse) => any;
|
|
3275
|
+
|
|
3276
|
+
export declare const DescribeEndpointInputFilterSensitiveLog: (obj: DescribeEndpointInput) => any;
|
|
3277
|
+
|
|
3278
|
+
export declare const ProductionVariantStatusFilterSensitiveLog: (obj: ProductionVariantStatus) => any;
|
|
3279
|
+
|
|
3280
|
+
export declare const PendingProductionVariantSummaryFilterSensitiveLog: (obj: PendingProductionVariantSummary) => any;
|
|
3281
|
+
|
|
3282
|
+
export declare const PendingDeploymentSummaryFilterSensitiveLog: (obj: PendingDeploymentSummary) => any;
|
|
3283
|
+
|
|
3284
|
+
export declare const ProductionVariantSummaryFilterSensitiveLog: (obj: ProductionVariantSummary) => any;
|
|
3285
|
+
|
|
3286
|
+
export declare const DescribeEndpointOutputFilterSensitiveLog: (obj: DescribeEndpointOutput) => any;
|
|
3287
|
+
|
|
3288
|
+
export declare const DescribeEndpointConfigInputFilterSensitiveLog: (obj: DescribeEndpointConfigInput) => any;
|
|
3289
|
+
|
|
3290
|
+
export declare const DescribeEndpointConfigOutputFilterSensitiveLog: (obj: DescribeEndpointConfigOutput) => any;
|
|
3291
|
+
|
|
3292
|
+
export declare const DescribeExperimentRequestFilterSensitiveLog: (obj: DescribeExperimentRequest) => any;
|
|
3293
|
+
|
|
3294
|
+
export declare const ExperimentSourceFilterSensitiveLog: (obj: ExperimentSource) => any;
|
|
3295
|
+
|
|
3296
|
+
export declare const DescribeExperimentResponseFilterSensitiveLog: (obj: DescribeExperimentResponse) => any;
|
|
3297
|
+
|
|
3298
|
+
export declare const DescribeFeatureGroupRequestFilterSensitiveLog: (obj: DescribeFeatureGroupRequest) => any;
|
|
3299
|
+
|
|
3300
|
+
export declare const LastUpdateStatusFilterSensitiveLog: (obj: LastUpdateStatus) => any;
|
|
3301
|
+
|
|
3302
|
+
export declare const OfflineStoreStatusFilterSensitiveLog: (obj: OfflineStoreStatus) => any;
|
|
3303
|
+
|
|
3304
|
+
export declare const DescribeFeatureGroupResponseFilterSensitiveLog: (obj: DescribeFeatureGroupResponse) => any;
|
|
3305
|
+
|
|
3306
|
+
export declare const DescribeFeatureMetadataRequestFilterSensitiveLog: (obj: DescribeFeatureMetadataRequest) => any;
|
|
3307
|
+
|
|
3308
|
+
export declare const FeatureParameterFilterSensitiveLog: (obj: FeatureParameter) => any;
|
|
3309
|
+
|
|
3310
|
+
export declare const DescribeFeatureMetadataResponseFilterSensitiveLog: (obj: DescribeFeatureMetadataResponse) => any;
|
|
3311
|
+
|
|
3312
|
+
export declare const DescribeFlowDefinitionRequestFilterSensitiveLog: (obj: DescribeFlowDefinitionRequest) => any;
|
|
3313
|
+
|
|
3314
|
+
export declare const DescribeFlowDefinitionResponseFilterSensitiveLog: (obj: DescribeFlowDefinitionResponse) => any;
|
|
3315
|
+
|
|
3316
|
+
export declare const DescribeHumanTaskUiRequestFilterSensitiveLog: (obj: DescribeHumanTaskUiRequest) => any;
|
|
3317
|
+
|
|
3318
|
+
export declare const UiTemplateInfoFilterSensitiveLog: (obj: UiTemplateInfo) => any;
|
|
3319
|
+
|
|
3320
|
+
export declare const DescribeHumanTaskUiResponseFilterSensitiveLog: (obj: DescribeHumanTaskUiResponse) => any;
|