libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation
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.LakeFormation.UpdateResource

Description

Updates the data access role used for vending access to the given (registered) resource in AWS Lake Formation.

Synopsis

Creating a Request

data UpdateResource Source #

See: newUpdateResource smart constructor.

Constructors

UpdateResource' 

Fields

Instances

Instances details
Eq UpdateResource Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

Read UpdateResource Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

Show UpdateResource Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

Generic UpdateResource Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

Associated Types

type Rep UpdateResource :: Type -> Type #

NFData UpdateResource Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

Methods

rnf :: UpdateResource -> () #

Hashable UpdateResource Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

ToJSON UpdateResource Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

AWSRequest UpdateResource Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

Associated Types

type AWSResponse UpdateResource #

ToHeaders UpdateResource Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

ToPath UpdateResource Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

ToQuery UpdateResource Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

type Rep UpdateResource Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

type Rep UpdateResource = D1 ('MetaData "UpdateResource" "Amazonka.LakeFormation.UpdateResource" "libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation" 'False) (C1 ('MetaCons "UpdateResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateResource Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

newUpdateResource Source #

Create a value of UpdateResource 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:roleArn:UpdateResource', updateResource_roleArn - The new role to use for the given resource registered in AWS Lake Formation.

$sel:resourceArn:UpdateResource', updateResource_resourceArn - The resource ARN.

Request Lenses

updateResource_roleArn :: Lens' UpdateResource Text Source #

The new role to use for the given resource registered in AWS Lake Formation.

Destructuring the Response

data UpdateResourceResponse Source #

See: newUpdateResourceResponse smart constructor.

Constructors

UpdateResourceResponse' 

Fields

Instances

Instances details
Eq UpdateResourceResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

Read UpdateResourceResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

Show UpdateResourceResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

Generic UpdateResourceResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

Associated Types

type Rep UpdateResourceResponse :: Type -> Type #

NFData UpdateResourceResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

Methods

rnf :: UpdateResourceResponse -> () #

type Rep UpdateResourceResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.UpdateResource

type Rep UpdateResourceResponse = D1 ('MetaData "UpdateResourceResponse" "Amazonka.LakeFormation.UpdateResource" "libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation" 'False) (C1 ('MetaCons "UpdateResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateResourceResponse Source #

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

Response Lenses