stratosphere-datasync-1.0.0: Stratosphere integration for AWS DataSync.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.DataSync.Agent

Documentation

data Agent Source #

Instances

Instances details
ToJSON Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

Show Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

Methods

showsPrec :: Int -> Agent -> ShowS #

show :: Agent -> String #

showList :: [Agent] -> ShowS #

Eq Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

Methods

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

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

ToResourceProperties Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

Property "ActivationKey" Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

Associated Types

type PropertyType "ActivationKey" Agent 
Instance details

Defined in Stratosphere.DataSync.Agent

type PropertyType "ActivationKey" Agent = Value Text

Methods

set :: PropertyType "ActivationKey" Agent -> Agent -> Agent #

Property "AgentName" Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

Associated Types

type PropertyType "AgentName" Agent 
Instance details

Defined in Stratosphere.DataSync.Agent

type PropertyType "AgentName" Agent = Value Text

Methods

set :: PropertyType "AgentName" Agent -> Agent -> Agent #

Property "SecurityGroupArns" Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

Associated Types

type PropertyType "SecurityGroupArns" Agent 
Instance details

Defined in Stratosphere.DataSync.Agent

type PropertyType "SecurityGroupArns" Agent = ValueList Text

Methods

set :: PropertyType "SecurityGroupArns" Agent -> Agent -> Agent #

Property "SubnetArns" Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

Associated Types

type PropertyType "SubnetArns" Agent 
Instance details

Defined in Stratosphere.DataSync.Agent

type PropertyType "SubnetArns" Agent = ValueList Text

Methods

set :: PropertyType "SubnetArns" Agent -> Agent -> Agent #

Property "Tags" Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

Associated Types

type PropertyType "Tags" Agent 
Instance details

Defined in Stratosphere.DataSync.Agent

type PropertyType "Tags" Agent = [Tag]

Methods

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

Property "VpcEndpointId" Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

Associated Types

type PropertyType "VpcEndpointId" Agent 
Instance details

Defined in Stratosphere.DataSync.Agent

type PropertyType "VpcEndpointId" Agent = Value Text

Methods

set :: PropertyType "VpcEndpointId" Agent -> Agent -> Agent #

type PropertyType "ActivationKey" Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

type PropertyType "ActivationKey" Agent = Value Text
type PropertyType "AgentName" Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

type PropertyType "AgentName" Agent = Value Text
type PropertyType "SecurityGroupArns" Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

type PropertyType "SecurityGroupArns" Agent = ValueList Text
type PropertyType "SubnetArns" Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

type PropertyType "SubnetArns" Agent = ValueList Text
type PropertyType "Tags" Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

type PropertyType "Tags" Agent = [Tag]
type PropertyType "VpcEndpointId" Agent Source # 
Instance details

Defined in Stratosphere.DataSync.Agent

type PropertyType "VpcEndpointId" Agent = Value Text