aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
29 lines • 1.18 kB
JavaScript
;
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsConsoleappActions = void 0;
/**
* All IAM policy actions for AWS Management Console Mobile App (CONSOLEAPP)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsconsolemobileapp.html
*
* 2025-02-24T21:47:26.437Z
*/
var AwsConsoleappActions;
(function (AwsConsoleappActions) {
/**
* Grants permission to retrieve the device identity for a Console Mobile App devi
* ce
*
* See https://docs.aws.amazon.com/consolemobileapp/latest/userguide/permissions-policies.html
*/
AwsConsoleappActions["GetDeviceIdentity"] = "consoleapp:GetDeviceIdentity";
/**
* Grants permission to retrieve a list of device identities
*
* See https://docs.aws.amazon.com/consolemobileapp/latest/userguide/permissions-policies.html
*/
AwsConsoleappActions["ListDeviceIdentities"] = "consoleapp:ListDeviceIdentities";
})(AwsConsoleappActions = exports.AwsConsoleappActions || (exports.AwsConsoleappActions = {}));
//# sourceMappingURL=consoleapp.js.map