aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
35 lines • 1.52 kB
JavaScript
;
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsIdentitystoreAuthActions = void 0;
/**
* All IAM policy actions for AWS Identity Store Auth (IDENTITYSTORE-AUTH)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsidentitystoreauth.html
*
* 2025-02-24T21:48:16.952Z
*/
var AwsIdentitystoreAuthActions;
(function (AwsIdentitystoreAuthActions) {
/**
* Grants permission to delete a batch of specified sessions
*
* See https://docs.aws.amazon.com/singlesignon/latest/userguide/manage-app-session.html
*/
AwsIdentitystoreAuthActions["BatchDeleteSession"] = "identitystore-auth:BatchDeleteSession";
/**
* Grants permission to return session attributes for a batch of specified session
* s
*
* See https://docs.aws.amazon.com/singlesignon/latest/userguide/manage-app-session.html
*/
AwsIdentitystoreAuthActions["BatchGetSession"] = "identitystore-auth:BatchGetSession";
/**
* Grants permission to retrieve a list of active sessions for the specified user
*
* See https://docs.aws.amazon.com/singlesignon/latest/userguide/manage-app-session.html
*/
AwsIdentitystoreAuthActions["ListSessions"] = "identitystore-auth:ListSessions";
})(AwsIdentitystoreAuthActions = exports.AwsIdentitystoreAuthActions || (exports.AwsIdentitystoreAuthActions = {}));
//# sourceMappingURL=identitystore-auth.js.map