- Navigation Guide
@aws-sdk/client-quicksight
UpdateAnalysisPermissionsCommandInput Interface
The input for UpdateAnalysisPermissionsCommand.
Members
Name | Type | Details |
---|---|---|
AnalysisId Required | string | undefined | The ID of the analysis whose permissions you're updating. The ID is part of the analysis URL. |
AwsAccountId Required | string | 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