amazonka-datasync-2.0: Amazon DataSync SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DataSync.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-11-09 of the Amazon DataSync SDK configuration.

Errors

_InternalException :: AsError a => Fold a ServiceError Source #

This exception is thrown when an error occurs in the DataSync service.

_InvalidRequestException :: AsError a => Fold a ServiceError Source #

This exception is thrown when the client submits a malformed request.

AgentStatus

newtype AgentStatus Source #

Constructors

AgentStatus' 

Bundled Patterns

pattern AgentStatus_OFFLINE :: AgentStatus 
pattern AgentStatus_ONLINE :: AgentStatus 

Instances

Instances details
FromJSON AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

FromJSONKey AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

ToJSON AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

ToJSONKey AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

ToByteString AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

ToHeader AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

ToLog AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

ToQuery AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

FromText AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

ToText AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

Methods

toText :: AgentStatus -> Text #

FromXML AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

ToXML AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

Methods

toXML :: AgentStatus -> XML #

Generic AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

Associated Types

type Rep AgentStatus :: Type -> Type #

Read AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

Show AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

NFData AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

Methods

rnf :: AgentStatus -> () #

Eq AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

Ord AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

Hashable AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

type Rep AgentStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentStatus

type Rep AgentStatus = D1 ('MetaData "AgentStatus" "Amazonka.DataSync.Types.AgentStatus" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "AgentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAgentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Atime

newtype Atime Source #

Constructors

Atime' 

Fields

Bundled Patterns

pattern Atime_BEST_EFFORT :: Atime 
pattern Atime_NONE :: Atime 

Instances

Instances details
FromJSON Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

FromJSONKey Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

ToJSON Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

ToJSONKey Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

ToByteString Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

Methods

toBS :: Atime -> ByteString #

ToHeader Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

Methods

toHeader :: HeaderName -> Atime -> [Header] #

ToLog Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

ToQuery Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

Methods

toQuery :: Atime -> QueryString #

FromText Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

ToText Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

Methods

toText :: Atime -> Text #

FromXML Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

Methods

parseXML :: [Node] -> Either String Atime #

ToXML Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

Methods

toXML :: Atime -> XML #

Generic Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

Associated Types

type Rep Atime :: Type -> Type #

Methods

from :: Atime -> Rep Atime x #

to :: Rep Atime x -> Atime #

Read Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

Show Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

Methods

showsPrec :: Int -> Atime -> ShowS #

show :: Atime -> String #

showList :: [Atime] -> ShowS #

NFData Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

Methods

rnf :: Atime -> () #

Eq Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

Methods

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

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

Ord Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

Methods

compare :: Atime -> Atime -> Ordering #

(<) :: Atime -> Atime -> Bool #

(<=) :: Atime -> Atime -> Bool #

(>) :: Atime -> Atime -> Bool #

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

max :: Atime -> Atime -> Atime #

min :: Atime -> Atime -> Atime #

Hashable Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

Methods

hashWithSalt :: Int -> Atime -> Int #

hash :: Atime -> Int #

type Rep Atime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Atime

type Rep Atime = D1 ('MetaData "Atime" "Amazonka.DataSync.Types.Atime" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "Atime'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAtime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EfsInTransitEncryption

newtype EfsInTransitEncryption Source #

Instances

Instances details
FromJSON EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

FromJSONKey EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

ToJSON EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

ToJSONKey EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

ToByteString EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

ToHeader EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

ToLog EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

ToQuery EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

FromText EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

ToText EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

FromXML EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

ToXML EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

Generic EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

Associated Types

type Rep EfsInTransitEncryption :: Type -> Type #

Read EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

Show EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

NFData EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

Methods

rnf :: EfsInTransitEncryption -> () #

Eq EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

Ord EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

Hashable EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

type Rep EfsInTransitEncryption Source # 
Instance details

Defined in Amazonka.DataSync.Types.EfsInTransitEncryption

type Rep EfsInTransitEncryption = D1 ('MetaData "EfsInTransitEncryption" "Amazonka.DataSync.Types.EfsInTransitEncryption" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "EfsInTransitEncryption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEfsInTransitEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointType

newtype EndpointType Source #

Constructors

EndpointType' 

Instances

Instances details
FromJSON EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

FromJSONKey EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

ToJSON EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

ToJSONKey EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

ToByteString EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

ToHeader EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

ToLog EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

ToQuery EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

FromText EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

ToText EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

Methods

toText :: EndpointType -> Text #

FromXML EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

ToXML EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

Methods

toXML :: EndpointType -> XML #

Generic EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

Associated Types

type Rep EndpointType :: Type -> Type #

Read EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

Show EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

NFData EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

Methods

rnf :: EndpointType -> () #

Eq EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

Ord EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

Hashable EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

type Rep EndpointType Source # 
Instance details

Defined in Amazonka.DataSync.Types.EndpointType

type Rep EndpointType = D1 ('MetaData "EndpointType" "Amazonka.DataSync.Types.EndpointType" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "EndpointType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FilterType

newtype FilterType Source #

Constructors

FilterType' 

Fields

Bundled Patterns

pattern FilterType_SIMPLE_PATTERN :: FilterType 

Instances

Instances details
FromJSON FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

FromJSONKey FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

ToJSON FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

ToJSONKey FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

ToByteString FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

ToHeader FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

ToLog FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

ToQuery FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

FromText FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

ToText FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

Methods

toText :: FilterType -> Text #

FromXML FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

ToXML FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

Methods

toXML :: FilterType -> XML #

Generic FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

Associated Types

type Rep FilterType :: Type -> Type #

Read FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

Show FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

NFData FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

Methods

rnf :: FilterType -> () #

Eq FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

Ord FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

Hashable FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

type Rep FilterType Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterType

type Rep FilterType = D1 ('MetaData "FilterType" "Amazonka.DataSync.Types.FilterType" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "FilterType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFilterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Gid

newtype Gid Source #

Constructors

Gid' 

Fields

Bundled Patterns

pattern Gid_BOTH :: Gid 
pattern Gid_INT_VALUE :: Gid 
pattern Gid_NAME :: Gid 
pattern Gid_NONE :: Gid 

Instances

Instances details
FromJSON Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

FromJSONKey Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

ToJSON Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

ToJSONKey Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

ToByteString Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

Methods

toBS :: Gid -> ByteString #

ToHeader Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

Methods

toHeader :: HeaderName -> Gid -> [Header] #

ToLog Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

ToQuery Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

Methods

toQuery :: Gid -> QueryString #

FromText Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

ToText Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

Methods

toText :: Gid -> Text #

FromXML Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

Methods

parseXML :: [Node] -> Either String Gid #

ToXML Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

Methods

toXML :: Gid -> XML #

Generic Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

Associated Types

type Rep Gid :: Type -> Type #

Methods

from :: Gid -> Rep Gid x #

to :: Rep Gid x -> Gid #

Read Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

Show Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

Methods

showsPrec :: Int -> Gid -> ShowS #

show :: Gid -> String #

showList :: [Gid] -> ShowS #

NFData Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

Methods

rnf :: Gid -> () #

Eq Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

Methods

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

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

Ord Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

Methods

compare :: Gid -> Gid -> Ordering #

(<) :: Gid -> Gid -> Bool #

(<=) :: Gid -> Gid -> Bool #

(>) :: Gid -> Gid -> Bool #

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

max :: Gid -> Gid -> Gid #

min :: Gid -> Gid -> Gid #

Hashable Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

Methods

hashWithSalt :: Int -> Gid -> Int #

hash :: Gid -> Int #

type Rep Gid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Gid

type Rep Gid = D1 ('MetaData "Gid" "Amazonka.DataSync.Types.Gid" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "Gid'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HdfsAuthenticationType

newtype HdfsAuthenticationType Source #

Instances

Instances details
FromJSON HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

FromJSONKey HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

ToJSON HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

ToJSONKey HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

ToByteString HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

ToHeader HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

ToLog HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

ToQuery HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

FromText HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

ToText HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

FromXML HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

ToXML HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

Generic HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

Associated Types

type Rep HdfsAuthenticationType :: Type -> Type #

Read HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

Show HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

NFData HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

Methods

rnf :: HdfsAuthenticationType -> () #

Eq HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

Ord HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

Hashable HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

type Rep HdfsAuthenticationType Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsAuthenticationType

type Rep HdfsAuthenticationType = D1 ('MetaData "HdfsAuthenticationType" "Amazonka.DataSync.Types.HdfsAuthenticationType" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "HdfsAuthenticationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHdfsAuthenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HdfsDataTransferProtection

newtype HdfsDataTransferProtection Source #

Instances

Instances details
FromJSON HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

FromJSONKey HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

ToJSON HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

ToJSONKey HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

ToByteString HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

ToHeader HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

ToLog HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

ToQuery HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

FromText HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

ToText HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

FromXML HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

ToXML HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

Generic HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

Associated Types

type Rep HdfsDataTransferProtection :: Type -> Type #

Read HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

Show HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

NFData HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

Eq HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

Ord HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

Hashable HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

type Rep HdfsDataTransferProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsDataTransferProtection

type Rep HdfsDataTransferProtection = D1 ('MetaData "HdfsDataTransferProtection" "Amazonka.DataSync.Types.HdfsDataTransferProtection" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "HdfsDataTransferProtection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHdfsDataTransferProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HdfsRpcProtection

newtype HdfsRpcProtection Source #

Instances

Instances details
FromJSON HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

FromJSONKey HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

ToJSON HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

ToJSONKey HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

ToByteString HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

ToHeader HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

ToLog HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

ToQuery HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

FromText HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

ToText HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

FromXML HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

ToXML HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

Generic HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

Associated Types

type Rep HdfsRpcProtection :: Type -> Type #

Read HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

Show HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

NFData HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

Methods

rnf :: HdfsRpcProtection -> () #

Eq HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

Ord HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

Hashable HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

type Rep HdfsRpcProtection Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsRpcProtection

type Rep HdfsRpcProtection = D1 ('MetaData "HdfsRpcProtection" "Amazonka.DataSync.Types.HdfsRpcProtection" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "HdfsRpcProtection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHdfsRpcProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LocationFilterName

newtype LocationFilterName Source #

Instances

Instances details
FromJSON LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

FromJSONKey LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

ToJSON LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

ToJSONKey LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

ToByteString LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

ToHeader LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

ToLog LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

ToQuery LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

FromText LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

ToText LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

FromXML LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

ToXML LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

Generic LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

Associated Types

type Rep LocationFilterName :: Type -> Type #

Read LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

Show LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

NFData LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

Methods

rnf :: LocationFilterName -> () #

Eq LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

Ord LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

Hashable LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

type Rep LocationFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilterName

type Rep LocationFilterName = D1 ('MetaData "LocationFilterName" "Amazonka.DataSync.Types.LocationFilterName" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "LocationFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLocationFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LogLevel

newtype LogLevel Source #

Constructors

LogLevel' 

Fields

Bundled Patterns

pattern LogLevel_BASIC :: LogLevel 
pattern LogLevel_OFF :: LogLevel 
pattern LogLevel_TRANSFER :: LogLevel 

Instances

Instances details
FromJSON LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

FromJSONKey LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

ToJSON LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

ToJSONKey LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

ToByteString LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

Methods

toBS :: LogLevel -> ByteString #

ToHeader LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

Methods

toHeader :: HeaderName -> LogLevel -> [Header] #

ToLog LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

ToQuery LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

FromText LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

ToText LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

Methods

toText :: LogLevel -> Text #

FromXML LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

ToXML LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

Methods

toXML :: LogLevel -> XML #

Generic LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

Associated Types

type Rep LogLevel :: Type -> Type #

Methods

from :: LogLevel -> Rep LogLevel x #

to :: Rep LogLevel x -> LogLevel #

Read LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

Show LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

NFData LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

Methods

rnf :: LogLevel -> () #

Eq LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

Ord LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

Hashable LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

Methods

hashWithSalt :: Int -> LogLevel -> Int #

hash :: LogLevel -> Int #

type Rep LogLevel Source # 
Instance details

Defined in Amazonka.DataSync.Types.LogLevel

type Rep LogLevel = D1 ('MetaData "LogLevel" "Amazonka.DataSync.Types.LogLevel" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "LogLevel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLogLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Mtime

newtype Mtime Source #

Constructors

Mtime' 

Fields

Bundled Patterns

pattern Mtime_NONE :: Mtime 
pattern Mtime_PRESERVE :: Mtime 

Instances

Instances details
FromJSON Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

FromJSONKey Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

ToJSON Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

ToJSONKey Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

ToByteString Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

Methods

toBS :: Mtime -> ByteString #

ToHeader Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

Methods

toHeader :: HeaderName -> Mtime -> [Header] #

ToLog Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

ToQuery Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

Methods

toQuery :: Mtime -> QueryString #

FromText Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

ToText Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

Methods

toText :: Mtime -> Text #

FromXML Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

Methods

parseXML :: [Node] -> Either String Mtime #

ToXML Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

Methods

toXML :: Mtime -> XML #

Generic Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

Associated Types

type Rep Mtime :: Type -> Type #

Methods

from :: Mtime -> Rep Mtime x #

to :: Rep Mtime x -> Mtime #

Read Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

Show Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

Methods

showsPrec :: Int -> Mtime -> ShowS #

show :: Mtime -> String #

showList :: [Mtime] -> ShowS #

NFData Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

Methods

rnf :: Mtime -> () #

Eq Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

Methods

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

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

Ord Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

Methods

compare :: Mtime -> Mtime -> Ordering #

(<) :: Mtime -> Mtime -> Bool #

(<=) :: Mtime -> Mtime -> Bool #

(>) :: Mtime -> Mtime -> Bool #

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

max :: Mtime -> Mtime -> Mtime #

min :: Mtime -> Mtime -> Mtime #

Hashable Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

Methods

hashWithSalt :: Int -> Mtime -> Int #

hash :: Mtime -> Int #

type Rep Mtime Source # 
Instance details

Defined in Amazonka.DataSync.Types.Mtime

type Rep Mtime = D1 ('MetaData "Mtime" "Amazonka.DataSync.Types.Mtime" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "Mtime'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMtime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NfsVersion

newtype NfsVersion Source #

Constructors

NfsVersion' 

Fields

Instances

Instances details
FromJSON NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

FromJSONKey NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

ToJSON NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

ToJSONKey NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

ToByteString NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

ToHeader NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

ToLog NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

ToQuery NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

FromText NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

ToText NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

Methods

toText :: NfsVersion -> Text #

FromXML NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

ToXML NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

Methods

toXML :: NfsVersion -> XML #

Generic NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

Associated Types

type Rep NfsVersion :: Type -> Type #

Read NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

Show NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

NFData NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

Methods

rnf :: NfsVersion -> () #

Eq NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

Ord NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

Hashable NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

type Rep NfsVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsVersion

type Rep NfsVersion = D1 ('MetaData "NfsVersion" "Amazonka.DataSync.Types.NfsVersion" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "NfsVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNfsVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ObjectStorageServerProtocol

newtype ObjectStorageServerProtocol Source #

Instances

Instances details
FromJSON ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

FromJSONKey ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

ToJSON ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

ToJSONKey ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

ToByteString ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

ToHeader ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

ToLog ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

ToQuery ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

FromText ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

ToText ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

FromXML ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

ToXML ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

Generic ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

Associated Types

type Rep ObjectStorageServerProtocol :: Type -> Type #

Read ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

Show ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

NFData ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

Eq ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

Ord ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

Hashable ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

type Rep ObjectStorageServerProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectStorageServerProtocol

type Rep ObjectStorageServerProtocol = D1 ('MetaData "ObjectStorageServerProtocol" "Amazonka.DataSync.Types.ObjectStorageServerProtocol" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "ObjectStorageServerProtocol'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromObjectStorageServerProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ObjectTags

newtype ObjectTags Source #

Constructors

ObjectTags' 

Fields

Bundled Patterns

pattern ObjectTags_NONE :: ObjectTags 
pattern ObjectTags_PRESERVE :: ObjectTags 

Instances

Instances details
FromJSON ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

FromJSONKey ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

ToJSON ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

ToJSONKey ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

ToByteString ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

ToHeader ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

ToLog ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

ToQuery ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

FromText ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

ToText ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

Methods

toText :: ObjectTags -> Text #

FromXML ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

ToXML ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

Methods

toXML :: ObjectTags -> XML #

Generic ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

Associated Types

type Rep ObjectTags :: Type -> Type #

Read ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

Show ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

NFData ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

Methods

rnf :: ObjectTags -> () #

Eq ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

Ord ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

Hashable ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

type Rep ObjectTags Source # 
Instance details

Defined in Amazonka.DataSync.Types.ObjectTags

type Rep ObjectTags = D1 ('MetaData "ObjectTags" "Amazonka.DataSync.Types.ObjectTags" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "ObjectTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromObjectTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Operator

newtype Operator Source #

Constructors

Operator' 

Fields

Instances

Instances details
FromJSON Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

FromJSONKey Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

ToJSON Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

ToJSONKey Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

ToByteString Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

Methods

toBS :: Operator -> ByteString #

ToHeader Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

Methods

toHeader :: HeaderName -> Operator -> [Header] #

ToLog Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

ToQuery Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

FromText Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

ToText Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

Methods

toText :: Operator -> Text #

FromXML Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

ToXML Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

Methods

toXML :: Operator -> XML #

Generic Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

Associated Types

type Rep Operator :: Type -> Type #

Methods

from :: Operator -> Rep Operator x #

to :: Rep Operator x -> Operator #

Read Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

Show Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

NFData Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

Methods

rnf :: Operator -> () #

Eq Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

Ord Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

Hashable Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

Methods

hashWithSalt :: Int -> Operator -> Int #

hash :: Operator -> Int #

type Rep Operator Source # 
Instance details

Defined in Amazonka.DataSync.Types.Operator

type Rep Operator = D1 ('MetaData "Operator" "Amazonka.DataSync.Types.Operator" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "Operator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OverwriteMode

newtype OverwriteMode Source #

Constructors

OverwriteMode' 

Bundled Patterns

pattern OverwriteMode_ALWAYS :: OverwriteMode 
pattern OverwriteMode_NEVER :: OverwriteMode 

Instances

Instances details
FromJSON OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

FromJSONKey OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

ToJSON OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

ToJSONKey OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

ToByteString OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

ToHeader OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

ToLog OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

ToQuery OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

FromText OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

ToText OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

Methods

toText :: OverwriteMode -> Text #

FromXML OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

ToXML OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

Methods

toXML :: OverwriteMode -> XML #

Generic OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

Associated Types

type Rep OverwriteMode :: Type -> Type #

Read OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

Show OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

NFData OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

Methods

rnf :: OverwriteMode -> () #

Eq OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

Ord OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

Hashable OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

type Rep OverwriteMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.OverwriteMode

type Rep OverwriteMode = D1 ('MetaData "OverwriteMode" "Amazonka.DataSync.Types.OverwriteMode" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "OverwriteMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOverwriteMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhaseStatus

newtype PhaseStatus Source #

Constructors

PhaseStatus' 

Instances

Instances details
FromJSON PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

FromJSONKey PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

ToJSON PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

ToJSONKey PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

ToByteString PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

ToHeader PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

ToLog PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

ToQuery PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

FromText PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

ToText PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

Methods

toText :: PhaseStatus -> Text #

FromXML PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

ToXML PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

Methods

toXML :: PhaseStatus -> XML #

Generic PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

Associated Types

type Rep PhaseStatus :: Type -> Type #

Read PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

Show PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

NFData PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

Methods

rnf :: PhaseStatus -> () #

Eq PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

Ord PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

Hashable PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

type Rep PhaseStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.PhaseStatus

type Rep PhaseStatus = D1 ('MetaData "PhaseStatus" "Amazonka.DataSync.Types.PhaseStatus" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "PhaseStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhaseStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PosixPermissions

newtype PosixPermissions Source #

Instances

Instances details
FromJSON PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

FromJSONKey PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

ToJSON PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

ToJSONKey PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

ToByteString PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

ToHeader PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

ToLog PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

ToQuery PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

FromText PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

ToText PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

FromXML PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

ToXML PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

Generic PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

Associated Types

type Rep PosixPermissions :: Type -> Type #

Read PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

Show PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

NFData PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

Methods

rnf :: PosixPermissions -> () #

Eq PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

Ord PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

Hashable PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

type Rep PosixPermissions Source # 
Instance details

Defined in Amazonka.DataSync.Types.PosixPermissions

type Rep PosixPermissions = D1 ('MetaData "PosixPermissions" "Amazonka.DataSync.Types.PosixPermissions" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "PosixPermissions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPosixPermissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PreserveDeletedFiles

newtype PreserveDeletedFiles Source #

Instances

Instances details
FromJSON PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

FromJSONKey PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

ToJSON PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

ToJSONKey PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

ToByteString PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

ToHeader PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

ToLog PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

ToQuery PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

FromText PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

ToText PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

FromXML PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

ToXML PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

Generic PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

Associated Types

type Rep PreserveDeletedFiles :: Type -> Type #

Read PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

Show PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

NFData PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

Methods

rnf :: PreserveDeletedFiles -> () #

Eq PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

Ord PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

Hashable PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

type Rep PreserveDeletedFiles Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDeletedFiles

type Rep PreserveDeletedFiles = D1 ('MetaData "PreserveDeletedFiles" "Amazonka.DataSync.Types.PreserveDeletedFiles" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "PreserveDeletedFiles'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPreserveDeletedFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PreserveDevices

newtype PreserveDevices Source #

Constructors

PreserveDevices' 

Instances

Instances details
FromJSON PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

FromJSONKey PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

ToJSON PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

ToJSONKey PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

ToByteString PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

ToHeader PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

ToLog PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

ToQuery PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

FromText PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

ToText PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

FromXML PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

ToXML PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

Methods

toXML :: PreserveDevices -> XML #

Generic PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

Associated Types

type Rep PreserveDevices :: Type -> Type #

Read PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

Show PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

NFData PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

Methods

rnf :: PreserveDevices -> () #

Eq PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

Ord PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

Hashable PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

type Rep PreserveDevices Source # 
Instance details

Defined in Amazonka.DataSync.Types.PreserveDevices

type Rep PreserveDevices = D1 ('MetaData "PreserveDevices" "Amazonka.DataSync.Types.PreserveDevices" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "PreserveDevices'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPreserveDevices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

S3StorageClass

newtype S3StorageClass Source #

Constructors

S3StorageClass' 

Instances

Instances details
FromJSON S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

FromJSONKey S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

ToJSON S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

ToJSONKey S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

ToByteString S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

ToHeader S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

ToLog S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

ToQuery S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

FromText S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

ToText S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

FromXML S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

ToXML S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

Methods

toXML :: S3StorageClass -> XML #

Generic S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

Associated Types

type Rep S3StorageClass :: Type -> Type #

Read S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

Show S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

NFData S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

Methods

rnf :: S3StorageClass -> () #

Eq S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

Ord S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

Hashable S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

type Rep S3StorageClass Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3StorageClass

type Rep S3StorageClass = D1 ('MetaData "S3StorageClass" "Amazonka.DataSync.Types.S3StorageClass" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "S3StorageClass'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromS3StorageClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SmbSecurityDescriptorCopyFlags

newtype SmbSecurityDescriptorCopyFlags Source #

Instances

Instances details
FromJSON SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

FromJSONKey SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

ToJSON SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

ToJSONKey SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

ToByteString SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

ToHeader SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

ToLog SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

ToQuery SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

FromText SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

ToText SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

FromXML SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

ToXML SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

Generic SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

Associated Types

type Rep SmbSecurityDescriptorCopyFlags :: Type -> Type #

Read SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

Show SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

NFData SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

Eq SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

Ord SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

Hashable SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

type Rep SmbSecurityDescriptorCopyFlags Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags

type Rep SmbSecurityDescriptorCopyFlags = D1 ('MetaData "SmbSecurityDescriptorCopyFlags" "Amazonka.DataSync.Types.SmbSecurityDescriptorCopyFlags" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "SmbSecurityDescriptorCopyFlags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSmbSecurityDescriptorCopyFlags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SmbVersion

newtype SmbVersion Source #

Constructors

SmbVersion' 

Fields

Bundled Patterns

pattern SmbVersion_AUTOMATIC :: SmbVersion 
pattern SmbVersion_SMB2 :: SmbVersion 
pattern SmbVersion_SMB3 :: SmbVersion 

Instances

Instances details
FromJSON SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

FromJSONKey SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

ToJSON SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

ToJSONKey SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

ToByteString SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

ToHeader SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

ToLog SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

ToQuery SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

FromText SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

ToText SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

Methods

toText :: SmbVersion -> Text #

FromXML SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

ToXML SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

Methods

toXML :: SmbVersion -> XML #

Generic SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

Associated Types

type Rep SmbVersion :: Type -> Type #

Read SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

Show SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

NFData SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

Methods

rnf :: SmbVersion -> () #

Eq SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

Ord SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

Hashable SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

type Rep SmbVersion Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbVersion

type Rep SmbVersion = D1 ('MetaData "SmbVersion" "Amazonka.DataSync.Types.SmbVersion" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "SmbVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSmbVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TaskExecutionStatus

newtype TaskExecutionStatus Source #

Instances

Instances details
FromJSON TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

FromJSONKey TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

ToJSON TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

ToJSONKey TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

ToByteString TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

ToHeader TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

ToLog TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

ToQuery TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

FromText TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

ToText TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

FromXML TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

ToXML TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

Generic TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

Associated Types

type Rep TaskExecutionStatus :: Type -> Type #

Read TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

Show TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

NFData TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

Methods

rnf :: TaskExecutionStatus -> () #

Eq TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

Ord TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

Hashable TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

type Rep TaskExecutionStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionStatus

type Rep TaskExecutionStatus = D1 ('MetaData "TaskExecutionStatus" "Amazonka.DataSync.Types.TaskExecutionStatus" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "TaskExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTaskExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TaskFilterName

newtype TaskFilterName Source #

Constructors

TaskFilterName' 

Instances

Instances details
FromJSON TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

FromJSONKey TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

ToJSON TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

ToJSONKey TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

ToByteString TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

ToHeader TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

ToLog TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

ToQuery TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

FromText TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

ToText TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

FromXML TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

ToXML TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

Methods

toXML :: TaskFilterName -> XML #

Generic TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

Associated Types

type Rep TaskFilterName :: Type -> Type #

Read TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

Show TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

NFData TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

Methods

rnf :: TaskFilterName -> () #

Eq TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

Ord TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

Hashable TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

type Rep TaskFilterName Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilterName

type Rep TaskFilterName = D1 ('MetaData "TaskFilterName" "Amazonka.DataSync.Types.TaskFilterName" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "TaskFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTaskFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TaskQueueing

newtype TaskQueueing Source #

Constructors

TaskQueueing' 

Bundled Patterns

pattern TaskQueueing_DISABLED :: TaskQueueing 
pattern TaskQueueing_ENABLED :: TaskQueueing 

Instances

Instances details
FromJSON TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

FromJSONKey TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

ToJSON TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

ToJSONKey TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

ToByteString TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

ToHeader TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

ToLog TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

ToQuery TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

FromText TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

ToText TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

Methods

toText :: TaskQueueing -> Text #

FromXML TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

ToXML TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

Methods

toXML :: TaskQueueing -> XML #

Generic TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

Associated Types

type Rep TaskQueueing :: Type -> Type #

Read TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

Show TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

NFData TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

Methods

rnf :: TaskQueueing -> () #

Eq TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

Ord TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

Hashable TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

type Rep TaskQueueing Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskQueueing

type Rep TaskQueueing = D1 ('MetaData "TaskQueueing" "Amazonka.DataSync.Types.TaskQueueing" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "TaskQueueing'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTaskQueueing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TaskStatus

newtype TaskStatus Source #

Constructors

TaskStatus' 

Fields

Instances

Instances details
FromJSON TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

FromJSONKey TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

ToJSON TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

ToJSONKey TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

ToByteString TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

ToHeader TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

ToLog TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

ToQuery TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

FromText TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

ToText TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

Methods

toText :: TaskStatus -> Text #

FromXML TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

ToXML TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

Methods

toXML :: TaskStatus -> XML #

Generic TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

Associated Types

type Rep TaskStatus :: Type -> Type #

Read TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

Show TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

NFData TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

Methods

rnf :: TaskStatus -> () #

Eq TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

Ord TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

Hashable TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

type Rep TaskStatus Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskStatus

type Rep TaskStatus = D1 ('MetaData "TaskStatus" "Amazonka.DataSync.Types.TaskStatus" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "TaskStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTaskStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TransferMode

newtype TransferMode Source #

Constructors

TransferMode' 

Bundled Patterns

pattern TransferMode_ALL :: TransferMode 
pattern TransferMode_CHANGED :: TransferMode 

Instances

Instances details
FromJSON TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

FromJSONKey TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

ToJSON TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

ToJSONKey TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

ToByteString TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

ToHeader TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

ToLog TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

ToQuery TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

FromText TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

ToText TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

Methods

toText :: TransferMode -> Text #

FromXML TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

ToXML TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

Methods

toXML :: TransferMode -> XML #

Generic TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

Associated Types

type Rep TransferMode :: Type -> Type #

Read TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

Show TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

NFData TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

Methods

rnf :: TransferMode -> () #

Eq TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

Ord TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

Hashable TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

type Rep TransferMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.TransferMode

type Rep TransferMode = D1 ('MetaData "TransferMode" "Amazonka.DataSync.Types.TransferMode" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "TransferMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTransferMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Uid

newtype Uid Source #

Constructors

Uid' 

Fields

Bundled Patterns

pattern Uid_BOTH :: Uid 
pattern Uid_INT_VALUE :: Uid 
pattern Uid_NAME :: Uid 
pattern Uid_NONE :: Uid 

Instances

Instances details
FromJSON Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

FromJSONKey Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

ToJSON Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

ToJSONKey Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

ToByteString Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

Methods

toBS :: Uid -> ByteString #

ToHeader Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

Methods

toHeader :: HeaderName -> Uid -> [Header] #

ToLog Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

ToQuery Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

Methods

toQuery :: Uid -> QueryString #

FromText Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

ToText Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

Methods

toText :: Uid -> Text #

FromXML Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

Methods

parseXML :: [Node] -> Either String Uid #

ToXML Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

Methods

toXML :: Uid -> XML #

Generic Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

Associated Types

type Rep Uid :: Type -> Type #

Methods

from :: Uid -> Rep Uid x #

to :: Rep Uid x -> Uid #

Read Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

Show Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

Methods

showsPrec :: Int -> Uid -> ShowS #

show :: Uid -> String #

showList :: [Uid] -> ShowS #

NFData Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

Methods

rnf :: Uid -> () #

Eq Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

Methods

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

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

Ord Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

Methods

compare :: Uid -> Uid -> Ordering #

(<) :: Uid -> Uid -> Bool #

(<=) :: Uid -> Uid -> Bool #

(>) :: Uid -> Uid -> Bool #

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

max :: Uid -> Uid -> Uid #

min :: Uid -> Uid -> Uid #

Hashable Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

Methods

hashWithSalt :: Int -> Uid -> Int #

hash :: Uid -> Int #

type Rep Uid Source # 
Instance details

Defined in Amazonka.DataSync.Types.Uid

type Rep Uid = D1 ('MetaData "Uid" "Amazonka.DataSync.Types.Uid" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "Uid'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VerifyMode

newtype VerifyMode Source #

Constructors

VerifyMode' 

Fields

Instances

Instances details
FromJSON VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

FromJSONKey VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

ToJSON VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

ToJSONKey VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

ToByteString VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

ToHeader VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

ToLog VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

ToQuery VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

FromText VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

ToText VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

Methods

toText :: VerifyMode -> Text #

FromXML VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

ToXML VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

Methods

toXML :: VerifyMode -> XML #

Generic VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

Associated Types

type Rep VerifyMode :: Type -> Type #

Read VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

Show VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

NFData VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

Methods

rnf :: VerifyMode -> () #

Eq VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

Ord VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

Hashable VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

type Rep VerifyMode Source # 
Instance details

Defined in Amazonka.DataSync.Types.VerifyMode

type Rep VerifyMode = D1 ('MetaData "VerifyMode" "Amazonka.DataSync.Types.VerifyMode" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'True) (C1 ('MetaCons "VerifyMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVerifyMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AgentListEntry

data AgentListEntry Source #

Represents a single entry in a list of agents. AgentListEntry returns an array that contains a list of agents when the ListAgents operation is called.

See: newAgentListEntry smart constructor.

Constructors

AgentListEntry' 

Fields

Instances

Instances details
FromJSON AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

Generic AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

Associated Types

type Rep AgentListEntry :: Type -> Type #

Read AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

Show AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

NFData AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

Methods

rnf :: AgentListEntry -> () #

Eq AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

Hashable AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

type Rep AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

type Rep AgentListEntry = D1 ('MetaData "AgentListEntry" "Amazonka.DataSync.Types.AgentListEntry" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "AgentListEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AgentStatus)))))

newAgentListEntry :: AgentListEntry Source #

Create a value of AgentListEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:agentArn:AgentListEntry', agentListEntry_agentArn - The Amazon Resource Name (ARN) of the agent.

$sel:name:AgentListEntry', agentListEntry_name - The name of the agent.

$sel:status:AgentListEntry', agentListEntry_status - The status of the agent.

agentListEntry_agentArn :: Lens' AgentListEntry (Maybe Text) Source #

The Amazon Resource Name (ARN) of the agent.

Ec2Config

data Ec2Config Source #

The subnet and security groups that DataSync uses to access your Amazon EFS file system.

See: newEc2Config smart constructor.

Constructors

Ec2Config' 

Fields

  • subnetArn :: Text

    Specifies the ARN of a subnet where DataSync creates the network interfaces for managing traffic during your transfer.

    The subnet must be located:

    • In the same virtual private cloud (VPC) as the Amazon EFS file system.
    • In the same Availability Zone as at least one mount target for the Amazon EFS file system.

    You don't need to specify a subnet that includes a file system mount target.

  • securityGroupArns :: NonEmpty Text

    Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.

Instances

Instances details
FromJSON Ec2Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.Ec2Config

ToJSON Ec2Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.Ec2Config

Generic Ec2Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.Ec2Config

Associated Types

type Rep Ec2Config :: Type -> Type #

Read Ec2Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.Ec2Config

Show Ec2Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.Ec2Config

NFData Ec2Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.Ec2Config

Methods

rnf :: Ec2Config -> () #

Eq Ec2Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.Ec2Config

Hashable Ec2Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.Ec2Config

type Rep Ec2Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.Ec2Config

type Rep Ec2Config = D1 ('MetaData "Ec2Config" "Amazonka.DataSync.Types.Ec2Config" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "Ec2Config'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subnetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "securityGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newEc2Config Source #

Create a value of Ec2Config with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:subnetArn:Ec2Config', ec2Config_subnetArn - Specifies the ARN of a subnet where DataSync creates the network interfaces for managing traffic during your transfer.

The subnet must be located:

  • In the same virtual private cloud (VPC) as the Amazon EFS file system.
  • In the same Availability Zone as at least one mount target for the Amazon EFS file system.

You don't need to specify a subnet that includes a file system mount target.

$sel:securityGroupArns:Ec2Config', ec2Config_securityGroupArns - Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.

ec2Config_subnetArn :: Lens' Ec2Config Text Source #

Specifies the ARN of a subnet where DataSync creates the network interfaces for managing traffic during your transfer.

The subnet must be located:

  • In the same virtual private cloud (VPC) as the Amazon EFS file system.
  • In the same Availability Zone as at least one mount target for the Amazon EFS file system.

You don't need to specify a subnet that includes a file system mount target.

ec2Config_securityGroupArns :: Lens' Ec2Config (NonEmpty Text) Source #

Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.

FilterRule

data FilterRule Source #

Specifies which files, folders, and objects to include or exclude when transferring files from source to destination.

See: newFilterRule smart constructor.

Constructors

FilterRule' 

Fields

  • filterType :: Maybe FilterType

    The type of filter rule to apply. DataSync only supports the SIMPLE_PATTERN rule type.

  • value :: Maybe Text

    A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2

Instances

Instances details
FromJSON FilterRule Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterRule

ToJSON FilterRule Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterRule

Generic FilterRule Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterRule

Associated Types

type Rep FilterRule :: Type -> Type #

Read FilterRule Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterRule

Show FilterRule Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterRule

NFData FilterRule Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterRule

Methods

rnf :: FilterRule -> () #

Eq FilterRule Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterRule

Hashable FilterRule Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterRule

type Rep FilterRule Source # 
Instance details

Defined in Amazonka.DataSync.Types.FilterRule

type Rep FilterRule = D1 ('MetaData "FilterRule" "Amazonka.DataSync.Types.FilterRule" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "FilterRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterType)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFilterRule :: FilterRule Source #

Create a value of FilterRule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filterType:FilterRule', filterRule_filterType - The type of filter rule to apply. DataSync only supports the SIMPLE_PATTERN rule type.

$sel:value:FilterRule', filterRule_value - A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2

filterRule_filterType :: Lens' FilterRule (Maybe FilterType) Source #

The type of filter rule to apply. DataSync only supports the SIMPLE_PATTERN rule type.

filterRule_value :: Lens' FilterRule (Maybe Text) Source #

A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2

FsxProtocol

data FsxProtocol Source #

Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.

See: newFsxProtocol smart constructor.

Constructors

FsxProtocol' 

Fields

  • nfs :: Maybe FsxProtocolNfs

    Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).

  • smb :: Maybe FsxProtocolSmb

    Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.

Instances

Instances details
FromJSON FsxProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocol

ToJSON FsxProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocol

Generic FsxProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocol

Associated Types

type Rep FsxProtocol :: Type -> Type #

Show FsxProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocol

NFData FsxProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocol

Methods

rnf :: FsxProtocol -> () #

Eq FsxProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocol

Hashable FsxProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocol

type Rep FsxProtocol Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocol

type Rep FsxProtocol = D1 ('MetaData "FsxProtocol" "Amazonka.DataSync.Types.FsxProtocol" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "FsxProtocol'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nfs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FsxProtocolNfs)) :*: S1 ('MetaSel ('Just "smb") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FsxProtocolSmb))))

newFsxProtocol :: FsxProtocol Source #

Create a value of FsxProtocol with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nfs:FsxProtocol', fsxProtocol_nfs - Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).

$sel:smb:FsxProtocol', fsxProtocol_smb - Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.

fsxProtocol_nfs :: Lens' FsxProtocol (Maybe FsxProtocolNfs) Source #

Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).

fsxProtocol_smb :: Lens' FsxProtocol (Maybe FsxProtocolSmb) Source #

Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.

FsxProtocolNfs

data FsxProtocolNfs Source #

Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your Amazon FSx for OpenZFS or Amazon FSx for NetApp ONTAP file system.

See: newFsxProtocolNfs smart constructor.

Instances

Instances details
FromJSON FsxProtocolNfs Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolNfs

ToJSON FsxProtocolNfs Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolNfs

Generic FsxProtocolNfs Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolNfs

Associated Types

type Rep FsxProtocolNfs :: Type -> Type #

Read FsxProtocolNfs Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolNfs

Show FsxProtocolNfs Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolNfs

NFData FsxProtocolNfs Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolNfs

Methods

rnf :: FsxProtocolNfs -> () #

Eq FsxProtocolNfs Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolNfs

Hashable FsxProtocolNfs Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolNfs

type Rep FsxProtocolNfs Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolNfs

type Rep FsxProtocolNfs = D1 ('MetaData "FsxProtocolNfs" "Amazonka.DataSync.Types.FsxProtocolNfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "FsxProtocolNfs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NfsMountOptions))))

newFsxProtocolNfs :: FsxProtocolNfs Source #

Create a value of FsxProtocolNfs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:mountOptions:FsxProtocolNfs', fsxProtocolNfs_mountOptions - Undocumented member.

FsxProtocolSmb

data FsxProtocolSmb Source #

Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your Amazon FSx for NetApp ONTAP file system. For more information, see Accessing FSx for ONTAP file systems.

See: newFsxProtocolSmb smart constructor.

Constructors

FsxProtocolSmb' 

Fields

  • domain :: Maybe Text

    Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

  • mountOptions :: Maybe SmbMountOptions
     
  • password :: Sensitive Text

    Specifies the password of a user who has permission to access your SVM.

  • user :: Text

    Specifies a user name that can mount the location and access the files, folders, and metadata that you need in the SVM.

    If you provide a user in your Active Directory, note the following:

    • If you're using Directory Service for Microsoft Active Directory, the user must be a member of the Amazon Web Services Delegated FSx Administrators group.
    • If you're using a self-managed Active Directory, the user must be a member of either the Domain Admins group or a custom group that you specified for file system administration when you created your file system.

    Make sure that the user has the permissions it needs to copy the data you want:

    • SE_TCB_NAME: Required to set object ownership and file metadata. With this privilege, you also can copy NTFS discretionary access lists (DACLs).
    • SE_SECURITY_NAME: May be needed to copy NTFS system access control lists (SACLs). This operation specifically requires the Windows privilege, which is granted to members of the Domain Admins group. If you configure your task to copy SACLs, make sure that the user has the required privileges. For information about copying SACLs, see Ownership and permissions-related options.

Instances

Instances details
FromJSON FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

ToJSON FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

Generic FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

Associated Types

type Rep FsxProtocolSmb :: Type -> Type #

Show FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

NFData FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

Methods

rnf :: FsxProtocolSmb -> () #

Eq FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

Hashable FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

type Rep FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

type Rep FsxProtocolSmb = D1 ('MetaData "FsxProtocolSmb" "Amazonka.DataSync.Types.FsxProtocolSmb" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "FsxProtocolSmb'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmbMountOptions))) :*: (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFsxProtocolSmb Source #

Create a value of FsxProtocolSmb with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domain:FsxProtocolSmb', fsxProtocolSmb_domain - Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

$sel:mountOptions:FsxProtocolSmb', fsxProtocolSmb_mountOptions - Undocumented member.

$sel:password:FsxProtocolSmb', fsxProtocolSmb_password - Specifies the password of a user who has permission to access your SVM.

$sel:user:FsxProtocolSmb', fsxProtocolSmb_user - Specifies a user name that can mount the location and access the files, folders, and metadata that you need in the SVM.

If you provide a user in your Active Directory, note the following:

  • If you're using Directory Service for Microsoft Active Directory, the user must be a member of the Amazon Web Services Delegated FSx Administrators group.
  • If you're using a self-managed Active Directory, the user must be a member of either the Domain Admins group or a custom group that you specified for file system administration when you created your file system.

Make sure that the user has the permissions it needs to copy the data you want:

  • SE_TCB_NAME: Required to set object ownership and file metadata. With this privilege, you also can copy NTFS discretionary access lists (DACLs).
  • SE_SECURITY_NAME: May be needed to copy NTFS system access control lists (SACLs). This operation specifically requires the Windows privilege, which is granted to members of the Domain Admins group. If you configure your task to copy SACLs, make sure that the user has the required privileges. For information about copying SACLs, see Ownership and permissions-related options.

fsxProtocolSmb_domain :: Lens' FsxProtocolSmb (Maybe Text) Source #

Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

fsxProtocolSmb_password :: Lens' FsxProtocolSmb Text Source #

Specifies the password of a user who has permission to access your SVM.

fsxProtocolSmb_user :: Lens' FsxProtocolSmb Text Source #

Specifies a user name that can mount the location and access the files, folders, and metadata that you need in the SVM.

If you provide a user in your Active Directory, note the following:

  • If you're using Directory Service for Microsoft Active Directory, the user must be a member of the Amazon Web Services Delegated FSx Administrators group.
  • If you're using a self-managed Active Directory, the user must be a member of either the Domain Admins group or a custom group that you specified for file system administration when you created your file system.

Make sure that the user has the permissions it needs to copy the data you want:

  • SE_TCB_NAME: Required to set object ownership and file metadata. With this privilege, you also can copy NTFS discretionary access lists (DACLs).
  • SE_SECURITY_NAME: May be needed to copy NTFS system access control lists (SACLs). This operation specifically requires the Windows privilege, which is granted to members of the Domain Admins group. If you configure your task to copy SACLs, make sure that the user has the required privileges. For information about copying SACLs, see Ownership and permissions-related options.

HdfsNameNode

data HdfsNameNode Source #

The NameNode of the Hadoop Distributed File System (HDFS). The NameNode manages the file system's namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes.

See: newHdfsNameNode smart constructor.

Constructors

HdfsNameNode' 

Fields

  • hostname :: Text

    The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.

  • port :: Natural

    The port that the NameNode uses to listen to client requests.

Instances

Instances details
FromJSON HdfsNameNode Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsNameNode

ToJSON HdfsNameNode Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsNameNode

Generic HdfsNameNode Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsNameNode

Associated Types

type Rep HdfsNameNode :: Type -> Type #

Read HdfsNameNode Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsNameNode

Show HdfsNameNode Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsNameNode

NFData HdfsNameNode Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsNameNode

Methods

rnf :: HdfsNameNode -> () #

Eq HdfsNameNode Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsNameNode

Hashable HdfsNameNode Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsNameNode

type Rep HdfsNameNode Source # 
Instance details

Defined in Amazonka.DataSync.Types.HdfsNameNode

type Rep HdfsNameNode = D1 ('MetaData "HdfsNameNode" "Amazonka.DataSync.Types.HdfsNameNode" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "HdfsNameNode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newHdfsNameNode Source #

Create a value of HdfsNameNode with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hostname:HdfsNameNode', hdfsNameNode_hostname - The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.

$sel:port:HdfsNameNode', hdfsNameNode_port - The port that the NameNode uses to listen to client requests.

hdfsNameNode_hostname :: Lens' HdfsNameNode Text Source #

The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.

hdfsNameNode_port :: Lens' HdfsNameNode Natural Source #

The port that the NameNode uses to listen to client requests.

LocationFilter

data LocationFilter Source #

Narrow down the list of resources returned by ListLocations. For example, to see all your Amazon S3 locations, create a filter using "Name": "LocationType", "Operator": "Equals", and "Values": "S3".

For more information, see filtering resources.

See: newLocationFilter smart constructor.

Constructors

LocationFilter' 

Fields

  • name :: LocationFilterName

    The name of the filter being used. Each API call supports a list of filters that are available for it (for example, LocationType for ListLocations).

  • values :: [Text]

    The values that you want to filter for. For example, you might want to display only Amazon S3 locations.

  • operator :: Operator

    The operator that is used to compare filter values (for example, Equals or Contains).

Instances

Instances details
ToJSON LocationFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilter

Generic LocationFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilter

Associated Types

type Rep LocationFilter :: Type -> Type #

Read LocationFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilter

Show LocationFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilter

NFData LocationFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilter

Methods

rnf :: LocationFilter -> () #

Eq LocationFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilter

Hashable LocationFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilter

type Rep LocationFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationFilter

type Rep LocationFilter = D1 ('MetaData "LocationFilter" "Amazonka.DataSync.Types.LocationFilter" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "LocationFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LocationFilterName) :*: (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Operator))))

newLocationFilter Source #

Create a value of LocationFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:LocationFilter', locationFilter_name - The name of the filter being used. Each API call supports a list of filters that are available for it (for example, LocationType for ListLocations).

$sel:values:LocationFilter', locationFilter_values - The values that you want to filter for. For example, you might want to display only Amazon S3 locations.

$sel:operator:LocationFilter', locationFilter_operator - The operator that is used to compare filter values (for example, Equals or Contains).

locationFilter_name :: Lens' LocationFilter LocationFilterName Source #

The name of the filter being used. Each API call supports a list of filters that are available for it (for example, LocationType for ListLocations).

locationFilter_values :: Lens' LocationFilter [Text] Source #

The values that you want to filter for. For example, you might want to display only Amazon S3 locations.

locationFilter_operator :: Lens' LocationFilter Operator Source #

The operator that is used to compare filter values (for example, Equals or Contains).

LocationListEntry

data LocationListEntry Source #

Represents a single entry in a list of locations. LocationListEntry returns an array that contains a list of locations when the ListLocations operation is called.

See: newLocationListEntry smart constructor.

Constructors

LocationListEntry' 

Fields

  • locationArn :: Maybe Text

    The Amazon Resource Name (ARN) of the location. For Network File System (NFS) or Amazon EFS, the location is the export path. For Amazon S3, the location is the prefix path that you want to mount and use as the root of the location.

  • locationUri :: Maybe Text

    Represents a list of URIs of a location. LocationUri returns an array that contains a list of locations when the ListLocations operation is called.

    Format: TYPE://GLOBAL_ID/SUBDIR.

    TYPE designates the type of location (for example, nfs or s3).

    GLOBAL_ID is the globally unique identifier of the resource that backs the location. An example for EFS is us-east-2.fs-abcd1234. An example for Amazon S3 is the bucket name, such as myBucket. An example for NFS is a valid IPv4 address or a hostname that is compliant with Domain Name Service (DNS).

    SUBDIR is a valid file system path, delimited by forward slashes as is the *nix convention. For NFS and Amazon EFS, it's the export path to mount the location. For Amazon S3, it's the prefix path that you mount to and treat as the root of the location.

Instances

Instances details
FromJSON LocationListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationListEntry

Generic LocationListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationListEntry

Associated Types

type Rep LocationListEntry :: Type -> Type #

Read LocationListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationListEntry

Show LocationListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationListEntry

NFData LocationListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationListEntry

Methods

rnf :: LocationListEntry -> () #

Eq LocationListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationListEntry

Hashable LocationListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationListEntry

type Rep LocationListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.LocationListEntry

type Rep LocationListEntry = D1 ('MetaData "LocationListEntry" "Amazonka.DataSync.Types.LocationListEntry" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "LocationListEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLocationListEntry :: LocationListEntry Source #

Create a value of LocationListEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:locationArn:LocationListEntry', locationListEntry_locationArn - The Amazon Resource Name (ARN) of the location. For Network File System (NFS) or Amazon EFS, the location is the export path. For Amazon S3, the location is the prefix path that you want to mount and use as the root of the location.

$sel:locationUri:LocationListEntry', locationListEntry_locationUri - Represents a list of URIs of a location. LocationUri returns an array that contains a list of locations when the ListLocations operation is called.

Format: TYPE://GLOBAL_ID/SUBDIR.

TYPE designates the type of location (for example, nfs or s3).

GLOBAL_ID is the globally unique identifier of the resource that backs the location. An example for EFS is us-east-2.fs-abcd1234. An example for Amazon S3 is the bucket name, such as myBucket. An example for NFS is a valid IPv4 address or a hostname that is compliant with Domain Name Service (DNS).

SUBDIR is a valid file system path, delimited by forward slashes as is the *nix convention. For NFS and Amazon EFS, it's the export path to mount the location. For Amazon S3, it's the prefix path that you mount to and treat as the root of the location.

locationListEntry_locationArn :: Lens' LocationListEntry (Maybe Text) Source #

The Amazon Resource Name (ARN) of the location. For Network File System (NFS) or Amazon EFS, the location is the export path. For Amazon S3, the location is the prefix path that you want to mount and use as the root of the location.

locationListEntry_locationUri :: Lens' LocationListEntry (Maybe Text) Source #

Represents a list of URIs of a location. LocationUri returns an array that contains a list of locations when the ListLocations operation is called.

Format: TYPE://GLOBAL_ID/SUBDIR.

TYPE designates the type of location (for example, nfs or s3).

GLOBAL_ID is the globally unique identifier of the resource that backs the location. An example for EFS is us-east-2.fs-abcd1234. An example for Amazon S3 is the bucket name, such as myBucket. An example for NFS is a valid IPv4 address or a hostname that is compliant with Domain Name Service (DNS).

SUBDIR is a valid file system path, delimited by forward slashes as is the *nix convention. For NFS and Amazon EFS, it's the export path to mount the location. For Amazon S3, it's the prefix path that you mount to and treat as the root of the location.

NfsMountOptions

data NfsMountOptions Source #

Specifies how DataSync can access a location using the NFS protocol.

See: newNfsMountOptions smart constructor.

Constructors

NfsMountOptions' 

Fields

  • version :: Maybe NfsVersion

    Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails.

    You can specify the following options:

    • AUTOMATIC (default): DataSync chooses NFS version 4.1.
    • NFS3: Stateless protocol version that allows for asynchronous writes on the server.
    • NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo file systems.
    • NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and parallel data processing. NFS version 4.1 also includes all features available in version 4.0.

    DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.

Instances

Instances details
FromJSON NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

ToJSON NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

Generic NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

Associated Types

type Rep NfsMountOptions :: Type -> Type #

Read NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

Show NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

NFData NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

Methods

rnf :: NfsMountOptions -> () #

Eq NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

Hashable NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

type Rep NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

type Rep NfsMountOptions = D1 ('MetaData "NfsMountOptions" "Amazonka.DataSync.Types.NfsMountOptions" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "NfsMountOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NfsVersion))))

newNfsMountOptions :: NfsMountOptions Source #

Create a value of NfsMountOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:version:NfsMountOptions', nfsMountOptions_version - Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails.

You can specify the following options:

  • AUTOMATIC (default): DataSync chooses NFS version 4.1.
  • NFS3: Stateless protocol version that allows for asynchronous writes on the server.
  • NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo file systems.
  • NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and parallel data processing. NFS version 4.1 also includes all features available in version 4.0.

DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.

nfsMountOptions_version :: Lens' NfsMountOptions (Maybe NfsVersion) Source #

Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails.

You can specify the following options:

  • AUTOMATIC (default): DataSync chooses NFS version 4.1.
  • NFS3: Stateless protocol version that allows for asynchronous writes on the server.
  • NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo file systems.
  • NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and parallel data processing. NFS version 4.1 also includes all features available in version 4.0.

DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.

OnPremConfig

data OnPremConfig Source #

A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.

See: newOnPremConfig smart constructor.

Constructors

OnPremConfig' 

Fields

Instances

Instances details
FromJSON OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

ToJSON OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

Generic OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

Associated Types

type Rep OnPremConfig :: Type -> Type #

Read OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

Show OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

NFData OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

Methods

rnf :: OnPremConfig -> () #

Eq OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

Hashable OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

type Rep OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

type Rep OnPremConfig = D1 ('MetaData "OnPremConfig" "Amazonka.DataSync.Types.OnPremConfig" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "OnPremConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newOnPremConfig Source #

Create a value of OnPremConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:agentArns:OnPremConfig', onPremConfig_agentArns - ARNs of the agents to use for an NFS location.

onPremConfig_agentArns :: Lens' OnPremConfig (NonEmpty Text) Source #

ARNs of the agents to use for an NFS location.

Options

data Options Source #

Configures your DataSync task settings. These options include how DataSync handles files, objects, and their associated metadata. You also can specify how DataSync verifies data integrity, set bandwidth limits for your task, among other options.

Each task setting has a default value. Unless you need to, you don't have to configure any of these Options before starting your task.

See: newOptions smart constructor.

Constructors

Options' 

Fields

  • atime :: Maybe Atime

    Specifies whether to preserve metadata indicating the last time a file was read or written to. If you set Atime to BEST_EFFORT, DataSync attempts to preserve the original Atime attribute on all source files (that is, the version before the PREPARING phase of the task execution).

    The behavior of Atime isn't fully standard across platforms, so DataSync can only do this on a best-effort basis.

    Default value: BEST_EFFORT

    BEST_EFFORT: Attempt to preserve the per-file Atime value (recommended).

    NONE: Ignore Atime.

    If Atime is set to BEST_EFFORT, Mtime must be set to PRESERVE.

    If Atime is set to NONE, Mtime must also be NONE.

  • bytesPerSecond :: Maybe Integer

    Limits the bandwidth used by a DataSync task. For example, if you want DataSync to use a maximum of 1 MB, set this value to 1048576 (=1024*1024).

  • gid :: Maybe Gid

    Specifies the POSIX group ID (GID) of the file's owners.

    For more information, see Metadata copied by DataSync.

    Default value: INT_VALUE. This preserves the integer value of the ID.

    INT_VALUE: Preserve the integer value of user ID (UID) and GID (recommended).

    NONE: Ignore UID and GID.

  • logLevel :: Maybe LogLevel

    Specifies the type of logs that DataSync publishes to a Amazon CloudWatch Logs log group. To specify the log group, see CloudWatchLogGroupArn.

    If you set LogLevel to OFF, no logs are published. BASIC publishes logs on errors for individual files transferred. TRANSFER publishes logs for every file or object that is transferred and integrity checked.

  • mtime :: Maybe Mtime

    Specifies whether to preserve metadata indicating the last time that a file was written to before the PREPARING phase of your task execution. This option is required when you need to run the a task more than once.

    Default Value: PRESERVE

    PRESERVE: Preserve original Mtime (recommended)

    NONE: Ignore Mtime.

    If Mtime is set to PRESERVE, Atime must be set to BEST_EFFORT.

    If Mtime is set to NONE, Atime must also be set to NONE.

  • objectTags :: Maybe ObjectTags

    Specifies whether object tags are preserved when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the NONE value.

    Default Value: PRESERVE

  • overwriteMode :: Maybe OverwriteMode

    Specifies whether data at the destination location should be overwritten or preserved. If set to NEVER, a destination file for example will not be replaced by a source file (even if the destination file differs from the source file). If you modify files in the destination and you sync the files, you can use this value to protect against overwriting those changes.

    Some storage classes have specific behaviors that can affect your Amazon S3 storage cost. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync .

  • posixPermissions :: Maybe PosixPermissions

    Specifies which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file.

    For more information, see Metadata copied by DataSync.

    Default value: PRESERVE

    PRESERVE: Preserve POSIX-style permissions (recommended).

    NONE: Ignore permissions.

    DataSync can preserve extant permissions of a source location.

  • preserveDeletedFiles :: Maybe PreserveDeletedFiles

    Specifies whether files in the destination location that don't exist in the source should be preserved. This option can affect your Amazon S3 storage cost. If your task deletes objects, you might incur minimum storage duration charges for certain storage classes. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync .

    Default value: PRESERVE

    PRESERVE: Ignore such destination files (recommended).

    REMOVE: Delete destination files that aren’t present in the source.

  • preserveDevices :: Maybe PreserveDevices

    Specifies whether DataSync should preserve the metadata of block and character devices in the source location and recreate the files with that device name and metadata on the destination. DataSync copies only the name and metadata of such devices.

    DataSync can't copy the actual contents of these devices because they're nonterminal and don't return an end-of-file (EOF) marker.

    Default value: NONE

    NONE: Ignore special devices (recommended).

    PRESERVE: Preserve character and block device metadata. This option currently isn't supported for Amazon EFS.

  • securityDescriptorCopyFlags :: Maybe SmbSecurityDescriptorCopyFlags

    Specifies which components of the SMB security descriptor are copied from source to destination objects.

    This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations or between two FSx for Windows File Server locations. For more information, see how DataSync handles metadata.

    Default value: OWNER_DACL

    OWNER_DACL: For each copied object, DataSync copies the following metadata:

    • The object owner.
    • NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.

      DataSync won't copy NTFS system access control lists (SACLs) with this option.

    OWNER_DACL_SACL: For each copied object, DataSync copies the following metadata:

    • The object owner.
    • NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.
    • SACLs, which are used by administrators to log attempts to access a secured object.

      Copying SACLs requires granting additional permissions to the Windows user that DataSync uses to access your SMB location. For information about choosing a user that ensures sufficient permissions to files, folders, and metadata, see user.

    NONE: None of the SMB security descriptor components are copied. Destination objects are owned by the user that was provided for accessing the destination location. DACLs and SACLs are set based on the destination server’s configuration.

  • taskQueueing :: Maybe TaskQueueing

    Specifies whether tasks should be queued before executing the tasks. The default is ENABLED, which means the tasks will be queued.

    If you use the same agent to run multiple tasks, you can enable the tasks to run in series. For more information, see Queueing task executions.

  • transferMode :: Maybe TransferMode

    Determines whether DataSync transfers only the data and metadata that differ between the source and the destination location or transfers all the content from the source (without comparing what's in the destination).

    CHANGED: DataSync copies only data or metadata that is new or different content from the source location to the destination location.

    ALL: DataSync copies all source location content to the destination (without comparing what's in the destination).

  • uid :: Maybe Uid

    Specifies the POSIX user ID (UID) of the file's owner.

    For more information, see Metadata copied by DataSync.

    Default value: INT_VALUE. This preserves the integer value of the ID.

    INT_VALUE: Preserve the integer value of UID and group ID (GID) (recommended).

    NONE: Ignore UID and GID.

  • verifyMode :: Maybe VerifyMode

    Specifies how and when DataSync checks the integrity of your data during a transfer.

    Default value: POINT_IN_TIME_CONSISTENT

    ONLY_FILES_TRANSFERRED (recommended): DataSync calculates the checksum of transferred files and metadata at the source location. At the end of the transfer, DataSync then compares this checksum to the checksum calculated on those files at the destination.

    We recommend this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations.

    POINT_IN_TIME_CONSISTENT: At the end of the transfer, DataSync scans the entire source and destination to verify that both locations are fully synchronized.

    You can't use this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations.

    NONE: DataSync doesn't run additional verification at the end of the transfer. All data transmissions are still integrity-checked with checksum verification during the transfer.

Instances

Instances details
FromJSON Options Source # 
Instance details

Defined in Amazonka.DataSync.Types.Options

ToJSON Options Source # 
Instance details

Defined in Amazonka.DataSync.Types.Options

Generic Options Source # 
Instance details

Defined in Amazonka.DataSync.Types.Options

Associated Types

type Rep Options :: Type -> Type #

Methods

from :: Options -> Rep Options x #

to :: Rep Options x -> Options #

Read Options Source # 
Instance details

Defined in Amazonka.DataSync.Types.Options

Show Options Source # 
Instance details

Defined in Amazonka.DataSync.Types.Options

NFData Options Source # 
Instance details

Defined in Amazonka.DataSync.Types.Options

Methods

rnf :: Options -> () #

Eq Options Source # 
Instance details

Defined in Amazonka.DataSync.Types.Options

Methods

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

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

Hashable Options Source # 
Instance details

Defined in Amazonka.DataSync.Types.Options

Methods

hashWithSalt :: Int -> Options -> Int #

hash :: Options -> Int #

type Rep Options Source # 
Instance details

Defined in Amazonka.DataSync.Types.Options

type Rep Options = D1 ('MetaData "Options" "Amazonka.DataSync.Types.Options" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "Options'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "atime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Atime)) :*: (S1 ('MetaSel ('Just "bytesPerSecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "gid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Gid)))) :*: ((S1 ('MetaSel ('Just "logLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogLevel)) :*: S1 ('MetaSel ('Just "mtime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Mtime))) :*: (S1 ('MetaSel ('Just "objectTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectTags)) :*: S1 ('MetaSel ('Just "overwriteMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OverwriteMode))))) :*: (((S1 ('MetaSel ('Just "posixPermissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PosixPermissions)) :*: S1 ('MetaSel ('Just "preserveDeletedFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PreserveDeletedFiles))) :*: (S1 ('MetaSel ('Just "preserveDevices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PreserveDevices)) :*: S1 ('MetaSel ('Just "securityDescriptorCopyFlags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmbSecurityDescriptorCopyFlags)))) :*: ((S1 ('MetaSel ('Just "taskQueueing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskQueueing)) :*: S1 ('MetaSel ('Just "transferMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransferMode))) :*: (S1 ('MetaSel ('Just "uid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Uid)) :*: S1 ('MetaSel ('Just "verifyMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VerifyMode)))))))

newOptions :: Options Source #

Create a value of Options with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:atime:Options', options_atime - Specifies whether to preserve metadata indicating the last time a file was read or written to. If you set Atime to BEST_EFFORT, DataSync attempts to preserve the original Atime attribute on all source files (that is, the version before the PREPARING phase of the task execution).

The behavior of Atime isn't fully standard across platforms, so DataSync can only do this on a best-effort basis.

Default value: BEST_EFFORT

BEST_EFFORT: Attempt to preserve the per-file Atime value (recommended).

NONE: Ignore Atime.

If Atime is set to BEST_EFFORT, Mtime must be set to PRESERVE.

If Atime is set to NONE, Mtime must also be NONE.

$sel:bytesPerSecond:Options', options_bytesPerSecond - Limits the bandwidth used by a DataSync task. For example, if you want DataSync to use a maximum of 1 MB, set this value to 1048576 (=1024*1024).

$sel:gid:Options', options_gid - Specifies the POSIX group ID (GID) of the file's owners.

For more information, see Metadata copied by DataSync.

Default value: INT_VALUE. This preserves the integer value of the ID.

INT_VALUE: Preserve the integer value of user ID (UID) and GID (recommended).

NONE: Ignore UID and GID.

$sel:logLevel:Options', options_logLevel - Specifies the type of logs that DataSync publishes to a Amazon CloudWatch Logs log group. To specify the log group, see CloudWatchLogGroupArn.

If you set LogLevel to OFF, no logs are published. BASIC publishes logs on errors for individual files transferred. TRANSFER publishes logs for every file or object that is transferred and integrity checked.

$sel:mtime:Options', options_mtime - Specifies whether to preserve metadata indicating the last time that a file was written to before the PREPARING phase of your task execution. This option is required when you need to run the a task more than once.

Default Value: PRESERVE

PRESERVE: Preserve original Mtime (recommended)

NONE: Ignore Mtime.

If Mtime is set to PRESERVE, Atime must be set to BEST_EFFORT.

If Mtime is set to NONE, Atime must also be set to NONE.

$sel:objectTags:Options', options_objectTags - Specifies whether object tags are preserved when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the NONE value.

Default Value: PRESERVE

$sel:overwriteMode:Options', options_overwriteMode - Specifies whether data at the destination location should be overwritten or preserved. If set to NEVER, a destination file for example will not be replaced by a source file (even if the destination file differs from the source file). If you modify files in the destination and you sync the files, you can use this value to protect against overwriting those changes.

Some storage classes have specific behaviors that can affect your Amazon S3 storage cost. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync .

$sel:posixPermissions:Options', options_posixPermissions - Specifies which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file.

For more information, see Metadata copied by DataSync.

Default value: PRESERVE

PRESERVE: Preserve POSIX-style permissions (recommended).

NONE: Ignore permissions.

DataSync can preserve extant permissions of a source location.

$sel:preserveDeletedFiles:Options', options_preserveDeletedFiles - Specifies whether files in the destination location that don't exist in the source should be preserved. This option can affect your Amazon S3 storage cost. If your task deletes objects, you might incur minimum storage duration charges for certain storage classes. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync .

Default value: PRESERVE

PRESERVE: Ignore such destination files (recommended).

REMOVE: Delete destination files that aren’t present in the source.

$sel:preserveDevices:Options', options_preserveDevices - Specifies whether DataSync should preserve the metadata of block and character devices in the source location and recreate the files with that device name and metadata on the destination. DataSync copies only the name and metadata of such devices.

DataSync can't copy the actual contents of these devices because they're nonterminal and don't return an end-of-file (EOF) marker.

Default value: NONE

NONE: Ignore special devices (recommended).

PRESERVE: Preserve character and block device metadata. This option currently isn't supported for Amazon EFS.

$sel:securityDescriptorCopyFlags:Options', options_securityDescriptorCopyFlags - Specifies which components of the SMB security descriptor are copied from source to destination objects.

This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations or between two FSx for Windows File Server locations. For more information, see how DataSync handles metadata.

Default value: OWNER_DACL

OWNER_DACL: For each copied object, DataSync copies the following metadata:

  • The object owner.
  • NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.

    DataSync won't copy NTFS system access control lists (SACLs) with this option.

OWNER_DACL_SACL: For each copied object, DataSync copies the following metadata:

  • The object owner.
  • NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.
  • SACLs, which are used by administrators to log attempts to access a secured object.

    Copying SACLs requires granting additional permissions to the Windows user that DataSync uses to access your SMB location. For information about choosing a user that ensures sufficient permissions to files, folders, and metadata, see user.

NONE: None of the SMB security descriptor components are copied. Destination objects are owned by the user that was provided for accessing the destination location. DACLs and SACLs are set based on the destination server’s configuration.

$sel:taskQueueing:Options', options_taskQueueing - Specifies whether tasks should be queued before executing the tasks. The default is ENABLED, which means the tasks will be queued.

If you use the same agent to run multiple tasks, you can enable the tasks to run in series. For more information, see Queueing task executions.

$sel:transferMode:Options', options_transferMode - Determines whether DataSync transfers only the data and metadata that differ between the source and the destination location or transfers all the content from the source (without comparing what's in the destination).

CHANGED: DataSync copies only data or metadata that is new or different content from the source location to the destination location.

ALL: DataSync copies all source location content to the destination (without comparing what's in the destination).

$sel:uid:Options', options_uid - Specifies the POSIX user ID (UID) of the file's owner.

For more information, see Metadata copied by DataSync.

Default value: INT_VALUE. This preserves the integer value of the ID.

INT_VALUE: Preserve the integer value of UID and group ID (GID) (recommended).

NONE: Ignore UID and GID.

$sel:verifyMode:Options', options_verifyMode - Specifies how and when DataSync checks the integrity of your data during a transfer.

Default value: POINT_IN_TIME_CONSISTENT

ONLY_FILES_TRANSFERRED (recommended): DataSync calculates the checksum of transferred files and metadata at the source location. At the end of the transfer, DataSync then compares this checksum to the checksum calculated on those files at the destination.

We recommend this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations.

POINT_IN_TIME_CONSISTENT: At the end of the transfer, DataSync scans the entire source and destination to verify that both locations are fully synchronized.

You can't use this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations.

NONE: DataSync doesn't run additional verification at the end of the transfer. All data transmissions are still integrity-checked with checksum verification during the transfer.

options_atime :: Lens' Options (Maybe Atime) Source #

Specifies whether to preserve metadata indicating the last time a file was read or written to. If you set Atime to BEST_EFFORT, DataSync attempts to preserve the original Atime attribute on all source files (that is, the version before the PREPARING phase of the task execution).

The behavior of Atime isn't fully standard across platforms, so DataSync can only do this on a best-effort basis.

Default value: BEST_EFFORT

BEST_EFFORT: Attempt to preserve the per-file Atime value (recommended).

NONE: Ignore Atime.

If Atime is set to BEST_EFFORT, Mtime must be set to PRESERVE.

If Atime is set to NONE, Mtime must also be NONE.

options_bytesPerSecond :: Lens' Options (Maybe Integer) Source #

Limits the bandwidth used by a DataSync task. For example, if you want DataSync to use a maximum of 1 MB, set this value to 1048576 (=1024*1024).

options_gid :: Lens' Options (Maybe Gid) Source #

Specifies the POSIX group ID (GID) of the file's owners.

For more information, see Metadata copied by DataSync.

Default value: INT_VALUE. This preserves the integer value of the ID.

INT_VALUE: Preserve the integer value of user ID (UID) and GID (recommended).

NONE: Ignore UID and GID.

options_logLevel :: Lens' Options (Maybe LogLevel) Source #

Specifies the type of logs that DataSync publishes to a Amazon CloudWatch Logs log group. To specify the log group, see CloudWatchLogGroupArn.

If you set LogLevel to OFF, no logs are published. BASIC publishes logs on errors for individual files transferred. TRANSFER publishes logs for every file or object that is transferred and integrity checked.

options_mtime :: Lens' Options (Maybe Mtime) Source #

Specifies whether to preserve metadata indicating the last time that a file was written to before the PREPARING phase of your task execution. This option is required when you need to run the a task more than once.

Default Value: PRESERVE

PRESERVE: Preserve original Mtime (recommended)

NONE: Ignore Mtime.

If Mtime is set to PRESERVE, Atime must be set to BEST_EFFORT.

If Mtime is set to NONE, Atime must also be set to NONE.

options_objectTags :: Lens' Options (Maybe ObjectTags) Source #

Specifies whether object tags are preserved when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the NONE value.

Default Value: PRESERVE

options_overwriteMode :: Lens' Options (Maybe OverwriteMode) Source #

Specifies whether data at the destination location should be overwritten or preserved. If set to NEVER, a destination file for example will not be replaced by a source file (even if the destination file differs from the source file). If you modify files in the destination and you sync the files, you can use this value to protect against overwriting those changes.

Some storage classes have specific behaviors that can affect your Amazon S3 storage cost. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync .

options_posixPermissions :: Lens' Options (Maybe PosixPermissions) Source #

Specifies which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file.

For more information, see Metadata copied by DataSync.

Default value: PRESERVE

PRESERVE: Preserve POSIX-style permissions (recommended).

NONE: Ignore permissions.

DataSync can preserve extant permissions of a source location.

options_preserveDeletedFiles :: Lens' Options (Maybe PreserveDeletedFiles) Source #

Specifies whether files in the destination location that don't exist in the source should be preserved. This option can affect your Amazon S3 storage cost. If your task deletes objects, you might incur minimum storage duration charges for certain storage classes. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync .

Default value: PRESERVE

PRESERVE: Ignore such destination files (recommended).

REMOVE: Delete destination files that aren’t present in the source.

options_preserveDevices :: Lens' Options (Maybe PreserveDevices) Source #

Specifies whether DataSync should preserve the metadata of block and character devices in the source location and recreate the files with that device name and metadata on the destination. DataSync copies only the name and metadata of such devices.

DataSync can't copy the actual contents of these devices because they're nonterminal and don't return an end-of-file (EOF) marker.

Default value: NONE

NONE: Ignore special devices (recommended).

PRESERVE: Preserve character and block device metadata. This option currently isn't supported for Amazon EFS.

options_securityDescriptorCopyFlags :: Lens' Options (Maybe SmbSecurityDescriptorCopyFlags) Source #

Specifies which components of the SMB security descriptor are copied from source to destination objects.

This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations or between two FSx for Windows File Server locations. For more information, see how DataSync handles metadata.

Default value: OWNER_DACL

OWNER_DACL: For each copied object, DataSync copies the following metadata:

  • The object owner.
  • NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.

    DataSync won't copy NTFS system access control lists (SACLs) with this option.

OWNER_DACL_SACL: For each copied object, DataSync copies the following metadata:

  • The object owner.
  • NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.
  • SACLs, which are used by administrators to log attempts to access a secured object.

    Copying SACLs requires granting additional permissions to the Windows user that DataSync uses to access your SMB location. For information about choosing a user that ensures sufficient permissions to files, folders, and metadata, see user.

NONE: None of the SMB security descriptor components are copied. Destination objects are owned by the user that was provided for accessing the destination location. DACLs and SACLs are set based on the destination server’s configuration.

options_taskQueueing :: Lens' Options (Maybe TaskQueueing) Source #

Specifies whether tasks should be queued before executing the tasks. The default is ENABLED, which means the tasks will be queued.

If you use the same agent to run multiple tasks, you can enable the tasks to run in series. For more information, see Queueing task executions.

options_transferMode :: Lens' Options (Maybe TransferMode) Source #

Determines whether DataSync transfers only the data and metadata that differ between the source and the destination location or transfers all the content from the source (without comparing what's in the destination).

CHANGED: DataSync copies only data or metadata that is new or different content from the source location to the destination location.

ALL: DataSync copies all source location content to the destination (without comparing what's in the destination).

options_uid :: Lens' Options (Maybe Uid) Source #

Specifies the POSIX user ID (UID) of the file's owner.

For more information, see Metadata copied by DataSync.

Default value: INT_VALUE. This preserves the integer value of the ID.

INT_VALUE: Preserve the integer value of UID and group ID (GID) (recommended).

NONE: Ignore UID and GID.

options_verifyMode :: Lens' Options (Maybe VerifyMode) Source #

Specifies how and when DataSync checks the integrity of your data during a transfer.

Default value: POINT_IN_TIME_CONSISTENT

ONLY_FILES_TRANSFERRED (recommended): DataSync calculates the checksum of transferred files and metadata at the source location. At the end of the transfer, DataSync then compares this checksum to the checksum calculated on those files at the destination.

We recommend this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations.

POINT_IN_TIME_CONSISTENT: At the end of the transfer, DataSync scans the entire source and destination to verify that both locations are fully synchronized.

You can't use this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations.

NONE: DataSync doesn't run additional verification at the end of the transfer. All data transmissions are still integrity-checked with checksum verification during the transfer.

PrivateLinkConfig

data PrivateLinkConfig Source #

The VPC endpoint, subnet, and security group that an agent uses to access IP addresses in a VPC (Virtual Private Cloud).

See: newPrivateLinkConfig smart constructor.

Constructors

PrivateLinkConfig' 

Fields

  • privateLinkEndpoint :: Maybe Text

    The private endpoint that is configured for an agent that has access to IP addresses in a PrivateLink. An agent that is configured with this endpoint will not be accessible over the public internet.

  • securityGroupArns :: Maybe (NonEmpty Text)

    The Amazon Resource Names (ARNs) of the security groups that are configured for the EC2 resource that hosts an agent activated in a VPC or an agent that has access to a VPC endpoint.

  • subnetArns :: Maybe (NonEmpty Text)

    The Amazon Resource Names (ARNs) of the subnets that are configured for an agent activated in a VPC or an agent that has access to a VPC endpoint.

  • vpcEndpointId :: Maybe Text

    The ID of the VPC endpoint that is configured for an agent. An agent that is configured with a VPC endpoint will not be accessible over the public internet.

Instances

Instances details
FromJSON PrivateLinkConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.PrivateLinkConfig

Generic PrivateLinkConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.PrivateLinkConfig

Associated Types

type Rep PrivateLinkConfig :: Type -> Type #

Read PrivateLinkConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.PrivateLinkConfig

Show PrivateLinkConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.PrivateLinkConfig

NFData PrivateLinkConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.PrivateLinkConfig

Methods

rnf :: PrivateLinkConfig -> () #

Eq PrivateLinkConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.PrivateLinkConfig

Hashable PrivateLinkConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.PrivateLinkConfig

type Rep PrivateLinkConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.PrivateLinkConfig

type Rep PrivateLinkConfig = D1 ('MetaData "PrivateLinkConfig" "Amazonka.DataSync.Types.PrivateLinkConfig" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "PrivateLinkConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "privateLinkEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "securityGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "subnetArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "vpcEndpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPrivateLinkConfig :: PrivateLinkConfig Source #

Create a value of PrivateLinkConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:privateLinkEndpoint:PrivateLinkConfig', privateLinkConfig_privateLinkEndpoint - The private endpoint that is configured for an agent that has access to IP addresses in a PrivateLink. An agent that is configured with this endpoint will not be accessible over the public internet.

$sel:securityGroupArns:PrivateLinkConfig', privateLinkConfig_securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are configured for the EC2 resource that hosts an agent activated in a VPC or an agent that has access to a VPC endpoint.

$sel:subnetArns:PrivateLinkConfig', privateLinkConfig_subnetArns - The Amazon Resource Names (ARNs) of the subnets that are configured for an agent activated in a VPC or an agent that has access to a VPC endpoint.

$sel:vpcEndpointId:PrivateLinkConfig', privateLinkConfig_vpcEndpointId - The ID of the VPC endpoint that is configured for an agent. An agent that is configured with a VPC endpoint will not be accessible over the public internet.

privateLinkConfig_privateLinkEndpoint :: Lens' PrivateLinkConfig (Maybe Text) Source #

The private endpoint that is configured for an agent that has access to IP addresses in a PrivateLink. An agent that is configured with this endpoint will not be accessible over the public internet.

privateLinkConfig_securityGroupArns :: Lens' PrivateLinkConfig (Maybe (NonEmpty Text)) Source #

The Amazon Resource Names (ARNs) of the security groups that are configured for the EC2 resource that hosts an agent activated in a VPC or an agent that has access to a VPC endpoint.

privateLinkConfig_subnetArns :: Lens' PrivateLinkConfig (Maybe (NonEmpty Text)) Source #

The Amazon Resource Names (ARNs) of the subnets that are configured for an agent activated in a VPC or an agent that has access to a VPC endpoint.

privateLinkConfig_vpcEndpointId :: Lens' PrivateLinkConfig (Maybe Text) Source #

The ID of the VPC endpoint that is configured for an agent. An agent that is configured with a VPC endpoint will not be accessible over the public internet.

QopConfiguration

data QopConfiguration Source #

The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer privacy settings configured on the Hadoop Distributed File System (HDFS) cluster.

See: newQopConfiguration smart constructor.

Constructors

QopConfiguration' 

Fields

  • dataTransferProtection :: Maybe HdfsDataTransferProtection

    The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop cluster.

  • rpcProtection :: Maybe HdfsRpcProtection

    The RPC protection setting configured on the HDFS cluster. This setting corresponds to your hadoop.rpc.protection setting in your core-site.xml file on your Hadoop cluster.

Instances

Instances details
FromJSON QopConfiguration Source # 
Instance details

Defined in Amazonka.DataSync.Types.QopConfiguration

ToJSON QopConfiguration Source # 
Instance details

Defined in Amazonka.DataSync.Types.QopConfiguration

Generic QopConfiguration Source # 
Instance details

Defined in Amazonka.DataSync.Types.QopConfiguration

Associated Types

type Rep QopConfiguration :: Type -> Type #

Read QopConfiguration Source # 
Instance details

Defined in Amazonka.DataSync.Types.QopConfiguration

Show QopConfiguration Source # 
Instance details

Defined in Amazonka.DataSync.Types.QopConfiguration

NFData QopConfiguration Source # 
Instance details

Defined in Amazonka.DataSync.Types.QopConfiguration

Methods

rnf :: QopConfiguration -> () #

Eq QopConfiguration Source # 
Instance details

Defined in Amazonka.DataSync.Types.QopConfiguration

Hashable QopConfiguration Source # 
Instance details

Defined in Amazonka.DataSync.Types.QopConfiguration

type Rep QopConfiguration Source # 
Instance details

Defined in Amazonka.DataSync.Types.QopConfiguration

type Rep QopConfiguration = D1 ('MetaData "QopConfiguration" "Amazonka.DataSync.Types.QopConfiguration" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "QopConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataTransferProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HdfsDataTransferProtection)) :*: S1 ('MetaSel ('Just "rpcProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HdfsRpcProtection))))

newQopConfiguration :: QopConfiguration Source #

Create a value of QopConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dataTransferProtection:QopConfiguration', qopConfiguration_dataTransferProtection - The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop cluster.

$sel:rpcProtection:QopConfiguration', qopConfiguration_rpcProtection - The RPC protection setting configured on the HDFS cluster. This setting corresponds to your hadoop.rpc.protection setting in your core-site.xml file on your Hadoop cluster.

qopConfiguration_dataTransferProtection :: Lens' QopConfiguration (Maybe HdfsDataTransferProtection) Source #

The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop cluster.

qopConfiguration_rpcProtection :: Lens' QopConfiguration (Maybe HdfsRpcProtection) Source #

The RPC protection setting configured on the HDFS cluster. This setting corresponds to your hadoop.rpc.protection setting in your core-site.xml file on your Hadoop cluster.

S3Config

data S3Config Source #

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role used to access an Amazon S3 bucket.

For detailed information about using such a role, see Creating a Location for Amazon S3 in the DataSync User Guide.

See: newS3Config smart constructor.

Constructors

S3Config' 

Fields

Instances

Instances details
FromJSON S3Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3Config

ToJSON S3Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3Config

Generic S3Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3Config

Associated Types

type Rep S3Config :: Type -> Type #

Methods

from :: S3Config -> Rep S3Config x #

to :: Rep S3Config x -> S3Config #

Read S3Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3Config

Show S3Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3Config

NFData S3Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3Config

Methods

rnf :: S3Config -> () #

Eq S3Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3Config

Hashable S3Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3Config

Methods

hashWithSalt :: Int -> S3Config -> Int #

hash :: S3Config -> Int #

type Rep S3Config Source # 
Instance details

Defined in Amazonka.DataSync.Types.S3Config

type Rep S3Config = D1 ('MetaData "S3Config" "Amazonka.DataSync.Types.S3Config" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "S3Config'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3Config Source #

Create a value of S3Config with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:bucketAccessRoleArn:S3Config', s3Config_bucketAccessRoleArn - The ARN of the IAM role for accessing the S3 bucket.

s3Config_bucketAccessRoleArn :: Lens' S3Config Text Source #

The ARN of the IAM role for accessing the S3 bucket.

SmbMountOptions

data SmbMountOptions Source #

Specifies how DataSync can access a location using the SMB protocol.

See: newSmbMountOptions smart constructor.

Constructors

SmbMountOptions' 

Fields

  • version :: Maybe SmbVersion

    Specifies the SMB version that you want DataSync to use when mounting your SMB share. If you don't specify a version, DataSync defaults to AUTOMATIC and chooses a version based on negotiation with the SMB server.

Instances

Instances details
FromJSON SmbMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbMountOptions

ToJSON SmbMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbMountOptions

Generic SmbMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbMountOptions

Associated Types

type Rep SmbMountOptions :: Type -> Type #

Read SmbMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbMountOptions

Show SmbMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbMountOptions

NFData SmbMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbMountOptions

Methods

rnf :: SmbMountOptions -> () #

Eq SmbMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbMountOptions

Hashable SmbMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbMountOptions

type Rep SmbMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.SmbMountOptions

type Rep SmbMountOptions = D1 ('MetaData "SmbMountOptions" "Amazonka.DataSync.Types.SmbMountOptions" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "SmbMountOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmbVersion))))

newSmbMountOptions :: SmbMountOptions Source #

Create a value of SmbMountOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:version:SmbMountOptions', smbMountOptions_version - Specifies the SMB version that you want DataSync to use when mounting your SMB share. If you don't specify a version, DataSync defaults to AUTOMATIC and chooses a version based on negotiation with the SMB server.

smbMountOptions_version :: Lens' SmbMountOptions (Maybe SmbVersion) Source #

Specifies the SMB version that you want DataSync to use when mounting your SMB share. If you don't specify a version, DataSync defaults to AUTOMATIC and chooses a version based on negotiation with the SMB server.

TagListEntry

data TagListEntry Source #

A key-value pair representing a single tag that's been applied to an Amazon Web Services resource.

See: newTagListEntry smart constructor.

Constructors

TagListEntry' 

Fields

  • value :: Maybe Text

    The value for an Amazon Web Services resource tag.

  • key :: Text

    The key for an Amazon Web Services resource tag.

Instances

Instances details
FromJSON TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

ToJSON TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

Generic TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

Associated Types

type Rep TagListEntry :: Type -> Type #

Read TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

Show TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

NFData TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

Methods

rnf :: TagListEntry -> () #

Eq TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

Hashable TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

type Rep TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

type Rep TagListEntry = D1 ('MetaData "TagListEntry" "Amazonka.DataSync.Types.TagListEntry" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "TagListEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTagListEntry Source #

Create a value of TagListEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:TagListEntry', tagListEntry_value - The value for an Amazon Web Services resource tag.

$sel:key:TagListEntry', tagListEntry_key - The key for an Amazon Web Services resource tag.

tagListEntry_value :: Lens' TagListEntry (Maybe Text) Source #

The value for an Amazon Web Services resource tag.

tagListEntry_key :: Lens' TagListEntry Text Source #

The key for an Amazon Web Services resource tag.

TaskExecutionListEntry

data TaskExecutionListEntry Source #

Represents a single entry in a list of task executions. TaskExecutionListEntry returns an array that contains a list of specific invocations of a task when the ListTaskExecutions operation is called.

See: newTaskExecutionListEntry smart constructor.

Constructors

TaskExecutionListEntry' 

Fields

Instances

Instances details
FromJSON TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

Generic TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

Associated Types

type Rep TaskExecutionListEntry :: Type -> Type #

Read TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

Show TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

NFData TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

Methods

rnf :: TaskExecutionListEntry -> () #

Eq TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

Hashable TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

type Rep TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

type Rep TaskExecutionListEntry = D1 ('MetaData "TaskExecutionListEntry" "Amazonka.DataSync.Types.TaskExecutionListEntry" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "TaskExecutionListEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskExecutionStatus)) :*: S1 ('MetaSel ('Just "taskExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTaskExecutionListEntry :: TaskExecutionListEntry Source #

Create a value of TaskExecutionListEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:TaskExecutionListEntry', taskExecutionListEntry_status - The status of a task execution.

$sel:taskExecutionArn:TaskExecutionListEntry', taskExecutionListEntry_taskExecutionArn - The Amazon Resource Name (ARN) of the task that was executed.

taskExecutionListEntry_taskExecutionArn :: Lens' TaskExecutionListEntry (Maybe Text) Source #

The Amazon Resource Name (ARN) of the task that was executed.

TaskExecutionResultDetail

data TaskExecutionResultDetail Source #

Describes the detailed result of a TaskExecution operation. This result includes the time in milliseconds spent in each phase, the status of the task execution, and the errors encountered.

See: newTaskExecutionResultDetail smart constructor.

Constructors

TaskExecutionResultDetail' 

Fields

Instances

Instances details
FromJSON TaskExecutionResultDetail Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionResultDetail

Generic TaskExecutionResultDetail Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionResultDetail

Associated Types

type Rep TaskExecutionResultDetail :: Type -> Type #

Read TaskExecutionResultDetail Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionResultDetail

Show TaskExecutionResultDetail Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionResultDetail

NFData TaskExecutionResultDetail Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionResultDetail

Eq TaskExecutionResultDetail Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionResultDetail

Hashable TaskExecutionResultDetail Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionResultDetail

type Rep TaskExecutionResultDetail Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionResultDetail

type Rep TaskExecutionResultDetail = D1 ('MetaData "TaskExecutionResultDetail" "Amazonka.DataSync.Types.TaskExecutionResultDetail" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "TaskExecutionResultDetail'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "prepareDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "prepareStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhaseStatus)))) :*: ((S1 ('MetaSel ('Just "totalDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "transferDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "transferStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhaseStatus)) :*: (S1 ('MetaSel ('Just "verifyDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "verifyStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhaseStatus)))))))

newTaskExecutionResultDetail :: TaskExecutionResultDetail Source #

Create a value of TaskExecutionResultDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:TaskExecutionResultDetail', taskExecutionResultDetail_errorCode - Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.

$sel:errorDetail:TaskExecutionResultDetail', taskExecutionResultDetail_errorDetail - Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.

$sel:prepareDuration:TaskExecutionResultDetail', taskExecutionResultDetail_prepareDuration - The total time in milliseconds that DataSync spent in the PREPARING phase.

$sel:prepareStatus:TaskExecutionResultDetail', taskExecutionResultDetail_prepareStatus - The status of the PREPARING phase.

$sel:totalDuration:TaskExecutionResultDetail', taskExecutionResultDetail_totalDuration - The total time in milliseconds that DataSync took to transfer the file from the source to the destination location.

$sel:transferDuration:TaskExecutionResultDetail', taskExecutionResultDetail_transferDuration - The total time in milliseconds that DataSync spent in the TRANSFERRING phase.

$sel:transferStatus:TaskExecutionResultDetail', taskExecutionResultDetail_transferStatus - The status of the TRANSFERRING phase.

$sel:verifyDuration:TaskExecutionResultDetail', taskExecutionResultDetail_verifyDuration - The total time in milliseconds that DataSync spent in the VERIFYING phase.

$sel:verifyStatus:TaskExecutionResultDetail', taskExecutionResultDetail_verifyStatus - The status of the VERIFYING phase.

taskExecutionResultDetail_errorCode :: Lens' TaskExecutionResultDetail (Maybe Text) Source #

Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.

taskExecutionResultDetail_errorDetail :: Lens' TaskExecutionResultDetail (Maybe Text) Source #

Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.

taskExecutionResultDetail_prepareDuration :: Lens' TaskExecutionResultDetail (Maybe Natural) Source #

The total time in milliseconds that DataSync spent in the PREPARING phase.

taskExecutionResultDetail_totalDuration :: Lens' TaskExecutionResultDetail (Maybe Natural) Source #

The total time in milliseconds that DataSync took to transfer the file from the source to the destination location.

taskExecutionResultDetail_transferDuration :: Lens' TaskExecutionResultDetail (Maybe Natural) Source #

The total time in milliseconds that DataSync spent in the TRANSFERRING phase.

taskExecutionResultDetail_verifyDuration :: Lens' TaskExecutionResultDetail (Maybe Natural) Source #

The total time in milliseconds that DataSync spent in the VERIFYING phase.

TaskFilter

data TaskFilter Source #

You can use API filters to narrow down the list of resources returned by ListTasks. For example, to retrieve all tasks on a source location, you can use ListTasks with filter name LocationId and Operator Equals with the ARN for the location.

For more information, see filtering DataSync resources.

See: newTaskFilter smart constructor.

Constructors

TaskFilter' 

Fields

  • name :: TaskFilterName

    The name of the filter being used. Each API call supports a list of filters that are available for it. For example, LocationId for ListTasks.

  • values :: [Text]

    The values that you want to filter for. For example, you might want to display only tasks for a specific destination location.

  • operator :: Operator

    The operator that is used to compare filter values (for example, Equals or Contains).

Instances

Instances details
ToJSON TaskFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilter

Generic TaskFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilter

Associated Types

type Rep TaskFilter :: Type -> Type #

Read TaskFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilter

Show TaskFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilter

NFData TaskFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilter

Methods

rnf :: TaskFilter -> () #

Eq TaskFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilter

Hashable TaskFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilter

type Rep TaskFilter Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskFilter

type Rep TaskFilter = D1 ('MetaData "TaskFilter" "Amazonka.DataSync.Types.TaskFilter" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "TaskFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskFilterName) :*: (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Operator))))

newTaskFilter Source #

Create a value of TaskFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:TaskFilter', taskFilter_name - The name of the filter being used. Each API call supports a list of filters that are available for it. For example, LocationId for ListTasks.

$sel:values:TaskFilter', taskFilter_values - The values that you want to filter for. For example, you might want to display only tasks for a specific destination location.

$sel:operator:TaskFilter', taskFilter_operator - The operator that is used to compare filter values (for example, Equals or Contains).

taskFilter_name :: Lens' TaskFilter TaskFilterName Source #

The name of the filter being used. Each API call supports a list of filters that are available for it. For example, LocationId for ListTasks.

taskFilter_values :: Lens' TaskFilter [Text] Source #

The values that you want to filter for. For example, you might want to display only tasks for a specific destination location.

taskFilter_operator :: Lens' TaskFilter Operator Source #

The operator that is used to compare filter values (for example, Equals or Contains).

TaskListEntry

data TaskListEntry Source #

Represents a single entry in a list of tasks. TaskListEntry returns an array that contains a list of tasks when the ListTasks operation is called. A task includes the source and destination file systems to sync and the options to use for the tasks.

See: newTaskListEntry smart constructor.

Constructors

TaskListEntry' 

Fields

Instances

Instances details
FromJSON TaskListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskListEntry

Generic TaskListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskListEntry

Associated Types

type Rep TaskListEntry :: Type -> Type #

Read TaskListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskListEntry

Show TaskListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskListEntry

NFData TaskListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskListEntry

Methods

rnf :: TaskListEntry -> () #

Eq TaskListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskListEntry

Hashable TaskListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskListEntry

type Rep TaskListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskListEntry

type Rep TaskListEntry = D1 ('MetaData "TaskListEntry" "Amazonka.DataSync.Types.TaskListEntry" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "TaskListEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskStatus)) :*: S1 ('MetaSel ('Just "taskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTaskListEntry :: TaskListEntry Source #

Create a value of TaskListEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:TaskListEntry', taskListEntry_name - The name of the task.

$sel:status:TaskListEntry', taskListEntry_status - The status of the task.

$sel:taskArn:TaskListEntry', taskListEntry_taskArn - The Amazon Resource Name (ARN) of the task.

taskListEntry_taskArn :: Lens' TaskListEntry (Maybe Text) Source #

The Amazon Resource Name (ARN) of the task.

TaskSchedule

data TaskSchedule Source #

Specifies the schedule you want your task to use for repeated executions. For more information, see Schedule Expressions for Rules.

See: newTaskSchedule smart constructor.

Constructors

TaskSchedule' 

Fields

  • scheduleExpression :: Text

    A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location.

Instances

Instances details
FromJSON TaskSchedule Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskSchedule

ToJSON TaskSchedule Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskSchedule

Generic TaskSchedule Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskSchedule

Associated Types

type Rep TaskSchedule :: Type -> Type #

Read TaskSchedule Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskSchedule

Show TaskSchedule Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskSchedule

NFData TaskSchedule Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskSchedule

Methods

rnf :: TaskSchedule -> () #

Eq TaskSchedule Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskSchedule

Hashable TaskSchedule Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskSchedule

type Rep TaskSchedule Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskSchedule

type Rep TaskSchedule = D1 ('MetaData "TaskSchedule" "Amazonka.DataSync.Types.TaskSchedule" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "TaskSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduleExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTaskSchedule Source #

Create a value of TaskSchedule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scheduleExpression:TaskSchedule', taskSchedule_scheduleExpression - A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location.

taskSchedule_scheduleExpression :: Lens' TaskSchedule Text Source #

A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location.