- Navigation Guide
@aws-sdk/client-quicksight
UpdateFolderPermissionsCommandInput Interface
The input for UpdateFolderPermissionsCommand.
Members
Name | Type | Details |
---|---|---|
AwsAccountId Required | string | undefined | The ID for the Amazon Web Services account that contains the folder to update. |
FolderId Required | string | undefined | The ID of the folder. |
GrantPermissions | ResourcePermission[] | undefined | The permissions that you want to grant on a resource. Namespace ARNs are not supported |
RevokePermissions | ResourcePermission[] | undefined | The permissions that you want to revoke from a resource. Namespace ARNs are not supported |
Full Signature
export interface UpdateFolderPermissionsCommandInput extends UpdateFolderPermissionsRequest