{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.SageMakerA2IRuntime.Lens
(
listHumanLoops_creationTimeAfter,
listHumanLoops_nextToken,
listHumanLoops_sortOrder,
listHumanLoops_creationTimeBefore,
listHumanLoops_maxResults,
listHumanLoops_flowDefinitionArn,
listHumanLoopsResponse_nextToken,
listHumanLoopsResponse_httpStatus,
listHumanLoopsResponse_humanLoopSummaries,
deleteHumanLoop_humanLoopName,
deleteHumanLoopResponse_httpStatus,
startHumanLoop_dataAttributes,
startHumanLoop_humanLoopName,
startHumanLoop_flowDefinitionArn,
startHumanLoop_humanLoopInput,
startHumanLoopResponse_humanLoopArn,
startHumanLoopResponse_httpStatus,
stopHumanLoop_humanLoopName,
stopHumanLoopResponse_httpStatus,
describeHumanLoop_humanLoopName,
describeHumanLoopResponse_failureReason,
describeHumanLoopResponse_failureCode,
describeHumanLoopResponse_humanLoopOutput,
describeHumanLoopResponse_httpStatus,
describeHumanLoopResponse_creationTime,
describeHumanLoopResponse_humanLoopStatus,
describeHumanLoopResponse_humanLoopName,
describeHumanLoopResponse_humanLoopArn,
describeHumanLoopResponse_flowDefinitionArn,
humanLoopDataAttributes_contentClassifiers,
humanLoopInput_inputContent,
humanLoopOutput_outputS3Uri,
humanLoopSummary_creationTime,
humanLoopSummary_failureReason,
humanLoopSummary_humanLoopStatus,
humanLoopSummary_humanLoopName,
humanLoopSummary_flowDefinitionArn,
)
where
import Amazonka.SageMakerA2IRuntime.DeleteHumanLoop
import Amazonka.SageMakerA2IRuntime.DescribeHumanLoop
import Amazonka.SageMakerA2IRuntime.ListHumanLoops
import Amazonka.SageMakerA2IRuntime.StartHumanLoop
import Amazonka.SageMakerA2IRuntime.StopHumanLoop
import Amazonka.SageMakerA2IRuntime.Types.HumanLoopDataAttributes
import Amazonka.SageMakerA2IRuntime.Types.HumanLoopInput
import Amazonka.SageMakerA2IRuntime.Types.HumanLoopOutput
import Amazonka.SageMakerA2IRuntime.Types.HumanLoopSummary