import { AccessLevelList } from '../../shared/access-level'; import { PolicyStatement } from '../../shared'; /** * Statement provider for service [researchstudio](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbiodiscovery.html). * * @param sid [SID](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_sid.html) of the statement */ export declare class Researchstudio extends PolicyStatement { servicePrefix: string; /** * Statement provider for service [researchstudio](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbiodiscovery.html). * * @param sid [SID](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_sid.html) of the statement */ constructor(sid?: string); /** * Grants permission to assign princiapl * * Access Level: Write */ toAssignPrincipal(): this; /** * Grants permission to create application * * Access Level: Write */ toCreateApplication(): this; /** * Grants permission to delete application * * Access Level: Write */ toDeleteApplication(): this; /** * Grants permission to delete principal * * Access Level: Write */ toDeletePrincipal(): this; /** * Grants permission to get application * * Access Level: Read */ toGetApplication(): this; /** * Grants permission to list applications * * Access Level: List */ toListApplications(): this; protected accessLevelList: AccessLevelList; }