aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
32 lines • 1.36 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* 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
*/
export 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 || (AwsIdentitystoreAuthActions = {}));
//# sourceMappingURL=identitystore-auth.js.map