| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Cognito.IdentityPoolRoleAttachment
Documentation
data MappingRuleProperty Source #
Constructors
| MappingRuleProperty | |
Fields | |
Instances
data RoleMappingProperty Source #
Constructors
| RoleMappingProperty | |
Fields | |
Instances
| ToJSON RoleMappingProperty Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment.RoleMappingProperty Methods toJSON :: RoleMappingProperty -> Value # toEncoding :: RoleMappingProperty -> Encoding # toJSONList :: [RoleMappingProperty] -> Value # toEncodingList :: [RoleMappingProperty] -> Encoding # omitField :: RoleMappingProperty -> Bool # | |||||
| Show RoleMappingProperty Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment.RoleMappingProperty Methods showsPrec :: Int -> RoleMappingProperty -> ShowS # show :: RoleMappingProperty -> String # showList :: [RoleMappingProperty] -> ShowS # | |||||
| Eq RoleMappingProperty Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment.RoleMappingProperty Methods (==) :: RoleMappingProperty -> RoleMappingProperty -> Bool # (/=) :: RoleMappingProperty -> RoleMappingProperty -> Bool # | |||||
| ToResourceProperties RoleMappingProperty Source # | |||||
| Property "AmbiguousRoleResolution" RoleMappingProperty Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment.RoleMappingProperty Associated Types
Methods set :: PropertyType "AmbiguousRoleResolution" RoleMappingProperty -> RoleMappingProperty -> RoleMappingProperty # | |||||
| Property "IdentityProvider" RoleMappingProperty Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment.RoleMappingProperty Associated Types
Methods set :: PropertyType "IdentityProvider" RoleMappingProperty -> RoleMappingProperty -> RoleMappingProperty # | |||||
| Property "RulesConfiguration" RoleMappingProperty Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment.RoleMappingProperty Associated Types
Methods set :: PropertyType "RulesConfiguration" RoleMappingProperty -> RoleMappingProperty -> RoleMappingProperty # | |||||
| Property "Type" RoleMappingProperty Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment.RoleMappingProperty Associated Types
Methods set :: PropertyType "Type" RoleMappingProperty -> RoleMappingProperty -> RoleMappingProperty # | |||||
| type PropertyType "AmbiguousRoleResolution" RoleMappingProperty Source # | |||||
| type PropertyType "IdentityProvider" RoleMappingProperty Source # | |||||
| type PropertyType "RulesConfiguration" RoleMappingProperty Source # | |||||
| type PropertyType "Type" RoleMappingProperty Source # | |||||
data RulesConfigurationTypeProperty Source #
Constructors
| RulesConfigurationTypeProperty | |
Fields
| |
Instances
| ToJSON RulesConfigurationTypeProperty Source # | |||||
| Show RulesConfigurationTypeProperty Source # | |||||
| Eq RulesConfigurationTypeProperty Source # | |||||
| ToResourceProperties RulesConfigurationTypeProperty Source # | |||||
| Property "Rules" RulesConfigurationTypeProperty Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment.RulesConfigurationTypeProperty Associated Types
Methods set :: PropertyType "Rules" RulesConfigurationTypeProperty -> RulesConfigurationTypeProperty -> RulesConfigurationTypeProperty # | |||||
| type PropertyType "Rules" RulesConfigurationTypeProperty Source # | |||||
mkMappingRuleProperty :: Value Text -> Value Text -> Value Text -> Value Text -> MappingRuleProperty Source #
mkRulesConfigurationTypeProperty :: [MappingRuleProperty] -> RulesConfigurationTypeProperty Source #
data IdentityPoolRoleAttachment Source #
Constructors
| IdentityPoolRoleAttachment | |
Fields
| |
Instances
| ToJSON IdentityPoolRoleAttachment Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment Methods toJSON :: IdentityPoolRoleAttachment -> Value # toEncoding :: IdentityPoolRoleAttachment -> Encoding # toJSONList :: [IdentityPoolRoleAttachment] -> Value # toEncodingList :: [IdentityPoolRoleAttachment] -> Encoding # | |||||
| Show IdentityPoolRoleAttachment Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment Methods showsPrec :: Int -> IdentityPoolRoleAttachment -> ShowS # show :: IdentityPoolRoleAttachment -> String # showList :: [IdentityPoolRoleAttachment] -> ShowS # | |||||
| Eq IdentityPoolRoleAttachment Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment Methods (==) :: IdentityPoolRoleAttachment -> IdentityPoolRoleAttachment -> Bool # (/=) :: IdentityPoolRoleAttachment -> IdentityPoolRoleAttachment -> Bool # | |||||
| ToResourceProperties IdentityPoolRoleAttachment Source # | |||||
| Property "IdentityPoolId" IdentityPoolRoleAttachment Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment Associated Types
Methods set :: PropertyType "IdentityPoolId" IdentityPoolRoleAttachment -> IdentityPoolRoleAttachment -> IdentityPoolRoleAttachment # | |||||
| Property "RoleMappings" IdentityPoolRoleAttachment Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment Associated Types
Methods set :: PropertyType "RoleMappings" IdentityPoolRoleAttachment -> IdentityPoolRoleAttachment -> IdentityPoolRoleAttachment # | |||||
| Property "Roles" IdentityPoolRoleAttachment Source # | |||||
Defined in Stratosphere.Cognito.IdentityPoolRoleAttachment Associated Types
Methods set :: PropertyType "Roles" IdentityPoolRoleAttachment -> IdentityPoolRoleAttachment -> IdentityPoolRoleAttachment # | |||||
| type PropertyType "IdentityPoolId" IdentityPoolRoleAttachment Source # | |||||
| type PropertyType "RoleMappings" IdentityPoolRoleAttachment Source # | |||||
| type PropertyType "Roles" IdentityPoolRoleAttachment Source # | |||||