@cloud-copilot/iam-lens
Version:
Visibility in IAM in and across AWS accounts
9 lines • 387 B
TypeScript
/**
* Get the actions for a resource type in a service.
*
* @param service the service to get actions for
* @param resourceType the resource type to get the actions for
* @returns the actions that can be performed on the resource type
*/
export declare function actionsForResourceType(service: string, resourceType: string): Promise<string[]>;
//# sourceMappingURL=actions.d.ts.map