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

Description

Deletes an association.

Synopsis

Creating a Request

data DeleteAssociation Source #

See: newDeleteAssociation smart constructor.

Constructors

DeleteAssociation' 

Fields

Instances

Instances details
Eq DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Read DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Show DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Generic DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Associated Types

type Rep DeleteAssociation :: Type -> Type #

NFData DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Methods

rnf :: DeleteAssociation -> () #

Hashable DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

ToJSON DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

AWSRequest DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Associated Types

type AWSResponse DeleteAssociation #

ToHeaders DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

ToPath DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

ToQuery DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

type Rep DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

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

Defined in Amazonka.SageMaker.DeleteAssociation

newDeleteAssociation Source #

Create a value of DeleteAssociation 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:sourceArn:DeleteAssociation', deleteAssociation_sourceArn - The ARN of the source.

$sel:destinationArn:DeleteAssociation', deleteAssociation_destinationArn - The Amazon Resource Name (ARN) of the destination.

Request Lenses

deleteAssociation_destinationArn :: Lens' DeleteAssociation Text Source #

The Amazon Resource Name (ARN) of the destination.

Destructuring the Response

data DeleteAssociationResponse Source #

See: newDeleteAssociationResponse smart constructor.

Constructors

DeleteAssociationResponse' 

Fields

Instances

Instances details
Eq DeleteAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Read DeleteAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Show DeleteAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Generic DeleteAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Associated Types

type Rep DeleteAssociationResponse :: Type -> Type #

NFData DeleteAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

type Rep DeleteAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

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

newDeleteAssociationResponse Source #

Create a value of DeleteAssociationResponse 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:sourceArn:DeleteAssociation', deleteAssociationResponse_sourceArn - The ARN of the source.

$sel:destinationArn:DeleteAssociation', deleteAssociationResponse_destinationArn - The Amazon Resource Name (ARN) of the destination.

$sel:httpStatus:DeleteAssociationResponse', deleteAssociationResponse_httpStatus - The response's http status code.

Response Lenses

deleteAssociationResponse_destinationArn :: Lens' DeleteAssociationResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the destination.