export interface DetachRolePolicyInput {
    roleId: string;
    policyId: string;
}
export interface DetachRolePolicyOutput {
}
