AWS Organizations SDK enhancement.
Project Links
Meta
Author: Sanhe Hu
Maintainer: Sanhe Hu
Requires Python: >=3.9
Classifiers
Development Status
- 4 - Beta
Intended Audience
- Developers
License
- OSI Approved :: MIT License
Natural Language
- English
Operating System
- Microsoft :: Windows
- MacOS
- Unix
Programming Language
- Python
- Python :: 3.9
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
- Python :: 3 :: Only
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 OrgStructure class 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