aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
59 lines (58 loc) • 1.64 kB
TypeScript
/**
* All IAM policy actions for AWS Activate (ACTIVATE)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsactivate.html
*
* 2025-02-24T21:46:32.966Z
*/
export declare enum AwsActivateActions {
/**
* Grants permission to submit an Activate application form
*
* See https://docs.aws.amazon.com/
*/
CreateForm = "activate:CreateForm",
/**
* Grants permission to get the AWS account contact information
*
* See https://docs.aws.amazon.com/
*/
GetAccountContact = "activate:GetAccountContact",
/**
* Grants permission to get Activate tech posts and offer information
*
* See https://docs.aws.amazon.com/
*/
GetContentInfo = "activate:GetContentInfo",
/**
* Grants permission to get the AWS cost information
*
* See https://docs.aws.amazon.com/
*/
GetCosts = "activate:GetCosts",
/**
* Grants permission to get the AWS credit information
*
* See https://docs.aws.amazon.com/
*/
GetCredits = "activate:GetCredits",
/**
* Grants permission to get the Activate member information
*
* See https://docs.aws.amazon.com/
*/
GetMemberInfo = "activate:GetMemberInfo",
/**
* Grants permission to get an Activate program
*
* See https://docs.aws.amazon.com/
*/
GetProgram = "activate:GetProgram",
/**
* Grants permission to create or update the Activate member information
*
* See https://docs.aws.amazon.com/
*/
PutMemberInfo = "activate:PutMemberInfo"
}