aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
258 lines • 12.8 kB
JavaScript
"use strict";
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsCodestarConnectionsActions = void 0;
/**
* All IAM policy actions for AWS CodeStar Connections (CODESTAR-CONNECTIONS)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscodestarconnections.html
*
* 2025-02-24T21:47:18.249Z
*/
var AwsCodestarConnectionsActions;
(function (AwsCodestarConnectionsActions) {
/**
* Grants permission to create a Connection resource
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_CreateConnection.html
*/
AwsCodestarConnectionsActions["CreateConnection"] = "codestar-connections:CreateConnection";
/**
* Grants permission to create a host resource
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_CreateHost.html
*/
AwsCodestarConnectionsActions["CreateHost"] = "codestar-connections:CreateHost";
/**
* Grants permission to create a repository link
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_CreateRepositoryLink.html
*/
AwsCodestarConnectionsActions["CreateRepositoryLink"] = "codestar-connections:CreateRepositoryLink";
/**
* Grants permission to create a template sync config
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_CreateSyncConfiguration.html
*/
AwsCodestarConnectionsActions["CreateSyncConfiguration"] = "codestar-connections:CreateSyncConfiguration";
/**
* Grants permission to delete a Connection resource
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_DeleteConnection.html
*/
AwsCodestarConnectionsActions["DeleteConnection"] = "codestar-connections:DeleteConnection";
/**
* Grants permission to delete a host resource
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_DeleteHost.html
*/
AwsCodestarConnectionsActions["DeleteHost"] = "codestar-connections:DeleteHost";
/**
* Grants permission to delete a repository link
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_DeleteRepositoryLink.html
*/
AwsCodestarConnectionsActions["DeleteRepositoryLink"] = "codestar-connections:DeleteRepositoryLink";
/**
* Grants permission to delete a sync configuration
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_DeleteSyncConfiguration.html
*/
AwsCodestarConnectionsActions["DeleteSyncConfiguration"] = "codestar-connections:DeleteSyncConfiguration";
/**
* Grants permission to get details about a Connection resource
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_GetConnection.html
*/
AwsCodestarConnectionsActions["GetConnection"] = "codestar-connections:GetConnection";
/**
* Grants permission to get a Connection token to call provider actions
*
* See https://docs.aws.amazon.com/dtconsole/latest/userguide/security-iam.html#permissions-reference-connections-getconnectiontoken
*/
AwsCodestarConnectionsActions["GetConnectionToken"] = "codestar-connections:GetConnectionToken";
/**
* Grants permission to get details about a host resource
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_GetHost.html
*/
AwsCodestarConnectionsActions["GetHost"] = "codestar-connections:GetHost";
/**
* Grants permission to associate a third party, such as a Bitbucket App installat
* ion, with a Connection
*
* See https://docs.aws.amazon.com/dtconsole/latest/userguide/security-iam.html#permissions-reference-connections-handshake
*/
AwsCodestarConnectionsActions["GetIndividualAccessToken"] = "codestar-connections:GetIndividualAccessToken";
/**
* Grants permission to associate a third party, such as a Bitbucket App installat
* ion, with a Connection
*
* See https://docs.aws.amazon.com/dtconsole/latest/userguide/security-iam.html#permissions-reference-connections-handshake
*/
AwsCodestarConnectionsActions["GetInstallationUrl"] = "codestar-connections:GetInstallationUrl";
/**
* Grants permission to describe a repository link
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_GetRepositoryLink.html
*/
AwsCodestarConnectionsActions["GetRepositoryLink"] = "codestar-connections:GetRepositoryLink";
/**
* Grants permission to get the latest sync status for a repository
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_GetRepositorySyncStatus.html
*/
AwsCodestarConnectionsActions["GetRepositorySyncStatus"] = "codestar-connections:GetRepositorySyncStatus";
/**
* Grants permission to get the latest sync status for a resource (cfn stack or ot
* her resources)
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_GetResourceSyncStatus.html
*/
AwsCodestarConnectionsActions["GetResourceSyncStatus"] = "codestar-connections:GetResourceSyncStatus";
/**
* Grants permission to describe service sync blockers on a resource (cfn stack or
* other resources)
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_GetSyncBlockerSummary.html
*/
AwsCodestarConnectionsActions["GetSyncBlockerSummary"] = "codestar-connections:GetSyncBlockerSummary";
/**
* Grants permission to describe a sync configuration
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_GetSyncConfiguration.html
*/
AwsCodestarConnectionsActions["GetSyncConfiguration"] = "codestar-connections:GetSyncConfiguration";
/**
* Grants permission to list Connection resources
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_ListConnections.html
*/
AwsCodestarConnectionsActions["ListConnections"] = "codestar-connections:ListConnections";
/**
* Grants permission to list host resources
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_ListHosts.html
*/
AwsCodestarConnectionsActions["ListHosts"] = "codestar-connections:ListHosts";
/**
* Grants permission to associate a third party, such as a Bitbucket App installat
* ion, with a Connection
*
* See https://docs.aws.amazon.com/dtconsole/latest/userguide/security-iam.html#permissions-reference-connections-handshake
*/
AwsCodestarConnectionsActions["ListInstallationTargets"] = "codestar-connections:ListInstallationTargets";
/**
* Grants permission to list repository links
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_ListRepositoryLinks.html
*/
AwsCodestarConnectionsActions["ListRepositoryLinks"] = "codestar-connections:ListRepositoryLinks";
/**
* Grants permission to list repository sync definitions
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_ListRepositorySyncDefinitions.html
*/
AwsCodestarConnectionsActions["ListRepositorySyncDefinitions"] = "codestar-connections:ListRepositorySyncDefinitions";
/**
* Grants permission to list sync configurations for a repository link
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_ListSyncConfigurations.html
*/
AwsCodestarConnectionsActions["ListSyncConfigurations"] = "codestar-connections:ListSyncConfigurations";
/**
* Grants permission to the set of key-value pairs that are used to manage the res
* ource
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_ListTagsForResource.html
*/
AwsCodestarConnectionsActions["ListTagsForResource"] = "codestar-connections:ListTagsForResource";
/**
* Grants permission to pass a Connection resource to an AWS service that accepts
* a Connection ARN as input, such as codepipeline:CreatePipeline
*
* See https://docs.aws.amazon.com/dtconsole/latest/userguide/security-iam.html#permissions-reference-connections-passconnection
*/
AwsCodestarConnectionsActions["PassConnection"] = "codestar-connections:PassConnection";
/**
* Grants permission to pass a repository link resource to an AWS service that acc
* epts a RepositoryLinkId as input, such as codestar-connections:CreateSyncConfig
* uration
*
* See https://docs.aws.amazon.com/dtconsole/latest/userguide/security-iam.html#permissions-reference-connections-passrepository
*/
AwsCodestarConnectionsActions["PassRepository"] = "codestar-connections:PassRepository";
/**
* Grants permission to associate a third party server, such as a GitHub Enterpris
* e Server instance, with a Host
*
* See https://docs.aws.amazon.com/dtconsole/latest/userguide/security-iam.html#connections-permissions-actions-host-registration
*/
AwsCodestarConnectionsActions["RegisterAppCode"] = "codestar-connections:RegisterAppCode";
/**
* Grants permission to associate a third party server, such as a GitHub Enterpris
* e Server instance, with a Host
*
* See https://docs.aws.amazon.com/dtconsole/latest/userguide/security-iam.html#connections-permissions-actions-host-registration
*/
AwsCodestarConnectionsActions["StartAppRegistrationHandshake"] = "codestar-connections:StartAppRegistrationHandshake";
/**
* Grants permission to associate a third party, such as a Bitbucket App installat
* ion, with a Connection
*
* See https://docs.aws.amazon.com/dtconsole/latest/userguide/security-iam.html#permissions-reference-connections-handshake
*/
AwsCodestarConnectionsActions["StartOAuthHandshake"] = "codestar-connections:StartOAuthHandshake";
/**
* Grants permission to add or modify the tags of the given resource
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_TagResource.html
*/
AwsCodestarConnectionsActions["TagResource"] = "codestar-connections:TagResource";
/**
* Grants permission to remove tags from an AWS resource
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_UntagResource.html
*/
AwsCodestarConnectionsActions["UntagResource"] = "codestar-connections:UntagResource";
/**
* Grants permission to update a Connection resource with an installation of the C
* odeStar Connections App
*
* See https://docs.aws.amazon.com/dtconsole/latest/userguide/security-iam.html#permissions-reference-connections-handshake
*/
AwsCodestarConnectionsActions["UpdateConnectionInstallation"] = "codestar-connections:UpdateConnectionInstallation";
/**
* Grants permission to update a host resource
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_UpdateHost.html
*/
AwsCodestarConnectionsActions["UpdateHost"] = "codestar-connections:UpdateHost";
/**
* Grants permission to update a repository link
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_UpdateRepositoryLink.html
*/
AwsCodestarConnectionsActions["UpdateRepositoryLink"] = "codestar-connections:UpdateRepositoryLink";
/**
* Grants permission to update a sync blocker for a resource (cfn stack or other r
* esources)
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_UpdateSyncBlocker.html
*/
AwsCodestarConnectionsActions["UpdateSyncBlocker"] = "codestar-connections:UpdateSyncBlocker";
/**
* Grants permission to update a sync configuration
*
* See https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_UpdateSyncConfiguration.html
*/
AwsCodestarConnectionsActions["UpdateSyncConfiguration"] = "codestar-connections:UpdateSyncConfiguration";
/**
* Grants permission to use a Connection resource to call provider actions
*
* See https://docs.aws.amazon.com/dtconsole/latest/userguide/security-iam.html#permissions-reference-connections-use
*/
AwsCodestarConnectionsActions["UseConnection"] = "codestar-connections:UseConnection";
})(AwsCodestarConnectionsActions = exports.AwsCodestarConnectionsActions || (exports.AwsCodestarConnectionsActions = {}));
//# sourceMappingURL=codestar-connections.js.map