stratosphere-iam-1.0.0: Stratosphere integration for AWS IAM.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IAM.User

Documentation

data User Source #

Instances

Instances details
ToJSON User Source # 
Instance details

Defined in Stratosphere.IAM.User

Show User Source # 
Instance details

Defined in Stratosphere.IAM.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

Eq User Source # 
Instance details

Defined in Stratosphere.IAM.User

Methods

(==) :: User -> User -> Bool #

(/=) :: User -> User -> Bool #

ToResourceProperties User Source # 
Instance details

Defined in Stratosphere.IAM.User

Property "Groups" User Source # 
Instance details

Defined in Stratosphere.IAM.User

Associated Types

type PropertyType "Groups" User 
Instance details

Defined in Stratosphere.IAM.User

Methods

set :: PropertyType "Groups" User -> User -> User #

Property "LoginProfile" User Source # 
Instance details

Defined in Stratosphere.IAM.User

Associated Types

type PropertyType "LoginProfile" User 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "LoginProfile" User = LoginProfileProperty

Methods

set :: PropertyType "LoginProfile" User -> User -> User #

Property "ManagedPolicyArns" User Source # 
Instance details

Defined in Stratosphere.IAM.User

Associated Types

type PropertyType "ManagedPolicyArns" User 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "ManagedPolicyArns" User = ValueList Text

Methods

set :: PropertyType "ManagedPolicyArns" User -> User -> User #

Property "Path" User Source # 
Instance details

Defined in Stratosphere.IAM.User

Associated Types

type PropertyType "Path" User 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "Path" User = Value Text

Methods

set :: PropertyType "Path" User -> User -> User #

Property "PermissionsBoundary" User Source # 
Instance details

Defined in Stratosphere.IAM.User

Associated Types

type PropertyType "PermissionsBoundary" User 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "PermissionsBoundary" User = Value Text

Methods

set :: PropertyType "PermissionsBoundary" User -> User -> User #

Property "Policies" User Source # 
Instance details

Defined in Stratosphere.IAM.User

Associated Types

type PropertyType "Policies" User 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "Policies" User = [PolicyProperty]

Methods

set :: PropertyType "Policies" User -> User -> User #

Property "Tags" User Source # 
Instance details

Defined in Stratosphere.IAM.User

Associated Types

type PropertyType "Tags" User 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "Tags" User = [Tag]

Methods

set :: PropertyType "Tags" User -> User -> User #

Property "UserName" User Source # 
Instance details

Defined in Stratosphere.IAM.User

Associated Types

type PropertyType "UserName" User 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "UserName" User = Value Text

Methods

set :: PropertyType "UserName" User -> User -> User #

type PropertyType "Groups" User Source # 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "LoginProfile" User Source # 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "LoginProfile" User = LoginProfileProperty
type PropertyType "ManagedPolicyArns" User Source # 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "ManagedPolicyArns" User = ValueList Text
type PropertyType "Path" User Source # 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "Path" User = Value Text
type PropertyType "PermissionsBoundary" User Source # 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "PermissionsBoundary" User = Value Text
type PropertyType "Policies" User Source # 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "Policies" User = [PolicyProperty]
type PropertyType "Tags" User Source # 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "Tags" User = [Tag]
type PropertyType "UserName" User Source # 
Instance details

Defined in Stratosphere.IAM.User

type PropertyType "UserName" User = Value Text