stratosphere-comprehend-1.0.0: Stratosphere integration for AWS Comprehend.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Comprehend.Flywheel

Documentation

data VpcConfigProperty Source #

Instances

Instances details
ToJSON VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.VpcConfigProperty

Show VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.VpcConfigProperty

Eq VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.VpcConfigProperty

ToResourceProperties VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.VpcConfigProperty

Property "SecurityGroupIds" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.VpcConfigProperty

Associated Types

type PropertyType "SecurityGroupIds" VpcConfigProperty 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.VpcConfigProperty

type PropertyType "SecurityGroupIds" VpcConfigProperty = ValueList Text
Property "Subnets" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.VpcConfigProperty

Associated Types

type PropertyType "Subnets" VpcConfigProperty 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.VpcConfigProperty

type PropertyType "SecurityGroupIds" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.VpcConfigProperty

type PropertyType "SecurityGroupIds" VpcConfigProperty = ValueList Text
type PropertyType "Subnets" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.VpcConfigProperty

data DataSecurityConfigProperty Source #

Instances

Instances details
ToJSON DataSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

Show DataSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

Eq DataSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

ToResourceProperties DataSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

Property "DataLakeKmsKeyId" DataSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

Associated Types

type PropertyType "DataLakeKmsKeyId" DataSecurityConfigProperty 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

Property "ModelKmsKeyId" DataSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

Property "VolumeKmsKeyId" DataSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

Associated Types

type PropertyType "VolumeKmsKeyId" DataSecurityConfigProperty 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

Property "VpcConfig" DataSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

type PropertyType "DataLakeKmsKeyId" DataSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

type PropertyType "ModelKmsKeyId" DataSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

type PropertyType "VolumeKmsKeyId" DataSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

type PropertyType "VpcConfig" DataSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel.DataSecurityConfigProperty

data Flywheel Source #

Constructors

Flywheel

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-comprehend-flywheel.html

Instances

Instances details
ToJSON Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

Show Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

Eq Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

ToResourceProperties Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

Property "ActiveModelArn" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

Associated Types

type PropertyType "ActiveModelArn" Flywheel 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

type PropertyType "ActiveModelArn" Flywheel = Value Text

Methods

set :: PropertyType "ActiveModelArn" Flywheel -> Flywheel -> Flywheel #

Property "DataAccessRoleArn" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

Associated Types

type PropertyType "DataAccessRoleArn" Flywheel 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

type PropertyType "DataAccessRoleArn" Flywheel = Value Text

Methods

set :: PropertyType "DataAccessRoleArn" Flywheel -> Flywheel -> Flywheel #

Property "DataLakeS3Uri" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

Associated Types

type PropertyType "DataLakeS3Uri" Flywheel 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

type PropertyType "DataLakeS3Uri" Flywheel = Value Text

Methods

set :: PropertyType "DataLakeS3Uri" Flywheel -> Flywheel -> Flywheel #

Property "DataSecurityConfig" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

Associated Types

type PropertyType "DataSecurityConfig" Flywheel 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

Methods

set :: PropertyType "DataSecurityConfig" Flywheel -> Flywheel -> Flywheel #

Property "FlywheelName" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

Associated Types

type PropertyType "FlywheelName" Flywheel 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

type PropertyType "FlywheelName" Flywheel = Value Text

Methods

set :: PropertyType "FlywheelName" Flywheel -> Flywheel -> Flywheel #

Property "ModelType" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

Associated Types

type PropertyType "ModelType" Flywheel 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

type PropertyType "ModelType" Flywheel = Value Text

Methods

set :: PropertyType "ModelType" Flywheel -> Flywheel -> Flywheel #

Property "Tags" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

Associated Types

type PropertyType "Tags" Flywheel 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

type PropertyType "Tags" Flywheel = [Tag]

Methods

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

Property "TaskConfig" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

Associated Types

type PropertyType "TaskConfig" Flywheel 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

Methods

set :: PropertyType "TaskConfig" Flywheel -> Flywheel -> Flywheel #

type PropertyType "ActiveModelArn" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

type PropertyType "ActiveModelArn" Flywheel = Value Text
type PropertyType "DataAccessRoleArn" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

type PropertyType "DataAccessRoleArn" Flywheel = Value Text
type PropertyType "DataLakeS3Uri" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

type PropertyType "DataLakeS3Uri" Flywheel = Value Text
type PropertyType "DataSecurityConfig" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

type PropertyType "FlywheelName" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

type PropertyType "FlywheelName" Flywheel = Value Text
type PropertyType "ModelType" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

type PropertyType "ModelType" Flywheel = Value Text
type PropertyType "Tags" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel

type PropertyType "Tags" Flywheel = [Tag]
type PropertyType "TaskConfig" Flywheel Source # 
Instance details

Defined in Stratosphere.Comprehend.Flywheel