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

Description

Updates a user profile.

Synopsis

Creating a Request

data UpdateUserProfile Source #

See: newUpdateUserProfile smart constructor.

Constructors

UpdateUserProfile' 

Fields

Instances

Instances details
Eq UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Read UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Show UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Generic UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Associated Types

type Rep UpdateUserProfile :: Type -> Type #

NFData UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Methods

rnf :: UpdateUserProfile -> () #

Hashable UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

ToJSON UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

AWSRequest UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Associated Types

type AWSResponse 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

type Rep UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

type Rep UpdateUserProfile = D1 ('MetaData "UpdateUserProfile" "Amazonka.SageMaker.UpdateUserProfile" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" '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))))
type AWSResponse UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

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.

$sel:domainId:UpdateUserProfile', updateUserProfile_domainId - The domain ID.

$sel:userProfileName: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
Eq UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Read UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Show UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Generic UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Associated Types

type Rep UpdateUserProfileResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" '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:

$sel:userProfileArn:UpdateUserProfileResponse', updateUserProfileResponse_userProfileArn - The user profile Amazon Resource Name (ARN).

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

Response Lenses