aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
118 lines (117 loc) • 4.71 kB
TypeScript
/**
* All IAM policy actions for AWS BugBust (BUGBUST)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsbugbust.html
*
* 2025-02-24T21:46:57.245Z
*/
export declare enum AwsBugbustActions {
/**
* Grants permission to create a BugBust event
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
CreateEvent = "bugbust:CreateEvent",
/**
* Grants permission to evaluate checked-in profiling groups
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
EvaluateProfilingGroups = "bugbust:EvaluateProfilingGroups",
/**
* Grants permission to view customer details about an event
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
GetEvent = "bugbust:GetEvent",
/**
* Grants permission to view the status of a BugBust player's attempt to join a Bu
* gBust event
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
GetJoinEventStatus = "bugbust:GetJoinEventStatus",
/**
* Grants permission to join an event
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
JoinEvent = "bugbust:JoinEvent",
/**
* Grants permission to view the bugs that were imported into an event for players
* to work on
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
ListBugs = "bugbust:ListBugs",
/**
* Grants permission to view the participants of an event
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
ListEventParticipants = "bugbust:ListEventParticipants",
/**
* Grants permission to view the scores of an event's players
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
ListEventScores = "bugbust:ListEventScores",
/**
* Grants permission to List BugBust events
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
ListEvents = "bugbust:ListEvents",
/**
* Grants permission to view the profiling groups that were imported into an event
* for players to work on
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
ListProfilingGroups = "bugbust:ListProfilingGroups",
/**
* Grants permission to view the pull requests used by players to submit fixes to
* their claimed bugs in an event
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
ListPullRequests = "bugbust:ListPullRequests",
/**
* Grants permission to lists tag for a Bugbust resource
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
ListTagsForResource = "bugbust:ListTagsForResource",
/**
* Grants permission to tag a Bugbust resource
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
TagResource = "bugbust:TagResource",
/**
* Grants permission to untag a Bugbust resource
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
UntagResource = "bugbust:UntagResource",
/**
* Grants permission to update a BugBust event
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
UpdateEvent = "bugbust:UpdateEvent",
/**
* Grants permission to update a work item as claimed or unclaimed (bug or profili
* ng group)
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
UpdateWorkItem = "bugbust:UpdateWorkItem",
/**
* Grants permission to update an event's work item (bug or profiling group)
*
* See https://docs.aws.amazon.com/codeguru/latest/bugbust-ug/auth-and-access-control-permissions-reference.html
*/
UpdateWorkItemAdmin = "bugbust:UpdateWorkItemAdmin"
}