aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
124 lines • 4.68 kB
JavaScript
"use strict";
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsBraketActions = void 0;
/**
* All IAM policy actions for Amazon Braket (BRAKET)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbraket.html
*
* 2025-02-24T21:46:56.283Z
*/
var AwsBraketActions;
(function (AwsBraketActions) {
/**
* Grants permission to accept the Amazon Braket user agreement
*
* See ${UserGuideDocPage}
*/
AwsBraketActions["AcceptUserAgreement"] = "braket:AcceptUserAgreement";
/**
* Grants permission to check if an Amazon Braket feature is enabled for an accoun
* t. Customers need this permission to use all features available in the console
*
* See ${UserGuideDocPage}
*/
AwsBraketActions["AccessBraketFeature"] = "braket:AccessBraketFeature";
/**
* Grants permission to cancel a job
*
* See https://docs.aws.amazon.com/braket/latest/APIReference/API_CancelJob.html
*/
AwsBraketActions["CancelJob"] = "braket:CancelJob";
/**
* Grants permission to cancel a quantum task
*
* See https://docs.aws.amazon.com/braket/latest/APIReference/API_CancelQuantumTask.html
*/
AwsBraketActions["CancelQuantumTask"] = "braket:CancelQuantumTask";
/**
* Grants permission to create a job
*
* See https://docs.aws.amazon.com/braket/latest/APIReference/API_CreateJob.html
*/
AwsBraketActions["CreateJob"] = "braket:CreateJob";
/**
* Grants permission to create a quantum task
*
* See https://docs.aws.amazon.com/braket/latest/APIReference/API_CreateQuantumTask.html
*/
AwsBraketActions["CreateQuantumTask"] = "braket:CreateQuantumTask";
/**
* Grants permission to retrieve information about the devices available in Amazon
* Braket
*
* See https://docs.aws.amazon.com/braket/latest/APIReference/API_GetDevice.html
*/
AwsBraketActions["GetDevice"] = "braket:GetDevice";
/**
* Grants permission to retrieve jobs
*
* See https://docs.aws.amazon.com/braket/latest/APIReference/API_GetJob.html
*/
AwsBraketActions["GetJob"] = "braket:GetJob";
/**
* Grants permission to retrieve quantum tasks
*
* See https://docs.aws.amazon.com/braket/latest/APIReference/API_GetQuantumTask.html
*/
AwsBraketActions["GetQuantumTask"] = "braket:GetQuantumTask";
/**
* Grants permission to check if the Amazon Braket service linked role has been cr
* eated
*
* See ${UserGuideDocPage}
*/
AwsBraketActions["GetServiceLinkedRoleStatus"] = "braket:GetServiceLinkedRoleStatus";
/**
* Grants permission to check if the account has accepted the Amazon Braket user a
* greement
*
* See ${UserGuideDocPage}
*/
AwsBraketActions["GetUserAgreementStatus"] = "braket:GetUserAgreementStatus";
/**
* Grants permission to listing the tags that have been applied to the quantum tas
* k resource or the job
*
* See https://docs.aws.amazon.com/braket/latest/APIReference/API_ListTagsForResource.html
*/
AwsBraketActions["ListTagsForResource"] = "braket:ListTagsForResource";
/**
* Grants permission to search for devices available in Amazon Braket
*
* See https://docs.aws.amazon.com/braket/latest/APIReference/API_SearchDevices.html
*/
AwsBraketActions["SearchDevices"] = "braket:SearchDevices";
/**
* Grants permission to search for jobs
*
* See https://docs.aws.amazon.com/braket/latest/APIReference/API_SearchJobs.html
*/
AwsBraketActions["SearchJobs"] = "braket:SearchJobs";
/**
* Grants permission to search for quantum tasks
*
* See https://docs.aws.amazon.com/braket/latest/APIReference/API_SearchQuantumTasks.html
*/
AwsBraketActions["SearchQuantumTasks"] = "braket:SearchQuantumTasks";
/**
* Grants permission to add one or more tags to a quantum task or a hybrid job
*
* See https://docs.aws.amazon.com/braket/latest/APIReference/API_TagResource.html
*/
AwsBraketActions["TagResource"] = "braket:TagResource";
/**
* Grants permission to remove one or more tags from a quantum task resource or a
* job. A tag consists of a key-value pair
*
* See https://docs.aws.amazon.com/braket/latest/APIReference/API_UntagResource.html
*/
AwsBraketActions["UntagResource"] = "braket:UntagResource";
})(AwsBraketActions = exports.AwsBraketActions || (exports.AwsBraketActions = {}));
//# sourceMappingURL=braket.js.map