o
    Ü!dÈ  ã                   @   s   d d„ Z dd„ Zdd„ ZdS )c                 C   s   |   d¡d S )z%Gets the account ID portion of an ARNú:é   )Úsplit)Ú	trail_arn© r   úJusr/lib/python3.10/site-packages/awscli/customizations/cloudtrail/utils.pyÚget_account_id_from_arn   s   r   c                 C   s   |   ¡ }|d S )z>Retrieve the AWS account ID for the authenticated user or roleZAccount)Zget_caller_identity)Z
sts_clientÚresponser   r   r   Úget_account_id   s   r	   c                 C   s:   |   ¡ d }|D ]}| dd¡|kr|  S qtd| ƒ‚)z/Gets trail information based on the trail's ARNZ	trailListZTrailARNNz!A trail could not be found for %s)Zdescribe_trailsÚgetÚ
ValueError)Zcloudtrail_clientr   ZtrailsÚtrailr   r   r   Úget_trail_by_arn   s   ÿr   N)r   r	   r   r   r   r   r   Ú<module>   s   