aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
20 lines • 826 B
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for AWS Microservice Extractor for .NET (SERVICEEXTRACT)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmicroserviceextractorfor.net.html
*
* 2025-02-24T21:48:55.857Z
*/
export var AwsServiceextractActions;
(function (AwsServiceextractActions) {
/**
* Grants permission to get required configuration for the AWS Microservice Extrac
* tor for .NET desktop client
*
* See https://docs.aws.amazon.com/microservice-extractor/latest/userguide/what-is-microservice-extractor.html
*/
AwsServiceextractActions["GetConfig"] = "serviceextract:GetConfig";
})(AwsServiceextractActions || (AwsServiceextractActions = {}));
//# sourceMappingURL=serviceextract.js.map