aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
22 lines • 871 B
JavaScript
;
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsMobileanalyticsActions = void 0;
/**
* All IAM policy actions for Amazon Mobile Analytics (MOBILEANALYTICS)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmobileanalytics.html
*
* 2025-02-24T21:48:58.788Z
*/
var AwsMobileanalyticsActions;
(function (AwsMobileanalyticsActions) {
/**
* The PutEvents operation records one or more events
*
* See https://docs.aws.amazon.com/mobileanalytics/latest/ug/PutEvents.html
*/
AwsMobileanalyticsActions["PutEvents"] = "mobileanalytics:PutEvents";
})(AwsMobileanalyticsActions = exports.AwsMobileanalyticsActions || (exports.AwsMobileanalyticsActions = {}));
//# sourceMappingURL=mobileanalytics.js.map