/**
 * 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 declare enum AwsMobileanalyticsActions {
    /**
     * The PutEvents operation records one or more events
     *
     * See https://docs.aws.amazon.com/mobileanalytics/latest/ug/PutEvents.html
     */
    PutEvents = "mobileanalytics:PutEvents"
}
