aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
47 lines • 2.01 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* 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
*/
export 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 || (AwsIotDeviceTesterActions = {}));
//# sourceMappingURL=iot-device-tester.js.map