Release v0.4.2 (What’s new?).
Welcome to aws_organizations Documentation#
AWS Organizations SDK enhancement.
Features
- Enhanced Boto3 API
Provides improved boto3 APIs for AWS Organizations with:
Type hints for better IDE support
Simplified pagination handling
Streamlined access to organization, organizational units, and account information
Clear hierarchy relationship queries
- Object-Oriented Organization Structure
The
OrgStructureclass provides a tree-based container for AWS organization data:Tree structure representation of your AWS organization
Easy navigation through organization hierarchy
Utility methods for finding and analyzing organization components
Multiple export formats for visualization and analysis
Install#
aws_organizations is released on PyPI, so all you need is to:
$ pip install aws-organizations
To upgrade to latest version:
$ pip install --upgrade aws-organizations