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

Description

Update a hub.

Synopsis

Creating a Request

data UpdateHub Source #

See: newUpdateHub smart constructor.

Constructors

UpdateHub' 

Fields

Instances

Instances details
ToJSON UpdateHub Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

ToHeaders UpdateHub Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

Methods

toHeaders :: UpdateHub -> [Header] #

ToPath UpdateHub Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

ToQuery UpdateHub Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

AWSRequest UpdateHub Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

Associated Types

type AWSResponse UpdateHub #

Generic UpdateHub Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

Associated Types

type Rep UpdateHub :: Type -> Type #

Read UpdateHub Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

Show UpdateHub Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

NFData UpdateHub Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

Methods

rnf :: UpdateHub -> () #

Eq UpdateHub Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

Hashable UpdateHub Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

type AWSResponse UpdateHub Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

type Rep UpdateHub Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

type Rep UpdateHub = D1 ('MetaData "UpdateHub" "Amazonka.SageMaker.UpdateHub" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "UpdateHub'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hubDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hubDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hubSearchKeywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "hubName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateHub Source #

Arguments

:: Text

UpdateHub

-> UpdateHub 

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

UpdateHub, updateHub_hubDescription - A description of the updated hub.

UpdateHub, updateHub_hubDisplayName - The display name of the hub.

UpdateHub, updateHub_hubSearchKeywords - The searchable keywords for the hub.

UpdateHub, updateHub_hubName - The name of the hub to update.

Request Lenses

updateHub_hubDescription :: Lens' UpdateHub (Maybe Text) Source #

A description of the updated hub.

updateHub_hubDisplayName :: Lens' UpdateHub (Maybe Text) Source #

The display name of the hub.

updateHub_hubSearchKeywords :: Lens' UpdateHub (Maybe [Text]) Source #

The searchable keywords for the hub.

updateHub_hubName :: Lens' UpdateHub Text Source #

The name of the hub to update.

Destructuring the Response

data UpdateHubResponse Source #

See: newUpdateHubResponse smart constructor.

Constructors

UpdateHubResponse' 

Fields

Instances

Instances details
Generic UpdateHubResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

Associated Types

type Rep UpdateHubResponse :: Type -> Type #

Read UpdateHubResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

Show UpdateHubResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

NFData UpdateHubResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

Methods

rnf :: UpdateHubResponse -> () #

Eq UpdateHubResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

type Rep UpdateHubResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateHub

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

newUpdateHubResponse Source #

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

UpdateHubResponse, updateHubResponse_hubArn - The Amazon Resource Name (ARN) of the updated hub.

Response Lenses

updateHubResponse_httpStatus :: Lens' UpdateHubResponse Int Source #

The response's http status code.

updateHubResponse_hubArn :: Lens' UpdateHubResponse Text Source #

The Amazon Resource Name (ARN) of the updated hub.