amazonka-sagemaker-a2i-runtime-2.0: Amazon Augmented AI Runtime SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

AWSRequest DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Associated Types

type AWSResponse DeleteHumanLoop #

Generic DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Associated Types

type Rep DeleteHumanLoop :: Type -> Type #

Read DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Show DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

NFData DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Methods

rnf :: DeleteHumanLoop -> () #

Eq DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Hashable DeleteHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

type AWSResponse 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" "amazonka-sagemaker-a2i-runtime-2.0-Ab6lubn6uHa1PFNjIvbiiE" 'False) (C1 ('MetaCons "DeleteHumanLoop'" 'PrefixI 'True) (S1 ('MetaSel ('Just "humanLoopName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DeleteHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Associated Types

type Rep DeleteHumanLoopResponse :: Type -> Type #

Read DeleteHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Show DeleteHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

NFData DeleteHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

Methods

rnf :: DeleteHumanLoopResponse -> () #

Eq DeleteHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

type Rep DeleteHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DeleteHumanLoop

type Rep DeleteHumanLoopResponse = D1 ('MetaData "DeleteHumanLoopResponse" "Amazonka.SageMakerA2IRuntime.DeleteHumanLoop" "amazonka-sagemaker-a2i-runtime-2.0-Ab6lubn6uHa1PFNjIvbiiE" '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