aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
22 lines • 906 B
JavaScript
;
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsSustainabilityActions = void 0;
/**
* 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
*/
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 = exports.AwsSustainabilityActions || (exports.AwsSustainabilityActions = {}));
//# sourceMappingURL=sustainability.js.map