export interface AttachRolePolicyInput {
    roleId: string;
    policyId: string;
}
export interface AttachRolePolicyOutput {
}
