Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- newtype UserIdentityType where
- UserIdentityType' { }
- pattern UserIdentityType_AWSAccount :: UserIdentityType
- pattern UserIdentityType_AWSService :: UserIdentityType
- pattern UserIdentityType_AssumedRole :: UserIdentityType
- pattern UserIdentityType_FederatedUser :: UserIdentityType
- pattern UserIdentityType_IAMUser :: UserIdentityType
- pattern UserIdentityType_Root :: UserIdentityType
Documentation
newtype UserIdentityType Source #
The type of entity that performed the action on the affected resource. Possible values are:
pattern UserIdentityType_AWSAccount :: UserIdentityType | |
pattern UserIdentityType_AWSService :: UserIdentityType | |
pattern UserIdentityType_AssumedRole :: UserIdentityType | |
pattern UserIdentityType_FederatedUser :: UserIdentityType | |
pattern UserIdentityType_IAMUser :: UserIdentityType | |
pattern UserIdentityType_Root :: UserIdentityType |