stratosphere-sagemaker-1.0.0: Stratosphere integration for AWS SageMaker.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.SageMaker.Workteam

Documentation

data MemberDefinitionProperty Source #

Instances

Instances details
ToJSON MemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.MemberDefinitionProperty

Show MemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.MemberDefinitionProperty

Eq MemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.MemberDefinitionProperty

ToResourceProperties MemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.MemberDefinitionProperty

Property "CognitoMemberDefinition" MemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.MemberDefinitionProperty

Associated Types

type PropertyType "CognitoMemberDefinition" MemberDefinitionProperty 
Instance details

Defined in Stratosphere.SageMaker.Workteam.MemberDefinitionProperty

Property "OidcMemberDefinition" MemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.MemberDefinitionProperty

Associated Types

type PropertyType "OidcMemberDefinition" MemberDefinitionProperty 
Instance details

Defined in Stratosphere.SageMaker.Workteam.MemberDefinitionProperty

type PropertyType "CognitoMemberDefinition" MemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.MemberDefinitionProperty

type PropertyType "OidcMemberDefinition" MemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.MemberDefinitionProperty

data CognitoMemberDefinitionProperty Source #

Instances

Instances details
ToJSON CognitoMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.CognitoMemberDefinitionProperty

Show CognitoMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.CognitoMemberDefinitionProperty

Eq CognitoMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.CognitoMemberDefinitionProperty

ToResourceProperties CognitoMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.CognitoMemberDefinitionProperty

Property "CognitoClientId" CognitoMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.CognitoMemberDefinitionProperty

Property "CognitoUserGroup" CognitoMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.CognitoMemberDefinitionProperty

Property "CognitoUserPool" CognitoMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.CognitoMemberDefinitionProperty

type PropertyType "CognitoClientId" CognitoMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.CognitoMemberDefinitionProperty

type PropertyType "CognitoUserGroup" CognitoMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.CognitoMemberDefinitionProperty

type PropertyType "CognitoUserPool" CognitoMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.CognitoMemberDefinitionProperty

data OidcMemberDefinitionProperty Source #

Instances

Instances details
ToJSON OidcMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.OidcMemberDefinitionProperty

Show OidcMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.OidcMemberDefinitionProperty

Eq OidcMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.OidcMemberDefinitionProperty

ToResourceProperties OidcMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.OidcMemberDefinitionProperty

Property "OidcGroups" OidcMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.OidcMemberDefinitionProperty

type PropertyType "OidcGroups" OidcMemberDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam.OidcMemberDefinitionProperty

data Workteam Source #

Instances

Instances details
ToJSON Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

Show Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

Eq Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

ToResourceProperties Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

Property "Description" Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

Associated Types

type PropertyType "Description" Workteam 
Instance details

Defined in Stratosphere.SageMaker.Workteam

type PropertyType "Description" Workteam = Value Text

Methods

set :: PropertyType "Description" Workteam -> Workteam -> Workteam #

Property "MemberDefinitions" Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

Associated Types

type PropertyType "MemberDefinitions" Workteam 
Instance details

Defined in Stratosphere.SageMaker.Workteam

type PropertyType "MemberDefinitions" Workteam = [MemberDefinitionProperty]

Methods

set :: PropertyType "MemberDefinitions" Workteam -> Workteam -> Workteam #

Property "NotificationConfiguration" Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

Associated Types

type PropertyType "NotificationConfiguration" Workteam 
Instance details

Defined in Stratosphere.SageMaker.Workteam

type PropertyType "NotificationConfiguration" Workteam = NotificationConfigurationProperty

Methods

set :: PropertyType "NotificationConfiguration" Workteam -> Workteam -> Workteam #

Property "Tags" Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

Associated Types

type PropertyType "Tags" Workteam 
Instance details

Defined in Stratosphere.SageMaker.Workteam

type PropertyType "Tags" Workteam = [Tag]

Methods

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

Property "WorkforceName" Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

Associated Types

type PropertyType "WorkforceName" Workteam 
Instance details

Defined in Stratosphere.SageMaker.Workteam

type PropertyType "WorkforceName" Workteam = Value Text

Methods

set :: PropertyType "WorkforceName" Workteam -> Workteam -> Workteam #

Property "WorkteamName" Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

Associated Types

type PropertyType "WorkteamName" Workteam 
Instance details

Defined in Stratosphere.SageMaker.Workteam

type PropertyType "WorkteamName" Workteam = Value Text

Methods

set :: PropertyType "WorkteamName" Workteam -> Workteam -> Workteam #

type PropertyType "Description" Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

type PropertyType "Description" Workteam = Value Text
type PropertyType "MemberDefinitions" Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

type PropertyType "MemberDefinitions" Workteam = [MemberDefinitionProperty]
type PropertyType "NotificationConfiguration" Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

type PropertyType "NotificationConfiguration" Workteam = NotificationConfigurationProperty
type PropertyType "Tags" Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

type PropertyType "Tags" Workteam = [Tag]
type PropertyType "WorkforceName" Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

type PropertyType "WorkforceName" Workteam = Value Text
type PropertyType "WorkteamName" Workteam Source # 
Instance details

Defined in Stratosphere.SageMaker.Workteam

type PropertyType "WorkteamName" Workteam = Value Text