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

Description

Updates a user profile.

Synopsis

Creating a Request

data UpdateUserProfile Source #

See: newUpdateUserProfile smart constructor.

Constructors

UpdateUserProfile' 

Fields

Instances

Instances details
ToJSON UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

ToHeaders UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

ToPath UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

ToQuery UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

AWSRequest UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Associated Types

type AWSResponse UpdateUserProfile #

Generic UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Associated Types

type Rep UpdateUserProfile :: Type -> Type #

Read UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Show UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

NFData UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Methods

rnf :: UpdateUserProfile -> () #

Eq UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Hashable UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

type AWSResponse UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

type Rep UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

type Rep UpdateUserProfile = D1 ('MetaData "UpdateUserProfile" "Amazonka.SageMaker.UpdateUserProfile" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "UpdateUserProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserSettings)) :*: (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateUserProfile Source #

Create a value of UpdateUserProfile 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:userSettings:UpdateUserProfile', updateUserProfile_userSettings - A collection of settings.

UpdateUserProfile, updateUserProfile_domainId - The domain ID.

UpdateUserProfile, updateUserProfile_userProfileName - The user profile name.

Request Lenses

Destructuring the Response

data UpdateUserProfileResponse Source #

See: newUpdateUserProfileResponse smart constructor.

Constructors

UpdateUserProfileResponse' 

Fields

Instances

Instances details
Generic UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Associated Types

type Rep UpdateUserProfileResponse :: Type -> Type #

Read UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Show UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

NFData UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Eq UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

type Rep UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

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

newUpdateUserProfileResponse Source #

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

UpdateUserProfileResponse, updateUserProfileResponse_userProfileArn - The user profile Amazon Resource Name (ARN).

$sel:httpStatus:UpdateUserProfileResponse', updateUserProfileResponse_httpStatus - The response's http status code.

Response Lenses