UNPKG

aws-iam-policy-types

Version:

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

50 lines 2.17 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsIotDeviceTesterActions = void 0; /** * All IAM policy actions for AWS IoT Device Tester (IOT-DEVICE-TESTER) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotdevicetester.html * * 2025-02-24T21:48:23.477Z */ var AwsIotDeviceTesterActions; (function (AwsIotDeviceTesterActions) { /** * Grants permission to IoT Device Tester to check if a given set of product, test * suite and device tester version are compatible * * See https://docs.aws.amazon.com/freertos/latest/userguide/dev-tester-prereqs.html */ AwsIotDeviceTesterActions["CheckVersion"] = "iot-device-tester:CheckVersion"; /** * Grants permission to IoT Device Tester to download compatible test suite versio * ns * * See https://docs.aws.amazon.com/freertos/latest/userguide/dev-tester-prereqs.html */ AwsIotDeviceTesterActions["DownloadTestSuite"] = "iot-device-tester:DownloadTestSuite"; /** * Grants permission to IoT Device Tester to get information on latest version of * device tester available * * See https://docs.aws.amazon.com/freertos/latest/userguide/dev-tester-prereqs.html */ AwsIotDeviceTesterActions["LatestIdt"] = "iot-device-tester:LatestIdt"; /** * Grants permission to IoT Device Tester to send usage metrics on your behalf * * See https://docs.aws.amazon.com/freertos/latest/userguide/dev-tester-prereqs.html */ AwsIotDeviceTesterActions["SendMetrics"] = "iot-device-tester:SendMetrics"; /** * Grants permission to IoT Device Tester to get list of supported products and te * st suite versions * * See https://docs.aws.amazon.com/freertos/latest/userguide/dev-tester-prereqs.html */ AwsIotDeviceTesterActions["SupportedVersion"] = "iot-device-tester:SupportedVersion"; })(AwsIotDeviceTesterActions = exports.AwsIotDeviceTesterActions || (exports.AwsIotDeviceTesterActions = {})); //# sourceMappingURL=iot-device-tester.js.map