UNPKG

aws-iam-policy-types

Version:

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

38 lines 1.65 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * All IAM policy actions for AWS IoT Jobs DataPlane (IOTJOBSDATA) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotjobsdataplane.html * * 2025-02-24T21:48:26.470Z */ export var AwsIotjobsdataActions; (function (AwsIotjobsdataActions) { /** * Grants permission to describe a job execution * * See https://docs.aws.amazon.com/iot/latest/apireference/API_iot-jobs-data_DescribeJobExecution.html */ AwsIotjobsdataActions["DescribeJobExecution"] = "iotjobsdata:DescribeJobExecution"; /** * Grants permission to get the list of all jobs for a thing that are not in a ter * minal state * * See https://docs.aws.amazon.com/iot/latest/apireference/API_iot-jobs-data_GetPendingJobExecutions.html */ AwsIotjobsdataActions["GetPendingJobExecutions"] = "iotjobsdata:GetPendingJobExecutions"; /** * Grants permission to get and start the next pending job execution for a thing * * See https://docs.aws.amazon.com/iot/latest/apireference/API_iot-jobs-data_StartNextPendingJobExecution.html */ AwsIotjobsdataActions["StartNextPendingJobExecution"] = "iotjobsdata:StartNextPendingJobExecution"; /** * Grants permission to update a job execution * * See https://docs.aws.amazon.com/iot/latest/apireference/API_iot-jobs-data_UpdateJobExecution.html */ AwsIotjobsdataActions["UpdateJobExecution"] = "iotjobsdata:UpdateJobExecution"; })(AwsIotjobsdataActions || (AwsIotjobsdataActions = {})); //# sourceMappingURL=iotjobsdata.js.map