aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
19 lines • 713 B
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* 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
*/
export 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 || (AwsMobileanalyticsActions = {}));
//# sourceMappingURL=mobileanalytics.js.map