UNPKG

aws-iam-policy-types

Version:

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

30 lines 1.41 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsSigninActions = void 0; /** * All IAM policy actions for AWS Signin (SIGNIN) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssignin.html * * 2025-02-24T21:49:45.297Z */ var AwsSigninActions; (function (AwsSigninActions) { /** * Grants permission to create an Identity Center application that represents the * AWS Management Console on an Identity Center organization instance * * See https://docs.aws.amazon.com/signin/latest/APIReference/create-trusted-identity-propagation-application-for-console.html */ AwsSigninActions["CreateTrustedIdentityPropagationApplicationForConsole"] = "signin:CreateTrustedIdentityPropagationApplicationForConsole"; /** * Grants permission to list all Identity Center applications that represent the A * WS Management Console * * See https://docs.aws.amazon.com/signin/latest/APIReference/list-trusted-identity-propagation-application-for-console.html */ AwsSigninActions["ListTrustedIdentityPropagationApplicationsForConsole"] = "signin:ListTrustedIdentityPropagationApplicationsForConsole"; })(AwsSigninActions = exports.AwsSigninActions || (exports.AwsSigninActions = {})); //# sourceMappingURL=signin.js.map