aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
172 lines • 7.26 kB
JavaScript
"use strict";
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsAppfabricActions = void 0;
/**
* All IAM policy actions for AWS AppFabric (APPFABRIC)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsappfabric.html
*
* 2025-02-24T21:46:41.705Z
*/
var AwsAppfabricActions;
(function (AwsAppfabricActions) {
/**
* Grants permission to start user access tasks for multiple users
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_BatchGetUserAccessTasks.html
*/
AwsAppfabricActions["BatchGetUserAccessTasks"] = "appfabric:BatchGetUserAccessTasks";
/**
* Grants permission to connect app authorizations
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_ConnectAppAuthorization.html
*/
AwsAppfabricActions["ConnectAppAuthorization"] = "appfabric:ConnectAppAuthorization";
/**
* Grants permission to create app authorizations for app bundles
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_CreateAppAuthorization.html
*/
AwsAppfabricActions["CreateAppAuthorization"] = "appfabric:CreateAppAuthorization";
/**
* Grants permission to create app bundles in your account
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_CreateAppBundle.html
*/
AwsAppfabricActions["CreateAppBundle"] = "appfabric:CreateAppBundle";
/**
* Grants permission to create ingestions for app bundles
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_CreateIngestion.html
*/
AwsAppfabricActions["CreateIngestion"] = "appfabric:CreateIngestion";
/**
* Grants permission to create ingestion destinations for app bundles
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_CreateIngestionDestination.html
*/
AwsAppfabricActions["CreateIngestionDestination"] = "appfabric:CreateIngestionDestination";
/**
* Grants permission to delete app authorizations within an app bundle
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_DeleteAppAuthorization.html
*/
AwsAppfabricActions["DeleteAppAuthorization"] = "appfabric:DeleteAppAuthorization";
/**
* Grants permission to delete app bundles in your account
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_DeleteAppBundle.html
*/
AwsAppfabricActions["DeleteAppBundle"] = "appfabric:DeleteAppBundle";
/**
* Grants permission to delete ingestions within an app bundle
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_DeleteIngestion.html
*/
AwsAppfabricActions["DeleteIngestion"] = "appfabric:DeleteIngestion";
/**
* Grants permission to delete destinations within an ingestion
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_DeleteIngestionDestination.html
*/
AwsAppfabricActions["DeleteIngestionDestination"] = "appfabric:DeleteIngestionDestination";
/**
* Grants permission to view details about app authorizations
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_GetAppAuthorization.html
*/
AwsAppfabricActions["GetAppAuthorization"] = "appfabric:GetAppAuthorization";
/**
* Grants permission to view details about app bundles
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_GetAppBundle.html
*/
AwsAppfabricActions["GetAppBundle"] = "appfabric:GetAppBundle";
/**
* Grants permission to view details about ingestions
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_GetIngestion.html
*/
AwsAppfabricActions["GetIngestion"] = "appfabric:GetIngestion";
/**
* Grants permission to view details about ingestion destinations
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_GetIngestionDestination.html
*/
AwsAppfabricActions["GetIngestionDestination"] = "appfabric:GetIngestionDestination";
/**
* Grants permission to retrieve a list of app authorizations within an app bundle
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_ListAppAuthorizations.html
*/
AwsAppfabricActions["ListAppAuthorizations"] = "appfabric:ListAppAuthorizations";
/**
* Grants permission to retrieve a list of app bundles in your account
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_ListAppBundles.html
*/
AwsAppfabricActions["ListAppBundles"] = "appfabric:ListAppBundles";
/**
* Grants permission to retrieve a list of destinations within an ingestion
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_ListIngestionDestinations.html
*/
AwsAppfabricActions["ListIngestionDestinations"] = "appfabric:ListIngestionDestinations";
/**
* Grants permission to retrieve a list of ingestions within an app bundle
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_ListIngestions.html
*/
AwsAppfabricActions["ListIngestions"] = "appfabric:ListIngestions";
/**
* Grants permission to list tags for AppFabric resources
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_ListTagsForResource.html
*/
AwsAppfabricActions["ListTagsForResource"] = "appfabric:ListTagsForResource";
/**
* Grants permission to start ingestions
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_StartIngestion.html
*/
AwsAppfabricActions["StartIngestion"] = "appfabric:StartIngestion";
/**
* Grants permission to start user access tasks
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_StartUserAccessTasks.html
*/
AwsAppfabricActions["StartUserAccessTasks"] = "appfabric:StartUserAccessTasks";
/**
* Grants permission to stop ingestions
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_StopIngestion.html
*/
AwsAppfabricActions["StopIngestion"] = "appfabric:StopIngestion";
/**
* Grants permission to tag AppFabric resources
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_TagResource.html
*/
AwsAppfabricActions["TagResource"] = "appfabric:TagResource";
/**
* Grants permission to untag AppFabric resources
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_UntagResource.html
*/
AwsAppfabricActions["UntagResource"] = "appfabric:UntagResource";
/**
* Grants permission to update app authorizations within app bundles
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_UpdateAppAuthorization.html
*/
AwsAppfabricActions["UpdateAppAuthorization"] = "appfabric:UpdateAppAuthorization";
/**
* Grants permission to update destinations within ingestions
*
* See https://docs.aws.amazon.com/appfabric/latest/api/API_UpdateIngestionDestination.html
*/
AwsAppfabricActions["UpdateIngestionDestination"] = "appfabric:UpdateIngestionDestination";
})(AwsAppfabricActions = exports.AwsAppfabricActions || (exports.AwsAppfabricActions = {}));
//# sourceMappingURL=appfabric.js.map