UNPKG

aws-iam-policy-types

Version:

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

125 lines (124 loc) 6.13 kB
/** * All IAM policy actions for AWS License Manager User Subscriptions (LICENSE-MANAGER-USER-SUBSCRIPTIONS) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awslicensemanagerusersubscriptions.html * * 2025-02-24T21:48:37.552Z */ export declare enum AwsLicenseManagerUserSubscriptionsActions { /** * Grants permission to associate a subscribed user to an instance launched with l * icense manager user subscriptions products * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_AssociateUser.html */ AssociateUser = "license-manager-user-subscriptions:AssociateUser", /** * Grants permission to create a license server endpoint for a given server type f * or a given Identity Provider * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_CreateLicenseServerEndpoint.html */ CreateLicenseServerEndpoint = "license-manager-user-subscriptions:CreateLicenseServerEndpoint", /** * Grants permission to delete a license server endpoint for a given server type f * or a given Identity Provider * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_DeleteLicenseServerEndpoint.html */ DeleteLicenseServerEndpoint = "license-manager-user-subscriptions:DeleteLicenseServerEndpoint", /** * Grants permission to deregister Microsoft Active Directory with license-manager * -user-subscriptions for a product * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_DeregisterIdentityProvider.html */ DeregisterIdentityProvider = "license-manager-user-subscriptions:DeregisterIdentityProvider", /** * Grants permission to disassociate a subscribed user from an instance launched w * ith license manager user subscriptions products * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_DisassociateUser.html */ DisassociateUser = "license-manager-user-subscriptions:DisassociateUser", /** * Grants permission to list all the identity providers on license manager user su * bscriptions * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_ListIdentityProviders.html */ ListIdentityProviders = "license-manager-user-subscriptions:ListIdentityProviders", /** * Grants permission to list all the instances launched with license manager user * subscription products * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_ListInstances.html */ ListInstances = "license-manager-user-subscriptions:ListInstances", /** * Grants permission to list license server endpoints * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_ListLicenseServerEndpoints.html */ ListLicenseServerEndpoints = "license-manager-user-subscriptions:ListLicenseServerEndpoints", /** * Grants permission to lists all the product subscriptions for a product and iden * tity provider * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_ListProductSubscriptions.html */ ListProductSubscriptions = "license-manager-user-subscriptions:ListProductSubscriptions", /** * Grants permission to list tags for a selected resource * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_ListTagsForResource.html */ ListTagsForResource = "license-manager-user-subscriptions:ListTagsForResource", /** * Grants permission to list all the users associated to an instance launched for * a product * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_ListUserAssociations.html */ ListUserAssociations = "license-manager-user-subscriptions:ListUserAssociations", /** * Grants permission to registers Microsoft Active Directory with license-manager- * user-subscriptions for a product * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_RegisterIdentityProvider.html */ RegisterIdentityProvider = "license-manager-user-subscriptions:RegisterIdentityProvider", /** * Grants permission to start product subscription for a user on a registered acti * ve directory for a product * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_StartProductSubscription.html */ StartProductSubscription = "license-manager-user-subscriptions:StartProductSubscription", /** * Grants permission to stop product subscription for a user on a registered activ * e directory for a product * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_StopProductSubscription.html */ StopProductSubscription = "license-manager-user-subscriptions:StopProductSubscription", /** * Grants permission to tag a selected resource * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_TagResource.html */ TagResource = "license-manager-user-subscriptions:TagResource", /** * Grants permission to untag a selected resource * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_UntagResource.html */ UntagResource = "license-manager-user-subscriptions:UntagResource", /** * Grants permission to update the identity provider configuration * * See https://docs.aws.amazon.com/license-manager-user-subscriptions/latest/APIReference/API_UpdateIdentityProviderSettings.html */ UpdateIdentityProviderSettings = "license-manager-user-subscriptions:UpdateIdentityProviderSettings" }