@aws-sdk/client-quicksight

UpdateAnalysisPermissionsCommandInput Interface

Members

Name
Type
Details
AnalysisId Requiredstring | undefined

The ID of the analysis whose permissions you're updating. The ID is part of the analysis URL.

AwsAccountId Requiredstring | undefined

The ID of the Amazon Web Services account that contains the analysis whose permissions you're updating. You must be using the Amazon Web Services account that the analysis is in.

GrantPermissions ResourcePermission[] | undefined

A structure that describes the permissions to add and the principal to add them to.

RevokePermissions ResourcePermission[] | undefined

A structure that describes the permissions to remove and the principal to remove them from.

Full Signature

export interface UpdateAnalysisPermissionsCommandInput extends UpdateAnalysisPermissionsRequest