aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
94 lines • 4.6 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for AWS CodeStar Notifications (CODESTAR-NOTIFICATIONS)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscodestarnotifications.html
*
* 2025-02-24T21:47:18.721Z
*/
export var AwsCodestarNotificationsActions;
(function (AwsCodestarNotificationsActions) {
/**
* Grants permission to create a notification rule for a resource
*
* See https://docs.aws.amazon.com/codestar-notifications/latest/APIReference/API_CreateNotificationRule.html
*/
AwsCodestarNotificationsActions["CreateNotificationRule"] = "codestar-notifications:CreateNotificationRule";
/**
* Grants permission to delete a notification rule for a resource
*
* See https://docs.aws.amazon.com/codestar-notifications/latest/APIReference/API_DeleteNotificationRule.html
*/
AwsCodestarNotificationsActions["DeleteNotificationRule"] = "codestar-notifications:DeleteNotificationRule";
/**
* Grants permission to delete a target for a notification rule
*
* See https://docs.aws.amazon.com/codestar-notifications/latest/APIReference/API_DeleteTarget.html
*/
AwsCodestarNotificationsActions["DeleteTarget"] = "codestar-notifications:DeleteTarget";
/**
* Grants permission to get information about a notification rule
*
* See https://docs.aws.amazon.com/codestar-notifications/latest/APIReference/API_DescribeNotificationRule.html
*/
AwsCodestarNotificationsActions["DescribeNotificationRule"] = "codestar-notifications:DescribeNotificationRule";
/**
* Grants permission to list notifications event types
*
* See https://docs.aws.amazon.com/codestar-notifications/latest/APIReference/API_ListEventTypes.html
*/
AwsCodestarNotificationsActions["ListEventTypes"] = "codestar-notifications:ListEventTypes";
/**
* Grants permission to list notification rules in an AWS account
*
* See https://docs.aws.amazon.com/codestar-notifications/latest/APIReference/API_ListNotificationRules.html
*/
AwsCodestarNotificationsActions["ListNotificationRules"] = "codestar-notifications:ListNotificationRules";
/**
* Grants permission to list the tags attached to a notification rule resource ARN
*
* See https://docs.aws.amazon.com/codestar-notifications/latest/APIReference/API_ListTagsForResource.html
*/
AwsCodestarNotificationsActions["ListTagsForResource"] = "codestar-notifications:ListTagsForResource";
/**
* Grants permission to list the notification rule targets for an AWS account
*
* See https://docs.aws.amazon.com/codestar-notifications/latest/APIReference/API_ListTargets.html
*/
AwsCodestarNotificationsActions["ListTargets"] = "codestar-notifications:ListTargets";
/**
* Grants permission to create an association between a notification rule and an A
* mazon SNS topic
*
* See https://docs.aws.amazon.com/codestar-notifications/latest/APIReference/API_Subscribe.html
*/
AwsCodestarNotificationsActions["Subscribe"] = "codestar-notifications:Subscribe";
/**
* Grants permission to attach resource tags to a notification rule resource ARN
*
* See https://docs.aws.amazon.com/codestar-notifications/latest/APIReference/API_TagResource.html
*/
AwsCodestarNotificationsActions["TagResource"] = "codestar-notifications:TagResource";
/**
* Grants permission to remove an association between a notification rule and an A
* mazon SNS topic
*
* See https://docs.aws.amazon.com/codestar-notifications/latest/APIReference/API_Unsubscribe.html
*/
AwsCodestarNotificationsActions["Unsubscribe"] = "codestar-notifications:Unsubscribe";
/**
* Grants permission to disassociate resource tags from a notification rule resour
* ce ARN
*
* See https://docs.aws.amazon.com/codestar-notifications/latest/APIReference/API_UntagResource.html
*/
AwsCodestarNotificationsActions["UntagResource"] = "codestar-notifications:UntagResource";
/**
* Grants permission to change a notification rule for a resource
*
* See https://docs.aws.amazon.com/codestar-notifications/latest/APIReference/API_UpdateNotificationRule.html
*/
AwsCodestarNotificationsActions["UpdateNotificationRule"] = "codestar-notifications:UpdateNotificationRule";
})(AwsCodestarNotificationsActions || (AwsCodestarNotificationsActions = {}));
//# sourceMappingURL=codestar-notifications.js.map