| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.WorkSpacesWeb.SessionLogger
Documentation
data LogConfigurationProperty Source #
Constructors
| LogConfigurationProperty | |
Fields | |
Instances
data S3LogConfigurationProperty Source #
Constructors
| S3LogConfigurationProperty | |
Fields
| |
Instances
| ToJSON S3LogConfigurationProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger.S3LogConfigurationProperty Methods toJSON :: S3LogConfigurationProperty -> Value # toEncoding :: S3LogConfigurationProperty -> Encoding # toJSONList :: [S3LogConfigurationProperty] -> Value # toEncodingList :: [S3LogConfigurationProperty] -> Encoding # | |||||
| Show S3LogConfigurationProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger.S3LogConfigurationProperty Methods showsPrec :: Int -> S3LogConfigurationProperty -> ShowS # show :: S3LogConfigurationProperty -> String # showList :: [S3LogConfigurationProperty] -> ShowS # | |||||
| Eq S3LogConfigurationProperty Source # | |||||
| ToResourceProperties S3LogConfigurationProperty Source # | |||||
| Property "Bucket" S3LogConfigurationProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger.S3LogConfigurationProperty Associated Types
Methods set :: PropertyType "Bucket" S3LogConfigurationProperty -> S3LogConfigurationProperty -> S3LogConfigurationProperty # | |||||
| Property "BucketOwner" S3LogConfigurationProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger.S3LogConfigurationProperty Associated Types
Methods set :: PropertyType "BucketOwner" S3LogConfigurationProperty -> S3LogConfigurationProperty -> S3LogConfigurationProperty # | |||||
| Property "FolderStructure" S3LogConfigurationProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger.S3LogConfigurationProperty Associated Types
Methods set :: PropertyType "FolderStructure" S3LogConfigurationProperty -> S3LogConfigurationProperty -> S3LogConfigurationProperty # | |||||
| Property "KeyPrefix" S3LogConfigurationProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger.S3LogConfigurationProperty Associated Types
Methods set :: PropertyType "KeyPrefix" S3LogConfigurationProperty -> S3LogConfigurationProperty -> S3LogConfigurationProperty # | |||||
| Property "LogFileFormat" S3LogConfigurationProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger.S3LogConfigurationProperty Associated Types
Methods set :: PropertyType "LogFileFormat" S3LogConfigurationProperty -> S3LogConfigurationProperty -> S3LogConfigurationProperty # | |||||
| type PropertyType "Bucket" S3LogConfigurationProperty Source # | |||||
| type PropertyType "BucketOwner" S3LogConfigurationProperty Source # | |||||
| type PropertyType "FolderStructure" S3LogConfigurationProperty Source # | |||||
| type PropertyType "KeyPrefix" S3LogConfigurationProperty Source # | |||||
| type PropertyType "LogFileFormat" S3LogConfigurationProperty Source # | |||||
mkS3LogConfigurationProperty :: Value Text -> Value Text -> Value Text -> S3LogConfigurationProperty Source #
data SessionLogger Source #
Constructors
| SessionLogger | |
Fields | |
Instances
| ToJSON SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger Methods toJSON :: SessionLogger -> Value # toEncoding :: SessionLogger -> Encoding # toJSONList :: [SessionLogger] -> Value # toEncodingList :: [SessionLogger] -> Encoding # omitField :: SessionLogger -> Bool # | |||||
| Show SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger Methods showsPrec :: Int -> SessionLogger -> ShowS # show :: SessionLogger -> String # showList :: [SessionLogger] -> ShowS # | |||||
| Eq SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger Methods (==) :: SessionLogger -> SessionLogger -> Bool # (/=) :: SessionLogger -> SessionLogger -> Bool # | |||||
| ToResourceProperties SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger Methods toResourceProperties :: SessionLogger -> ResourceProperties # | |||||
| Property "AdditionalEncryptionContext" SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger Associated Types
Methods set :: PropertyType "AdditionalEncryptionContext" SessionLogger -> SessionLogger -> SessionLogger # | |||||
| Property "CustomerManagedKey" SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger Associated Types
Methods set :: PropertyType "CustomerManagedKey" SessionLogger -> SessionLogger -> SessionLogger # | |||||
| Property "DisplayName" SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger Associated Types
Methods set :: PropertyType "DisplayName" SessionLogger -> SessionLogger -> SessionLogger # | |||||
| Property "EventFilter" SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger Associated Types
Methods set :: PropertyType "EventFilter" SessionLogger -> SessionLogger -> SessionLogger # | |||||
| Property "LogConfiguration" SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger Associated Types
Methods set :: PropertyType "LogConfiguration" SessionLogger -> SessionLogger -> SessionLogger # | |||||
| Property "Tags" SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger Associated Types
Methods set :: PropertyType "Tags" SessionLogger -> SessionLogger -> SessionLogger # | |||||
| type PropertyType "AdditionalEncryptionContext" SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger | |||||
| type PropertyType "CustomerManagedKey" SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger | |||||
| type PropertyType "DisplayName" SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger | |||||
| type PropertyType "EventFilter" SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger | |||||
| type PropertyType "LogConfiguration" SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger | |||||
| type PropertyType "Tags" SessionLogger Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.SessionLogger | |||||