amazonka-sagemaker-2.0: Amazon SageMaker Service 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.SageMaker.DeleteHubContent

Description

Delete the contents of a hub.

Synopsis

Creating a Request

data DeleteHubContent Source #

See: newDeleteHubContent smart constructor.

Constructors

DeleteHubContent' 

Fields

Instances

Instances details
ToJSON DeleteHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

ToHeaders DeleteHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

ToPath DeleteHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

ToQuery DeleteHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

AWSRequest DeleteHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

Associated Types

type AWSResponse DeleteHubContent #

Generic DeleteHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

Associated Types

type Rep DeleteHubContent :: Type -> Type #

Read DeleteHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

Show DeleteHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

NFData DeleteHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

Methods

rnf :: DeleteHubContent -> () #

Eq DeleteHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

Hashable DeleteHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

type AWSResponse DeleteHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

type Rep DeleteHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

type Rep DeleteHubContent = D1 ('MetaData "DeleteHubContent" "Amazonka.SageMaker.DeleteHubContent" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DeleteHubContent'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hubName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hubContentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HubContentType)) :*: (S1 ('MetaSel ('Just "hubContentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hubContentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteHubContent Source #

Create a value of DeleteHubContent 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:

DeleteHubContent, deleteHubContent_hubName - The name of the hub that you want to delete content in.

DeleteHubContent, deleteHubContent_hubContentType - The type of content that you want to delete from a hub.

DeleteHubContent, deleteHubContent_hubContentName - The name of the content that you want to delete from a hub.

DeleteHubContent, deleteHubContent_hubContentVersion - The version of the content that you want to delete from a hub.

Request Lenses

deleteHubContent_hubName :: Lens' DeleteHubContent Text Source #

The name of the hub that you want to delete content in.

deleteHubContent_hubContentType :: Lens' DeleteHubContent HubContentType Source #

The type of content that you want to delete from a hub.

deleteHubContent_hubContentName :: Lens' DeleteHubContent Text Source #

The name of the content that you want to delete from a hub.

deleteHubContent_hubContentVersion :: Lens' DeleteHubContent Text Source #

The version of the content that you want to delete from a hub.

Destructuring the Response

data DeleteHubContentResponse Source #

See: newDeleteHubContentResponse smart constructor.

Instances

Instances details
Generic DeleteHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

Associated Types

type Rep DeleteHubContentResponse :: Type -> Type #

Read DeleteHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

Show DeleteHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

NFData DeleteHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

Eq DeleteHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

type Rep DeleteHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHubContent

type Rep DeleteHubContentResponse = D1 ('MetaData "DeleteHubContentResponse" "Amazonka.SageMaker.DeleteHubContent" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DeleteHubContentResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteHubContentResponse :: DeleteHubContentResponse Source #

Create a value of DeleteHubContentResponse with all optional fields omitted.

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