UNPKG

aws-iam-policy-types

Version:

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

299 lines 13.4 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsAppconfigActions = void 0; /** * All IAM policy actions for AWS AppConfig (APPCONFIG) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsappconfig.html * * 2025-02-24T21:46:41.205Z */ var AwsAppconfigActions; (function (AwsAppconfigActions) { /** * Grants permission to create an application * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_CreateApplication.html */ AwsAppconfigActions["CreateApplication"] = "appconfig:CreateApplication"; /** * Grants permission to create a configuration profile * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_CreateConfigurationProfile.html */ AwsAppconfigActions["CreateConfigurationProfile"] = "appconfig:CreateConfigurationProfile"; /** * Grants permission to create a deployment strategy * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_CreateDeploymentStrategy.html */ AwsAppconfigActions["CreateDeploymentStrategy"] = "appconfig:CreateDeploymentStrategy"; /** * Grants permission to create an environment * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_CreateEnvironment.html */ AwsAppconfigActions["CreateEnvironment"] = "appconfig:CreateEnvironment"; /** * Grants permission to create an extension * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_CreateExtension.html */ AwsAppconfigActions["CreateExtension"] = "appconfig:CreateExtension"; /** * Grants permission to create an extension association * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_CreateExtensionAssociation.html */ AwsAppconfigActions["CreateExtensionAssociation"] = "appconfig:CreateExtensionAssociation"; /** * Grants permission to create a hosted configuration version * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_CreateHostedConfigurationVersion.html */ AwsAppconfigActions["CreateHostedConfigurationVersion"] = "appconfig:CreateHostedConfigurationVersion"; /** * Grants permission to delete an application * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_DeleteApplication.html */ AwsAppconfigActions["DeleteApplication"] = "appconfig:DeleteApplication"; /** * Grants permission to delete a configuration profile * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_DeleteConfigurationProfile.html */ AwsAppconfigActions["DeleteConfigurationProfile"] = "appconfig:DeleteConfigurationProfile"; /** * Grants permission to delete a deployment strategy * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_DeleteDeploymentStrategy.html */ AwsAppconfigActions["DeleteDeploymentStrategy"] = "appconfig:DeleteDeploymentStrategy"; /** * Grants permission to delete an environment * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_DeleteEnvironment.html */ AwsAppconfigActions["DeleteEnvironment"] = "appconfig:DeleteEnvironment"; /** * Grants permission to delete an extension * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_DeleteExtension.html */ AwsAppconfigActions["DeleteExtension"] = "appconfig:DeleteExtension"; /** * Grants permission to delete an extension association * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_DeleteExtensionAssociation.html */ AwsAppconfigActions["DeleteExtensionAssociation"] = "appconfig:DeleteExtensionAssociation"; /** * Grants permission to delete a hosted configuration version * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_DeleteHostedConfigurationVersion.html */ AwsAppconfigActions["DeleteHostedConfigurationVersion"] = "appconfig:DeleteHostedConfigurationVersion"; /** * Grants permission to view account-wide AppConfig settings * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_GetAccountSettings.html */ AwsAppconfigActions["GetAccountSettings"] = "appconfig:GetAccountSettings"; /** * Grants permission to view details about an application * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_GetApplication.html */ AwsAppconfigActions["GetApplication"] = "appconfig:GetApplication"; /** * Grants permission to view details about a configuration * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_GetConfiguration.html */ AwsAppconfigActions["GetConfiguration"] = "appconfig:GetConfiguration"; /** * Grants permission to view details about a configuration profile * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_GetConfigurationProfile.html */ AwsAppconfigActions["GetConfigurationProfile"] = "appconfig:GetConfigurationProfile"; /** * Grants permission to view details about a deployment * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_GetDeployment.html */ AwsAppconfigActions["GetDeployment"] = "appconfig:GetDeployment"; /** * Grants permission to view details about a deployment strategy * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_GetDeploymentStrategy.html */ AwsAppconfigActions["GetDeploymentStrategy"] = "appconfig:GetDeploymentStrategy"; /** * Grants permission to view details about an environment * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_GetEnvironment.html */ AwsAppconfigActions["GetEnvironment"] = "appconfig:GetEnvironment"; /** * Grants permission to view details about an extension * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_GetExtension.html */ AwsAppconfigActions["GetExtension"] = "appconfig:GetExtension"; /** * Grants permission to view details about an extension association * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_GetExtensionAssociation.html */ AwsAppconfigActions["GetExtensionAssociation"] = "appconfig:GetExtensionAssociation"; /** * Grants permission to view details about a hosted configuration version * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_GetHostedConfigurationVersion.html */ AwsAppconfigActions["GetHostedConfigurationVersion"] = "appconfig:GetHostedConfigurationVersion"; /** * Grants permission to retrieve a deployed configuration * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html */ AwsAppconfigActions["GetLatestConfiguration"] = "appconfig:GetLatestConfiguration"; /** * Grants permission to list the applications in your account * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_ListApplications.html */ AwsAppconfigActions["ListApplications"] = "appconfig:ListApplications"; /** * Grants permission to list the configuration profiles for an application * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_ListConfigurationProfiles.html */ AwsAppconfigActions["ListConfigurationProfiles"] = "appconfig:ListConfigurationProfiles"; /** * Grants permission to list the deployment strategies for your account * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_ListDeploymentStrategies.html */ AwsAppconfigActions["ListDeploymentStrategies"] = "appconfig:ListDeploymentStrategies"; /** * Grants permission to list the deployments for an environment * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_ListDeployments.html */ AwsAppconfigActions["ListDeployments"] = "appconfig:ListDeployments"; /** * Grants permission to list the environments for an application * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_ListEnvironments.html */ AwsAppconfigActions["ListEnvironments"] = "appconfig:ListEnvironments"; /** * Grants permission to list the extension associations in your account * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_ListExtensionAssociations.html */ AwsAppconfigActions["ListExtensionAssociations"] = "appconfig:ListExtensionAssociations"; /** * Grants permission to list the extensions in your account * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_ListExtensions.html */ AwsAppconfigActions["ListExtensions"] = "appconfig:ListExtensions"; /** * Grants permission to list the hosted configuration versions for a configuration * profile * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_ListHostedConfigurationVersions.html */ AwsAppconfigActions["ListHostedConfigurationVersions"] = "appconfig:ListHostedConfigurationVersions"; /** * Grants permission to view a list of resource tags for a specified resource * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_ListTagsForResource.html */ AwsAppconfigActions["ListTagsForResource"] = "appconfig:ListTagsForResource"; /** * Grants permission to start a configuration session * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_StartConfigurationSession.html */ AwsAppconfigActions["StartConfigurationSession"] = "appconfig:StartConfigurationSession"; /** * Grants permission to initiate a deployment * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_StartDeployment.html */ AwsAppconfigActions["StartDeployment"] = "appconfig:StartDeployment"; /** * Grants permission to stop a deployment * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_StopDeployment.html */ AwsAppconfigActions["StopDeployment"] = "appconfig:StopDeployment"; /** * Grants permission to tag an appconfig resource * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_TagResource.html */ AwsAppconfigActions["TagResource"] = "appconfig:TagResource"; /** * Grants permission to untag an appconfig resource * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_UntagResource.html */ AwsAppconfigActions["UntagResource"] = "appconfig:UntagResource"; /** * Grants permission to modify account-wide AppConfig settings * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_UpdateAccountSettings.html */ AwsAppconfigActions["UpdateAccountSettings"] = "appconfig:UpdateAccountSettings"; /** * Grants permission to modify an application * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_UpdateApplication.html */ AwsAppconfigActions["UpdateApplication"] = "appconfig:UpdateApplication"; /** * Grants permission to modify a configuration profile * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_UpdateConfigurationProfile.html */ AwsAppconfigActions["UpdateConfigurationProfile"] = "appconfig:UpdateConfigurationProfile"; /** * Grants permission to modify a deployment strategy * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_UpdateDeploymentStrategy.html */ AwsAppconfigActions["UpdateDeploymentStrategy"] = "appconfig:UpdateDeploymentStrategy"; /** * Grants permission to modify an environment * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_UpdateEnvironment.html */ AwsAppconfigActions["UpdateEnvironment"] = "appconfig:UpdateEnvironment"; /** * Grants permission to modify an extension * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_UpdateExtension.html */ AwsAppconfigActions["UpdateExtension"] = "appconfig:UpdateExtension"; /** * Grants permission to modify an extension association * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_UpdateExtensionAssociation.html */ AwsAppconfigActions["UpdateExtensionAssociation"] = "appconfig:UpdateExtensionAssociation"; /** * Grants permission to validate a configuration * * See https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_ValidateConfiguration.html */ AwsAppconfigActions["ValidateConfiguration"] = "appconfig:ValidateConfiguration"; })(AwsAppconfigActions = exports.AwsAppconfigActions || (exports.AwsAppconfigActions = {})); //# sourceMappingURL=appconfig.js.map