libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMakerA2IRuntime.StopHumanLoop

Description

Stops the specified human loop.

Synopsis

Creating a Request

data StopHumanLoop Source #

See: newStopHumanLoop smart constructor.

Constructors

StopHumanLoop' 

Fields

Instances

Instances details
Eq StopHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

Read StopHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

Show StopHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

Generic StopHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

Associated Types

type Rep StopHumanLoop :: Type -> Type #

NFData StopHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

Methods

rnf :: StopHumanLoop -> () #

Hashable StopHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

ToJSON StopHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

AWSRequest StopHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

Associated Types

type AWSResponse StopHumanLoop #

ToHeaders StopHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

ToPath StopHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

ToQuery StopHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

type Rep StopHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

type Rep StopHumanLoop = D1 ('MetaData "StopHumanLoop" "Amazonka.SageMakerA2IRuntime.StopHumanLoop" "libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime" 'False) (C1 ('MetaCons "StopHumanLoop'" 'PrefixI 'True) (S1 ('MetaSel ('Just "humanLoopName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

newStopHumanLoop Source #

Create a value of StopHumanLoop with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:humanLoopName:StopHumanLoop', stopHumanLoop_humanLoopName - The name of the human loop that you want to stop.

Request Lenses

stopHumanLoop_humanLoopName :: Lens' StopHumanLoop Text Source #

The name of the human loop that you want to stop.

Destructuring the Response

data StopHumanLoopResponse Source #

See: newStopHumanLoopResponse smart constructor.

Constructors

StopHumanLoopResponse' 

Fields

Instances

Instances details
Eq StopHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

Read StopHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

Show StopHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

Generic StopHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

Associated Types

type Rep StopHumanLoopResponse :: Type -> Type #

NFData StopHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

Methods

rnf :: StopHumanLoopResponse -> () #

type Rep StopHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StopHumanLoop

type Rep StopHumanLoopResponse = D1 ('MetaData "StopHumanLoopResponse" "Amazonka.SageMakerA2IRuntime.StopHumanLoop" "libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime" 'False) (C1 ('MetaCons "StopHumanLoopResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopHumanLoopResponse Source #

Create a value of StopHumanLoopResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:StopHumanLoopResponse', stopHumanLoopResponse_httpStatus - The response's http status code.

Response Lenses