aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
113 lines (112 loc) • 4.44 kB
TypeScript
/**
* All IAM policy actions for AWS Tax Settings (TAX)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awstaxsettings.html
*
* 2025-02-24T21:49:58.397Z
*/
export declare enum AwsTaxActions {
/**
* Grants permission to batch delete tax registration data
*
* See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html
*/
BatchDeleteTaxRegistration = "tax:BatchDeleteTaxRegistration",
/**
* Grants permission to batch update tax registrations
*
* See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html
*/
BatchPutTaxRegistration = "tax:BatchPutTaxRegistration",
/**
* Grants permission to delete supplemental tax registration data
*
* See https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html
*/
DeleteSupplementalTaxRegistration = "tax:DeleteSupplementalTaxRegistration",
/**
* Grants permission to delete tax registration data
*
* See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html
*/
DeleteTaxRegistration = "tax:DeleteTaxRegistration",
/**
* Grants permission to view tax exemptions data
*
* See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html
*/
GetExemptions = "tax:GetExemptions",
/**
* Grants permission to view/download tax documents/forms
*
* See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html
*/
GetTaxInfoReportingDocument = "tax:GetTaxInfoReportingDocument",
/**
* Grants permission to view tax inheritance status
*
* See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html
*/
GetTaxInheritance = "tax:GetTaxInheritance",
/**
* Grants permission to retrieve tax interview data
*
* See https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html
*/
GetTaxInterview = "tax:GetTaxInterview",
/**
* Grants permission to view tax registrations data
*
* See https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html
*/
GetTaxRegistration = "tax:GetTaxRegistration",
/**
* Grants permission to download tax registration documents
*
* See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html
*/
GetTaxRegistrationDocument = "tax:GetTaxRegistrationDocument",
/**
* Grants permission to view supplemental tax registrations
*
* See https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html
*/
ListSupplementalTaxRegistrations = "tax:ListSupplementalTaxRegistrations",
/**
* Grants permission to view tax registrations
*
* See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html
*/
ListTaxRegistrations = "tax:ListTaxRegistrations",
/**
* Grants permission to update supplemental tax registrations data
*
* See https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html
*/
PutSupplementalTaxRegistration = "tax:PutSupplementalTaxRegistration",
/**
* Grants permission to set tax inheritance
*
* See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html
*/
PutTaxInheritance = "tax:PutTaxInheritance",
/**
* Grants permission to update tax interview data
*
* See https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html
*/
PutTaxInterview = "tax:PutTaxInterview",
/**
* Grants permission to update tax registrations data
*
* See https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html
*/
PutTaxRegistration = "tax:PutTaxRegistration",
/**
* Grants permission to update tax exemptions data
*
* See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html
*/
UpdateExemptions = "tax:UpdateExemptions"
}