| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Analysis.ImageStaticFileProperty
Documentation
data StaticFileSourceProperty Source #
Constructors
| StaticFileSourceProperty | |
Instances
data StaticFileS3SourceOptionsProperty Source #
Constructors
| StaticFileS3SourceOptionsProperty | |
Fields
| |
Instances
| ToJSON StaticFileS3SourceOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.StaticFileS3SourceOptionsProperty | |||||
| Show StaticFileS3SourceOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.StaticFileS3SourceOptionsProperty Methods showsPrec :: Int -> StaticFileS3SourceOptionsProperty -> ShowS # | |||||
| Eq StaticFileS3SourceOptionsProperty Source # | |||||
| ToResourceProperties StaticFileS3SourceOptionsProperty Source # | |||||
| Property "BucketName" StaticFileS3SourceOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.StaticFileS3SourceOptionsProperty Associated Types
Methods set :: PropertyType "BucketName" StaticFileS3SourceOptionsProperty -> StaticFileS3SourceOptionsProperty -> StaticFileS3SourceOptionsProperty # | |||||
| Property "ObjectKey" StaticFileS3SourceOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.StaticFileS3SourceOptionsProperty Associated Types
Methods set :: PropertyType "ObjectKey" StaticFileS3SourceOptionsProperty -> StaticFileS3SourceOptionsProperty -> StaticFileS3SourceOptionsProperty # | |||||
| Property "Region" StaticFileS3SourceOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.StaticFileS3SourceOptionsProperty Associated Types
Methods set :: PropertyType "Region" StaticFileS3SourceOptionsProperty -> StaticFileS3SourceOptionsProperty -> StaticFileS3SourceOptionsProperty # | |||||
| type PropertyType "BucketName" StaticFileS3SourceOptionsProperty Source # | |||||
| type PropertyType "ObjectKey" StaticFileS3SourceOptionsProperty Source # | |||||
| type PropertyType "Region" StaticFileS3SourceOptionsProperty Source # | |||||
data StaticFileUrlSourceOptionsProperty Source #
Constructors
| StaticFileUrlSourceOptionsProperty | |
Fields
| |
Instances
| ToJSON StaticFileUrlSourceOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.StaticFileUrlSourceOptionsProperty | |||||
| Show StaticFileUrlSourceOptionsProperty Source # | |||||
| Eq StaticFileUrlSourceOptionsProperty Source # | |||||
| ToResourceProperties StaticFileUrlSourceOptionsProperty Source # | |||||
| Property "Url" StaticFileUrlSourceOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.StaticFileUrlSourceOptionsProperty Associated Types
| |||||
| type PropertyType "Url" StaticFileUrlSourceOptionsProperty Source # | |||||
mkStaticFileS3SourceOptionsProperty :: Value Text -> Value Text -> Value Text -> StaticFileS3SourceOptionsProperty Source #
data ImageStaticFileProperty Source #
Constructors
| ImageStaticFileProperty | |
Fields | |
Instances
| ToJSON ImageStaticFileProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ImageStaticFileProperty Methods toJSON :: ImageStaticFileProperty -> Value # toEncoding :: ImageStaticFileProperty -> Encoding # toJSONList :: [ImageStaticFileProperty] -> Value # | |||||
| Show ImageStaticFileProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ImageStaticFileProperty Methods showsPrec :: Int -> ImageStaticFileProperty -> ShowS # show :: ImageStaticFileProperty -> String # showList :: [ImageStaticFileProperty] -> ShowS # | |||||
| Eq ImageStaticFileProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ImageStaticFileProperty Methods (==) :: ImageStaticFileProperty -> ImageStaticFileProperty -> Bool # (/=) :: ImageStaticFileProperty -> ImageStaticFileProperty -> Bool # | |||||
| ToResourceProperties ImageStaticFileProperty Source # | |||||
| Property "Source" ImageStaticFileProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ImageStaticFileProperty Associated Types
Methods set :: PropertyType "Source" ImageStaticFileProperty -> ImageStaticFileProperty -> ImageStaticFileProperty # | |||||
| Property "StaticFileId" ImageStaticFileProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ImageStaticFileProperty Associated Types
Methods set :: PropertyType "StaticFileId" ImageStaticFileProperty -> ImageStaticFileProperty -> ImageStaticFileProperty # | |||||
| type PropertyType "Source" ImageStaticFileProperty Source # | |||||
| type PropertyType "StaticFileId" ImageStaticFileProperty Source # | |||||