84 lines
1.9 KiB
ReStructuredText
84 lines
1.9 KiB
ReStructuredText
.. _implementedservice_organizations:
|
|
|
|
.. |start-h3| raw:: html
|
|
|
|
<h3>
|
|
|
|
.. |end-h3| raw:: html
|
|
|
|
</h3>
|
|
|
|
=============
|
|
organizations
|
|
=============
|
|
|
|
|start-h3| Example usage |end-h3|
|
|
|
|
.. sourcecode:: python
|
|
|
|
@mock_organizations
|
|
def test_organizations_behaviour:
|
|
boto3.client("organizations")
|
|
...
|
|
|
|
|
|
|
|
|start-h3| Implemented features for this service |end-h3|
|
|
|
|
- [ ] accept_handshake
|
|
- [X] attach_policy
|
|
- [ ] cancel_handshake
|
|
- [X] close_account
|
|
- [X] create_account
|
|
- [ ] create_gov_cloud_account
|
|
- [X] create_organization
|
|
- [X] create_organizational_unit
|
|
- [X] create_policy
|
|
- [ ] decline_handshake
|
|
- [X] delete_organization
|
|
- [X] delete_organizational_unit
|
|
- [X] delete_policy
|
|
- [ ] delete_resource_policy
|
|
- [X] deregister_delegated_administrator
|
|
- [X] describe_account
|
|
- [X] describe_create_account_status
|
|
- [ ] describe_effective_policy
|
|
- [ ] describe_handshake
|
|
- [X] describe_organization
|
|
- [X] describe_organizational_unit
|
|
- [X] describe_policy
|
|
- [ ] describe_resource_policy
|
|
- [X] detach_policy
|
|
- [X] disable_aws_service_access
|
|
- [X] disable_policy_type
|
|
- [ ] enable_all_features
|
|
- [X] enable_aws_service_access
|
|
- [X] enable_policy_type
|
|
- [ ] invite_account_to_organization
|
|
- [ ] leave_organization
|
|
- [X] list_accounts
|
|
- [X] list_accounts_for_parent
|
|
- [X] list_aws_service_access_for_organization
|
|
- [X] list_children
|
|
- [X] list_create_account_status
|
|
- [X] list_delegated_administrators
|
|
- [X] list_delegated_services_for_account
|
|
- [ ] list_handshakes_for_account
|
|
- [ ] list_handshakes_for_organization
|
|
- [X] list_organizational_units_for_parent
|
|
- [X] list_parents
|
|
- [X] list_policies
|
|
- [X] list_policies_for_target
|
|
- [X] list_roots
|
|
- [X] list_tags_for_resource
|
|
- [X] list_targets_for_policy
|
|
- [X] move_account
|
|
- [ ] put_resource_policy
|
|
- [X] register_delegated_administrator
|
|
- [X] remove_account_from_organization
|
|
- [X] tag_resource
|
|
- [X] untag_resource
|
|
- [X] update_organizational_unit
|
|
- [X] update_policy
|
|
|