| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.AppSyncApiKey
Description
Synopsis
- data AppSyncApiKey = AppSyncApiKey {}
- appSyncApiKey :: Val Text -> AppSyncApiKey
- asakApiId :: Lens' AppSyncApiKey (Val Text)
- asakDescription :: Lens' AppSyncApiKey (Maybe (Val Text))
- asakExpires :: Lens' AppSyncApiKey (Maybe (Val Double))
Documentation
data AppSyncApiKey #
Full data type definition for AppSyncApiKey. See appSyncApiKey for a
more convenient constructor.
Constructors
| AppSyncApiKey | |
Fields | |
Instances
| Eq AppSyncApiKey # | |
Defined in Stratosphere.Resources.AppSyncApiKey Methods (==) :: AppSyncApiKey -> AppSyncApiKey -> Bool # (/=) :: AppSyncApiKey -> AppSyncApiKey -> Bool # | |
| Show AppSyncApiKey # | |
Defined in Stratosphere.Resources.AppSyncApiKey Methods showsPrec :: Int -> AppSyncApiKey -> ShowS # show :: AppSyncApiKey -> String # showList :: [AppSyncApiKey] -> ShowS # | |
| ToJSON AppSyncApiKey # | |
Defined in Stratosphere.Resources.AppSyncApiKey Methods toJSON :: AppSyncApiKey -> Value # toEncoding :: AppSyncApiKey -> Encoding # toJSONList :: [AppSyncApiKey] -> Value # toEncodingList :: [AppSyncApiKey] -> Encoding # | |
| FromJSON AppSyncApiKey # | |
Defined in Stratosphere.Resources.AppSyncApiKey Methods parseJSON :: Value -> Parser AppSyncApiKey # parseJSONList :: Value -> Parser [AppSyncApiKey] # | |
Arguments
| :: Val Text | |
| -> AppSyncApiKey |
Constructor for AppSyncApiKey containing required fields as arguments.
asakDescription :: Lens' AppSyncApiKey (Maybe (Val Text)) #