aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

IAM Swift MVP Examples

Open shepazon opened this issue 3 years ago • 0 comments

Implement the scenario and API examples from #2588.

Requirements:

  • [ ] Runnable scenario code.
  • [ ] Service action code (may be same as scenario code).
    • [x] ListRoles
    • [x] GetRole
    • [x] ListUsers
    • [x] ListPolicies
    • [x] ListGroups
    • [ ] CreateServiceLinkedRole
    • [x] AttachRolePolicy
    • [x] CreateRole
    • [ ] GetAccountPasswordPolicy
    • [x] ListAttachedRolePolicies
    • [ ] ListSAMLProviders
    • [x] GetPolicy
    • [x] ListRolePolicies
  • [ ] Unit tests.
  • [ ] Scenario and API examples tagged for SOS.
  • [ ] README

shepazon avatar Sep 08 '22 18:09 shepazon