aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
228 lines • 9.38 kB
JavaScript
"use strict";
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsOutpostsActions = void 0;
/**
* All IAM policy actions for AWS Outposts (OUTPOSTS)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsoutposts.html
*
* 2025-02-24T21:49:07.975Z
*/
var AwsOutpostsActions;
(function (AwsOutpostsActions) {
/**
* Grants permission to cancel a capacity task
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_CancelCapacityTask.html
*/
AwsOutpostsActions["CancelCapacityTask"] = "outposts:CancelCapacityTask";
/**
* Grants permission to cancel an order
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_CancelOrder.html
*/
AwsOutpostsActions["CancelOrder"] = "outposts:CancelOrder";
/**
* Grants permission to create an order
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_CreateOrder.html
*/
AwsOutpostsActions["CreateOrder"] = "outposts:CreateOrder";
/**
* Grants permission to create an Outpost
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_CreateOutpost.html
*/
AwsOutpostsActions["CreateOutpost"] = "outposts:CreateOutpost";
/**
* Grants permission to create a private connectivity configuration
*
* See https://docs.aws.amazon.com/outposts/latest/userguide/how-outposts-works.html#private-connectivity
*/
AwsOutpostsActions["CreatePrivateConnectivityConfig"] = "outposts:CreatePrivateConnectivityConfig";
/**
* Grants permission to create a site
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_CreateSite.html
*/
AwsOutpostsActions["CreateSite"] = "outposts:CreateSite";
/**
* Grants permission to delete an Outpost
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_DeleteOutpost.html
*/
AwsOutpostsActions["DeleteOutpost"] = "outposts:DeleteOutpost";
/**
* Grants permission to delete a site
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_DeleteSite.html
*/
AwsOutpostsActions["DeleteSite"] = "outposts:DeleteSite";
/**
* Grants permission to get information about the specified capacity task
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_GetCapacityTask.html
*/
AwsOutpostsActions["GetCapacityTask"] = "outposts:GetCapacityTask";
/**
* Grants permission to get a catalog item
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_GetCatalogItem.html
*/
AwsOutpostsActions["GetCatalogItem"] = "outposts:GetCatalogItem";
/**
* Grants permission to get information about the connection for your Outpost serv
* er
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_GetConnection.html
*/
AwsOutpostsActions["GetConnection"] = "outposts:GetConnection";
/**
* Grants permission to get information about an order
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_GetOrder.html
*/
AwsOutpostsActions["GetOrder"] = "outposts:GetOrder";
/**
* Grants permission to get information about the specified Outpost
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_GetOutpost.html
*/
AwsOutpostsActions["GetOutpost"] = "outposts:GetOutpost";
/**
* Grants permission to get the instance types for the specified Outpost
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_GetOutpostInstanceTypes.html
*/
AwsOutpostsActions["GetOutpostInstanceTypes"] = "outposts:GetOutpostInstanceTypes";
/**
* Grants permission to get the supported instance types for the specified Outpost
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_GetOutpostSupportedInstanceTypes.html
*/
AwsOutpostsActions["GetOutpostSupportedInstanceTypes"] = "outposts:GetOutpostSupportedInstanceTypes";
/**
* Grants permission to get a private connectivity configuration
*
* See https://docs.aws.amazon.com/outposts/latest/userguide/how-outposts-works.html#private-connectivity
*/
AwsOutpostsActions["GetPrivateConnectivityConfig"] = "outposts:GetPrivateConnectivityConfig";
/**
* Grants permission to get a site
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_GetSite.html
*/
AwsOutpostsActions["GetSite"] = "outposts:GetSite";
/**
* Grants permission to get a site address
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_GetSiteAddress.html
*/
AwsOutpostsActions["GetSiteAddress"] = "outposts:GetSiteAddress";
/**
* Grants permission to list all running instances for the specified Outpost
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_ListAssetInstances.html
*/
AwsOutpostsActions["ListAssetInstances"] = "outposts:ListAssetInstances";
/**
* Grants permission to list the assets for your Outpost
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_ListAssets.html
*/
AwsOutpostsActions["ListAssets"] = "outposts:ListAssets";
/**
* Grants permission to list all running instances that are blocking the capacity
* task from running for the specified Outpost
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_ListBlockingInstancesForCapacityTask.html
*/
AwsOutpostsActions["ListBlockingInstancesForCapacityTask"] = "outposts:ListBlockingInstancesForCapacityTask";
/**
* Grants permission to list the capacity tasks for your AWS account
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_ListCapacityTasks.html
*/
AwsOutpostsActions["ListCapacityTasks"] = "outposts:ListCapacityTasks";
/**
* Grants permission to list all catalog items
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_ListCatalogItems.html
*/
AwsOutpostsActions["ListCatalogItems"] = "outposts:ListCatalogItems";
/**
* Grants permission to list the orders for your AWS account
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_ListOrders.html
*/
AwsOutpostsActions["ListOrders"] = "outposts:ListOrders";
/**
* Grants permission to list the Outposts for your AWS account
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_ListOutposts.html
*/
AwsOutpostsActions["ListOutposts"] = "outposts:ListOutposts";
/**
* Grants permission to list the sites for your AWS account
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_ListSites.html
*/
AwsOutpostsActions["ListSites"] = "outposts:ListSites";
/**
* Grants permission to list tags for a resource
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_ListTagsForResource.html
*/
AwsOutpostsActions["ListTagsForResource"] = "outposts:ListTagsForResource";
/**
* Grants permission to create a capacity task
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_StartCapacityTask.html
*/
AwsOutpostsActions["StartCapacityTask"] = "outposts:StartCapacityTask";
/**
* Grants permission to start a connection for your Outpost server
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_StartConnection.html
*/
AwsOutpostsActions["StartConnection"] = "outposts:StartConnection";
/**
* Grants permission to tag a resource
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_TagResource.html
*/
AwsOutpostsActions["TagResource"] = "outposts:TagResource";
/**
* Grants permission to untag a resource
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_UntagResource.html
*/
AwsOutpostsActions["UntagResource"] = "outposts:UntagResource";
/**
* Grants permission to update an Outpost
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_UpdateOutpost.html
*/
AwsOutpostsActions["UpdateOutpost"] = "outposts:UpdateOutpost";
/**
* Grants permission to update a site
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_UpdateSite.html
*/
AwsOutpostsActions["UpdateSite"] = "outposts:UpdateSite";
/**
* Grants permission to update the site address
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_UpdateSiteAddress.html
*/
AwsOutpostsActions["UpdateSiteAddress"] = "outposts:UpdateSiteAddress";
/**
* Grants permission to update the physical properties of a rack at a site
*
* See https://docs.aws.amazon.com/outposts/latest/APIReference/API_UpdateSiteRackPhysicalProperties.html
*/
AwsOutpostsActions["UpdateSiteRackPhysicalProperties"] = "outposts:UpdateSiteRackPhysicalProperties";
})(AwsOutpostsActions = exports.AwsOutpostsActions || (exports.AwsOutpostsActions = {}));
//# sourceMappingURL=outposts.js.map