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.DeleteHumanLoop

Description

Deletes the specified human loop for a flow definition.

If the human loop was deleted, this operation will return a ResourceNotFoundException.

Synopsis

Creating a Request

data DeleteHumanLoop Source #

See: newDeleteHumanLoop smart constructor.

Constructors

DeleteHumanLoop' 

Fields

Instances

Instances details
Eq DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Read DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Show DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Generic DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Associated Types

type Rep DeleteHumanLoop :: Type -> Type #

NFData DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Methods

rnf :: DeleteHumanLoop -> () #

Hashable DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

AWSRequest DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Associated Types

type AWSResponse DeleteHumanLoop #

ToHeaders DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

ToPath DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

ToQuery DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

type Rep DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

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

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

newDeleteHumanLoop Source #

Create a value of DeleteHumanLoop 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:DeleteHumanLoop', deleteHumanLoop_humanLoopName - The name of the human loop that you want to delete.

Request Lenses

deleteHumanLoop_humanLoopName :: Lens' DeleteHumanLoop Text Source #

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

Destructuring the Response

data DeleteHumanLoopResponse Source #

See: newDeleteHumanLoopResponse smart constructor.

Constructors

DeleteHumanLoopResponse' 

Fields

Instances

Instances details
Eq DeleteHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Read DeleteHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Show DeleteHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Generic DeleteHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Associated Types

type Rep DeleteHumanLoopResponse :: Type -> Type #

NFData DeleteHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Methods

rnf :: DeleteHumanLoopResponse -> () #

type Rep DeleteHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

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

newDeleteHumanLoopResponse Source #

Create a value of DeleteHumanLoopResponse 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:DeleteHumanLoopResponse', deleteHumanLoopResponse_httpStatus - The response's http status code.

Response Lenses