UNPKG

aws-iam-policy-types

Version:

Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions

18 lines (17 loc) 554 B
/** * All IAM policy actions for Amazon WorkSpaces Application Manager (WAM) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonworkspacesapplicationmanager.html * * 2025-02-24T21:50:12.028Z */ export declare enum AwsWamActions { /** * Allows the Amazon WAM packaging instance to access your application package cat * alog. * * See https://docs.aws.amazon.com/wam/latest/adminguide/iam.html */ AuthenticatePackager = "wam:AuthenticatePackager" }