@aws-sdk/client-sagemaker 3.182.0 → 3.183.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-es/SageMaker.js +1054 -1061
- package/dist-es/SageMakerClient.js +22 -28
- package/dist-es/commands/AddAssociationCommand.js +21 -28
- package/dist-es/commands/AddTagsCommand.js +21 -28
- package/dist-es/commands/AssociateTrialComponentCommand.js +21 -28
- package/dist-es/commands/BatchDescribeModelPackageCommand.js +21 -28
- package/dist-es/commands/CreateActionCommand.js +21 -28
- package/dist-es/commands/CreateAlgorithmCommand.js +21 -28
- package/dist-es/commands/CreateAppCommand.js +21 -28
- package/dist-es/commands/CreateAppImageConfigCommand.js +21 -28
- package/dist-es/commands/CreateArtifactCommand.js +21 -28
- package/dist-es/commands/CreateAutoMLJobCommand.js +21 -28
- package/dist-es/commands/CreateCodeRepositoryCommand.js +21 -28
- package/dist-es/commands/CreateCompilationJobCommand.js +21 -28
- package/dist-es/commands/CreateContextCommand.js +21 -28
- package/dist-es/commands/CreateDataQualityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateDeviceFleetCommand.js +22 -29
- package/dist-es/commands/CreateDomainCommand.js +21 -28
- package/dist-es/commands/CreateEdgeDeploymentPlanCommand.js +21 -28
- package/dist-es/commands/CreateEdgeDeploymentStageCommand.js +22 -29
- package/dist-es/commands/CreateEdgePackagingJobCommand.js +22 -29
- package/dist-es/commands/CreateEndpointCommand.js +21 -28
- package/dist-es/commands/CreateEndpointConfigCommand.js +21 -28
- package/dist-es/commands/CreateExperimentCommand.js +21 -28
- package/dist-es/commands/CreateFeatureGroupCommand.js +21 -28
- package/dist-es/commands/CreateFlowDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateHumanTaskUiCommand.js +21 -28
- package/dist-es/commands/CreateHyperParameterTuningJobCommand.js +21 -28
- package/dist-es/commands/CreateImageCommand.js +21 -28
- package/dist-es/commands/CreateImageVersionCommand.js +21 -28
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +21 -28
- package/dist-es/commands/CreateLabelingJobCommand.js +21 -28
- package/dist-es/commands/CreateModelBiasJobDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateModelCommand.js +21 -28
- package/dist-es/commands/CreateModelExplainabilityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateModelPackageCommand.js +21 -28
- package/dist-es/commands/CreateModelPackageGroupCommand.js +21 -28
- package/dist-es/commands/CreateModelQualityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateMonitoringScheduleCommand.js +21 -28
- package/dist-es/commands/CreateNotebookInstanceCommand.js +21 -28
- package/dist-es/commands/CreateNotebookInstanceLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/CreatePipelineCommand.js +21 -28
- package/dist-es/commands/CreatePresignedDomainUrlCommand.js +21 -28
- package/dist-es/commands/CreatePresignedNotebookInstanceUrlCommand.js +21 -28
- package/dist-es/commands/CreateProcessingJobCommand.js +21 -28
- package/dist-es/commands/CreateProjectCommand.js +21 -28
- package/dist-es/commands/CreateStudioLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/CreateTrainingJobCommand.js +21 -28
- package/dist-es/commands/CreateTransformJobCommand.js +21 -28
- package/dist-es/commands/CreateTrialCommand.js +21 -28
- package/dist-es/commands/CreateTrialComponentCommand.js +21 -28
- package/dist-es/commands/CreateUserProfileCommand.js +21 -28
- package/dist-es/commands/CreateWorkforceCommand.js +21 -28
- package/dist-es/commands/CreateWorkteamCommand.js +21 -28
- package/dist-es/commands/DeleteActionCommand.js +21 -28
- package/dist-es/commands/DeleteAlgorithmCommand.js +22 -29
- package/dist-es/commands/DeleteAppCommand.js +22 -29
- package/dist-es/commands/DeleteAppImageConfigCommand.js +22 -29
- package/dist-es/commands/DeleteArtifactCommand.js +21 -28
- package/dist-es/commands/DeleteAssociationCommand.js +21 -28
- package/dist-es/commands/DeleteCodeRepositoryCommand.js +22 -29
- package/dist-es/commands/DeleteContextCommand.js +21 -28
- package/dist-es/commands/DeleteDataQualityJobDefinitionCommand.js +22 -29
- package/dist-es/commands/DeleteDeviceFleetCommand.js +22 -29
- package/dist-es/commands/DeleteDomainCommand.js +22 -29
- package/dist-es/commands/DeleteEdgeDeploymentPlanCommand.js +22 -29
- package/dist-es/commands/DeleteEdgeDeploymentStageCommand.js +22 -29
- package/dist-es/commands/DeleteEndpointCommand.js +22 -29
- package/dist-es/commands/DeleteEndpointConfigCommand.js +22 -29
- package/dist-es/commands/DeleteExperimentCommand.js +21 -28
- package/dist-es/commands/DeleteFeatureGroupCommand.js +22 -29
- package/dist-es/commands/DeleteFlowDefinitionCommand.js +21 -28
- package/dist-es/commands/DeleteHumanTaskUiCommand.js +21 -28
- package/dist-es/commands/DeleteImageCommand.js +21 -28
- package/dist-es/commands/DeleteImageVersionCommand.js +21 -28
- package/dist-es/commands/DeleteModelBiasJobDefinitionCommand.js +22 -29
- package/dist-es/commands/DeleteModelCommand.js +22 -29
- package/dist-es/commands/DeleteModelExplainabilityJobDefinitionCommand.js +22 -29
- package/dist-es/commands/DeleteModelPackageCommand.js +22 -29
- package/dist-es/commands/DeleteModelPackageGroupCommand.js +22 -29
- package/dist-es/commands/DeleteModelPackageGroupPolicyCommand.js +22 -29
- package/dist-es/commands/DeleteModelQualityJobDefinitionCommand.js +22 -29
- package/dist-es/commands/DeleteMonitoringScheduleCommand.js +22 -29
- package/dist-es/commands/DeleteNotebookInstanceCommand.js +22 -29
- package/dist-es/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +22 -29
- package/dist-es/commands/DeletePipelineCommand.js +21 -28
- package/dist-es/commands/DeleteProjectCommand.js +22 -29
- package/dist-es/commands/DeleteStudioLifecycleConfigCommand.js +22 -29
- package/dist-es/commands/DeleteTagsCommand.js +21 -28
- package/dist-es/commands/DeleteTrialCommand.js +21 -28
- package/dist-es/commands/DeleteTrialComponentCommand.js +21 -28
- package/dist-es/commands/DeleteUserProfileCommand.js +22 -29
- package/dist-es/commands/DeleteWorkforceCommand.js +21 -28
- package/dist-es/commands/DeleteWorkteamCommand.js +21 -28
- package/dist-es/commands/DeregisterDevicesCommand.js +22 -29
- package/dist-es/commands/DescribeActionCommand.js +21 -28
- package/dist-es/commands/DescribeAlgorithmCommand.js +21 -28
- package/dist-es/commands/DescribeAppCommand.js +21 -28
- package/dist-es/commands/DescribeAppImageConfigCommand.js +21 -28
- package/dist-es/commands/DescribeArtifactCommand.js +21 -28
- package/dist-es/commands/DescribeAutoMLJobCommand.js +21 -28
- package/dist-es/commands/DescribeCodeRepositoryCommand.js +21 -28
- package/dist-es/commands/DescribeCompilationJobCommand.js +21 -28
- package/dist-es/commands/DescribeContextCommand.js +21 -28
- package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeDeviceCommand.js +21 -28
- package/dist-es/commands/DescribeDeviceFleetCommand.js +21 -28
- package/dist-es/commands/DescribeDomainCommand.js +21 -28
- package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +21 -28
- package/dist-es/commands/DescribeEdgePackagingJobCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointConfigCommand.js +21 -28
- package/dist-es/commands/DescribeExperimentCommand.js +21 -28
- package/dist-es/commands/DescribeFeatureGroupCommand.js +21 -28
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +21 -28
- package/dist-es/commands/DescribeFlowDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeHumanTaskUiCommand.js +21 -28
- package/dist-es/commands/DescribeHyperParameterTuningJobCommand.js +21 -28
- package/dist-es/commands/DescribeImageCommand.js +21 -28
- package/dist-es/commands/DescribeImageVersionCommand.js +21 -28
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +21 -28
- package/dist-es/commands/DescribeLabelingJobCommand.js +21 -28
- package/dist-es/commands/DescribeLineageGroupCommand.js +21 -28
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeModelCommand.js +21 -28
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeModelPackageCommand.js +21 -28
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +21 -28
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +21 -28
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +21 -28
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/DescribePipelineCommand.js +21 -28
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +21 -28
- package/dist-es/commands/DescribePipelineExecutionCommand.js +21 -28
- package/dist-es/commands/DescribeProcessingJobCommand.js +21 -28
- package/dist-es/commands/DescribeProjectCommand.js +21 -28
- package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +21 -28
- package/dist-es/commands/DescribeTrainingJobCommand.js +21 -28
- package/dist-es/commands/DescribeTransformJobCommand.js +21 -28
- package/dist-es/commands/DescribeTrialCommand.js +21 -28
- package/dist-es/commands/DescribeTrialComponentCommand.js +21 -28
- package/dist-es/commands/DescribeUserProfileCommand.js +21 -28
- package/dist-es/commands/DescribeWorkforceCommand.js +21 -28
- package/dist-es/commands/DescribeWorkteamCommand.js +21 -28
- package/dist-es/commands/DisableSagemakerServicecatalogPortfolioCommand.js +21 -28
- package/dist-es/commands/DisassociateTrialComponentCommand.js +21 -28
- package/dist-es/commands/EnableSagemakerServicecatalogPortfolioCommand.js +21 -28
- package/dist-es/commands/GetDeviceFleetReportCommand.js +21 -28
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +21 -28
- package/dist-es/commands/GetModelPackageGroupPolicyCommand.js +21 -28
- package/dist-es/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +21 -28
- package/dist-es/commands/GetSearchSuggestionsCommand.js +21 -28
- package/dist-es/commands/ListActionsCommand.js +21 -28
- package/dist-es/commands/ListAlgorithmsCommand.js +21 -28
- package/dist-es/commands/ListAppImageConfigsCommand.js +21 -28
- package/dist-es/commands/ListAppsCommand.js +21 -28
- package/dist-es/commands/ListArtifactsCommand.js +21 -28
- package/dist-es/commands/ListAssociationsCommand.js +21 -28
- package/dist-es/commands/ListAutoMLJobsCommand.js +21 -28
- package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +21 -28
- package/dist-es/commands/ListCodeRepositoriesCommand.js +21 -28
- package/dist-es/commands/ListCompilationJobsCommand.js +21 -28
- package/dist-es/commands/ListContextsCommand.js +21 -28
- package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListDeviceFleetsCommand.js +21 -28
- package/dist-es/commands/ListDevicesCommand.js +21 -28
- package/dist-es/commands/ListDomainsCommand.js +21 -28
- package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +21 -28
- package/dist-es/commands/ListEdgePackagingJobsCommand.js +21 -28
- package/dist-es/commands/ListEndpointConfigsCommand.js +21 -28
- package/dist-es/commands/ListEndpointsCommand.js +21 -28
- package/dist-es/commands/ListExperimentsCommand.js +21 -28
- package/dist-es/commands/ListFeatureGroupsCommand.js +21 -28
- package/dist-es/commands/ListFlowDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListHumanTaskUisCommand.js +21 -28
- package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +21 -28
- package/dist-es/commands/ListImageVersionsCommand.js +21 -28
- package/dist-es/commands/ListImagesCommand.js +21 -28
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +21 -28
- package/dist-es/commands/ListLabelingJobsCommand.js +21 -28
- package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +21 -28
- package/dist-es/commands/ListLineageGroupsCommand.js +21 -28
- package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListModelMetadataCommand.js +21 -28
- package/dist-es/commands/ListModelPackageGroupsCommand.js +21 -28
- package/dist-es/commands/ListModelPackagesCommand.js +21 -28
- package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListModelsCommand.js +21 -28
- package/dist-es/commands/ListMonitoringExecutionsCommand.js +21 -28
- package/dist-es/commands/ListMonitoringSchedulesCommand.js +21 -28
- package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +21 -28
- package/dist-es/commands/ListNotebookInstancesCommand.js +21 -28
- package/dist-es/commands/ListPipelineExecutionStepsCommand.js +21 -28
- package/dist-es/commands/ListPipelineExecutionsCommand.js +21 -28
- package/dist-es/commands/ListPipelineParametersForExecutionCommand.js +21 -28
- package/dist-es/commands/ListPipelinesCommand.js +21 -28
- package/dist-es/commands/ListProcessingJobsCommand.js +21 -28
- package/dist-es/commands/ListProjectsCommand.js +21 -28
- package/dist-es/commands/ListStageDevicesCommand.js +21 -28
- package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +21 -28
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +21 -28
- package/dist-es/commands/ListTagsCommand.js +21 -28
- package/dist-es/commands/ListTrainingJobsCommand.js +21 -28
- package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +21 -28
- package/dist-es/commands/ListTransformJobsCommand.js +21 -28
- package/dist-es/commands/ListTrialComponentsCommand.js +21 -28
- package/dist-es/commands/ListTrialsCommand.js +21 -28
- package/dist-es/commands/ListUserProfilesCommand.js +21 -28
- package/dist-es/commands/ListWorkforcesCommand.js +21 -28
- package/dist-es/commands/ListWorkteamsCommand.js +21 -28
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +21 -28
- package/dist-es/commands/QueryLineageCommand.js +21 -28
- package/dist-es/commands/RegisterDevicesCommand.js +22 -29
- package/dist-es/commands/RenderUiTemplateCommand.js +21 -28
- package/dist-es/commands/RetryPipelineExecutionCommand.js +21 -28
- package/dist-es/commands/SearchCommand.js +21 -28
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +21 -28
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +21 -28
- package/dist-es/commands/StartEdgeDeploymentStageCommand.js +22 -29
- package/dist-es/commands/StartMonitoringScheduleCommand.js +22 -29
- package/dist-es/commands/StartNotebookInstanceCommand.js +22 -29
- package/dist-es/commands/StartPipelineExecutionCommand.js +21 -28
- package/dist-es/commands/StopAutoMLJobCommand.js +22 -29
- package/dist-es/commands/StopCompilationJobCommand.js +22 -29
- package/dist-es/commands/StopEdgeDeploymentStageCommand.js +22 -29
- package/dist-es/commands/StopEdgePackagingJobCommand.js +22 -29
- package/dist-es/commands/StopHyperParameterTuningJobCommand.js +22 -29
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +22 -29
- package/dist-es/commands/StopLabelingJobCommand.js +22 -29
- package/dist-es/commands/StopMonitoringScheduleCommand.js +22 -29
- package/dist-es/commands/StopNotebookInstanceCommand.js +22 -29
- package/dist-es/commands/StopPipelineExecutionCommand.js +21 -28
- package/dist-es/commands/StopProcessingJobCommand.js +22 -29
- package/dist-es/commands/StopTrainingJobCommand.js +22 -29
- package/dist-es/commands/StopTransformJobCommand.js +22 -29
- package/dist-es/commands/UpdateActionCommand.js +21 -28
- package/dist-es/commands/UpdateAppImageConfigCommand.js +21 -28
- package/dist-es/commands/UpdateArtifactCommand.js +21 -28
- package/dist-es/commands/UpdateCodeRepositoryCommand.js +21 -28
- package/dist-es/commands/UpdateContextCommand.js +21 -28
- package/dist-es/commands/UpdateDeviceFleetCommand.js +22 -29
- package/dist-es/commands/UpdateDevicesCommand.js +22 -29
- package/dist-es/commands/UpdateDomainCommand.js +21 -28
- package/dist-es/commands/UpdateEndpointCommand.js +21 -28
- package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +21 -28
- package/dist-es/commands/UpdateExperimentCommand.js +21 -28
- package/dist-es/commands/UpdateFeatureGroupCommand.js +21 -28
- package/dist-es/commands/UpdateFeatureMetadataCommand.js +22 -29
- package/dist-es/commands/UpdateImageCommand.js +21 -28
- package/dist-es/commands/UpdateModelPackageCommand.js +21 -28
- package/dist-es/commands/UpdateMonitoringScheduleCommand.js +21 -28
- package/dist-es/commands/UpdateNotebookInstanceCommand.js +21 -28
- package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/UpdatePipelineCommand.js +21 -28
- package/dist-es/commands/UpdatePipelineExecutionCommand.js +21 -28
- package/dist-es/commands/UpdateProjectCommand.js +21 -28
- package/dist-es/commands/UpdateTrainingJobCommand.js +21 -28
- package/dist-es/commands/UpdateTrialCommand.js +21 -28
- package/dist-es/commands/UpdateTrialComponentCommand.js +21 -28
- package/dist-es/commands/UpdateUserProfileCommand.js +21 -28
- package/dist-es/commands/UpdateWorkforceCommand.js +21 -28
- package/dist-es/commands/UpdateWorkteamCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/SageMakerServiceException.js +5 -10
- package/dist-es/models/models_0.js +678 -259
- package/dist-es/models/models_1.js +818 -280
- package/dist-es/models/models_2.js +720 -245
- package/dist-es/models/models_3.js +552 -192
- package/dist-es/pagination/ListActionsPaginator.js +25 -68
- package/dist-es/pagination/ListAlgorithmsPaginator.js +25 -68
- package/dist-es/pagination/ListAppImageConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListAppsPaginator.js +25 -68
- package/dist-es/pagination/ListArtifactsPaginator.js +25 -68
- package/dist-es/pagination/ListAssociationsPaginator.js +25 -68
- package/dist-es/pagination/ListAutoMLJobsPaginator.js +25 -68
- package/dist-es/pagination/ListCandidatesForAutoMLJobPaginator.js +25 -68
- package/dist-es/pagination/ListCodeRepositoriesPaginator.js +25 -68
- package/dist-es/pagination/ListCompilationJobsPaginator.js +25 -68
- package/dist-es/pagination/ListContextsPaginator.js +25 -68
- package/dist-es/pagination/ListDataQualityJobDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListDeviceFleetsPaginator.js +25 -68
- package/dist-es/pagination/ListDevicesPaginator.js +25 -68
- package/dist-es/pagination/ListDomainsPaginator.js +25 -68
- package/dist-es/pagination/ListEdgeDeploymentPlansPaginator.js +25 -68
- package/dist-es/pagination/ListEdgePackagingJobsPaginator.js +25 -68
- package/dist-es/pagination/ListEndpointConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListEndpointsPaginator.js +25 -68
- package/dist-es/pagination/ListExperimentsPaginator.js +25 -68
- package/dist-es/pagination/ListFlowDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListHumanTaskUisPaginator.js +25 -68
- package/dist-es/pagination/ListHyperParameterTuningJobsPaginator.js +25 -68
- package/dist-es/pagination/ListImageVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListImagesPaginator.js +25 -68
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +25 -68
- package/dist-es/pagination/ListLabelingJobsForWorkteamPaginator.js +25 -68
- package/dist-es/pagination/ListLabelingJobsPaginator.js +25 -68
- package/dist-es/pagination/ListLineageGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListModelBiasJobDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListModelExplainabilityJobDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListModelMetadataPaginator.js +25 -68
- package/dist-es/pagination/ListModelPackageGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListModelPackagesPaginator.js +25 -68
- package/dist-es/pagination/ListModelQualityJobDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListModelsPaginator.js +25 -68
- package/dist-es/pagination/ListMonitoringExecutionsPaginator.js +25 -68
- package/dist-es/pagination/ListMonitoringSchedulesPaginator.js +25 -68
- package/dist-es/pagination/ListNotebookInstanceLifecycleConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListNotebookInstancesPaginator.js +25 -68
- package/dist-es/pagination/ListPipelineExecutionStepsPaginator.js +25 -68
- package/dist-es/pagination/ListPipelineExecutionsPaginator.js +25 -68
- package/dist-es/pagination/ListPipelineParametersForExecutionPaginator.js +25 -68
- package/dist-es/pagination/ListPipelinesPaginator.js +25 -68
- package/dist-es/pagination/ListProcessingJobsPaginator.js +25 -68
- package/dist-es/pagination/ListProjectsPaginator.js +25 -68
- package/dist-es/pagination/ListStageDevicesPaginator.js +25 -68
- package/dist-es/pagination/ListStudioLifecycleConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListSubscribedWorkteamsPaginator.js +25 -68
- package/dist-es/pagination/ListTagsPaginator.js +25 -68
- package/dist-es/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.js +25 -68
- package/dist-es/pagination/ListTrainingJobsPaginator.js +25 -68
- package/dist-es/pagination/ListTransformJobsPaginator.js +25 -68
- package/dist-es/pagination/ListTrialComponentsPaginator.js +25 -68
- package/dist-es/pagination/ListTrialsPaginator.js +25 -68
- package/dist-es/pagination/ListUserProfilesPaginator.js +25 -68
- package/dist-es/pagination/ListWorkforcesPaginator.js +25 -68
- package/dist-es/pagination/ListWorkteamsPaginator.js +25 -68
- package/dist-es/pagination/QueryLineagePaginator.js +25 -68
- package/dist-es/pagination/SearchPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +17157 -19828
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForEndpointDeleted.js +30 -50
- package/dist-es/waiters/waitForEndpointInService.js +39 -59
- package/dist-es/waiters/waitForImageCreated.js +39 -59
- package/dist-es/waiters/waitForImageDeleted.js +33 -53
- package/dist-es/waiters/waitForImageUpdated.js +39 -59
- package/dist-es/waiters/waitForImageVersionCreated.js +39 -59
- package/dist-es/waiters/waitForImageVersionDeleted.js +33 -53
- package/dist-es/waiters/waitForNotebookInstanceDeleted.js +30 -50
- package/dist-es/waiters/waitForNotebookInstanceInService.js +36 -56
- package/dist-es/waiters/waitForNotebookInstanceStopped.js +36 -56
- package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +48 -68
- package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +48 -68
- package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +48 -68
- package/package.json +34 -34
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __read } from "tslib";
|
|
2
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
2
|
export var HyperParameterTuningJobStrategyType;
|
|
4
3
|
(function (HyperParameterTuningJobStrategyType) {
|
|
@@ -183,7 +182,7 @@ export var JoinSource;
|
|
|
183
182
|
})(JoinSource || (JoinSource = {}));
|
|
184
183
|
export var TrialComponentParameterValue;
|
|
185
184
|
(function (TrialComponentParameterValue) {
|
|
186
|
-
TrialComponentParameterValue.visit =
|
|
185
|
+
TrialComponentParameterValue.visit = (value, visitor) => {
|
|
187
186
|
if (value.StringValue !== undefined)
|
|
188
187
|
return visitor.StringValue(value.StringValue);
|
|
189
188
|
if (value.NumberValue !== undefined)
|
|
@@ -267,287 +266,826 @@ export var VariantStatus;
|
|
|
267
266
|
VariantStatus["DELETING"] = "Deleting";
|
|
268
267
|
VariantStatus["UPDATING"] = "Updating";
|
|
269
268
|
})(VariantStatus || (VariantStatus = {}));
|
|
270
|
-
export
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
export
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
export
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
export
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
export
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
export
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
export
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
export
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
export
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
export
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
export
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
export
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
export
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
export
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
export
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
export
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
export
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
export
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
export
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
export
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
export
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
export
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
export
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
export
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
export
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
export
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
export
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
export
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
export
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
export
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
export
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
export
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
export
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
export
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
export
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
export
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
export
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
export
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
export
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
export
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
export
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
export
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
export
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
export
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
export
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
export
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
export
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
export
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
export
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
export
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
269
|
+
export const HumanLoopConfigFilterSensitiveLog = (obj) => ({
|
|
270
|
+
...obj,
|
|
271
|
+
});
|
|
272
|
+
export const HumanLoopRequestSourceFilterSensitiveLog = (obj) => ({
|
|
273
|
+
...obj,
|
|
274
|
+
});
|
|
275
|
+
export const FlowDefinitionOutputConfigFilterSensitiveLog = (obj) => ({
|
|
276
|
+
...obj,
|
|
277
|
+
});
|
|
278
|
+
export const CreateFlowDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
279
|
+
...obj,
|
|
280
|
+
});
|
|
281
|
+
export const CreateFlowDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
282
|
+
...obj,
|
|
283
|
+
});
|
|
284
|
+
export const UiTemplateFilterSensitiveLog = (obj) => ({
|
|
285
|
+
...obj,
|
|
286
|
+
});
|
|
287
|
+
export const CreateHumanTaskUiRequestFilterSensitiveLog = (obj) => ({
|
|
288
|
+
...obj,
|
|
289
|
+
});
|
|
290
|
+
export const CreateHumanTaskUiResponseFilterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
});
|
|
293
|
+
export const IntegerParameterRangeFilterSensitiveLog = (obj) => ({
|
|
294
|
+
...obj,
|
|
295
|
+
});
|
|
296
|
+
export const ParameterRangesFilterSensitiveLog = (obj) => ({
|
|
297
|
+
...obj,
|
|
298
|
+
});
|
|
299
|
+
export const ResourceLimitsFilterSensitiveLog = (obj) => ({
|
|
300
|
+
...obj,
|
|
301
|
+
});
|
|
302
|
+
export const HyperbandStrategyConfigFilterSensitiveLog = (obj) => ({
|
|
303
|
+
...obj,
|
|
304
|
+
});
|
|
305
|
+
export const HyperParameterTuningJobStrategyConfigFilterSensitiveLog = (obj) => ({
|
|
306
|
+
...obj,
|
|
307
|
+
});
|
|
308
|
+
export const TuningJobCompletionCriteriaFilterSensitiveLog = (obj) => ({
|
|
309
|
+
...obj,
|
|
310
|
+
});
|
|
311
|
+
export const HyperParameterTuningJobConfigFilterSensitiveLog = (obj) => ({
|
|
312
|
+
...obj,
|
|
313
|
+
});
|
|
314
|
+
export const HyperParameterAlgorithmSpecificationFilterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
export const HyperParameterTuningInstanceConfigFilterSensitiveLog = (obj) => ({
|
|
318
|
+
...obj,
|
|
319
|
+
});
|
|
320
|
+
export const HyperParameterTuningResourceConfigFilterSensitiveLog = (obj) => ({
|
|
321
|
+
...obj,
|
|
322
|
+
});
|
|
323
|
+
export const RetryStrategyFilterSensitiveLog = (obj) => ({
|
|
324
|
+
...obj,
|
|
325
|
+
});
|
|
326
|
+
export const HyperParameterTrainingJobDefinitionFilterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
export const ParentHyperParameterTuningJobFilterSensitiveLog = (obj) => ({
|
|
330
|
+
...obj,
|
|
331
|
+
});
|
|
332
|
+
export const HyperParameterTuningJobWarmStartConfigFilterSensitiveLog = (obj) => ({
|
|
333
|
+
...obj,
|
|
334
|
+
});
|
|
335
|
+
export const CreateHyperParameterTuningJobRequestFilterSensitiveLog = (obj) => ({
|
|
336
|
+
...obj,
|
|
337
|
+
});
|
|
338
|
+
export const CreateHyperParameterTuningJobResponseFilterSensitiveLog = (obj) => ({
|
|
339
|
+
...obj,
|
|
340
|
+
});
|
|
341
|
+
export const CreateImageRequestFilterSensitiveLog = (obj) => ({
|
|
342
|
+
...obj,
|
|
343
|
+
});
|
|
344
|
+
export const CreateImageResponseFilterSensitiveLog = (obj) => ({
|
|
345
|
+
...obj,
|
|
346
|
+
});
|
|
347
|
+
export const CreateImageVersionRequestFilterSensitiveLog = (obj) => ({
|
|
348
|
+
...obj,
|
|
349
|
+
});
|
|
350
|
+
export const CreateImageVersionResponseFilterSensitiveLog = (obj) => ({
|
|
351
|
+
...obj,
|
|
352
|
+
});
|
|
353
|
+
export const RecommendationJobPayloadConfigFilterSensitiveLog = (obj) => ({
|
|
354
|
+
...obj,
|
|
355
|
+
});
|
|
356
|
+
export const RecommendationJobContainerConfigFilterSensitiveLog = (obj) => ({
|
|
357
|
+
...obj,
|
|
358
|
+
});
|
|
359
|
+
export const EnvironmentParameterRangesFilterSensitiveLog = (obj) => ({
|
|
360
|
+
...obj,
|
|
361
|
+
});
|
|
362
|
+
export const EndpointInputConfigurationFilterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
export const RecommendationJobResourceLimitFilterSensitiveLog = (obj) => ({
|
|
366
|
+
...obj,
|
|
367
|
+
});
|
|
368
|
+
export const PhaseFilterSensitiveLog = (obj) => ({
|
|
369
|
+
...obj,
|
|
370
|
+
});
|
|
371
|
+
export const TrafficPatternFilterSensitiveLog = (obj) => ({
|
|
372
|
+
...obj,
|
|
373
|
+
});
|
|
374
|
+
export const RecommendationJobInputConfigFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
export const RecommendationJobCompiledOutputConfigFilterSensitiveLog = (obj) => ({
|
|
378
|
+
...obj,
|
|
379
|
+
});
|
|
380
|
+
export const RecommendationJobOutputConfigFilterSensitiveLog = (obj) => ({
|
|
381
|
+
...obj,
|
|
382
|
+
});
|
|
383
|
+
export const ModelLatencyThresholdFilterSensitiveLog = (obj) => ({
|
|
384
|
+
...obj,
|
|
385
|
+
});
|
|
386
|
+
export const RecommendationJobStoppingConditionsFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
});
|
|
389
|
+
export const CreateInferenceRecommendationsJobRequestFilterSensitiveLog = (obj) => ({
|
|
390
|
+
...obj,
|
|
391
|
+
});
|
|
392
|
+
export const CreateInferenceRecommendationsJobResponseFilterSensitiveLog = (obj) => ({
|
|
393
|
+
...obj,
|
|
394
|
+
});
|
|
395
|
+
export const UiConfigFilterSensitiveLog = (obj) => ({
|
|
396
|
+
...obj,
|
|
397
|
+
});
|
|
398
|
+
export const HumanTaskConfigFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
export const LabelingJobDataAttributesFilterSensitiveLog = (obj) => ({
|
|
402
|
+
...obj,
|
|
403
|
+
});
|
|
404
|
+
export const LabelingJobS3DataSourceFilterSensitiveLog = (obj) => ({
|
|
405
|
+
...obj,
|
|
406
|
+
});
|
|
407
|
+
export const LabelingJobSnsDataSourceFilterSensitiveLog = (obj) => ({
|
|
408
|
+
...obj,
|
|
409
|
+
});
|
|
410
|
+
export const LabelingJobDataSourceFilterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
});
|
|
413
|
+
export const LabelingJobInputConfigFilterSensitiveLog = (obj) => ({
|
|
414
|
+
...obj,
|
|
415
|
+
});
|
|
416
|
+
export const LabelingJobResourceConfigFilterSensitiveLog = (obj) => ({
|
|
417
|
+
...obj,
|
|
418
|
+
});
|
|
419
|
+
export const LabelingJobAlgorithmsConfigFilterSensitiveLog = (obj) => ({
|
|
420
|
+
...obj,
|
|
421
|
+
});
|
|
422
|
+
export const LabelingJobOutputConfigFilterSensitiveLog = (obj) => ({
|
|
423
|
+
...obj,
|
|
424
|
+
});
|
|
425
|
+
export const LabelingJobStoppingConditionsFilterSensitiveLog = (obj) => ({
|
|
426
|
+
...obj,
|
|
427
|
+
});
|
|
428
|
+
export const CreateLabelingJobRequestFilterSensitiveLog = (obj) => ({
|
|
429
|
+
...obj,
|
|
430
|
+
});
|
|
431
|
+
export const CreateLabelingJobResponseFilterSensitiveLog = (obj) => ({
|
|
432
|
+
...obj,
|
|
433
|
+
});
|
|
434
|
+
export const InferenceExecutionConfigFilterSensitiveLog = (obj) => ({
|
|
435
|
+
...obj,
|
|
436
|
+
});
|
|
437
|
+
export const CreateModelInputFilterSensitiveLog = (obj) => ({
|
|
438
|
+
...obj,
|
|
439
|
+
});
|
|
440
|
+
export const CreateModelOutputFilterSensitiveLog = (obj) => ({
|
|
441
|
+
...obj,
|
|
442
|
+
});
|
|
443
|
+
export const ModelBiasAppSpecificationFilterSensitiveLog = (obj) => ({
|
|
444
|
+
...obj,
|
|
445
|
+
});
|
|
446
|
+
export const ModelBiasBaselineConfigFilterSensitiveLog = (obj) => ({
|
|
447
|
+
...obj,
|
|
448
|
+
});
|
|
449
|
+
export const MonitoringGroundTruthS3InputFilterSensitiveLog = (obj) => ({
|
|
450
|
+
...obj,
|
|
451
|
+
});
|
|
452
|
+
export const ModelBiasJobInputFilterSensitiveLog = (obj) => ({
|
|
453
|
+
...obj,
|
|
454
|
+
});
|
|
455
|
+
export const CreateModelBiasJobDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
456
|
+
...obj,
|
|
457
|
+
});
|
|
458
|
+
export const CreateModelBiasJobDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
});
|
|
461
|
+
export const ModelExplainabilityAppSpecificationFilterSensitiveLog = (obj) => ({
|
|
462
|
+
...obj,
|
|
463
|
+
});
|
|
464
|
+
export const ModelExplainabilityBaselineConfigFilterSensitiveLog = (obj) => ({
|
|
465
|
+
...obj,
|
|
466
|
+
});
|
|
467
|
+
export const ModelExplainabilityJobInputFilterSensitiveLog = (obj) => ({
|
|
468
|
+
...obj,
|
|
469
|
+
});
|
|
470
|
+
export const CreateModelExplainabilityJobDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
471
|
+
...obj,
|
|
472
|
+
});
|
|
473
|
+
export const CreateModelExplainabilityJobDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
474
|
+
...obj,
|
|
475
|
+
});
|
|
476
|
+
export const FileSourceFilterSensitiveLog = (obj) => ({
|
|
477
|
+
...obj,
|
|
478
|
+
});
|
|
479
|
+
export const DriftCheckBiasFilterSensitiveLog = (obj) => ({
|
|
480
|
+
...obj,
|
|
481
|
+
});
|
|
482
|
+
export const DriftCheckExplainabilityFilterSensitiveLog = (obj) => ({
|
|
483
|
+
...obj,
|
|
484
|
+
});
|
|
485
|
+
export const DriftCheckModelDataQualityFilterSensitiveLog = (obj) => ({
|
|
486
|
+
...obj,
|
|
487
|
+
});
|
|
488
|
+
export const DriftCheckModelQualityFilterSensitiveLog = (obj) => ({
|
|
489
|
+
...obj,
|
|
490
|
+
});
|
|
491
|
+
export const DriftCheckBaselinesFilterSensitiveLog = (obj) => ({
|
|
492
|
+
...obj,
|
|
493
|
+
});
|
|
494
|
+
export const ExplainabilityFilterSensitiveLog = (obj) => ({
|
|
495
|
+
...obj,
|
|
496
|
+
});
|
|
497
|
+
export const ModelDataQualityFilterSensitiveLog = (obj) => ({
|
|
498
|
+
...obj,
|
|
499
|
+
});
|
|
500
|
+
export const ModelQualityFilterSensitiveLog = (obj) => ({
|
|
501
|
+
...obj,
|
|
502
|
+
});
|
|
503
|
+
export const ModelMetricsFilterSensitiveLog = (obj) => ({
|
|
504
|
+
...obj,
|
|
505
|
+
});
|
|
506
|
+
export const SourceAlgorithmFilterSensitiveLog = (obj) => ({
|
|
507
|
+
...obj,
|
|
508
|
+
});
|
|
509
|
+
export const SourceAlgorithmSpecificationFilterSensitiveLog = (obj) => ({
|
|
510
|
+
...obj,
|
|
511
|
+
});
|
|
512
|
+
export const ModelPackageValidationProfileFilterSensitiveLog = (obj) => ({
|
|
513
|
+
...obj,
|
|
514
|
+
});
|
|
515
|
+
export const ModelPackageValidationSpecificationFilterSensitiveLog = (obj) => ({
|
|
516
|
+
...obj,
|
|
517
|
+
});
|
|
518
|
+
export const CreateModelPackageInputFilterSensitiveLog = (obj) => ({
|
|
519
|
+
...obj,
|
|
520
|
+
});
|
|
521
|
+
export const CreateModelPackageOutputFilterSensitiveLog = (obj) => ({
|
|
522
|
+
...obj,
|
|
523
|
+
});
|
|
524
|
+
export const CreateModelPackageGroupInputFilterSensitiveLog = (obj) => ({
|
|
525
|
+
...obj,
|
|
526
|
+
});
|
|
527
|
+
export const CreateModelPackageGroupOutputFilterSensitiveLog = (obj) => ({
|
|
528
|
+
...obj,
|
|
529
|
+
});
|
|
530
|
+
export const ModelQualityAppSpecificationFilterSensitiveLog = (obj) => ({
|
|
531
|
+
...obj,
|
|
532
|
+
});
|
|
533
|
+
export const ModelQualityBaselineConfigFilterSensitiveLog = (obj) => ({
|
|
534
|
+
...obj,
|
|
535
|
+
});
|
|
536
|
+
export const ModelQualityJobInputFilterSensitiveLog = (obj) => ({
|
|
537
|
+
...obj,
|
|
538
|
+
});
|
|
539
|
+
export const CreateModelQualityJobDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
540
|
+
...obj,
|
|
541
|
+
});
|
|
542
|
+
export const CreateModelQualityJobDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
543
|
+
...obj,
|
|
544
|
+
});
|
|
545
|
+
export const MonitoringBaselineConfigFilterSensitiveLog = (obj) => ({
|
|
546
|
+
...obj,
|
|
547
|
+
});
|
|
548
|
+
export const MonitoringAppSpecificationFilterSensitiveLog = (obj) => ({
|
|
549
|
+
...obj,
|
|
550
|
+
});
|
|
551
|
+
export const MonitoringInputFilterSensitiveLog = (obj) => ({
|
|
552
|
+
...obj,
|
|
553
|
+
});
|
|
554
|
+
export const NetworkConfigFilterSensitiveLog = (obj) => ({
|
|
555
|
+
...obj,
|
|
556
|
+
});
|
|
557
|
+
export const MonitoringJobDefinitionFilterSensitiveLog = (obj) => ({
|
|
558
|
+
...obj,
|
|
559
|
+
});
|
|
560
|
+
export const ScheduleConfigFilterSensitiveLog = (obj) => ({
|
|
561
|
+
...obj,
|
|
562
|
+
});
|
|
563
|
+
export const MonitoringScheduleConfigFilterSensitiveLog = (obj) => ({
|
|
564
|
+
...obj,
|
|
565
|
+
});
|
|
566
|
+
export const CreateMonitoringScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
567
|
+
...obj,
|
|
568
|
+
});
|
|
569
|
+
export const CreateMonitoringScheduleResponseFilterSensitiveLog = (obj) => ({
|
|
570
|
+
...obj,
|
|
571
|
+
});
|
|
572
|
+
export const InstanceMetadataServiceConfigurationFilterSensitiveLog = (obj) => ({
|
|
573
|
+
...obj,
|
|
574
|
+
});
|
|
575
|
+
export const CreateNotebookInstanceInputFilterSensitiveLog = (obj) => ({
|
|
576
|
+
...obj,
|
|
577
|
+
});
|
|
578
|
+
export const CreateNotebookInstanceOutputFilterSensitiveLog = (obj) => ({
|
|
579
|
+
...obj,
|
|
580
|
+
});
|
|
581
|
+
export const NotebookInstanceLifecycleHookFilterSensitiveLog = (obj) => ({
|
|
582
|
+
...obj,
|
|
583
|
+
});
|
|
584
|
+
export const CreateNotebookInstanceLifecycleConfigInputFilterSensitiveLog = (obj) => ({
|
|
585
|
+
...obj,
|
|
586
|
+
});
|
|
587
|
+
export const CreateNotebookInstanceLifecycleConfigOutputFilterSensitiveLog = (obj) => ({
|
|
588
|
+
...obj,
|
|
589
|
+
});
|
|
590
|
+
export const ParallelismConfigurationFilterSensitiveLog = (obj) => ({
|
|
591
|
+
...obj,
|
|
592
|
+
});
|
|
593
|
+
export const PipelineDefinitionS3LocationFilterSensitiveLog = (obj) => ({
|
|
594
|
+
...obj,
|
|
595
|
+
});
|
|
596
|
+
export const CreatePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
597
|
+
...obj,
|
|
598
|
+
});
|
|
599
|
+
export const CreatePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
600
|
+
...obj,
|
|
601
|
+
});
|
|
602
|
+
export const CreatePresignedDomainUrlRequestFilterSensitiveLog = (obj) => ({
|
|
603
|
+
...obj,
|
|
604
|
+
});
|
|
605
|
+
export const CreatePresignedDomainUrlResponseFilterSensitiveLog = (obj) => ({
|
|
606
|
+
...obj,
|
|
607
|
+
});
|
|
608
|
+
export const CreatePresignedNotebookInstanceUrlInputFilterSensitiveLog = (obj) => ({
|
|
609
|
+
...obj,
|
|
610
|
+
});
|
|
611
|
+
export const CreatePresignedNotebookInstanceUrlOutputFilterSensitiveLog = (obj) => ({
|
|
612
|
+
...obj,
|
|
613
|
+
});
|
|
614
|
+
export const ExperimentConfigFilterSensitiveLog = (obj) => ({
|
|
615
|
+
...obj,
|
|
616
|
+
});
|
|
617
|
+
export const RedshiftDatasetDefinitionFilterSensitiveLog = (obj) => ({
|
|
618
|
+
...obj,
|
|
619
|
+
});
|
|
620
|
+
export const DatasetDefinitionFilterSensitiveLog = (obj) => ({
|
|
621
|
+
...obj,
|
|
622
|
+
});
|
|
623
|
+
export const ProcessingS3InputFilterSensitiveLog = (obj) => ({
|
|
624
|
+
...obj,
|
|
625
|
+
});
|
|
626
|
+
export const ProcessingInputFilterSensitiveLog = (obj) => ({
|
|
627
|
+
...obj,
|
|
628
|
+
});
|
|
629
|
+
export const ProcessingFeatureStoreOutputFilterSensitiveLog = (obj) => ({
|
|
630
|
+
...obj,
|
|
631
|
+
});
|
|
632
|
+
export const ProcessingS3OutputFilterSensitiveLog = (obj) => ({
|
|
633
|
+
...obj,
|
|
634
|
+
});
|
|
635
|
+
export const ProcessingOutputFilterSensitiveLog = (obj) => ({
|
|
636
|
+
...obj,
|
|
637
|
+
});
|
|
638
|
+
export const ProcessingOutputConfigFilterSensitiveLog = (obj) => ({
|
|
639
|
+
...obj,
|
|
640
|
+
});
|
|
641
|
+
export const ProcessingClusterConfigFilterSensitiveLog = (obj) => ({
|
|
642
|
+
...obj,
|
|
643
|
+
});
|
|
644
|
+
export const ProcessingResourcesFilterSensitiveLog = (obj) => ({
|
|
645
|
+
...obj,
|
|
646
|
+
});
|
|
647
|
+
export const ProcessingStoppingConditionFilterSensitiveLog = (obj) => ({
|
|
648
|
+
...obj,
|
|
649
|
+
});
|
|
650
|
+
export const CreateProcessingJobRequestFilterSensitiveLog = (obj) => ({
|
|
651
|
+
...obj,
|
|
652
|
+
});
|
|
653
|
+
export const CreateProcessingJobResponseFilterSensitiveLog = (obj) => ({
|
|
654
|
+
...obj,
|
|
655
|
+
});
|
|
656
|
+
export const ProvisioningParameterFilterSensitiveLog = (obj) => ({
|
|
657
|
+
...obj,
|
|
658
|
+
});
|
|
659
|
+
export const ServiceCatalogProvisioningDetailsFilterSensitiveLog = (obj) => ({
|
|
660
|
+
...obj,
|
|
661
|
+
});
|
|
662
|
+
export const CreateProjectInputFilterSensitiveLog = (obj) => ({
|
|
663
|
+
...obj,
|
|
664
|
+
});
|
|
665
|
+
export const CreateProjectOutputFilterSensitiveLog = (obj) => ({
|
|
666
|
+
...obj,
|
|
667
|
+
});
|
|
668
|
+
export const CreateStudioLifecycleConfigRequestFilterSensitiveLog = (obj) => ({
|
|
669
|
+
...obj,
|
|
670
|
+
});
|
|
671
|
+
export const CreateStudioLifecycleConfigResponseFilterSensitiveLog = (obj) => ({
|
|
672
|
+
...obj,
|
|
673
|
+
});
|
|
674
|
+
export const DebugHookConfigFilterSensitiveLog = (obj) => ({
|
|
675
|
+
...obj,
|
|
676
|
+
});
|
|
677
|
+
export const DebugRuleConfigurationFilterSensitiveLog = (obj) => ({
|
|
678
|
+
...obj,
|
|
679
|
+
});
|
|
680
|
+
export const ProfilerConfigFilterSensitiveLog = (obj) => ({
|
|
681
|
+
...obj,
|
|
682
|
+
});
|
|
683
|
+
export const ProfilerRuleConfigurationFilterSensitiveLog = (obj) => ({
|
|
684
|
+
...obj,
|
|
685
|
+
});
|
|
686
|
+
export const TensorBoardOutputConfigFilterSensitiveLog = (obj) => ({
|
|
687
|
+
...obj,
|
|
688
|
+
});
|
|
689
|
+
export const CreateTrainingJobRequestFilterSensitiveLog = (obj) => ({
|
|
690
|
+
...obj,
|
|
691
|
+
});
|
|
692
|
+
export const CreateTrainingJobResponseFilterSensitiveLog = (obj) => ({
|
|
693
|
+
...obj,
|
|
694
|
+
});
|
|
695
|
+
export const DataProcessingFilterSensitiveLog = (obj) => ({
|
|
696
|
+
...obj,
|
|
697
|
+
});
|
|
698
|
+
export const ModelClientConfigFilterSensitiveLog = (obj) => ({
|
|
699
|
+
...obj,
|
|
700
|
+
});
|
|
701
|
+
export const CreateTransformJobRequestFilterSensitiveLog = (obj) => ({
|
|
702
|
+
...obj,
|
|
703
|
+
});
|
|
704
|
+
export const CreateTransformJobResponseFilterSensitiveLog = (obj) => ({
|
|
705
|
+
...obj,
|
|
706
|
+
});
|
|
707
|
+
export const CreateTrialRequestFilterSensitiveLog = (obj) => ({
|
|
708
|
+
...obj,
|
|
709
|
+
});
|
|
710
|
+
export const CreateTrialResponseFilterSensitiveLog = (obj) => ({
|
|
711
|
+
...obj,
|
|
712
|
+
});
|
|
713
|
+
export const TrialComponentArtifactFilterSensitiveLog = (obj) => ({
|
|
714
|
+
...obj,
|
|
715
|
+
});
|
|
716
|
+
export const TrialComponentParameterValueFilterSensitiveLog = (obj) => {
|
|
421
717
|
if (obj.StringValue !== undefined)
|
|
422
718
|
return { StringValue: obj.StringValue };
|
|
423
719
|
if (obj.NumberValue !== undefined)
|
|
424
720
|
return { NumberValue: obj.NumberValue };
|
|
425
721
|
if (obj.$unknown !== undefined)
|
|
426
|
-
return
|
|
722
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
427
723
|
};
|
|
428
|
-
export
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
export
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
export
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
export
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
export
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
export
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
export
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
export
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
export
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
export
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
export
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
export
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
export
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
export
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
export
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
export
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
export
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
export
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
export
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
export
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
export
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
export
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
export
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
export
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
export
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
export
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
export
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
export
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
export
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
export
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
export
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
export
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
export
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
export
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
export
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
export
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
export
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
export
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
export
|
|
724
|
+
export const TrialComponentStatusFilterSensitiveLog = (obj) => ({
|
|
725
|
+
...obj,
|
|
726
|
+
});
|
|
727
|
+
export const CreateTrialComponentRequestFilterSensitiveLog = (obj) => ({
|
|
728
|
+
...obj,
|
|
729
|
+
...(obj.Parameters && {
|
|
730
|
+
Parameters: Object.entries(obj.Parameters).reduce((acc, [key, value]) => ({
|
|
731
|
+
...acc,
|
|
732
|
+
[key]: TrialComponentParameterValueFilterSensitiveLog(value),
|
|
733
|
+
}), {}),
|
|
734
|
+
}),
|
|
735
|
+
});
|
|
736
|
+
export const CreateTrialComponentResponseFilterSensitiveLog = (obj) => ({
|
|
737
|
+
...obj,
|
|
738
|
+
});
|
|
739
|
+
export const CreateUserProfileRequestFilterSensitiveLog = (obj) => ({
|
|
740
|
+
...obj,
|
|
741
|
+
});
|
|
742
|
+
export const CreateUserProfileResponseFilterSensitiveLog = (obj) => ({
|
|
743
|
+
...obj,
|
|
744
|
+
});
|
|
745
|
+
export const OidcConfigFilterSensitiveLog = (obj) => ({
|
|
746
|
+
...obj,
|
|
747
|
+
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
748
|
+
});
|
|
749
|
+
export const SourceIpConfigFilterSensitiveLog = (obj) => ({
|
|
750
|
+
...obj,
|
|
751
|
+
});
|
|
752
|
+
export const WorkforceVpcConfigRequestFilterSensitiveLog = (obj) => ({
|
|
753
|
+
...obj,
|
|
754
|
+
});
|
|
755
|
+
export const CreateWorkforceRequestFilterSensitiveLog = (obj) => ({
|
|
756
|
+
...obj,
|
|
757
|
+
...(obj.OidcConfig && { OidcConfig: OidcConfigFilterSensitiveLog(obj.OidcConfig) }),
|
|
758
|
+
});
|
|
759
|
+
export const CreateWorkforceResponseFilterSensitiveLog = (obj) => ({
|
|
760
|
+
...obj,
|
|
761
|
+
});
|
|
762
|
+
export const OidcMemberDefinitionFilterSensitiveLog = (obj) => ({
|
|
763
|
+
...obj,
|
|
764
|
+
});
|
|
765
|
+
export const MemberDefinitionFilterSensitiveLog = (obj) => ({
|
|
766
|
+
...obj,
|
|
767
|
+
});
|
|
768
|
+
export const NotificationConfigurationFilterSensitiveLog = (obj) => ({
|
|
769
|
+
...obj,
|
|
770
|
+
});
|
|
771
|
+
export const CreateWorkteamRequestFilterSensitiveLog = (obj) => ({
|
|
772
|
+
...obj,
|
|
773
|
+
});
|
|
774
|
+
export const CreateWorkteamResponseFilterSensitiveLog = (obj) => ({
|
|
775
|
+
...obj,
|
|
776
|
+
});
|
|
777
|
+
export const DataCaptureConfigSummaryFilterSensitiveLog = (obj) => ({
|
|
778
|
+
...obj,
|
|
779
|
+
});
|
|
780
|
+
export const DebugRuleEvaluationStatusFilterSensitiveLog = (obj) => ({
|
|
781
|
+
...obj,
|
|
782
|
+
});
|
|
783
|
+
export const DeleteActionRequestFilterSensitiveLog = (obj) => ({
|
|
784
|
+
...obj,
|
|
785
|
+
});
|
|
786
|
+
export const DeleteActionResponseFilterSensitiveLog = (obj) => ({
|
|
787
|
+
...obj,
|
|
788
|
+
});
|
|
789
|
+
export const DeleteAlgorithmInputFilterSensitiveLog = (obj) => ({
|
|
790
|
+
...obj,
|
|
791
|
+
});
|
|
792
|
+
export const DeleteAppRequestFilterSensitiveLog = (obj) => ({
|
|
793
|
+
...obj,
|
|
794
|
+
});
|
|
795
|
+
export const DeleteAppImageConfigRequestFilterSensitiveLog = (obj) => ({
|
|
796
|
+
...obj,
|
|
797
|
+
});
|
|
798
|
+
export const DeleteArtifactRequestFilterSensitiveLog = (obj) => ({
|
|
799
|
+
...obj,
|
|
800
|
+
});
|
|
801
|
+
export const DeleteArtifactResponseFilterSensitiveLog = (obj) => ({
|
|
802
|
+
...obj,
|
|
803
|
+
});
|
|
804
|
+
export const DeleteAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
805
|
+
...obj,
|
|
806
|
+
});
|
|
807
|
+
export const DeleteAssociationResponseFilterSensitiveLog = (obj) => ({
|
|
808
|
+
...obj,
|
|
809
|
+
});
|
|
810
|
+
export const DeleteCodeRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
811
|
+
...obj,
|
|
812
|
+
});
|
|
813
|
+
export const DeleteContextRequestFilterSensitiveLog = (obj) => ({
|
|
814
|
+
...obj,
|
|
815
|
+
});
|
|
816
|
+
export const DeleteContextResponseFilterSensitiveLog = (obj) => ({
|
|
817
|
+
...obj,
|
|
818
|
+
});
|
|
819
|
+
export const DeleteDataQualityJobDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
820
|
+
...obj,
|
|
821
|
+
});
|
|
822
|
+
export const DeleteDeviceFleetRequestFilterSensitiveLog = (obj) => ({
|
|
823
|
+
...obj,
|
|
824
|
+
});
|
|
825
|
+
export const RetentionPolicyFilterSensitiveLog = (obj) => ({
|
|
826
|
+
...obj,
|
|
827
|
+
});
|
|
828
|
+
export const DeleteDomainRequestFilterSensitiveLog = (obj) => ({
|
|
829
|
+
...obj,
|
|
830
|
+
});
|
|
831
|
+
export const DeleteEdgeDeploymentPlanRequestFilterSensitiveLog = (obj) => ({
|
|
832
|
+
...obj,
|
|
833
|
+
});
|
|
834
|
+
export const DeleteEdgeDeploymentStageRequestFilterSensitiveLog = (obj) => ({
|
|
835
|
+
...obj,
|
|
836
|
+
});
|
|
837
|
+
export const DeleteEndpointInputFilterSensitiveLog = (obj) => ({
|
|
838
|
+
...obj,
|
|
839
|
+
});
|
|
840
|
+
export const DeleteEndpointConfigInputFilterSensitiveLog = (obj) => ({
|
|
841
|
+
...obj,
|
|
842
|
+
});
|
|
843
|
+
export const DeleteExperimentRequestFilterSensitiveLog = (obj) => ({
|
|
844
|
+
...obj,
|
|
845
|
+
});
|
|
846
|
+
export const DeleteExperimentResponseFilterSensitiveLog = (obj) => ({
|
|
847
|
+
...obj,
|
|
848
|
+
});
|
|
849
|
+
export const DeleteFeatureGroupRequestFilterSensitiveLog = (obj) => ({
|
|
850
|
+
...obj,
|
|
851
|
+
});
|
|
852
|
+
export const DeleteFlowDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
853
|
+
...obj,
|
|
854
|
+
});
|
|
855
|
+
export const DeleteFlowDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
856
|
+
...obj,
|
|
857
|
+
});
|
|
858
|
+
export const DeleteHumanTaskUiRequestFilterSensitiveLog = (obj) => ({
|
|
859
|
+
...obj,
|
|
860
|
+
});
|
|
861
|
+
export const DeleteHumanTaskUiResponseFilterSensitiveLog = (obj) => ({
|
|
862
|
+
...obj,
|
|
863
|
+
});
|
|
864
|
+
export const DeleteImageRequestFilterSensitiveLog = (obj) => ({
|
|
865
|
+
...obj,
|
|
866
|
+
});
|
|
867
|
+
export const DeleteImageResponseFilterSensitiveLog = (obj) => ({
|
|
868
|
+
...obj,
|
|
869
|
+
});
|
|
870
|
+
export const DeleteImageVersionRequestFilterSensitiveLog = (obj) => ({
|
|
871
|
+
...obj,
|
|
872
|
+
});
|
|
873
|
+
export const DeleteImageVersionResponseFilterSensitiveLog = (obj) => ({
|
|
874
|
+
...obj,
|
|
875
|
+
});
|
|
876
|
+
export const DeleteModelInputFilterSensitiveLog = (obj) => ({
|
|
877
|
+
...obj,
|
|
878
|
+
});
|
|
879
|
+
export const DeleteModelBiasJobDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
880
|
+
...obj,
|
|
881
|
+
});
|
|
882
|
+
export const DeleteModelExplainabilityJobDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
883
|
+
...obj,
|
|
884
|
+
});
|
|
885
|
+
export const DeleteModelPackageInputFilterSensitiveLog = (obj) => ({
|
|
886
|
+
...obj,
|
|
887
|
+
});
|
|
888
|
+
export const DeleteModelPackageGroupInputFilterSensitiveLog = (obj) => ({
|
|
889
|
+
...obj,
|
|
890
|
+
});
|
|
891
|
+
export const DeleteModelPackageGroupPolicyInputFilterSensitiveLog = (obj) => ({
|
|
892
|
+
...obj,
|
|
893
|
+
});
|
|
894
|
+
export const DeleteModelQualityJobDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
895
|
+
...obj,
|
|
896
|
+
});
|
|
897
|
+
export const DeleteMonitoringScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
898
|
+
...obj,
|
|
899
|
+
});
|
|
900
|
+
export const DeleteNotebookInstanceInputFilterSensitiveLog = (obj) => ({
|
|
901
|
+
...obj,
|
|
902
|
+
});
|
|
903
|
+
export const DeleteNotebookInstanceLifecycleConfigInputFilterSensitiveLog = (obj) => ({
|
|
904
|
+
...obj,
|
|
905
|
+
});
|
|
906
|
+
export const DeletePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
907
|
+
...obj,
|
|
908
|
+
});
|
|
909
|
+
export const DeletePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
910
|
+
...obj,
|
|
911
|
+
});
|
|
912
|
+
export const DeleteProjectInputFilterSensitiveLog = (obj) => ({
|
|
913
|
+
...obj,
|
|
914
|
+
});
|
|
915
|
+
export const DeleteStudioLifecycleConfigRequestFilterSensitiveLog = (obj) => ({
|
|
916
|
+
...obj,
|
|
917
|
+
});
|
|
918
|
+
export const DeleteTagsInputFilterSensitiveLog = (obj) => ({
|
|
919
|
+
...obj,
|
|
920
|
+
});
|
|
921
|
+
export const DeleteTagsOutputFilterSensitiveLog = (obj) => ({
|
|
922
|
+
...obj,
|
|
923
|
+
});
|
|
924
|
+
export const DeleteTrialRequestFilterSensitiveLog = (obj) => ({
|
|
925
|
+
...obj,
|
|
926
|
+
});
|
|
927
|
+
export const DeleteTrialResponseFilterSensitiveLog = (obj) => ({
|
|
928
|
+
...obj,
|
|
929
|
+
});
|
|
930
|
+
export const DeleteTrialComponentRequestFilterSensitiveLog = (obj) => ({
|
|
931
|
+
...obj,
|
|
932
|
+
});
|
|
933
|
+
export const DeleteTrialComponentResponseFilterSensitiveLog = (obj) => ({
|
|
934
|
+
...obj,
|
|
935
|
+
});
|
|
936
|
+
export const DeleteUserProfileRequestFilterSensitiveLog = (obj) => ({
|
|
937
|
+
...obj,
|
|
938
|
+
});
|
|
939
|
+
export const DeleteWorkforceRequestFilterSensitiveLog = (obj) => ({
|
|
940
|
+
...obj,
|
|
941
|
+
});
|
|
942
|
+
export const DeleteWorkforceResponseFilterSensitiveLog = (obj) => ({
|
|
943
|
+
...obj,
|
|
944
|
+
});
|
|
945
|
+
export const DeleteWorkteamRequestFilterSensitiveLog = (obj) => ({
|
|
946
|
+
...obj,
|
|
947
|
+
});
|
|
948
|
+
export const DeleteWorkteamResponseFilterSensitiveLog = (obj) => ({
|
|
949
|
+
...obj,
|
|
950
|
+
});
|
|
951
|
+
export const DeployedImageFilterSensitiveLog = (obj) => ({
|
|
952
|
+
...obj,
|
|
953
|
+
});
|
|
954
|
+
export const EdgeDeploymentStatusFilterSensitiveLog = (obj) => ({
|
|
955
|
+
...obj,
|
|
956
|
+
});
|
|
957
|
+
export const DeploymentStageStatusSummaryFilterSensitiveLog = (obj) => ({
|
|
958
|
+
...obj,
|
|
959
|
+
});
|
|
960
|
+
export const DeregisterDevicesRequestFilterSensitiveLog = (obj) => ({
|
|
961
|
+
...obj,
|
|
962
|
+
});
|
|
963
|
+
export const DescribeActionRequestFilterSensitiveLog = (obj) => ({
|
|
964
|
+
...obj,
|
|
965
|
+
});
|
|
966
|
+
export const DescribeActionResponseFilterSensitiveLog = (obj) => ({
|
|
967
|
+
...obj,
|
|
968
|
+
});
|
|
969
|
+
export const DescribeAlgorithmInputFilterSensitiveLog = (obj) => ({
|
|
970
|
+
...obj,
|
|
971
|
+
});
|
|
972
|
+
export const DescribeAlgorithmOutputFilterSensitiveLog = (obj) => ({
|
|
973
|
+
...obj,
|
|
974
|
+
});
|
|
975
|
+
export const DescribeAppRequestFilterSensitiveLog = (obj) => ({
|
|
976
|
+
...obj,
|
|
977
|
+
});
|
|
978
|
+
export const DescribeAppResponseFilterSensitiveLog = (obj) => ({
|
|
979
|
+
...obj,
|
|
980
|
+
});
|
|
981
|
+
export const DescribeAppImageConfigRequestFilterSensitiveLog = (obj) => ({
|
|
982
|
+
...obj,
|
|
983
|
+
});
|
|
984
|
+
export const DescribeAppImageConfigResponseFilterSensitiveLog = (obj) => ({
|
|
985
|
+
...obj,
|
|
986
|
+
});
|
|
987
|
+
export const DescribeArtifactRequestFilterSensitiveLog = (obj) => ({
|
|
988
|
+
...obj,
|
|
989
|
+
});
|
|
990
|
+
export const DescribeArtifactResponseFilterSensitiveLog = (obj) => ({
|
|
991
|
+
...obj,
|
|
992
|
+
});
|
|
993
|
+
export const DescribeAutoMLJobRequestFilterSensitiveLog = (obj) => ({
|
|
994
|
+
...obj,
|
|
995
|
+
});
|
|
996
|
+
export const ModelDeployResultFilterSensitiveLog = (obj) => ({
|
|
997
|
+
...obj,
|
|
998
|
+
});
|
|
999
|
+
export const ResolvedAttributesFilterSensitiveLog = (obj) => ({
|
|
1000
|
+
...obj,
|
|
1001
|
+
});
|
|
1002
|
+
export const DescribeAutoMLJobResponseFilterSensitiveLog = (obj) => ({
|
|
1003
|
+
...obj,
|
|
1004
|
+
});
|
|
1005
|
+
export const DescribeCodeRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
1006
|
+
...obj,
|
|
1007
|
+
});
|
|
1008
|
+
export const DescribeCodeRepositoryOutputFilterSensitiveLog = (obj) => ({
|
|
1009
|
+
...obj,
|
|
1010
|
+
});
|
|
1011
|
+
export const DescribeCompilationJobRequestFilterSensitiveLog = (obj) => ({
|
|
1012
|
+
...obj,
|
|
1013
|
+
});
|
|
1014
|
+
export const ModelArtifactsFilterSensitiveLog = (obj) => ({
|
|
1015
|
+
...obj,
|
|
1016
|
+
});
|
|
1017
|
+
export const ModelDigestsFilterSensitiveLog = (obj) => ({
|
|
1018
|
+
...obj,
|
|
1019
|
+
});
|
|
1020
|
+
export const DescribeCompilationJobResponseFilterSensitiveLog = (obj) => ({
|
|
1021
|
+
...obj,
|
|
1022
|
+
});
|
|
1023
|
+
export const DescribeContextRequestFilterSensitiveLog = (obj) => ({
|
|
1024
|
+
...obj,
|
|
1025
|
+
});
|
|
1026
|
+
export const DescribeContextResponseFilterSensitiveLog = (obj) => ({
|
|
1027
|
+
...obj,
|
|
1028
|
+
});
|
|
1029
|
+
export const DescribeDataQualityJobDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
1030
|
+
...obj,
|
|
1031
|
+
});
|
|
1032
|
+
export const DescribeDataQualityJobDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
1033
|
+
...obj,
|
|
1034
|
+
});
|
|
1035
|
+
export const DescribeDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
1036
|
+
...obj,
|
|
1037
|
+
});
|
|
1038
|
+
export const EdgeModelFilterSensitiveLog = (obj) => ({
|
|
1039
|
+
...obj,
|
|
1040
|
+
});
|
|
1041
|
+
export const DescribeDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
1042
|
+
...obj,
|
|
1043
|
+
});
|
|
1044
|
+
export const DescribeDeviceFleetRequestFilterSensitiveLog = (obj) => ({
|
|
1045
|
+
...obj,
|
|
1046
|
+
});
|
|
1047
|
+
export const DescribeDeviceFleetResponseFilterSensitiveLog = (obj) => ({
|
|
1048
|
+
...obj,
|
|
1049
|
+
});
|
|
1050
|
+
export const DescribeDomainRequestFilterSensitiveLog = (obj) => ({
|
|
1051
|
+
...obj,
|
|
1052
|
+
});
|
|
1053
|
+
export const DescribeDomainResponseFilterSensitiveLog = (obj) => ({
|
|
1054
|
+
...obj,
|
|
1055
|
+
});
|
|
1056
|
+
export const DescribeEdgeDeploymentPlanRequestFilterSensitiveLog = (obj) => ({
|
|
1057
|
+
...obj,
|
|
1058
|
+
});
|
|
1059
|
+
export const DescribeEdgeDeploymentPlanResponseFilterSensitiveLog = (obj) => ({
|
|
1060
|
+
...obj,
|
|
1061
|
+
});
|
|
1062
|
+
export const DescribeEdgePackagingJobRequestFilterSensitiveLog = (obj) => ({
|
|
1063
|
+
...obj,
|
|
1064
|
+
});
|
|
1065
|
+
export const EdgePresetDeploymentOutputFilterSensitiveLog = (obj) => ({
|
|
1066
|
+
...obj,
|
|
1067
|
+
});
|
|
1068
|
+
export const DescribeEdgePackagingJobResponseFilterSensitiveLog = (obj) => ({
|
|
1069
|
+
...obj,
|
|
1070
|
+
});
|
|
1071
|
+
export const DescribeEndpointInputFilterSensitiveLog = (obj) => ({
|
|
1072
|
+
...obj,
|
|
1073
|
+
});
|
|
1074
|
+
export const ProductionVariantStatusFilterSensitiveLog = (obj) => ({
|
|
1075
|
+
...obj,
|
|
1076
|
+
});
|
|
1077
|
+
export const PendingProductionVariantSummaryFilterSensitiveLog = (obj) => ({
|
|
1078
|
+
...obj,
|
|
1079
|
+
});
|
|
1080
|
+
export const PendingDeploymentSummaryFilterSensitiveLog = (obj) => ({
|
|
1081
|
+
...obj,
|
|
1082
|
+
});
|
|
1083
|
+
export const ProductionVariantSummaryFilterSensitiveLog = (obj) => ({
|
|
1084
|
+
...obj,
|
|
1085
|
+
});
|
|
1086
|
+
export const DescribeEndpointOutputFilterSensitiveLog = (obj) => ({
|
|
1087
|
+
...obj,
|
|
1088
|
+
});
|
|
1089
|
+
export const DescribeEndpointConfigInputFilterSensitiveLog = (obj) => ({
|
|
1090
|
+
...obj,
|
|
1091
|
+
});
|