UNPKG

aws-iam-policy-types

Version:

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

189 lines (188 loc) 7.84 kB
/** * All IAM policy actions for AWS Resource Explorer (RESOURCE-EXPLORER-2) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsresourceexplorer.html * * 2025-02-24T21:49:26.519Z */ export declare enum AwsResourceExplorer2Actions { /** * Grants permission to set the specified view as the default for this AWS Region * in this AWS account * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_AssociateDefaultView.html */ AssociateDefaultView = "resource-explorer-2:AssociateDefaultView", /** * Grants permission to retrieve details about views that you specify by a list of * ARNs * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_BatchGetView.html */ BatchGetView = "resource-explorer-2:BatchGetView", /** * Grants permission to turn on Resource Explorer in the AWS Region in which you c * alled this operation by creating an index * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_CreateIndex.html */ CreateIndex = "resource-explorer-2:CreateIndex", /** * Grants permission to create managed view * * See https://docs.aws.amazon.com/resource-explorer/latest/userguide/API_ManagedView.html */ CreateManagedView = "resource-explorer-2:CreateManagedView", /** * Grants permission to create a view that users can query * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_CreateView.html */ CreateView = "resource-explorer-2:CreateView", /** * Grants permission to turn off Resource Explorer in the specified AWS Region by * deleting the index * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_DeleteIndex.html */ DeleteIndex = "resource-explorer-2:DeleteIndex", /** * Grants permission to delete the specified view's resource policy * * See https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-views-share.html */ DeleteResourcePolicy = "resource-explorer-2:DeleteResourcePolicy", /** * Grants permission to delete a view * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_DeleteView.html */ DeleteView = "resource-explorer-2:DeleteView", /** * Grants permission to remove the default view for the AWS Region in which you ca * ll this operation * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_DisassociateDefaultView.html */ DisassociateDefaultView = "resource-explorer-2:DisassociateDefaultView", /** * Grants permission to Resource Explorer to access account level data within your * AWS Organization * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_GetAccountLevelServiceConfiguration.html */ GetAccountLevelServiceConfiguration = "resource-explorer-2:GetAccountLevelServiceConfiguration", /** * Grants permission to retrieve the Amazon resource name (ARN) of the view that i * s the default for the AWS Region in which you call this operation * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_GetDefaultView.html */ GetDefaultView = "resource-explorer-2:GetDefaultView", /** * Grants permission to retrieve information about the index in the AWS Region in * which you call this operation * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_GetIndex.html */ GetIndex = "resource-explorer-2:GetIndex", /** * Grants permission to get managed view * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_GetManagedView.html */ GetManagedView = "resource-explorer-2:GetManagedView", /** * Grants permission to retrieve information about the specified view's resource p * olicy * * See https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-views-share.html */ GetResourcePolicy = "resource-explorer-2:GetResourcePolicy", /** * Grants permission to retrieve information about the specified view * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_GetView.html */ GetView = "resource-explorer-2:GetView", /** * Grants permission to list the indexes in all AWS Regions * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_ListIndexes.html */ ListIndexes = "resource-explorer-2:ListIndexes", /** * Grants permission to list the organization member account's indexes in all AWS * Regions * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_ListIndexesForMembers.html */ ListIndexesForMembers = "resource-explorer-2:ListIndexesForMembers", /** * Grants permission to list managed views * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_ListManagedViews.html */ ListManagedViews = "resource-explorer-2:ListManagedViews", /** * Grants permission to retrieve a list of all resource types currently supported * by Resource Explorer * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_ListSupportedResourceTypes.html */ ListSupportedResourceTypes = "resource-explorer-2:ListSupportedResourceTypes", /** * Grants permission to list the tags that are attached to the specified resource * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_ListTagsForResource.html */ ListTagsForResource = "resource-explorer-2:ListTagsForResource", /** * Grants permission to list the Amazon resource names (ARNs) of all of the views * available in the AWS Region in which you call this operation * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_ListViews.html */ ListViews = "resource-explorer-2:ListViews", /** * Grants permission to update the specified view's resource policy * * See https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-views-share.html */ PutResourcePolicy = "resource-explorer-2:PutResourcePolicy", /** * Grants permission to search for resources and display details about all resourc * es that match the specified criteria * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_Search.html */ Search = "resource-explorer-2:Search", /** * Grants permission to add one or more tag key and value pairs to the specified r * esource * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_TagResource.html */ TagResource = "resource-explorer-2:TagResource", /** * Grants permission to remove one or more tag key and value pairs from the specif * ied resource * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_UntagResource.html */ UntagResource = "resource-explorer-2:UntagResource", /** * Grants permission to change the type of the index from LOCAL to AGGREGATOR or b * ack * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_UpdateIndexType.html */ UpdateIndexType = "resource-explorer-2:UpdateIndexType", /** * Grants permission to modify some of the details of a view * * See https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_UpdateView.html */ UpdateView = "resource-explorer-2:UpdateView" }