aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
230 lines • 10.1 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for Amazon Neptune Analytics (NEPTUNE-GRAPH)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonneptuneanalytics.html
*
* 2025-02-24T21:49:01.007Z
*/
export var AwsNeptuneGraphActions;
(function (AwsNeptuneGraphActions) {
/**
* Grants permission to cancel an ongoing export task
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_CancelExportTask.html
*/
AwsNeptuneGraphActions["CancelExportTask"] = "neptune-graph:CancelExportTask";
/**
* Grants permission to cancel an ongoing import task
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_CancelImportTask.html
*/
AwsNeptuneGraphActions["CancelImportTask"] = "neptune-graph:CancelImportTask";
/**
* Grants permission to cancel a query
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_CancelQuery.html
*/
AwsNeptuneGraphActions["CancelQuery"] = "neptune-graph:CancelQuery";
/**
* Grants permission to create a new graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_CreateGraph.html
*/
AwsNeptuneGraphActions["CreateGraph"] = "neptune-graph:CreateGraph";
/**
* Grants permission to create a new snapshot from an existing graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_CreateGraphSnapshot.html
*/
AwsNeptuneGraphActions["CreateGraphSnapshot"] = "neptune-graph:CreateGraphSnapshot";
/**
* Grants permission to create a new graph while importing data into the new graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_CreateGraphUsingImportTask.html
*/
AwsNeptuneGraphActions["CreateGraphUsingImportTask"] = "neptune-graph:CreateGraphUsingImportTask";
/**
* Grants permission to create a new private graph endpoint to access the graph fr
* om within a vpc
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_CreatePrivateGraphEndpoint.html
*/
AwsNeptuneGraphActions["CreatePrivateGraphEndpoint"] = "neptune-graph:CreatePrivateGraphEndpoint";
/**
* Grants permission to delete data via query APIs on the graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_ExecuteQuery.html
*/
AwsNeptuneGraphActions["DeleteDataViaQuery"] = "neptune-graph:DeleteDataViaQuery";
/**
* Grants permission to delete a graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_DeleteGraph.html
*/
AwsNeptuneGraphActions["DeleteGraph"] = "neptune-graph:DeleteGraph";
/**
* Grants permission to delete a snapshot
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_DeleteGraphSnapshot.html
*/
AwsNeptuneGraphActions["DeleteGraphSnapshot"] = "neptune-graph:DeleteGraphSnapshot";
/**
* Grants permission to delete a private graph endpoint of a graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_DeletePrivateGraphEndpoint.html
*/
AwsNeptuneGraphActions["DeletePrivateGraphEndpoint"] = "neptune-graph:DeletePrivateGraphEndpoint";
/**
* Grants permission to get the engine status of the graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/#GetEngineStatus
*/
AwsNeptuneGraphActions["GetEngineStatus"] = "neptune-graph:GetEngineStatus";
/**
* Grants permission to get details about an export task
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_GetExportTask.html
*/
AwsNeptuneGraphActions["GetExportTask"] = "neptune-graph:GetExportTask";
/**
* Grants permission to get details about a graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_GetGraph.html
*/
AwsNeptuneGraphActions["GetGraph"] = "neptune-graph:GetGraph";
/**
* Grants permission to get details about a snapshot
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_GetGraphSnapshot.html
*/
AwsNeptuneGraphActions["GetGraphSnapshot"] = "neptune-graph:GetGraphSnapshot";
/**
* Grants permission to get the summary for the data in the graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_GetGraphSummary.html
*/
AwsNeptuneGraphActions["GetGraphSummary"] = "neptune-graph:GetGraphSummary";
/**
* Grants permission to get details about an import task
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_GetImportTask.html
*/
AwsNeptuneGraphActions["GetImportTask"] = "neptune-graph:GetImportTask";
/**
* Grants permission to get details about a private graph endpoint of a graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_GetPrivateGraphEndpoint.html
*/
AwsNeptuneGraphActions["GetPrivateGraphEndpoint"] = "neptune-graph:GetPrivateGraphEndpoint";
/**
* Grants permission to check the status of a given query
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_GetQuery.html
*/
AwsNeptuneGraphActions["GetQueryStatus"] = "neptune-graph:GetQueryStatus";
/**
* Grants permission to get the statistics for the data in the graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/#GetStatisticsStatus
*/
AwsNeptuneGraphActions["GetStatisticsStatus"] = "neptune-graph:GetStatisticsStatus";
/**
* Grants permission to list the export tasks in your account
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_ListExportTasks.html
*/
AwsNeptuneGraphActions["ListExportTasks"] = "neptune-graph:ListExportTasks";
/**
* Grants permission to list the snapshots in your account
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_ListGraphSnapshots.html
*/
AwsNeptuneGraphActions["ListGraphSnapshots"] = "neptune-graph:ListGraphSnapshots";
/**
* Grants permission to list the graphs in your account
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_ListGraphs.html
*/
AwsNeptuneGraphActions["ListGraphs"] = "neptune-graph:ListGraphs";
/**
* Grants permission to list the import tasks in your account
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_ListImportTasks.html
*/
AwsNeptuneGraphActions["ListImportTasks"] = "neptune-graph:ListImportTasks";
/**
* Grants permission to list the private graph endpoints for a given graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_ListPrivateGraphEndpoints.html
*/
AwsNeptuneGraphActions["ListPrivateGraphEndpoints"] = "neptune-graph:ListPrivateGraphEndpoints";
/**
* Grants permission to check the status of all active queries
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_ListQueries.html
*/
AwsNeptuneGraphActions["ListQueries"] = "neptune-graph:ListQueries";
/**
* Grants permission to lists tag for a Neptune Analytics resource
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_ListTagsForResource.html
*/
AwsNeptuneGraphActions["ListTagsForResource"] = "neptune-graph:ListTagsForResource";
/**
* Grants permission to read data via query APIs on the graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_ExecuteQuery.html
*/
AwsNeptuneGraphActions["ReadDataViaQuery"] = "neptune-graph:ReadDataViaQuery";
/**
* Grants permission to reset a graph which deletes all data within the graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_ResetGraph.html
*/
AwsNeptuneGraphActions["ResetGraph"] = "neptune-graph:ResetGraph";
/**
* Grants permission to create a new graph from an existing snapshot
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_RestoreGraphFromSnapshot.html
*/
AwsNeptuneGraphActions["RestoreGraphFromSnapshot"] = "neptune-graph:RestoreGraphFromSnapshot";
/**
* Grants permission to export data from an existing graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_StartExportTask.html
*/
AwsNeptuneGraphActions["StartExportTask"] = "neptune-graph:StartExportTask";
/**
* Grants permission to import data into an existing graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_StartImportTask.html
*/
AwsNeptuneGraphActions["StartImportTask"] = "neptune-graph:StartImportTask";
/**
* Grants permission to tag a Neptune Analytics resource
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_TagResource.html
*/
AwsNeptuneGraphActions["TagResource"] = "neptune-graph:TagResource";
/**
* Grants permission to untag a Neptune Analytics resource
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_UntagResource.html
*/
AwsNeptuneGraphActions["UntagResource"] = "neptune-graph:UntagResource";
/**
* Grants permission to modify a graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_UpdateGraph.html
*/
AwsNeptuneGraphActions["UpdateGraph"] = "neptune-graph:UpdateGraph";
/**
* Grants permission to write data via query APIs on the graph
*
* See https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_ExecuteQuery.html
*/
AwsNeptuneGraphActions["WriteDataViaQuery"] = "neptune-graph:WriteDataViaQuery";
})(AwsNeptuneGraphActions || (AwsNeptuneGraphActions = {}));
//# sourceMappingURL=neptune-graph.js.map