libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.DeleteTrialComponent

Description

Deletes the specified trial component. A trial component must be disassociated from all trials before the trial component can be deleted. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.

Synopsis

Creating a Request

data DeleteTrialComponent Source #

See: newDeleteTrialComponent smart constructor.

Constructors

DeleteTrialComponent' 

Fields

Instances

Instances details
Eq DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Read DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Show DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Generic DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Associated Types

type Rep DeleteTrialComponent :: Type -> Type #

NFData DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Methods

rnf :: DeleteTrialComponent -> () #

Hashable DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

ToJSON DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

AWSRequest DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Associated Types

type AWSResponse DeleteTrialComponent #

ToHeaders DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

ToPath DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

ToQuery DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

type Rep DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

type Rep DeleteTrialComponent = D1 ('MetaData "DeleteTrialComponent" "Amazonka.SageMaker.DeleteTrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteTrialComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

newDeleteTrialComponent Source #

Create a value of DeleteTrialComponent 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:trialComponentName:DeleteTrialComponent', deleteTrialComponent_trialComponentName - The name of the component to delete.

Request Lenses

Destructuring the Response

data DeleteTrialComponentResponse Source #

See: newDeleteTrialComponentResponse smart constructor.

Constructors

DeleteTrialComponentResponse' 

Fields

Instances

Instances details
Eq DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Read DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Show DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Generic DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Associated Types

type Rep DeleteTrialComponentResponse :: Type -> Type #

NFData DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

type Rep DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

type Rep DeleteTrialComponentResponse = D1 ('MetaData "DeleteTrialComponentResponse" "Amazonka.SageMaker.DeleteTrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteTrialComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteTrialComponentResponse Source #

Create a value of DeleteTrialComponentResponse 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:trialComponentArn:DeleteTrialComponentResponse', deleteTrialComponentResponse_trialComponentArn - The Amazon Resource Name (ARN) of the component is being deleted.

$sel:httpStatus:DeleteTrialComponentResponse', deleteTrialComponentResponse_httpStatus - The response's http status code.

Response Lenses

deleteTrialComponentResponse_trialComponentArn :: Lens' DeleteTrialComponentResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the component is being deleted.