UNPKG

aws-iam-policy-types

Version:

Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions

23 lines 982 B
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsServiceextractActions = void 0; /** * 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 */ 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 = exports.AwsServiceextractActions || (exports.AwsServiceextractActions = {})); //# sourceMappingURL=serviceextract.js.map