UNPKG

aws-iam-policy-types

Version:

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

94 lines 3.87 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * All IAM policy actions for AWS rePost Private (REPOSTSPACE) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsrepostprivate.html * * 2025-02-24T21:49:25.021Z */ export var AwsRepostspaceActions; (function (AwsRepostspaceActions) { /** * Grants permission to add a role to users and groups in a private re:Post in you * r account * * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_BatchAddRole.html */ AwsRepostspaceActions["BatchAddRole"] = "repostspace:BatchAddRole"; /** * Grants permission to remove a role from users and groups in a private re:Post i * n your account * * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_BatchRemoveRole.html */ AwsRepostspaceActions["BatchRemoveRole"] = "repostspace:BatchRemoveRole"; /** * Grants permission to create a new private re:Post in your account * * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_CreateSpace.html */ AwsRepostspaceActions["CreateSpace"] = "repostspace:CreateSpace"; /** * Grants permission to delete a private re:Post from your account * * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_DeleteSpace.html */ AwsRepostspaceActions["DeleteSpace"] = "repostspace:DeleteSpace"; /** * Grants permission to remove an administrator to a private re:Post in your accou * nt * * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_DeregisterAdmin.html */ AwsRepostspaceActions["DeregisterAdmin"] = "repostspace:DeregisterAdmin"; /** * Grants permission to get the description for a private re:Post in your account * * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_GetSpace.html */ AwsRepostspaceActions["GetSpace"] = "repostspace:GetSpace"; /** * Grants permission to list all private re:Posts in your account * * See API_ListSpaces.html */ AwsRepostspaceActions["ListSpaces"] = "repostspace:ListSpaces"; /** * Grants permission to list the tags associated with a resource * * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_ListTagsForResource.html */ AwsRepostspaceActions["ListTagsForResource"] = "repostspace:ListTagsForResource"; /** * Grants permission to add an administrator to a private re:Post in your account * * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_RegisterAdmin.html */ AwsRepostspaceActions["RegisterAdmin"] = "repostspace:RegisterAdmin"; /** * Grants permission to send invites to users of a private re:Post in your account * * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_SendInvites.html */ AwsRepostspaceActions["SendInvites"] = "repostspace:SendInvites"; /** * Grants permission to tag a resource * * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_TagResource.html */ AwsRepostspaceActions["TagResource"] = "repostspace:TagResource"; /** * Grants permission to untag a resource * * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_UntagResource.html */ AwsRepostspaceActions["UntagResource"] = "repostspace:UntagResource"; /** * Grants permission to update a private re:Post in your account * * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_UpdateSpace.html */ AwsRepostspaceActions["UpdateSpace"] = "repostspace:UpdateSpace"; })(AwsRepostspaceActions || (AwsRepostspaceActions = {})); //# sourceMappingURL=repostspace.js.map