stratosphere-quicksight-1.0.0: Stratosphere integration for AWS QuickSight.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.QuickSight.Folder

Documentation

data Folder Source #

Instances

Instances details
ToJSON Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

Show Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

Eq Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

Methods

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

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

ToResourceProperties Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

Property "AwsAccountId" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

Associated Types

type PropertyType "AwsAccountId" Folder 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "AwsAccountId" Folder = Value Text

Methods

set :: PropertyType "AwsAccountId" Folder -> Folder -> Folder #

Property "FolderId" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

Associated Types

type PropertyType "FolderId" Folder 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "FolderId" Folder = Value Text

Methods

set :: PropertyType "FolderId" Folder -> Folder -> Folder #

Property "FolderType" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

Associated Types

type PropertyType "FolderType" Folder 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "FolderType" Folder = Value Text

Methods

set :: PropertyType "FolderType" Folder -> Folder -> Folder #

Property "Name" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

Associated Types

type PropertyType "Name" Folder 
Instance details

Defined in Stratosphere.QuickSight.Folder

Methods

set :: PropertyType "Name" Folder -> Folder -> Folder #

Property "ParentFolderArn" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

Associated Types

type PropertyType "ParentFolderArn" Folder 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "ParentFolderArn" Folder = Value Text

Methods

set :: PropertyType "ParentFolderArn" Folder -> Folder -> Folder #

Property "Permissions" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

Associated Types

type PropertyType "Permissions" Folder 
Instance details

Defined in Stratosphere.QuickSight.Folder

Methods

set :: PropertyType "Permissions" Folder -> Folder -> Folder #

Property "SharingModel" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

Associated Types

type PropertyType "SharingModel" Folder 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "SharingModel" Folder = Value Text

Methods

set :: PropertyType "SharingModel" Folder -> Folder -> Folder #

Property "Tags" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

Associated Types

type PropertyType "Tags" Folder 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "Tags" Folder = [Tag]

Methods

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

type PropertyType "AwsAccountId" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "AwsAccountId" Folder = Value Text
type PropertyType "FolderId" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "FolderId" Folder = Value Text
type PropertyType "FolderType" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "FolderType" Folder = Value Text
type PropertyType "Name" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "ParentFolderArn" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "ParentFolderArn" Folder = Value Text
type PropertyType "Permissions" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "SharingModel" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "SharingModel" Folder = Value Text
type PropertyType "Tags" Folder Source # 
Instance details

Defined in Stratosphere.QuickSight.Folder

type PropertyType "Tags" Folder = [Tag]