aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
19 lines • 750 B
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for AWS Sustainability (SUSTAINABILITY)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssustainability.html
*
* 2025-02-24T21:49:54.187Z
*/
export var AwsSustainabilityActions;
(function (AwsSustainabilityActions) {
/**
* Grants permission to view the carbon footprint tool
*
* See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html
*/
AwsSustainabilityActions["GetCarbonFootprintSummary"] = "sustainability:GetCarbonFootprintSummary";
})(AwsSustainabilityActions || (AwsSustainabilityActions = {}));
//# sourceMappingURL=sustainability.js.map