UNPKG

aws-iam-policy-types

Version:

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

313 lines (312 loc) 13.3 kB
/** * 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 */ export declare enum AwsLicenseManagerActions { /** * Grants permission to accept a grant * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_AcceptGrant.html */ 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 */ 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 */ CheckoutBorrowLicense = "license-manager:CheckoutBorrowLicense", /** * Grants permission to check out license entitlements * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_CheckoutLicense.html */ 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 */ 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 */ CreateGrantVersion = "license-manager:CreateGrantVersion", /** * Grants permission to create a new license * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_CreateLicense.html */ 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 */ 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 */ 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 */ 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 */ 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 */ CreateToken = "license-manager:CreateToken", /** * Grants permission to delete a grant * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_DeleteGrant.html */ DeleteGrant = "license-manager:DeleteGrant", /** * Grants permission to delete a license * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_DeleteLicense.html */ 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 */ DeleteLicenseConfiguration = "license-manager:DeleteLicenseConfiguration", /** * Grants permission to delete a report generator * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_DeleteLicenseManagerReportGenerator.html */ DeleteLicenseManagerReportGenerator = "license-manager:DeleteLicenseManagerReportGenerator", /** * Grants permission to delete token * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_DeleteToken.html */ 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 */ ExtendLicenseConsumption = "license-manager:ExtendLicenseConsumption", /** * Grants permission to get access token * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetAccessToken.html */ GetAccessToken = "license-manager:GetAccessToken", /** * Grants permission to get a grant * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetGrant.html */ GetGrant = "license-manager:GetGrant", /** * Grants permission to get a license * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetLicense.html */ GetLicense = "license-manager:GetLicense", /** * Grants permission to get a license configuration * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetLicenseConfiguration.html */ 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 */ GetLicenseConversionTask = "license-manager:GetLicenseConversionTask", /** * Grants permission to get a report generator * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetLicenseManagerReportGenerator.html */ GetLicenseManagerReportGenerator = "license-manager:GetLicenseManagerReportGenerator", /** * Grants permission to get a license usage * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetLicenseUsage.html */ GetLicenseUsage = "license-manager:GetLicenseUsage", /** * Grants permission to get service settings * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_GetServiceSettings.html */ 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 */ ListAssociationsForLicenseConfiguration = "license-manager:ListAssociationsForLicenseConfiguration", /** * Grants permission to list distributed grants * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListDistributedGrants.html */ 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 */ ListFailuresForLicenseConfigurationOperations = "license-manager:ListFailuresForLicenseConfigurationOperations", /** * Grants permission to list license configurations * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListLicenseConfigurations.html */ ListLicenseConfigurations = "license-manager:ListLicenseConfigurations", /** * Grants permission to list license conversion tasks * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListLicenseConversionTasks.html */ ListLicenseConversionTasks = "license-manager:ListLicenseConversionTasks", /** * Grants permission to list report generators * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListLicenseManagerReportGenerators.html */ 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 */ ListLicenseSpecificationsForResource = "license-manager:ListLicenseSpecificationsForResource", /** * Grants permission to list license versions * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListLicenseVersions.html */ ListLicenseVersions = "license-manager:ListLicenseVersions", /** * Grants permission to list licenses * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListLicenses.html */ ListLicenses = "license-manager:ListLicenses", /** * Grants permission to list received grants * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedGrants.html */ 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 */ ListReceivedGrantsForOrganization = "license-manager:ListReceivedGrantsForOrganization", /** * Grants permission to list received licenses * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedLicenses.html */ 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 */ ListReceivedLicensesForOrganization = "license-manager:ListReceivedLicensesForOrganization", /** * Grants permission to list resource inventory * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListResourceInventory.html */ 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 */ ListTagsForResource = "license-manager:ListTagsForResource", /** * Grants permission to list tokens * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListTokens.html */ 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 */ ListUsageForLicenseConfiguration = "license-manager:ListUsageForLicenseConfiguration", /** * Grants permission to reject a grant * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_RejectGrant.html */ RejectGrant = "license-manager:RejectGrant", /** * Grants permission to tag a selected resource * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_TagResource.html */ TagResource = "license-manager:TagResource", /** * Grants permission to untag a selected resource * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_UntagResource.html */ 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 */ 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 */ 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 */ UpdateLicenseSpecificationsForResource = "license-manager:UpdateLicenseSpecificationsForResource", /** * Grants permission to updates service settings * * See https://docs.aws.amazon.com/license-manager/latest/APIReference/API_UpdateServiceSettings.html */ UpdateServiceSettings = "license-manager:UpdateServiceSettings" }