Various changes to organizations endpoint (#3175)
* Raise DuplicatePolicyException when a policy with the same name exists * Implement update_policy * Implement delete_policy
This commit is contained in:
parent
1eda31cb76
commit
cdc4385e2a
5 changed files with 139 additions and 8 deletions
|
|
@ -6113,7 +6113,7 @@
|
|||
- [ ] decline_handshake
|
||||
- [ ] delete_organization
|
||||
- [ ] delete_organizational_unit
|
||||
- [ ] delete_policy
|
||||
- [X] delete_policy
|
||||
- [ ] deregister_delegated_administrator
|
||||
- [X] describe_account
|
||||
- [X] describe_create_account_status
|
||||
|
|
@ -6152,7 +6152,7 @@
|
|||
- [X] tag_resource
|
||||
- [X] untag_resource
|
||||
- [X] update_organizational_unit
|
||||
- [ ] update_policy
|
||||
- [X] update_policy
|
||||
</details>
|
||||
|
||||
## outposts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue