UNPKG

aws-iam-policy-types

Version:

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

148 lines 6.08 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsSecurityIrActions = void 0; /** * All IAM policy actions for AWS Security Incident Response (SECURITY-IR) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssecurityincidentresponse.html * * 2025-02-24T21:49:39.877Z */ var AwsSecurityIrActions; (function (AwsSecurityIrActions) { /** * Grants permission to get member account details in batch * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_BatchGetMemberAccountDetails.html */ AwsSecurityIrActions["BatchGetMemberAccountDetails"] = "security-ir:BatchGetMemberAccountDetails"; /** * Grants permission to cancel a membership * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_CancelMembership.html */ AwsSecurityIrActions["CancelMembership"] = "security-ir:CancelMembership"; /** * Grants permission to close a case * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_CloseCase.html */ AwsSecurityIrActions["CloseCase"] = "security-ir:CloseCase"; /** * Grants permission to create a case * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_CreateCase.html */ AwsSecurityIrActions["CreateCase"] = "security-ir:CreateCase"; /** * Grants permission to create a case comment * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_CreateCaseComment.html */ AwsSecurityIrActions["CreateCaseComment"] = "security-ir:CreateCaseComment"; /** * Grants permission to create a membership * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_CreateMembership.html */ AwsSecurityIrActions["CreateMembership"] = "security-ir:CreateMembership"; /** * Grants permission to get a case * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_GetCase.html */ AwsSecurityIrActions["GetCase"] = "security-ir:GetCase"; /** * Grants permission to get a case attachment download URL * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_GetCaseAttachmentDownloadUrl.html */ AwsSecurityIrActions["GetCaseAttachmentDownloadUrl"] = "security-ir:GetCaseAttachmentDownloadUrl"; /** * Grants permission to get a case attachment upload URL * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_GetCaseAttachmentUploadUrl.html */ AwsSecurityIrActions["GetCaseAttachmentUploadUrl"] = "security-ir:GetCaseAttachmentUploadUrl"; /** * Grants permission to get a membership * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_GetMembership.html */ AwsSecurityIrActions["GetMembership"] = "security-ir:GetMembership"; /** * Grants permission to list case edits * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_ListCaseEdits.html */ AwsSecurityIrActions["ListCaseEdits"] = "security-ir:ListCaseEdits"; /** * Grants permission to list cases * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_ListCases.html */ AwsSecurityIrActions["ListCases"] = "security-ir:ListCases"; /** * Grants permission to list case comments * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_ListComments.html */ AwsSecurityIrActions["ListComments"] = "security-ir:ListComments"; /** * Grants permission to list memberships * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_ListMemberships.html */ AwsSecurityIrActions["ListMemberships"] = "security-ir:ListMemberships"; /** * Grants permission to list the tags attached to the specified resource * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_ListTagsForResource.html */ AwsSecurityIrActions["ListTagsForResource"] = "security-ir:ListTagsForResource"; /** * Grants permission to add tags to the specified resource * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_TagResource.html */ AwsSecurityIrActions["TagResource"] = "security-ir:TagResource"; /** * Grants permission to remove tags from the specified resource * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_UntagResource.html */ AwsSecurityIrActions["UntagResource"] = "security-ir:UntagResource"; /** * Grants permission to update a case * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_UpdateCase.html */ AwsSecurityIrActions["UpdateCase"] = "security-ir:UpdateCase"; /** * Grants permission to update a case comment * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_UpdateCaseComment.html */ AwsSecurityIrActions["UpdateCaseComment"] = "security-ir:UpdateCaseComment"; /** * Grants permission to update a case status * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_UpdateCaseStatus.html */ AwsSecurityIrActions["UpdateCaseStatus"] = "security-ir:UpdateCaseStatus"; /** * Grants permission to update memberships * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_UpdateMembership.html */ AwsSecurityIrActions["UpdateMembership"] = "security-ir:UpdateMembership"; /** * Grants permission to update case resolver type * * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_UpdateResolverType.html */ AwsSecurityIrActions["UpdateResolverType"] = "security-ir:UpdateResolverType"; })(AwsSecurityIrActions = exports.AwsSecurityIrActions || (exports.AwsSecurityIrActions = {})); //# sourceMappingURL=security-ir.js.map