UNPKG

aws-iam-policy-types

Version:

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

318 lines 15 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsLicenseManagerActions = void 0; /** * All IAM policy actions for AWS License Manager (LICENSE-MANAGER) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awslicensemanager.html * * 2025-02-24T21:48:36.578Z */ var AwsLicenseManagerActions; (function (AwsLicenseManagerActions) { /** * Grants permission to accept a grant * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_AcceptGrant.html */ AwsLicenseManagerActions["AcceptGrant"] = "license-manager:AcceptGrant"; /** * Grants permission to check in license entitlements back to pool * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_CheckInLicense.html */ AwsLicenseManagerActions["CheckInLicense"] = "license-manager:CheckInLicense"; /** * Grants permission to check out license entitlements for borrow use case * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_CheckoutBorrowLicense.html */ AwsLicenseManagerActions["CheckoutBorrowLicense"] = "license-manager:CheckoutBorrowLicense"; /** * Grants permission to check out license entitlements * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_CheckoutLicense.html */ AwsLicenseManagerActions["CheckoutLicense"] = "license-manager:CheckoutLicense"; /** * Grants permission to create a new grant for license * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_CreateGrant.html */ AwsLicenseManagerActions["CreateGrant"] = "license-manager:CreateGrant"; /** * Grants permission to create new version of grant * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_CreateGrantVersion.html */ AwsLicenseManagerActions["CreateGrantVersion"] = "license-manager:CreateGrantVersion"; /** * Grants permission to create a new license * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_CreateLicense.html */ AwsLicenseManagerActions["CreateLicense"] = "license-manager:CreateLicense"; /** * Grants permission to create a new license configuration * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_CreateLicenseConfiguration.html */ AwsLicenseManagerActions["CreateLicenseConfiguration"] = "license-manager:CreateLicenseConfiguration"; /** * Grants permission to create a license conversion task for a resource * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_CreateLicenseConversionTaskForResource.html */ AwsLicenseManagerActions["CreateLicenseConversionTaskForResource"] = "license-manager:CreateLicenseConversionTaskForResource"; /** * Grants permission to create a report generator for a license configuration * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_CreateLicenseManagerReportGenerator.html */ AwsLicenseManagerActions["CreateLicenseManagerReportGenerator"] = "license-manager:CreateLicenseManagerReportGenerator"; /** * Grants permission to create new version of license * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_CreateLicenseVersion.html */ AwsLicenseManagerActions["CreateLicenseVersion"] = "license-manager:CreateLicenseVersion"; /** * Grants permission to create a new token for license * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_CreateToken.html */ AwsLicenseManagerActions["CreateToken"] = "license-manager:CreateToken"; /** * Grants permission to delete a grant * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_DeleteGrant.html */ AwsLicenseManagerActions["DeleteGrant"] = "license-manager:DeleteGrant"; /** * Grants permission to delete a license * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_DeleteLicense.html */ AwsLicenseManagerActions["DeleteLicense"] = "license-manager:DeleteLicense"; /** * Grants permission to permanently delete a license configuration * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_DeleteLicenseConfiguration.html */ AwsLicenseManagerActions["DeleteLicenseConfiguration"] = "license-manager:DeleteLicenseConfiguration"; /** * Grants permission to delete a report generator * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_DeleteLicenseManagerReportGenerator.html */ AwsLicenseManagerActions["DeleteLicenseManagerReportGenerator"] = "license-manager:DeleteLicenseManagerReportGenerator"; /** * Grants permission to delete token * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_DeleteToken.html */ AwsLicenseManagerActions["DeleteToken"] = "license-manager:DeleteToken"; /** * Grants permission to extend consumption period of already checkout license enti * tlements * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ExtendLicenseConsumption.html */ AwsLicenseManagerActions["ExtendLicenseConsumption"] = "license-manager:ExtendLicenseConsumption"; /** * Grants permission to get access token * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetAccessToken.html */ AwsLicenseManagerActions["GetAccessToken"] = "license-manager:GetAccessToken"; /** * Grants permission to get a grant * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetGrant.html */ AwsLicenseManagerActions["GetGrant"] = "license-manager:GetGrant"; /** * Grants permission to get a license * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetLicense.html */ AwsLicenseManagerActions["GetLicense"] = "license-manager:GetLicense"; /** * Grants permission to get a license configuration * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetLicenseConfiguration.html */ AwsLicenseManagerActions["GetLicenseConfiguration"] = "license-manager:GetLicenseConfiguration"; /** * Grants permission to retrieve a license conversion task * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetLicenseConversionTask.html */ AwsLicenseManagerActions["GetLicenseConversionTask"] = "license-manager:GetLicenseConversionTask"; /** * Grants permission to get a report generator * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetLicenseManagerReportGenerator.html */ AwsLicenseManagerActions["GetLicenseManagerReportGenerator"] = "license-manager:GetLicenseManagerReportGenerator"; /** * Grants permission to get a license usage * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetLicenseUsage.html */ AwsLicenseManagerActions["GetLicenseUsage"] = "license-manager:GetLicenseUsage"; /** * Grants permission to get service settings * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetServiceSettings.html */ AwsLicenseManagerActions["GetServiceSettings"] = "license-manager:GetServiceSettings"; /** * Grants permission to list associations for a selected license configuration * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListAssociationsForLicenseConfiguration.html */ AwsLicenseManagerActions["ListAssociationsForLicenseConfiguration"] = "license-manager:ListAssociationsForLicenseConfiguration"; /** * Grants permission to list distributed grants * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListDistributedGrants.html */ AwsLicenseManagerActions["ListDistributedGrants"] = "license-manager:ListDistributedGrants"; /** * Grants permission to list the license configuration operations that failed * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListFailuresForLicenseConfigurationOperations.html */ AwsLicenseManagerActions["ListFailuresForLicenseConfigurationOperations"] = "license-manager:ListFailuresForLicenseConfigurationOperations"; /** * Grants permission to list license configurations * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListLicenseConfigurations.html */ AwsLicenseManagerActions["ListLicenseConfigurations"] = "license-manager:ListLicenseConfigurations"; /** * Grants permission to list license conversion tasks * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListLicenseConversionTasks.html */ AwsLicenseManagerActions["ListLicenseConversionTasks"] = "license-manager:ListLicenseConversionTasks"; /** * Grants permission to list report generators * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListLicenseManagerReportGenerators.html */ AwsLicenseManagerActions["ListLicenseManagerReportGenerators"] = "license-manager:ListLicenseManagerReportGenerators"; /** * Grants permission to list license specifications associated with a selected res * ource * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListLicenseSpecificationsForResource.html */ AwsLicenseManagerActions["ListLicenseSpecificationsForResource"] = "license-manager:ListLicenseSpecificationsForResource"; /** * Grants permission to list license versions * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListLicenseVersions.html */ AwsLicenseManagerActions["ListLicenseVersions"] = "license-manager:ListLicenseVersions"; /** * Grants permission to list licenses * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListLicenses.html */ AwsLicenseManagerActions["ListLicenses"] = "license-manager:ListLicenses"; /** * Grants permission to list received grants * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedGrants.html */ AwsLicenseManagerActions["ListReceivedGrants"] = "license-manager:ListReceivedGrants"; /** * Grants permission to list received grants for organization * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedGrantsForOrganization.html */ AwsLicenseManagerActions["ListReceivedGrantsForOrganization"] = "license-manager:ListReceivedGrantsForOrganization"; /** * Grants permission to list received licenses * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedLicenses.html */ AwsLicenseManagerActions["ListReceivedLicenses"] = "license-manager:ListReceivedLicenses"; /** * Grants permission to list received licenses for organization * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedLicensesForOrganization.html */ AwsLicenseManagerActions["ListReceivedLicensesForOrganization"] = "license-manager:ListReceivedLicensesForOrganization"; /** * Grants permission to list resource inventory * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListResourceInventory.html */ AwsLicenseManagerActions["ListResourceInventory"] = "license-manager:ListResourceInventory"; /** * Grants permission to list tags for a selected resource * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListTagsForResource.html */ AwsLicenseManagerActions["ListTagsForResource"] = "license-manager:ListTagsForResource"; /** * Grants permission to list tokens * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListTokens.html */ AwsLicenseManagerActions["ListTokens"] = "license-manager:ListTokens"; /** * Grants permission to list usage records for selected license configuration * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListUsageForLicenseConfiguration.html */ AwsLicenseManagerActions["ListUsageForLicenseConfiguration"] = "license-manager:ListUsageForLicenseConfiguration"; /** * Grants permission to reject a grant * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_RejectGrant.html */ AwsLicenseManagerActions["RejectGrant"] = "license-manager:RejectGrant"; /** * Grants permission to tag a selected resource * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_TagResource.html */ AwsLicenseManagerActions["TagResource"] = "license-manager:TagResource"; /** * Grants permission to untag a selected resource * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_UntagResource.html */ AwsLicenseManagerActions["UntagResource"] = "license-manager:UntagResource"; /** * Grants permission to update an existing license configuration * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_UpdateLicenseConfiguration.html */ AwsLicenseManagerActions["UpdateLicenseConfiguration"] = "license-manager:UpdateLicenseConfiguration"; /** * Grants permission to update a report generator for a license configuration * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_UpdateLicenseManagerReportGenerator.html */ AwsLicenseManagerActions["UpdateLicenseManagerReportGenerator"] = "license-manager:UpdateLicenseManagerReportGenerator"; /** * Grants permission to updates license specifications for a selected resource * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_UpdateLicenseSpecificationsForResource.html */ AwsLicenseManagerActions["UpdateLicenseSpecificationsForResource"] = "license-manager:UpdateLicenseSpecificationsForResource"; /** * Grants permission to updates service settings * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_UpdateServiceSettings.html */ AwsLicenseManagerActions["UpdateServiceSettings"] = "license-manager:UpdateServiceSettings"; })(AwsLicenseManagerActions = exports.AwsLicenseManagerActions || (exports.AwsLicenseManagerActions = {})); //# sourceMappingURL=license-manager.js.map