aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
161 lines • 7.08 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for Amazon AI Operations (AIOPS)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonaioperations.html
*
* 2025-02-24T21:46:33.496Z
*/
export var AwsAiopsActions;
(function (AwsAiopsActions) {
/**
* Grants permission to create a new investigation in the specified investigation
* group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_CreateInvestigation.html
*/
AwsAiopsActions["CreateInvestigation"] = "aiops:CreateInvestigation";
/**
* Grants permission to create a new investigation event in the specified investig
* ation group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_CreateInvestigationEvent.html
*/
AwsAiopsActions["CreateInvestigationEvent"] = "aiops:CreateInvestigationEvent";
/**
* Grants permission to create a new investigation group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_CreateInvestigationGroup.html
*/
AwsAiopsActions["CreateInvestigationGroup"] = "aiops:CreateInvestigationGroup";
/**
* Grants permission to create an investigation resource in the specified investig
* ation group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_CreateInvestigationResource.html
*/
AwsAiopsActions["CreateInvestigationResource"] = "aiops:CreateInvestigationResource";
/**
* Grants permission to delete an investigation in the specified investigation gro
* up
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_DeleteInvestigation.html
*/
AwsAiopsActions["DeleteInvestigation"] = "aiops:DeleteInvestigation";
/**
* Grants permission to delete the specified investigation group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_DeleteInvestigationGroup.html
*/
AwsAiopsActions["DeleteInvestigationGroup"] = "aiops:DeleteInvestigationGroup";
/**
* Grants permission to delete the investigation group policy attached to an inves
* tigation group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_DeleteInvestigationGroupPolicy.html
*/
AwsAiopsActions["DeleteInvestigationGroupPolicy"] = "aiops:DeleteInvestigationGroupPolicy";
/**
* Grants permission to retrieve an investigation in the specified investigation g
* roup
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_GetInvestigation.html
*/
AwsAiopsActions["GetInvestigation"] = "aiops:GetInvestigation";
/**
* Grants permission to retrieve an investigation event in the specified investiga
* tion group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_GetInvestigationEvent.html
*/
AwsAiopsActions["GetInvestigationEvent"] = "aiops:GetInvestigationEvent";
/**
* Grants permission to retrieve the specified investigation group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_GetInvestigationGroup.html
*/
AwsAiopsActions["GetInvestigationGroup"] = "aiops:GetInvestigationGroup";
/**
* Grants permission to retrieve the investigation group policy attached to an inv
* estigation group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_GetInvestigationGroupPolicy.html
*/
AwsAiopsActions["GetInvestigationGroupPolicy"] = "aiops:GetInvestigationGroupPolicy";
/**
* Grants permission to retrieve an investigation resource in the specified invest
* igation group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_GetInvestigationResource.html
*/
AwsAiopsActions["GetInvestigationResource"] = "aiops:GetInvestigationResource";
/**
* Grants permission to list all investigation events in the specified investigati
* on group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_ListInvestigationEvents.html
*/
AwsAiopsActions["ListInvestigationEvents"] = "aiops:ListInvestigationEvents";
/**
* Grants permission to list all investigation groups in the AWS account making th
* e request
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_ListInvestigationGroups.html
*/
AwsAiopsActions["ListInvestigationGroups"] = "aiops:ListInvestigationGroups";
/**
* Grants permission to list all investigations that are in the specified investig
* ation group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_ListInvestigations.html
*/
AwsAiopsActions["ListInvestigations"] = "aiops:ListInvestigations";
/**
* Grants permission to list the tags for the specified resource
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_ListTagsForResource.html
*/
AwsAiopsActions["ListTagsForResource"] = "aiops:ListTagsForResource";
/**
* Grants permission to create/update the investigation group policy attached to a
* n investigation group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_PutInvestigationGroupPolicy.html
*/
AwsAiopsActions["PutInvestigationGroupPolicy"] = "aiops:PutInvestigationGroupPolicy";
/**
* Grants permission to add or update the specified tags for the specified resourc
* e
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_TagResource.html
*/
AwsAiopsActions["TagResource"] = "aiops:TagResource";
/**
* Grants permission to remove the specified tags from the specified resource
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_UntagResource.html
*/
AwsAiopsActions["UntagResource"] = "aiops:UntagResource";
/**
* Grants permission to update an investigation in the specified investigation gro
* up
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_UpdateInvestigation.html
*/
AwsAiopsActions["UpdateInvestigation"] = "aiops:UpdateInvestigation";
/**
* Grants permission to update an investigation event in the specified investigati
* on group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_UpdateInvestigationEvent.html
*/
AwsAiopsActions["UpdateInvestigationEvent"] = "aiops:UpdateInvestigationEvent";
/**
* Grants permission to update the specified investigation group
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_UpdateInvestigationGroup.html
*/
AwsAiopsActions["UpdateInvestigationGroup"] = "aiops:UpdateInvestigationGroup";
})(AwsAiopsActions || (AwsAiopsActions = {}));
//# sourceMappingURL=aiops.js.map