UNPKG

aws-iam-policy-types

Version:

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

757 lines 36.9 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsServicecatalogActions = void 0; /** * All IAM policy actions for AWS Service Catalog (SERVICECATALOG) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsservicecatalog.html * * 2025-02-24T21:49:42.394Z */ var AwsServicecatalogActions; (function (AwsServicecatalogActions) { /** * Grants permission to accept a portfolio that has been shared with you * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_AcceptPortfolioShare.html */ AwsServicecatalogActions["AcceptPortfolioShare"] = "servicecatalog:AcceptPortfolioShare"; /** * Grants permission to associate an attribute group with an application * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_AssociateAttributeGroup.html */ AwsServicecatalogActions["AssociateAttributeGroup"] = "servicecatalog:AssociateAttributeGroup"; /** * Grants permission to associate a budget with a resource * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_AssociateBudgetWithResource.html */ AwsServicecatalogActions["AssociateBudgetWithResource"] = "servicecatalog:AssociateBudgetWithResource"; /** * Grants permission to associate an IAM principal with a portfolio, giving the sp * ecified principal access to any products associated with the specified portfoli * o * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_AssociatePrincipalWithPortfolio.html */ AwsServicecatalogActions["AssociatePrincipalWithPortfolio"] = "servicecatalog:AssociatePrincipalWithPortfolio"; /** * Grants permission to associate a product with a portfolio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_AssociateProductWithPortfolio.html */ AwsServicecatalogActions["AssociateProductWithPortfolio"] = "servicecatalog:AssociateProductWithPortfolio"; /** * Grants permission to associate a resource with an application * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_AssociateResource.html */ AwsServicecatalogActions["AssociateResource"] = "servicecatalog:AssociateResource"; /** * Grants permission to associate an action with a provisioning artifact * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_AssociateServiceActionWithProvisioningArtifact.html */ AwsServicecatalogActions["AssociateServiceActionWithProvisioningArtifact"] = "servicecatalog:AssociateServiceActionWithProvisioningArtifact"; /** * Grants permission to associate the specified TagOption with the specified portf * olio or product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_AssociateTagOptionWithResource.html */ AwsServicecatalogActions["AssociateTagOptionWithResource"] = "servicecatalog:AssociateTagOptionWithResource"; /** * Grants permission to associate multiple self-service actions with provisioning * artifacts * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_BatchAssociateServiceActionWithProvisioningArtifact.html */ AwsServicecatalogActions["BatchAssociateServiceActionWithProvisioningArtifact"] = "servicecatalog:BatchAssociateServiceActionWithProvisioningArtifact"; /** * Grants permission to disassociate a batch of self-service actions from the spec * ified provisioning artifact * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_BatchDisassociateServiceActionFromProvisioningArtifact.html */ AwsServicecatalogActions["BatchDisassociateServiceActionFromProvisioningArtifact"] = "servicecatalog:BatchDisassociateServiceActionFromProvisioningArtifact"; /** * Grants permission to copy the specified source product to the specified target * product or a new product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CopyProduct.html */ AwsServicecatalogActions["CopyProduct"] = "servicecatalog:CopyProduct"; /** * Grants permission to create an application * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_CreateApplication.html */ AwsServicecatalogActions["CreateApplication"] = "servicecatalog:CreateApplication"; /** * Grants permission to create an attribute group * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_CreateAttributeGroup.html */ AwsServicecatalogActions["CreateAttributeGroup"] = "servicecatalog:CreateAttributeGroup"; /** * Grants permission to create a constraint on an associated product and portfolio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreateConstraint.html */ AwsServicecatalogActions["CreateConstraint"] = "servicecatalog:CreateConstraint"; /** * Grants permission to create a portfolio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreatePortfolio.html */ AwsServicecatalogActions["CreatePortfolio"] = "servicecatalog:CreatePortfolio"; /** * Grants permission to share a portfolio you own with another AWS account * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreatePortfolioShare.html */ AwsServicecatalogActions["CreatePortfolioShare"] = "servicecatalog:CreatePortfolioShare"; /** * Grants permission to create a product and that product's first provisioning art * ifact * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreateProduct.html */ AwsServicecatalogActions["CreateProduct"] = "servicecatalog:CreateProduct"; /** * Grants permission to add a new provisioned product plan * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreateProvisionedProductPlan.html */ AwsServicecatalogActions["CreateProvisionedProductPlan"] = "servicecatalog:CreateProvisionedProductPlan"; /** * Grants permission to add a new provisioning artifact to an existing product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreateProvisioningArtifact.html */ AwsServicecatalogActions["CreateProvisioningArtifact"] = "servicecatalog:CreateProvisioningArtifact"; /** * Grants permission to create a self-service action * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreateServiceAction.html */ AwsServicecatalogActions["CreateServiceAction"] = "servicecatalog:CreateServiceAction"; /** * Grants permission to create a TagOption * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreateTagOption.html */ AwsServicecatalogActions["CreateTagOption"] = "servicecatalog:CreateTagOption"; /** * Grants permission to delete an application if all associations have been remove * d from the application * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_DeleteApplication.html */ AwsServicecatalogActions["DeleteApplication"] = "servicecatalog:DeleteApplication"; /** * Grants permission to delete an attribute group if all associations have been re * moved from the attribute group * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_DeleteAttributeGroup.html */ AwsServicecatalogActions["DeleteAttributeGroup"] = "servicecatalog:DeleteAttributeGroup"; /** * Grants permission to remove and delete an existing constraint from an associate * d product and portfolio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DeleteConstraint.html */ AwsServicecatalogActions["DeleteConstraint"] = "servicecatalog:DeleteConstraint"; /** * Grants permission to delete a portfolio if all associations and shares have bee * n removed from the portfolio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DeletePortfolio.html */ AwsServicecatalogActions["DeletePortfolio"] = "servicecatalog:DeletePortfolio"; /** * Grants permission to unshare a portfolio you own from an AWS account you previo * usly shared the portfolio with * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DeletePortfolioShare.html */ AwsServicecatalogActions["DeletePortfolioShare"] = "servicecatalog:DeletePortfolioShare"; /** * Grants permission to delete a product if all associations have been removed fro * m the product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DeleteProduct.html */ AwsServicecatalogActions["DeleteProduct"] = "servicecatalog:DeleteProduct"; /** * Grants permission to delete a provisioned product plan * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DeleteProvisionedProductPlan.html */ AwsServicecatalogActions["DeleteProvisionedProductPlan"] = "servicecatalog:DeleteProvisionedProductPlan"; /** * Grants permission to delete a provisioning artifact from a product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DeleteProvisioningArtifact.html */ AwsServicecatalogActions["DeleteProvisioningArtifact"] = "servicecatalog:DeleteProvisioningArtifact"; /** * Grants permission to delete a resource-based policy for the specified resource * * See https://docs.aws.amazon.com/servicecatalog/latest/arguide/sharing-definitions.html */ AwsServicecatalogActions["DeleteResourcePolicy"] = "servicecatalog:DeleteResourcePolicy"; /** * Grants permission to delete a self-service action * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DeleteServiceAction.html */ AwsServicecatalogActions["DeleteServiceAction"] = "servicecatalog:DeleteServiceAction"; /** * Grants permission to delete the specified TagOption * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DeleteTagOption.html */ AwsServicecatalogActions["DeleteTagOption"] = "servicecatalog:DeleteTagOption"; /** * Grants permission to describe a constraint * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeConstraint.html */ AwsServicecatalogActions["DescribeConstraint"] = "servicecatalog:DescribeConstraint"; /** * Grants permission to get the status of the specified copy product operation * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeCopyProductStatus.html */ AwsServicecatalogActions["DescribeCopyProductStatus"] = "servicecatalog:DescribeCopyProductStatus"; /** * Grants permission to describe a portfolio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribePortfolio.html */ AwsServicecatalogActions["DescribePortfolio"] = "servicecatalog:DescribePortfolio"; /** * Grants permission to get the status of the specified portfolio share operation * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribePortfolioShareStatus.html */ AwsServicecatalogActions["DescribePortfolioShareStatus"] = "servicecatalog:DescribePortfolioShareStatus"; /** * Grants permission to view a summary of each of the portfolio shares that were c * reated for the specified portfolio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribePortfolioShares.html */ AwsServicecatalogActions["DescribePortfolioShares"] = "servicecatalog:DescribePortfolioShares"; /** * Grants permission to describe a product as an end-user * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeProduct.html */ AwsServicecatalogActions["DescribeProduct"] = "servicecatalog:DescribeProduct"; /** * Grants permission to describe a product as an admin * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeProductAsAdmin.html */ AwsServicecatalogActions["DescribeProductAsAdmin"] = "servicecatalog:DescribeProductAsAdmin"; /** * Grants permission to describe a product as an end-user * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeProductView.html */ AwsServicecatalogActions["DescribeProductView"] = "servicecatalog:DescribeProductView"; /** * Grants permission to describe a provisioned product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeProvisionedProduct.html */ AwsServicecatalogActions["DescribeProvisionedProduct"] = "servicecatalog:DescribeProvisionedProduct"; /** * Grants permission to describe a provisioned product plan * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeProvisionedProductPlan.html */ AwsServicecatalogActions["DescribeProvisionedProductPlan"] = "servicecatalog:DescribeProvisionedProductPlan"; /** * Grants permission to describe a provisioning artifact * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeProvisioningArtifact.html */ AwsServicecatalogActions["DescribeProvisioningArtifact"] = "servicecatalog:DescribeProvisioningArtifact"; /** * Grants permission to describe the parameters that you need to specify to succes * sfully provision a specified provisioning artifact * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeProvisioningParameters.html */ AwsServicecatalogActions["DescribeProvisioningParameters"] = "servicecatalog:DescribeProvisioningParameters"; /** * Grants permission to describe a record and lists any outputs * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeRecord.html */ AwsServicecatalogActions["DescribeRecord"] = "servicecatalog:DescribeRecord"; /** * Grants permission to describe a self-service action * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeServiceAction.html */ AwsServicecatalogActions["DescribeServiceAction"] = "servicecatalog:DescribeServiceAction"; /** * Grants permission to get the default parameters if you executed the specified S * ervice Action on the specified Provisioned Product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeServiceActionExecutionParameters.html */ AwsServicecatalogActions["DescribeServiceActionExecutionParameters"] = "servicecatalog:DescribeServiceActionExecutionParameters"; /** * Grants permission to get information about the specified TagOption * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeTagOption.html */ AwsServicecatalogActions["DescribeTagOption"] = "servicecatalog:DescribeTagOption"; /** * Grants permission to disable portfolio sharing through AWS Organizations featur * e * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DisableAWSOrganizationsAccess.html */ AwsServicecatalogActions["DisableAWSOrganizationsAccess"] = "servicecatalog:DisableAWSOrganizationsAccess"; /** * Grants permission to disassociate an attribute group from an application * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_DisassociateAttributeGroup.html */ AwsServicecatalogActions["DisassociateAttributeGroup"] = "servicecatalog:DisassociateAttributeGroup"; /** * Grants permission to disassociate a budget from a resource * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DisassociateBudgetFromResource.html */ AwsServicecatalogActions["DisassociateBudgetFromResource"] = "servicecatalog:DisassociateBudgetFromResource"; /** * Grants permission to disassociate an IAM principal from a portfolio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DisassociatePrincipalFromPortfolio.html */ AwsServicecatalogActions["DisassociatePrincipalFromPortfolio"] = "servicecatalog:DisassociatePrincipalFromPortfolio"; /** * Grants permission to disassociate a product from a portfolio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DisassociateProductFromPortfolio.html */ AwsServicecatalogActions["DisassociateProductFromPortfolio"] = "servicecatalog:DisassociateProductFromPortfolio"; /** * Grants permission to disassociate a resource from an application * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_DisassociateResource.html */ AwsServicecatalogActions["DisassociateResource"] = "servicecatalog:DisassociateResource"; /** * Grants permission to disassociate the specified self-service action association * from the specified provisioning artifact * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DisassociateServiceActionFromProvisioningArtifact.html */ AwsServicecatalogActions["DisassociateServiceActionFromProvisioningArtifact"] = "servicecatalog:DisassociateServiceActionFromProvisioningArtifact"; /** * Grants permission to disassociate the specified TagOption from the specified re * source * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DisassociateTagOptionFromResource.html */ AwsServicecatalogActions["DisassociateTagOptionFromResource"] = "servicecatalog:DisassociateTagOptionFromResource"; /** * Grants permission to enable portfolio sharing feature through AWS Organizations * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_EnableAWSOrganizationsAccess.html */ AwsServicecatalogActions["EnableAWSOrganizationsAccess"] = "servicecatalog:EnableAWSOrganizationsAccess"; /** * Grants permission to execute a provisioned product plan * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ExecuteProvisionedProductPlan.html */ AwsServicecatalogActions["ExecuteProvisionedProductPlan"] = "servicecatalog:ExecuteProvisionedProductPlan"; /** * Grants permission to executes a provisioned product plan * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ExecuteProvisionedProductServiceAction.html */ AwsServicecatalogActions["ExecuteProvisionedProductServiceAction"] = "servicecatalog:ExecuteProvisionedProductServiceAction"; /** * Grants permission to get the access status of AWS Organization portfolio share * feature * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_GetAWSOrganizationsAccessStatus.html */ AwsServicecatalogActions["GetAWSOrganizationsAccessStatus"] = "servicecatalog:GetAWSOrganizationsAccessStatus"; /** * Grants permission to get an application * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_GetApplication.html */ AwsServicecatalogActions["GetApplication"] = "servicecatalog:GetApplication"; /** * Grants permission to get information about a resource associated to an applicat * ion * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_GetAssociatedResource.html */ AwsServicecatalogActions["GetAssociatedResource"] = "servicecatalog:GetAssociatedResource"; /** * Grants permission to get an attribute group * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_GetAttributeGroup.html */ AwsServicecatalogActions["GetAttributeGroup"] = "servicecatalog:GetAttributeGroup"; /** * Grants permission to read AppRegistry configurations * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_GetConfiguration.html */ AwsServicecatalogActions["GetConfiguration"] = "servicecatalog:GetConfiguration"; /** * Grants permission to get the provisioned product output with either provisioned * product id or name * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_GetProvisionedProductOutputs.html */ AwsServicecatalogActions["GetProvisionedProductOutputs"] = "servicecatalog:GetProvisionedProductOutputs"; /** * Grants permission to get a resource-based policy for the specified resource * * See https://docs.aws.amazon.com/servicecatalog/latest/arguide/sharing-definitions.html */ AwsServicecatalogActions["GetResourcePolicy"] = "servicecatalog:GetResourcePolicy"; /** * Grants permission to import a resource into a provisioned product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ImportAsProvisionedProduct.html */ AwsServicecatalogActions["ImportAsProvisionedProduct"] = "servicecatalog:ImportAsProvisionedProduct"; /** * Grants permission to list the portfolios that have been shared with you and you * have accepted * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListAcceptedPortfolioShares.html */ AwsServicecatalogActions["ListAcceptedPortfolioShares"] = "servicecatalog:ListAcceptedPortfolioShares"; /** * Grants permission to list your applications * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_ListApplications.html */ AwsServicecatalogActions["ListApplications"] = "servicecatalog:ListApplications"; /** * Grants permission to list the attribute groups associated with an application * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_ListAssociatedAttributeGroups.html */ AwsServicecatalogActions["ListAssociatedAttributeGroups"] = "servicecatalog:ListAssociatedAttributeGroups"; /** * Grants permission to list the resources associated with an application * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_ListAssociatedResources.html */ AwsServicecatalogActions["ListAssociatedResources"] = "servicecatalog:ListAssociatedResources"; /** * Grants permission to list your attribute groups * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_ListAttributeGroups.html */ AwsServicecatalogActions["ListAttributeGroups"] = "servicecatalog:ListAttributeGroups"; /** * Grants permission to list the associated attribute groups for a given applicati * on * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_ListAttributeGroupsForApplication.html */ AwsServicecatalogActions["ListAttributeGroupsForApplication"] = "servicecatalog:ListAttributeGroupsForApplication"; /** * Grants permission to list all the budgets associated to a resource * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListBudgetsForResource.html */ AwsServicecatalogActions["ListBudgetsForResource"] = "servicecatalog:ListBudgetsForResource"; /** * Grants permission to list constraints associated with a given portfolio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListConstraintsForPortfolio.html */ AwsServicecatalogActions["ListConstraintsForPortfolio"] = "servicecatalog:ListConstraintsForPortfolio"; /** * Grants permission to list the different ways to launch a given product as an en * d-user * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListLaunchPaths.html */ AwsServicecatalogActions["ListLaunchPaths"] = "servicecatalog:ListLaunchPaths"; /** * Grants permission to list the organization nodes that have access to the specif * ied portfolio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListOrganizationPortfolioAccess.html */ AwsServicecatalogActions["ListOrganizationPortfolioAccess"] = "servicecatalog:ListOrganizationPortfolioAccess"; /** * Grants permission to list the AWS accounts you have shared a given portfolio wi * th * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListPortfolioAccess.html */ AwsServicecatalogActions["ListPortfolioAccess"] = "servicecatalog:ListPortfolioAccess"; /** * Grants permission to list the portfolios in your account * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListPortfolios.html */ AwsServicecatalogActions["ListPortfolios"] = "servicecatalog:ListPortfolios"; /** * Grants permission to list the portfolios associated with a given product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListPortfoliosForProduct.html */ AwsServicecatalogActions["ListPortfoliosForProduct"] = "servicecatalog:ListPortfoliosForProduct"; /** * Grants permission to list the IAM principals associated with a given portfolio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListPrincipalsForPortfolio.html */ AwsServicecatalogActions["ListPrincipalsForPortfolio"] = "servicecatalog:ListPrincipalsForPortfolio"; /** * Grants permission to list the provisioned product plans * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListProvisionedProductPlans.html */ AwsServicecatalogActions["ListProvisionedProductPlans"] = "servicecatalog:ListProvisionedProductPlans"; /** * Grants permission to list the provisioning artifacts associated with a given pr * oduct * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListProvisioningArtifacts.html */ AwsServicecatalogActions["ListProvisioningArtifacts"] = "servicecatalog:ListProvisioningArtifacts"; /** * Grants permission to list all provisioning artifacts for the specified self-ser * vice action * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListProvisioningArtifactsForServiceAction.html */ AwsServicecatalogActions["ListProvisioningArtifactsForServiceAction"] = "servicecatalog:ListProvisioningArtifactsForServiceAction"; /** * Grants permission to list all the records in your account or all the records re * lated to a given provisioned product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListRecordHistory.html */ AwsServicecatalogActions["ListRecordHistory"] = "servicecatalog:ListRecordHistory"; /** * Grants permission to list the resources associated with the specified TagOption * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListResourcesForTagOption.html */ AwsServicecatalogActions["ListResourcesForTagOption"] = "servicecatalog:ListResourcesForTagOption"; /** * Grants permission to list all self-service actions * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListServiceActions.html */ AwsServicecatalogActions["ListServiceActions"] = "servicecatalog:ListServiceActions"; /** * Grants permission to list all the service actions associated with the specified * provisioning artifact in your account * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListServiceActionsForProvisioningArtifact.html */ AwsServicecatalogActions["ListServiceActionsForProvisioningArtifact"] = "servicecatalog:ListServiceActionsForProvisioningArtifact"; /** * Grants permission to list account, region and status of each stack instances th * at are associated with a CFN_STACKSET type provisioned product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListStackInstancesForProvisionedProduct.html */ AwsServicecatalogActions["ListStackInstancesForProvisionedProduct"] = "servicecatalog:ListStackInstancesForProvisionedProduct"; /** * Grants permission to list the specified TagOptions or all TagOptions * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListTagOptions.html */ AwsServicecatalogActions["ListTagOptions"] = "servicecatalog:ListTagOptions"; /** * Grants permission to list the tags for a service catalog appregistry resource * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_ListTagsForResource.html */ AwsServicecatalogActions["ListTagsForResource"] = "servicecatalog:ListTagsForResource"; /** * Grants permission to notify the result of the provisioning engine execution * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_NotifyProvisionProductEngineWorkflowResult.html */ AwsServicecatalogActions["NotifyProvisionProductEngineWorkflowResult"] = "servicecatalog:NotifyProvisionProductEngineWorkflowResult"; /** * Grants permission to notify the result of the terminate engine execution * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_NotifyTerminateProvisionedProductEngineWorkflowResult.html */ AwsServicecatalogActions["NotifyTerminateProvisionedProductEngineWorkflowResult"] = "servicecatalog:NotifyTerminateProvisionedProductEngineWorkflowResult"; /** * Grants permission to notify the result of the update engine execution * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_NotifyUpdateProvisionedProductEngineWorkflowResult.html */ AwsServicecatalogActions["NotifyUpdateProvisionedProductEngineWorkflowResult"] = "servicecatalog:NotifyUpdateProvisionedProductEngineWorkflowResult"; /** * Grants permission to provision a product with a specified provisioning artifact * and launch parameters * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ProvisionProduct.html */ AwsServicecatalogActions["ProvisionProduct"] = "servicecatalog:ProvisionProduct"; /** * Grants permission to assign AppRegistry configurations * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_PutConfiguration.html */ AwsServicecatalogActions["PutConfiguration"] = "servicecatalog:PutConfiguration"; /** * Grants permission to add a resource-based policy for the specified resource * * See https://docs.aws.amazon.com/servicecatalog/latest/arguide/sharing-definitions.html */ AwsServicecatalogActions["PutResourcePolicy"] = "servicecatalog:PutResourcePolicy"; /** * Grants permission to reject a portfolio that has been shared with you that you * previously accepted * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_RejectPortfolioShare.html */ AwsServicecatalogActions["RejectPortfolioShare"] = "servicecatalog:RejectPortfolioShare"; /** * Grants permission to list all the provisioned products in your account * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ScanProvisionedProducts.html */ AwsServicecatalogActions["ScanProvisionedProducts"] = "servicecatalog:ScanProvisionedProducts"; /** * Grants permission to list the products available to you as an end-user * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_SearchProducts.html */ AwsServicecatalogActions["SearchProducts"] = "servicecatalog:SearchProducts"; /** * Grants permission to list all the products in your account or all the products * associated with a given portfolio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_SearchProductsAsAdmin.html */ AwsServicecatalogActions["SearchProductsAsAdmin"] = "servicecatalog:SearchProductsAsAdmin"; /** * Grants permission to list all the provisioned products in your account * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_SearchProvisionedProducts.html */ AwsServicecatalogActions["SearchProvisionedProducts"] = "servicecatalog:SearchProvisionedProducts"; /** * Grants permission to sync a resource with its current state in AppRegistry * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_SyncResource.html */ AwsServicecatalogActions["SyncResource"] = "servicecatalog:SyncResource"; /** * Grants permission to tag a service catalog appregistry resource * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_TagResource.html */ AwsServicecatalogActions["TagResource"] = "servicecatalog:TagResource"; /** * Grants permission to terminate an existing provisioned product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_TerminateProvisionedProduct.html */ AwsServicecatalogActions["TerminateProvisionedProduct"] = "servicecatalog:TerminateProvisionedProduct"; /** * Grants permission to remove a tag from a service catalog appregistry resource * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_UntagResource.html */ AwsServicecatalogActions["UntagResource"] = "servicecatalog:UntagResource"; /** * Grants permission to update the attributes of an existing application * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_UpdateApplication.html */ AwsServicecatalogActions["UpdateApplication"] = "servicecatalog:UpdateApplication"; /** * Grants permission to update the attributes of an existing attribute group * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_app-registry_UpdateAttributeGroup.html */ AwsServicecatalogActions["UpdateAttributeGroup"] = "servicecatalog:UpdateAttributeGroup"; /** * Grants permission to update the metadata fields of an existing constraint * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_UpdateConstraint.html */ AwsServicecatalogActions["UpdateConstraint"] = "servicecatalog:UpdateConstraint"; /** * Grants permission to update the metadata fields and/or tags of an existing port * folio * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_UpdatePortfolio.html */ AwsServicecatalogActions["UpdatePortfolio"] = "servicecatalog:UpdatePortfolio"; /** * Grants permission to enable or disable resource sharing for an existing portfol * io share * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_UpdatePortfolioShare.html */ AwsServicecatalogActions["UpdatePortfolioShare"] = "servicecatalog:UpdatePortfolioShare"; /** * Grants permission to update the metadata fields and/or tags of an existing prod * uct * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_UpdateProduct.html */ AwsServicecatalogActions["UpdateProduct"] = "servicecatalog:UpdateProduct"; /** * Grants permission to update an existing provisioned product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_UpdateProvisionedProduct.html */ AwsServicecatalogActions["UpdateProvisionedProduct"] = "servicecatalog:UpdateProvisionedProduct"; /** * Grants permission to update the properties of an existing provisioned product * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_UpdateProvisionedProductProperties.html */ AwsServicecatalogActions["UpdateProvisionedProductProperties"] = "servicecatalog:UpdateProvisionedProductProperties"; /** * Grants permission to update the metadata fields of an existing provisioning art * ifact * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_UpdateProvisioningArtifact.html */ AwsServicecatalogActions["UpdateProvisioningArtifact"] = "servicecatalog:UpdateProvisioningArtifact"; /** * Grants permission to update a self-service action * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_UpdateServiceAction.html */ AwsServicecatalogActions["UpdateServiceAction"] = "servicecatalog:UpdateServiceAction"; /** * Grants permission to update the specified TagOption * * See https://docs.aws.amazon.com/servicecatalog/latest/dg/API_UpdateTagOption.html */ AwsServicecatalogActions["UpdateTagOption"] = "servicecatalog:UpdateTagOption"; })(AwsServicecatalogActions = exports.AwsServicecatalogActions || (exports.AwsServicecatalogActions = {})); //# sourceMappingURL=servicecatalog.js.map