QDevIdentityClient wraps AWS Identity Store client for user display name resolution
| 34 | |
| 35 | // QDevIdentityClient wraps AWS Identity Store client for user display name resolution |
| 36 | type QDevIdentityClient struct { |
| 37 | IdentityStore IdentityStoreAPI |
| 38 | StoreId string |
| 39 | Region string |
| 40 | } |
| 41 | |
| 42 | // NewQDevIdentityClient creates a new Identity Store client for the given connection |
| 43 | // Returns nil if Identity Store is not configured (empty ID or region) |
nothing calls this directly
no outgoing calls
no test coverage detected