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

Description

Import hub content.

Synopsis

Creating a Request

data ImportHubContent Source #

See: newImportHubContent smart constructor.

Constructors

ImportHubContent' 

Fields

Instances

Instances details
ToJSON ImportHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

ToHeaders ImportHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

ToPath ImportHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

ToQuery ImportHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

AWSRequest ImportHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

Associated Types

type AWSResponse ImportHubContent #

Generic ImportHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

Associated Types

type Rep ImportHubContent :: Type -> Type #

Read ImportHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

Show ImportHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

NFData ImportHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

Methods

rnf :: ImportHubContent -> () #

Eq ImportHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

Hashable ImportHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

type AWSResponse ImportHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

type Rep ImportHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

type Rep ImportHubContent = D1 ('MetaData "ImportHubContent" "Amazonka.SageMaker.ImportHubContent" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ImportHubContent'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "hubContentDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hubContentDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hubContentMarkdown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "hubContentSearchKeywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "hubContentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "hubContentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hubContentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HubContentType))) :*: (S1 ('MetaSel ('Just "documentSchemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "hubName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hubContentDocument") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newImportHubContent Source #

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

ImportHubContent, importHubContent_hubContentDescription - A description of the hub content to import.

ImportHubContent, importHubContent_hubContentDisplayName - The display name of the hub content to import.

$sel:hubContentMarkdown:ImportHubContent', importHubContent_hubContentMarkdown - Markdown files associated with the hub content to import.

ImportHubContent, importHubContent_hubContentSearchKeywords - The searchable keywords of the hub content.

ImportHubContent, importHubContent_hubContentVersion - The version of the hub content to import.

ImportHubContent, importHubContent_tags - Any tags associated with the hub content.

ImportHubContent, importHubContent_hubContentName - The name of the hub content to import.

ImportHubContent, importHubContent_hubContentType - The type of hub content to import.

ImportHubContent, importHubContent_documentSchemaVersion - The version of the hub content schema to import.

ImportHubContent, importHubContent_hubName - The name of the hub to import content into.

$sel:hubContentDocument:ImportHubContent', importHubContent_hubContentDocument - The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.

Request Lenses

importHubContent_hubContentDescription :: Lens' ImportHubContent (Maybe Text) Source #

A description of the hub content to import.

importHubContent_hubContentDisplayName :: Lens' ImportHubContent (Maybe Text) Source #

The display name of the hub content to import.

importHubContent_hubContentMarkdown :: Lens' ImportHubContent (Maybe Text) Source #

Markdown files associated with the hub content to import.

importHubContent_hubContentSearchKeywords :: Lens' ImportHubContent (Maybe [Text]) Source #

The searchable keywords of the hub content.

importHubContent_hubContentVersion :: Lens' ImportHubContent (Maybe Text) Source #

The version of the hub content to import.

importHubContent_tags :: Lens' ImportHubContent (Maybe [Tag]) Source #

Any tags associated with the hub content.

importHubContent_hubContentName :: Lens' ImportHubContent Text Source #

The name of the hub content to import.

importHubContent_documentSchemaVersion :: Lens' ImportHubContent Text Source #

The version of the hub content schema to import.

importHubContent_hubName :: Lens' ImportHubContent Text Source #

The name of the hub to import content into.

importHubContent_hubContentDocument :: Lens' ImportHubContent Text Source #

The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.

Destructuring the Response

data ImportHubContentResponse Source #

See: newImportHubContentResponse smart constructor.

Constructors

ImportHubContentResponse' 

Fields

Instances

Instances details
Generic ImportHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

Associated Types

type Rep ImportHubContentResponse :: Type -> Type #

Read ImportHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

Show ImportHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

NFData ImportHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

Eq ImportHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

type Rep ImportHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ImportHubContent

type Rep ImportHubContentResponse = D1 ('MetaData "ImportHubContentResponse" "Amazonka.SageMaker.ImportHubContent" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ImportHubContentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "hubArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hubContentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newImportHubContentResponse Source #

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

ImportHubContentResponse, importHubContentResponse_hubArn - The ARN of the hub that the content was imported into.

ImportHubContentResponse, importHubContentResponse_hubContentArn - The ARN of the hub content that was imported.

Response Lenses

importHubContentResponse_hubArn :: Lens' ImportHubContentResponse Text Source #

The ARN of the hub that the content was imported into.

importHubContentResponse_hubContentArn :: Lens' ImportHubContentResponse Text Source #

The ARN of the hub content that was imported.