import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getAccountRole(args: GetAccountRoleArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getAccountRole. */ export interface GetAccountRoleArgs { accountId: string; roleId: string; } /** * A collection of values returned by getAccountRole. */ export interface GetAccountRoleResult { readonly accountId: string; readonly description: string; readonly id: string; readonly name: string; readonly permissions: outputs.GetAccountRolePermissions; readonly roleId: string; } export declare function getAccountRoleOutput(args: GetAccountRoleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getAccountRole. */ export interface GetAccountRoleOutputArgs { accountId: pulumi.Input; roleId: pulumi.Input; } //# sourceMappingURL=getAccountRole.d.ts.map