UNPKG

aws-iam-policy-types

Version:

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

203 lines 9.27 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsSsmIncidentsActions = void 0; /** * All IAM policy actions for AWS Systems Manager Incident Manager (SSM-INCIDENTS) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssystemsmanagerincidentmanager.html * * 2025-02-24T21:49:56.207Z */ var AwsSsmIncidentsActions; (function (AwsSsmIncidentsActions) { /** * Grants permission to retrieve details about specified findings for an incident * record * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_BatchGetIncidentFindings.html */ AwsSsmIncidentsActions["BatchGetIncidentFindings"] = "ssm-incidents:BatchGetIncidentFindings"; /** * Grants permission to create a replication set * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_CreateReplicationSet.html */ AwsSsmIncidentsActions["CreateReplicationSet"] = "ssm-incidents:CreateReplicationSet"; /** * Grants permission to create a response plan * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_CreateResponsePlan.html */ AwsSsmIncidentsActions["CreateResponsePlan"] = "ssm-incidents:CreateResponsePlan"; /** * Grants permission to create a timeline event for an incident record * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_CreateTimelineEvent.html */ AwsSsmIncidentsActions["CreateTimelineEvent"] = "ssm-incidents:CreateTimelineEvent"; /** * Grants permission to delete an incident record * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_DeleteIncidentRecord.html */ AwsSsmIncidentsActions["DeleteIncidentRecord"] = "ssm-incidents:DeleteIncidentRecord"; /** * Grants permission to delete a replication set * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_DeleteReplicationSet.html */ AwsSsmIncidentsActions["DeleteReplicationSet"] = "ssm-incidents:DeleteReplicationSet"; /** * Grants permission to delete resource policy from a response plan * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_DeleteResourcePolicy.html */ AwsSsmIncidentsActions["DeleteResourcePolicy"] = "ssm-incidents:DeleteResourcePolicy"; /** * Grants permission to delete a response plan * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_DeleteResponsePlan.html */ AwsSsmIncidentsActions["DeleteResponsePlan"] = "ssm-incidents:DeleteResponsePlan"; /** * Grants permission to delete a timeline event * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_DeleteTimelineEvent.html */ AwsSsmIncidentsActions["DeleteTimelineEvent"] = "ssm-incidents:DeleteTimelineEvent"; /** * Grants permission to view the contents of an incident record * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_GetIncidentRecord.html */ AwsSsmIncidentsActions["GetIncidentRecord"] = "ssm-incidents:GetIncidentRecord"; /** * Grants permission to view the replication set * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_GetReplicationSet.html */ AwsSsmIncidentsActions["GetReplicationSet"] = "ssm-incidents:GetReplicationSet"; /** * Grants permission to view resource policies of a response plan * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_GetResourcePolicies.html */ AwsSsmIncidentsActions["GetResourcePolicies"] = "ssm-incidents:GetResourcePolicies"; /** * Grants permission to view the contents of a specified response plan * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_GetResponsePlan.html */ AwsSsmIncidentsActions["GetResponsePlan"] = "ssm-incidents:GetResponsePlan"; /** * Grants permission to view a timeline event * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_GetTimelineEvent.html */ AwsSsmIncidentsActions["GetTimelineEvent"] = "ssm-incidents:GetTimelineEvent"; /** * Grants permission to list findings for an incident record * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_ListIncidentFindings.html */ AwsSsmIncidentsActions["ListIncidentFindings"] = "ssm-incidents:ListIncidentFindings"; /** * Grants permission to list the contents of all incident records * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_ListIncidentRecords.html */ AwsSsmIncidentsActions["ListIncidentRecords"] = "ssm-incidents:ListIncidentRecords"; /** * Grants permission to list related items of an incident record * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_ListRelatedItems.html */ AwsSsmIncidentsActions["ListRelatedItems"] = "ssm-incidents:ListRelatedItems"; /** * Grants permission to list all replication sets * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_ListReplicationSets.html */ AwsSsmIncidentsActions["ListReplicationSets"] = "ssm-incidents:ListReplicationSets"; /** * Grants permission to list all response plans * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_ListResponsePlans.html */ AwsSsmIncidentsActions["ListResponsePlans"] = "ssm-incidents:ListResponsePlans"; /** * Grants permission to view a list of resource tags for a specified resource * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_ListTagsForResource.html */ AwsSsmIncidentsActions["ListTagsForResource"] = "ssm-incidents:ListTagsForResource"; /** * Grants permission to list all timeline events for an incident record * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_ListTimelineEvents.html */ AwsSsmIncidentsActions["ListTimelineEvents"] = "ssm-incidents:ListTimelineEvents"; /** * Grants permission to put resource policy on a response plan * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_PutResourcePolicy.html */ AwsSsmIncidentsActions["PutResourcePolicy"] = "ssm-incidents:PutResourcePolicy"; /** * Grants permission to start a new incident using a response plan * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_StartIncident.html */ AwsSsmIncidentsActions["StartIncident"] = "ssm-incidents:StartIncident"; /** * Grants permission to add tags to a response plan * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_TagResource.html */ AwsSsmIncidentsActions["TagResource"] = "ssm-incidents:TagResource"; /** * Grants permission to remove tags from a response plan * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_UntagResource.html */ AwsSsmIncidentsActions["UntagResource"] = "ssm-incidents:UntagResource"; /** * Grants permission to update replication set deletion protection * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_UpdateDeletionProtection.html */ AwsSsmIncidentsActions["UpdateDeletionProtection"] = "ssm-incidents:UpdateDeletionProtection"; /** * Grants permission to update the contents of an incident record * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_UpdateIncidentRecord.html */ AwsSsmIncidentsActions["UpdateIncidentRecord"] = "ssm-incidents:UpdateIncidentRecord"; /** * Grants permission to update related items of an incident record * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_UpdateRelatedItems.html */ AwsSsmIncidentsActions["UpdateRelatedItems"] = "ssm-incidents:UpdateRelatedItems"; /** * Grants permission to update a replication set * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_UpdateReplicationSet.html */ AwsSsmIncidentsActions["UpdateReplicationSet"] = "ssm-incidents:UpdateReplicationSet"; /** * Grants permission to update the contents of a response plan * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_UpdateResponsePlan.html */ AwsSsmIncidentsActions["UpdateResponsePlan"] = "ssm-incidents:UpdateResponsePlan"; /** * Grants permission to update a timeline event * * See https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_UpdateTimelineEvent.html */ AwsSsmIncidentsActions["UpdateTimelineEvent"] = "ssm-incidents:UpdateTimelineEvent"; })(AwsSsmIncidentsActions = exports.AwsSsmIncidentsActions || (exports.AwsSsmIncidentsActions = {})); //# sourceMappingURL=ssm-incidents.js.map