aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
216 lines • 9.59 kB
JavaScript
"use strict";
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsNeptuneDbActions = void 0;
/**
* All IAM policy actions for Amazon Neptune (NEPTUNE-DB)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonneptune.html
*
* 2025-02-24T21:49:00.511Z
*/
var AwsNeptuneDbActions;
(function (AwsNeptuneDbActions) {
/**
* Grants permission to cancel a loader job
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelloaderjob
*/
AwsNeptuneDbActions["CancelLoaderJob"] = "neptune-db:CancelLoaderJob";
/**
* Grants permission to cancel an ML data processing job
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelmldataprocessingjob
*/
AwsNeptuneDbActions["CancelMLDataProcessingJob"] = "neptune-db:CancelMLDataProcessingJob";
/**
* Grants permission to cancel an ML model training job
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelmlmodeltrainingjob
*/
AwsNeptuneDbActions["CancelMLModelTrainingJob"] = "neptune-db:CancelMLModelTrainingJob";
/**
* Grants permission to cancel an ML model transform job
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelmlmodeltransformjob
*/
AwsNeptuneDbActions["CancelMLModelTransformJob"] = "neptune-db:CancelMLModelTransformJob";
/**
* Grants permission to cancel a query
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelquery
*/
AwsNeptuneDbActions["CancelQuery"] = "neptune-db:CancelQuery";
/**
* Grants permission to create an ML endpoint
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#createmlendpoint
*/
AwsNeptuneDbActions["CreateMLEndpoint"] = "neptune-db:CreateMLEndpoint";
/**
* Grants permission to run delete data via query APIs on database
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletedataviaquery
*/
AwsNeptuneDbActions["DeleteDataViaQuery"] = "neptune-db:DeleteDataViaQuery";
/**
* Grants permission to delete an ML endpoint
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletemlendpoint
*/
AwsNeptuneDbActions["DeleteMLEndpoint"] = "neptune-db:DeleteMLEndpoint";
/**
* Grants permission to delete all the statistics in the database
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletestatistics
*/
AwsNeptuneDbActions["DeleteStatistics"] = "neptune-db:DeleteStatistics";
/**
* Grants permission to check the status of the Neptune engine
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getenginestatus
*/
AwsNeptuneDbActions["GetEngineStatus"] = "neptune-db:GetEngineStatus";
/**
* Grants permission to get the graph summary from the database
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getgraphsummary
*/
AwsNeptuneDbActions["GetGraphSummary"] = "neptune-db:GetGraphSummary";
/**
* Grants permission to check the status of a loader job
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getloaderjobstatus
*/
AwsNeptuneDbActions["GetLoaderJobStatus"] = "neptune-db:GetLoaderJobStatus";
/**
* Grants permission to check the status of an ML data processing job
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmldataprocessingjobstatus
*/
AwsNeptuneDbActions["GetMLDataProcessingJobStatus"] = "neptune-db:GetMLDataProcessingJobStatus";
/**
* Grants permission to check the status of an ML endpoint
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmlendpointstatus
*/
AwsNeptuneDbActions["GetMLEndpointStatus"] = "neptune-db:GetMLEndpointStatus";
/**
* Grants permission to check the status of an ML model training job
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmlmodeltrainingjobstatus
*/
AwsNeptuneDbActions["GetMLModelTrainingJobStatus"] = "neptune-db:GetMLModelTrainingJobStatus";
/**
* Grants permission to check the status of an ML model transform job
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmlmodeltransformjobstatus
*/
AwsNeptuneDbActions["GetMLModelTransformJobStatus"] = "neptune-db:GetMLModelTransformJobStatus";
/**
* Grants permission to check the status of all active queries
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getquerystatus
*/
AwsNeptuneDbActions["GetQueryStatus"] = "neptune-db:GetQueryStatus";
/**
* Grants permission to check the status of statistics of the database
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstatisticsstatus
*/
AwsNeptuneDbActions["GetStatisticsStatus"] = "neptune-db:GetStatisticsStatus";
/**
* Grants permission to fetch stream records from Neptune
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstreamrecords
*/
AwsNeptuneDbActions["GetStreamRecords"] = "neptune-db:GetStreamRecords";
/**
* Grants permission to list all the loader jobs
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listloaderjobs
*/
AwsNeptuneDbActions["ListLoaderJobs"] = "neptune-db:ListLoaderJobs";
/**
* Grants permission to list all the ML data processing jobs
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listmldataprocessingjobs
*/
AwsNeptuneDbActions["ListMLDataProcessingJobs"] = "neptune-db:ListMLDataProcessingJobs";
/**
* Grants permission to list all the ML endpoints
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listmlendpoints
*/
AwsNeptuneDbActions["ListMLEndpoints"] = "neptune-db:ListMLEndpoints";
/**
* Grants permission to list all the ML model training jobs
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listmlmodeltrainingjobs
*/
AwsNeptuneDbActions["ListMLModelTrainingJobs"] = "neptune-db:ListMLModelTrainingJobs";
/**
* Grants permission to list all the ML model transform jobs
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listmlmodeltransformjobs
*/
AwsNeptuneDbActions["ListMLModelTransformJobs"] = "neptune-db:ListMLModelTransformJobs";
/**
* Grants permission to manage statistics in the database
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#managestatistics
*/
AwsNeptuneDbActions["ManageStatistics"] = "neptune-db:ManageStatistics";
/**
* Grants permission to run read data via query APIs on database
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery
*/
AwsNeptuneDbActions["ReadDataViaQuery"] = "neptune-db:ReadDataViaQuery";
/**
* Grants permission to get the token needed for reset and resets the Neptune data
* base
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#resetdatabase
*/
AwsNeptuneDbActions["ResetDatabase"] = "neptune-db:ResetDatabase";
/**
* Grants permission to start a loader job
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startloaderjob
*/
AwsNeptuneDbActions["StartLoaderJob"] = "neptune-db:StartLoaderJob";
/**
* Grants permission to start an ML data processing job
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startmldataprocessingjob
*/
AwsNeptuneDbActions["StartMLDataProcessingJob"] = "neptune-db:StartMLDataProcessingJob";
/**
* Grants permission to start an ML model training job
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startmlmodeltrainingjob
*/
AwsNeptuneDbActions["StartMLModelTrainingJob"] = "neptune-db:StartMLModelTrainingJob";
/**
* Grants permission to start an ML model transform job
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startmlmodeltransformjob
*/
AwsNeptuneDbActions["StartMLModelTransformJob"] = "neptune-db:StartMLModelTransformJob";
/**
* Grants permission to run write data via query APIs on database
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#writedataviaquery
*/
AwsNeptuneDbActions["WriteDataViaQuery"] = "neptune-db:WriteDataViaQuery";
/**
* Grants permission to all data-access actions in engine versions prior to 1.2.0.
* 0
*
* See https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html
*/
AwsNeptuneDbActions["connect"] = "neptune-db:connect";
})(AwsNeptuneDbActions = exports.AwsNeptuneDbActions || (exports.AwsNeptuneDbActions = {}));
//# sourceMappingURL=neptune-db.js.map