ListGroupsForUserResponse
import type { ListGroupsForUserResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iam.ts";interface ListGroupsForUserResponse {
Groups: Group[];
IsTruncated?: boolean | null;
Marker?: string | null;
}import type { ListGroupsForUserResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iam.ts";