aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
107 lines (106 loc) • 4.61 kB
TypeScript
/**
* All IAM policy actions for Amazon CloudWatch Application Signals (APPLICATION-SIGNALS)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchapplicationsignals.html
*
* 2025-02-24T21:47:07.541Z
*/
export declare enum AwsApplicationSignalsActions {
/**
* Grants permission to batch retrieve a service level objective budget report
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_BatchGetServiceLevelObjectiveBudgetReport.html
*/
BatchGetServiceLevelObjectiveBudgetReport = "application-signals:BatchGetServiceLevelObjectiveBudgetReport",
/**
* Grants permission to create a service level objective
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_CreateServiceLevelObjective.html
*/
CreateServiceLevelObjective = "application-signals:CreateServiceLevelObjective",
/**
* Grants permission to delete a service level objective
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_DeleteServiceLevelObjective.html
*/
DeleteServiceLevelObjective = "application-signals:DeleteServiceLevelObjective",
/**
* Grants permission to retrieve information about a service
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_GetService.html
*/
GetService = "application-signals:GetService",
/**
* Grants permission to retrieve information about service level objective
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_GetServiceLevelObjective.html
*/
GetServiceLevelObjective = "application-signals:GetServiceLevelObjective",
/**
* Grants permission to list entities associated with other entities
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Application_Signals_Permissions.html
*/
ListObservedEntities = "application-signals:ListObservedEntities",
/**
* Grants permission to list service dependencies
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_ListServiceDependencies.html
*/
ListServiceDependencies = "application-signals:ListServiceDependencies",
/**
* Grants permission to list service dependents
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_ListServiceDependents.html
*/
ListServiceDependents = "application-signals:ListServiceDependents",
/**
* Grants permission to list service level objectives
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_ListServiceLevelObjectives.html
*/
ListServiceLevelObjectives = "application-signals:ListServiceLevelObjectives",
/**
* Grants permission to list service operations
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_ListServiceOperations.html
*/
ListServiceOperations = "application-signals:ListServiceOperations",
/**
* Grants permission to list services
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_ListServices.html
*/
ListServices = "application-signals:ListServices",
/**
* Grants permission to list tags for an Amazon CloudWatch SLO
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_ListTagsForResource.html
*/
ListTagsForResource = "application-signals:ListTagsForResource",
/**
* Grants permission to enable CloudWatch discovery
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_StartDiscovery.html
*/
StartDiscovery = "application-signals:StartDiscovery",
/**
* Grants permission to add tags to an Amazon CloudWatch SLO
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_TagResource.html
*/
TagResource = "application-signals:TagResource",
/**
* Grants permission to untag to an Amazon CloudWatch SLO
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_UntagResource.html
*/
UntagResource = "application-signals:UntagResource",
/**
* Grants permission to update a service level objective
*
* See https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_UpdateServiceLevelObjective.html
*/
UpdateServiceLevelObjective = "application-signals:UpdateServiceLevelObjective"
}