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

Contents

Description

Derived from API version 2018-11-09 of the AWS service descriptions, licensed under Apache 2.0.

DataSync

DataSync is a managed data transfer service that makes it simpler for you to automate moving data between on-premises storage and Amazon Web Services storage services. You also can use DataSync to transfer data between other cloud providers and Amazon Web Services storage services.

This API interface reference includes documentation for using DataSync programmatically. For complete information, see the <https:docs.aws.amazon.comdatasynclatestuserguidewhat-is-datasync.html DataSync User Guide> .

Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by DataSync.

InternalException

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

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

InvalidRequestException

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

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

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

CancelTaskExecution

data CancelTaskExecution Source #

CancelTaskExecutionRequest

See: newCancelTaskExecution smart constructor.

Instances

Instances details
ToJSON CancelTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

ToHeaders CancelTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

ToPath CancelTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

ToQuery CancelTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

AWSRequest CancelTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

Associated Types

type AWSResponse CancelTaskExecution #

Generic CancelTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

Associated Types

type Rep CancelTaskExecution :: Type -> Type #

Read CancelTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

Show CancelTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

NFData CancelTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

Methods

rnf :: CancelTaskExecution -> () #

Eq CancelTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

Hashable CancelTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

type AWSResponse CancelTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

type Rep CancelTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

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

newCancelTaskExecution Source #

Create a value of CancelTaskExecution 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:

CancelTaskExecution, cancelTaskExecution_taskExecutionArn - The Amazon Resource Name (ARN) of the task execution to stop.

data CancelTaskExecutionResponse Source #

See: newCancelTaskExecutionResponse smart constructor.

Instances

Instances details
Generic CancelTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

Associated Types

type Rep CancelTaskExecutionResponse :: Type -> Type #

Read CancelTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

Show CancelTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

NFData CancelTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

Eq CancelTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

type Rep CancelTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.CancelTaskExecution

type Rep CancelTaskExecutionResponse = D1 ('MetaData "CancelTaskExecutionResponse" "Amazonka.DataSync.CancelTaskExecution" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "CancelTaskExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelTaskExecutionResponse Source #

Create a value of CancelTaskExecutionResponse 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:httpStatus:CancelTaskExecutionResponse', cancelTaskExecutionResponse_httpStatus - The response's http status code.

CreateAgent

data CreateAgent Source #

CreateAgentRequest

See: newCreateAgent smart constructor.

Instances

Instances details
ToJSON CreateAgent Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

ToHeaders CreateAgent Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

Methods

toHeaders :: CreateAgent -> [Header] #

ToPath CreateAgent Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

ToQuery CreateAgent Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

AWSRequest CreateAgent Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

Associated Types

type AWSResponse CreateAgent #

Generic CreateAgent Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

Associated Types

type Rep CreateAgent :: Type -> Type #

Read CreateAgent Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

Show CreateAgent Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

NFData CreateAgent Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

Methods

rnf :: CreateAgent -> () #

Eq CreateAgent Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

Hashable CreateAgent Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

type AWSResponse CreateAgent Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

type Rep CreateAgent Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

type Rep CreateAgent = D1 ('MetaData "CreateAgent" "Amazonka.DataSync.CreateAgent" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "CreateAgent'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "agentName") '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 "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagListEntry])) :*: (S1 ('MetaSel ('Just "vpcEndpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "activationKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateAgent Source #

Create a value of CreateAgent 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:agentName:CreateAgent', createAgent_agentName - The name you configured for your agent. This value is a text reference that is used to identify the agent in the console.

CreateAgent, createAgent_securityGroupArns - The ARNs of the security groups used to protect your data transfer task subnets. See SecurityGroupArns.

CreateAgent, createAgent_subnetArns - The Amazon Resource Names (ARNs) of the subnets in which DataSync will create elastic network interfaces for each data transfer task. The agent that runs a task must be private. When you start a task that is associated with an agent created in a VPC, or one that has access to an IP address in a VPC, then the task is also private. In this case, DataSync creates four network interfaces for each task in your subnet. For a data transfer to work, the agent must be able to route to all these four network interfaces.

$sel:tags:CreateAgent', createAgent_tags - The key-value pair that represents the tag that you want to associate with the agent. The value can be an empty string. This value helps you manage, filter, and search for your agents.

Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @.

CreateAgent, createAgent_vpcEndpointId - The ID of the VPC (virtual private cloud) endpoint that the agent has access to. This is the client-side VPC endpoint, also called a PrivateLink. If you don't have a PrivateLink VPC endpoint, see Creating a VPC Endpoint Service Configuration in the Amazon VPC User Guide.

VPC endpoint ID looks like this: vpce-01234d5aff67890e1.

$sel:activationKey:CreateAgent', createAgent_activationKey - Your agent activation key. You can get the activation key either by sending an HTTP GET request with redirects that enable you to get the agent IP address (port 80). Alternatively, you can get it from the DataSync console.

The redirect URL returned in the response provides you the activation key for your agent in the query string parameter activationKey. It might also include other activation-related parameters; however, these are merely defaults. The arguments you pass to this API call determine the actual configuration of your agent.

For more information, see Activating an Agent in the /DataSync User Guide./

data CreateAgentResponse Source #

CreateAgentResponse

See: newCreateAgentResponse smart constructor.

Instances

Instances details
Generic CreateAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

Associated Types

type Rep CreateAgentResponse :: Type -> Type #

Read CreateAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

Show CreateAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

NFData CreateAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

Methods

rnf :: CreateAgentResponse -> () #

Eq CreateAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

type Rep CreateAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateAgent

type Rep CreateAgentResponse = D1 ('MetaData "CreateAgentResponse" "Amazonka.DataSync.CreateAgent" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "CreateAgentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAgentResponse Source #

Create a value of CreateAgentResponse 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:

CreateAgentResponse, createAgentResponse_agentArn - The Amazon Resource Name (ARN) of the agent. Use the ListAgents operation to return a list of agents for your account and Amazon Web Services Region.

$sel:httpStatus:CreateAgentResponse', createAgentResponse_httpStatus - The response's http status code.

CreateLocationEfs

data CreateLocationEfs Source #

CreateLocationEfsRequest

See: newCreateLocationEfs smart constructor.

Instances

Instances details
ToJSON CreateLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

ToHeaders CreateLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

ToPath CreateLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

ToQuery CreateLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

AWSRequest CreateLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

Associated Types

type AWSResponse CreateLocationEfs #

Generic CreateLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

Associated Types

type Rep CreateLocationEfs :: Type -> Type #

Read CreateLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

Show CreateLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

NFData CreateLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

Methods

rnf :: CreateLocationEfs -> () #

Eq CreateLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

Hashable CreateLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

type AWSResponse CreateLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

type Rep CreateLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

type Rep CreateLocationEfs = D1 ('MetaData "CreateLocationEfs" "Amazonka.DataSync.CreateLocationEfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "CreateLocationEfs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessPointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fileSystemAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inTransitEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EfsInTransitEncryption)))) :*: ((S1 ('MetaSel ('Just "subdirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagListEntry]))) :*: (S1 ('MetaSel ('Just "efsFilesystemArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "ec2Config") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Ec2Config)))))

newCreateLocationEfs Source #

Create a value of CreateLocationEfs 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:accessPointArn:CreateLocationEfs', createLocationEfs_accessPointArn - Specifies the Amazon Resource Name (ARN) of the access point that DataSync uses to access the Amazon EFS file system.

$sel:fileSystemAccessRoleArn:CreateLocationEfs', createLocationEfs_fileSystemAccessRoleArn - Specifies an Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.

$sel:inTransitEncryption:CreateLocationEfs', createLocationEfs_inTransitEncryption - Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 encryption when it copies data to or from the Amazon EFS file system.

If you specify an access point using AccessPointArn or an IAM role using FileSystemAccessRoleArn, you must set this parameter to TLS1_2.

$sel:subdirectory:CreateLocationEfs', createLocationEfs_subdirectory - Specifies a mount path for your Amazon EFS file system. This is where DataSync reads or writes data (depending on if this is a source or destination location). By default, DataSync uses the root directory, but you can also include subdirectories.

You must specify a value with forward slashes (for example, /path/to/folder).

$sel:tags:CreateLocationEfs', createLocationEfs_tags - Specifies the key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.

$sel:efsFilesystemArn:CreateLocationEfs', createLocationEfs_efsFilesystemArn - Specifies the ARN for the Amazon EFS file system.

$sel:ec2Config:CreateLocationEfs', createLocationEfs_ec2Config - Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.

data CreateLocationEfsResponse Source #

CreateLocationEfs

See: newCreateLocationEfsResponse smart constructor.

Instances

Instances details
Generic CreateLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

Associated Types

type Rep CreateLocationEfsResponse :: Type -> Type #

Read CreateLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

Show CreateLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

NFData CreateLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

Eq CreateLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

type Rep CreateLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationEfs

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

newCreateLocationEfsResponse Source #

Create a value of CreateLocationEfsResponse 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:

CreateLocationEfsResponse, createLocationEfsResponse_locationArn - The Amazon Resource Name (ARN) of the Amazon EFS file system location that you create.

$sel:httpStatus:CreateLocationEfsResponse', createLocationEfsResponse_httpStatus - The response's http status code.

CreateLocationFsxLustre

data CreateLocationFsxLustre Source #

See: newCreateLocationFsxLustre smart constructor.

Instances

Instances details
ToJSON CreateLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

ToHeaders CreateLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

ToPath CreateLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

ToQuery CreateLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

AWSRequest CreateLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

Generic CreateLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

Associated Types

type Rep CreateLocationFsxLustre :: Type -> Type #

Read CreateLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

Show CreateLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

NFData CreateLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

Methods

rnf :: CreateLocationFsxLustre -> () #

Eq CreateLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

Hashable CreateLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

type AWSResponse CreateLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

type Rep CreateLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

type Rep CreateLocationFsxLustre = D1 ('MetaData "CreateLocationFsxLustre" "Amazonka.DataSync.CreateLocationFsxLustre" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "CreateLocationFsxLustre'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subdirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagListEntry]))) :*: (S1 ('MetaSel ('Just "fsxFilesystemArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "securityGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newCreateLocationFsxLustre Source #

Create a value of CreateLocationFsxLustre 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:subdirectory:CreateLocationFsxLustre', createLocationFsxLustre_subdirectory - A subdirectory in the location's path. This subdirectory in the FSx for Lustre file system is used to read data from the FSx for Lustre source location or write data to the FSx for Lustre destination.

$sel:tags:CreateLocationFsxLustre', createLocationFsxLustre_tags - The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.

$sel:fsxFilesystemArn:CreateLocationFsxLustre', createLocationFsxLustre_fsxFilesystemArn - The Amazon Resource Name (ARN) for the FSx for Lustre file system.

CreateLocationFsxLustre, createLocationFsxLustre_securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file system.

data CreateLocationFsxLustreResponse Source #

See: newCreateLocationFsxLustreResponse smart constructor.

Instances

Instances details
Generic CreateLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

Associated Types

type Rep CreateLocationFsxLustreResponse :: Type -> Type #

Read CreateLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

Show CreateLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

NFData CreateLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

Eq CreateLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

type Rep CreateLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxLustre

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

newCreateLocationFsxLustreResponse Source #

Create a value of CreateLocationFsxLustreResponse 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:

CreateLocationFsxLustreResponse, createLocationFsxLustreResponse_locationArn - The Amazon Resource Name (ARN) of the FSx for Lustre file system location that's created.

$sel:httpStatus:CreateLocationFsxLustreResponse', createLocationFsxLustreResponse_httpStatus - The response's http status code.

CreateLocationFsxOntap

data CreateLocationFsxOntap Source #

See: newCreateLocationFsxOntap smart constructor.

Instances

Instances details
ToJSON CreateLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

ToHeaders CreateLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

ToPath CreateLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

ToQuery CreateLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

AWSRequest CreateLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

Associated Types

type AWSResponse CreateLocationFsxOntap #

Generic CreateLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

Associated Types

type Rep CreateLocationFsxOntap :: Type -> Type #

Show CreateLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

NFData CreateLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

Methods

rnf :: CreateLocationFsxOntap -> () #

Eq CreateLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

Hashable CreateLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

type AWSResponse CreateLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

type Rep CreateLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

type Rep CreateLocationFsxOntap = D1 ('MetaData "CreateLocationFsxOntap" "Amazonka.DataSync.CreateLocationFsxOntap" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "CreateLocationFsxOntap'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subdirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagListEntry]))) :*: (S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FsxProtocol) :*: (S1 ('MetaSel ('Just "securityGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "storageVirtualMachineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateLocationFsxOntap Source #

Create a value of CreateLocationFsxOntap 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:subdirectory:CreateLocationFsxOntap', createLocationFsxOntap_subdirectory - Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to or from (for example, /vol1).

Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.

$sel:tags:CreateLocationFsxOntap', createLocationFsxOntap_tags - Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.

$sel:protocol:CreateLocationFsxOntap', createLocationFsxOntap_protocol - Undocumented member.

CreateLocationFsxOntap, createLocationFsxOntap_securityGroupArns - Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.

The security groups must allow outbound traffic on the following ports (depending on the protocol you use):

  • Network File System (NFS): TCP ports 111, 635, and 2049
  • Server Message Block (SMB): TCP port 445

Your file system's security groups must also allow inbound traffic on the same ports.

$sel:storageVirtualMachineArn:CreateLocationFsxOntap', createLocationFsxOntap_storageVirtualMachineArn - Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or from.

data CreateLocationFsxOntapResponse Source #

See: newCreateLocationFsxOntapResponse smart constructor.

Instances

Instances details
Generic CreateLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

Associated Types

type Rep CreateLocationFsxOntapResponse :: Type -> Type #

Read CreateLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

Show CreateLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

NFData CreateLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

Eq CreateLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

type Rep CreateLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOntap

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

newCreateLocationFsxOntapResponse Source #

Create a value of CreateLocationFsxOntapResponse 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:

CreateLocationFsxOntapResponse, createLocationFsxOntapResponse_locationArn - Specifies the ARN of the FSx for ONTAP file system location that you create.

$sel:httpStatus:CreateLocationFsxOntapResponse', createLocationFsxOntapResponse_httpStatus - The response's http status code.

CreateLocationFsxOpenZfs

data CreateLocationFsxOpenZfs Source #

See: newCreateLocationFsxOpenZfs smart constructor.

Instances

Instances details
ToJSON CreateLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

ToHeaders CreateLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

ToPath CreateLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

ToQuery CreateLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

AWSRequest CreateLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

Generic CreateLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

Associated Types

type Rep CreateLocationFsxOpenZfs :: Type -> Type #

Show CreateLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

NFData CreateLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

Eq CreateLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

Hashable CreateLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

type AWSResponse CreateLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

type Rep CreateLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

type Rep CreateLocationFsxOpenZfs = D1 ('MetaData "CreateLocationFsxOpenZfs" "Amazonka.DataSync.CreateLocationFsxOpenZfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "CreateLocationFsxOpenZfs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subdirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagListEntry]))) :*: (S1 ('MetaSel ('Just "fsxFilesystemArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FsxProtocol) :*: S1 ('MetaSel ('Just "securityGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))))

newCreateLocationFsxOpenZfs Source #

Create a value of CreateLocationFsxOpenZfs 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:subdirectory:CreateLocationFsxOpenZfs', createLocationFsxOpenZfs_subdirectory - A subdirectory in the location's path that must begin with /fsx. DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).

$sel:tags:CreateLocationFsxOpenZfs', createLocationFsxOpenZfs_tags - The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.

$sel:fsxFilesystemArn:CreateLocationFsxOpenZfs', createLocationFsxOpenZfs_fsxFilesystemArn - The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.

$sel:protocol:CreateLocationFsxOpenZfs', createLocationFsxOpenZfs_protocol - The type of protocol that DataSync uses to access your file system.

CreateLocationFsxOpenZfs, createLocationFsxOpenZfs_securityGroupArns - The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.

data CreateLocationFsxOpenZfsResponse Source #

See: newCreateLocationFsxOpenZfsResponse smart constructor.

Instances

Instances details
Generic CreateLocationFsxOpenZfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

Associated Types

type Rep CreateLocationFsxOpenZfsResponse :: Type -> Type #

Read CreateLocationFsxOpenZfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

Show CreateLocationFsxOpenZfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

NFData CreateLocationFsxOpenZfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

Eq CreateLocationFsxOpenZfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

type Rep CreateLocationFsxOpenZfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxOpenZfs

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

newCreateLocationFsxOpenZfsResponse Source #

Create a value of CreateLocationFsxOpenZfsResponse 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:

CreateLocationFsxOpenZfsResponse, createLocationFsxOpenZfsResponse_locationArn - The ARN of the FSx for OpenZFS file system location that you created.

$sel:httpStatus:CreateLocationFsxOpenZfsResponse', createLocationFsxOpenZfsResponse_httpStatus - The response's http status code.

CreateLocationFsxWindows

data CreateLocationFsxWindows Source #

See: newCreateLocationFsxWindows smart constructor.

Instances

Instances details
ToJSON CreateLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

ToHeaders CreateLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

ToPath CreateLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

ToQuery CreateLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

AWSRequest CreateLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

Generic CreateLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

Associated Types

type Rep CreateLocationFsxWindows :: Type -> Type #

Show CreateLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

NFData CreateLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

Eq CreateLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

Hashable CreateLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

type AWSResponse CreateLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

type Rep CreateLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

type Rep CreateLocationFsxWindows = D1 ('MetaData "CreateLocationFsxWindows" "Amazonka.DataSync.CreateLocationFsxWindows" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "CreateLocationFsxWindows'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subdirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagListEntry])))) :*: ((S1 ('MetaSel ('Just "fsxFilesystemArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "securityGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))))

newCreateLocationFsxWindows Source #

Create a value of CreateLocationFsxWindows 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:

CreateLocationFsxWindows, createLocationFsxWindows_domain - Specifies the name of the Windows domain that the FSx for Windows File Server belongs to.

$sel:subdirectory:CreateLocationFsxWindows', createLocationFsxWindows_subdirectory - Specifies a mount path for your file system using forward slashes. This is where DataSync reads or writes data (depending on if this is a source or destination location).

$sel:tags:CreateLocationFsxWindows', createLocationFsxWindows_tags - Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.

$sel:fsxFilesystemArn:CreateLocationFsxWindows', createLocationFsxWindows_fsxFilesystemArn - Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.

CreateLocationFsxWindows, createLocationFsxWindows_securityGroupArns - Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.

If you choose a security group that doesn't allow connections from within itself, do one of the following:

  • Configure the security group to allow it to communicate within itself.
  • Choose a different security group that can communicate with the mount target's security group.

CreateLocationFsxWindows, createLocationFsxWindows_user - Specifies the user who has the permissions to access files and folders in the file system.

For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see user.

CreateLocationFsxWindows, createLocationFsxWindows_password - Specifies the password of the user who has the permissions to access files and folders in the file system.

data CreateLocationFsxWindowsResponse Source #

See: newCreateLocationFsxWindowsResponse smart constructor.

Instances

Instances details
Generic CreateLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

Associated Types

type Rep CreateLocationFsxWindowsResponse :: Type -> Type #

Read CreateLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

Show CreateLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

NFData CreateLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

Eq CreateLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

type Rep CreateLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationFsxWindows

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

newCreateLocationFsxWindowsResponse Source #

Create a value of CreateLocationFsxWindowsResponse 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:

CreateLocationFsxWindowsResponse, createLocationFsxWindowsResponse_locationArn - The ARN of the FSx for Windows File Server file system location you created.

$sel:httpStatus:CreateLocationFsxWindowsResponse', createLocationFsxWindowsResponse_httpStatus - The response's http status code.

CreateLocationHdfs

data CreateLocationHdfs Source #

See: newCreateLocationHdfs smart constructor.

Instances

Instances details
ToJSON CreateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

ToHeaders CreateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

ToPath CreateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

ToQuery CreateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

AWSRequest CreateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

Associated Types

type AWSResponse CreateLocationHdfs #

Generic CreateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

Associated Types

type Rep CreateLocationHdfs :: Type -> Type #

Read CreateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

Show CreateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

NFData CreateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

Methods

rnf :: CreateLocationHdfs -> () #

Eq CreateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

Hashable CreateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

type AWSResponse CreateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

type Rep CreateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

type Rep CreateLocationHdfs = D1 ('MetaData "CreateLocationHdfs" "Amazonka.DataSync.CreateLocationHdfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "CreateLocationHdfs'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "blockSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "kerberosKeytab") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: S1 ('MetaSel ('Just "kerberosKrb5Conf") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)))) :*: (S1 ('MetaSel ('Just "kerberosPrincipal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "kmsKeyProviderUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "qopConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QopConfiguration))))) :*: ((S1 ('MetaSel ('Just "replicationFactor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "simpleUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subdirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagListEntry])) :*: S1 ('MetaSel ('Just "nameNodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty HdfsNameNode))) :*: (S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HdfsAuthenticationType) :*: S1 ('MetaSel ('Just "agentArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))))

newCreateLocationHdfs Source #

Create a value of CreateLocationHdfs 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:blockSize:CreateLocationHdfs', createLocationHdfs_blockSize - The size of data blocks to write into the HDFS cluster. The block size must be a multiple of 512 bytes. The default block size is 128 mebibytes (MiB).

$sel:kerberosKeytab:CreateLocationHdfs', createLocationHdfs_kerberosKeytab - The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. You can load the keytab from a file by providing the file's address. If you're using the CLI, it performs base64 encoding for you. Otherwise, provide the base64-encoded text.

If KERBEROS is specified for AuthenticationType, this parameter is required.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:kerberosKrb5Conf:CreateLocationHdfs', createLocationHdfs_kerberosKrb5Conf - The krb5.conf file that contains the Kerberos configuration information. You can load the krb5.conf file by providing the file's address. If you're using the CLI, it performs the base64 encoding for you. Otherwise, provide the base64-encoded text.

If KERBEROS is specified for AuthenticationType, this parameter is required.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:kerberosPrincipal:CreateLocationHdfs', createLocationHdfs_kerberosPrincipal - The Kerberos principal with access to the files and folders on the HDFS cluster.

If KERBEROS is specified for AuthenticationType, this parameter is required.

$sel:kmsKeyProviderUri:CreateLocationHdfs', createLocationHdfs_kmsKeyProviderUri - The URI of the HDFS cluster's Key Management Server (KMS).

$sel:qopConfiguration:CreateLocationHdfs', createLocationHdfs_qopConfiguration - The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the Hadoop Distributed File System (HDFS) cluster. If QopConfiguration isn't specified, RpcProtection and DataTransferProtection default to PRIVACY. If you set RpcProtection or DataTransferProtection, the other parameter assumes the same value.

$sel:replicationFactor:CreateLocationHdfs', createLocationHdfs_replicationFactor - The number of DataNodes to replicate the data to when writing to the HDFS cluster. By default, data is replicated to three DataNodes.

$sel:simpleUser:CreateLocationHdfs', createLocationHdfs_simpleUser - The user name used to identify the client on the host operating system.

If SIMPLE is specified for AuthenticationType, this parameter is required.

$sel:subdirectory:CreateLocationHdfs', createLocationHdfs_subdirectory - A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster. If the subdirectory isn't specified, it will default to /.

$sel:tags:CreateLocationHdfs', createLocationHdfs_tags - The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.

$sel:nameNodes:CreateLocationHdfs', createLocationHdfs_nameNodes - The NameNode that manages the HDFS 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. You can use only one NameNode.

$sel:authenticationType:CreateLocationHdfs', createLocationHdfs_authenticationType - The type of authentication used to determine the identity of the user.

CreateLocationHdfs, createLocationHdfs_agentArns - The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster.

data CreateLocationHdfsResponse Source #

See: newCreateLocationHdfsResponse smart constructor.

Instances

Instances details
Generic CreateLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

Associated Types

type Rep CreateLocationHdfsResponse :: Type -> Type #

Read CreateLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

Show CreateLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

NFData CreateLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

Eq CreateLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

type Rep CreateLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationHdfs

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

newCreateLocationHdfsResponse Source #

Create a value of CreateLocationHdfsResponse 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:

CreateLocationHdfsResponse, createLocationHdfsResponse_locationArn - The ARN of the source HDFS cluster location that's created.

$sel:httpStatus:CreateLocationHdfsResponse', createLocationHdfsResponse_httpStatus - The response's http status code.

CreateLocationNfs

data CreateLocationNfs Source #

CreateLocationNfsRequest

See: newCreateLocationNfs smart constructor.

Instances

Instances details
ToJSON CreateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

ToHeaders CreateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

ToPath CreateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

ToQuery CreateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

AWSRequest CreateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

Associated Types

type AWSResponse CreateLocationNfs #

Generic CreateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

Associated Types

type Rep CreateLocationNfs :: Type -> Type #

Read CreateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

Show CreateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

NFData CreateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

Methods

rnf :: CreateLocationNfs -> () #

Eq CreateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

Hashable CreateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

type AWSResponse CreateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

type Rep CreateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

type Rep CreateLocationNfs = D1 ('MetaData "CreateLocationNfs" "Amazonka.DataSync.CreateLocationNfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "CreateLocationNfs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NfsMountOptions)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagListEntry]))) :*: (S1 ('MetaSel ('Just "subdirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "serverHostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "onPremConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OnPremConfig)))))

newCreateLocationNfs Source #

Create a value of CreateLocationNfs 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:

CreateLocationNfs, createLocationNfs_mountOptions - The NFS mount options that DataSync can use to mount your NFS share.

$sel:tags:CreateLocationNfs', createLocationNfs_tags - The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.

$sel:subdirectory:CreateLocationNfs', createLocationNfs_subdirectory - The subdirectory in the NFS file system that is used to read data from the NFS source location or write data to the NFS destination. The NFS path should be a path that's exported by the NFS server, or a subdirectory of that path. The path should be such that it can be mounted by other NFS clients in your network.

To see all the paths exported by your NFS server, run "showmount -e nfs-server-name" from an NFS client that has access to your server. You can specify any directory that appears in the results, and any subdirectory of that directory. Ensure that the NFS export is accessible without Kerberos authentication.

To transfer all the data in the folder you specified, DataSync needs to have permissions to read all the data. To ensure this, either configure the NFS export with no_root_squash, or ensure that the permissions for all of the files that you want DataSync allow read access for all users. Doing either enables the agent to read the files. For the agent to access directories, you must additionally enable all execute access.

If you are copying data to or from your Snowcone device, see NFS Server on Snowcone for more information.

For information about NFS export configuration, see 18.7. The /etc/exports Configuration File in the Red Hat Enterprise Linux documentation.

$sel:serverHostname:CreateLocationNfs', createLocationNfs_serverHostname - The name of the NFS server. This value is the IP address or Domain Name Service (DNS) name of the NFS server. An agent that is installed on-premises uses this hostname to mount the NFS server in a network.

If you are copying data to or from your Snowcone device, see NFS Server on Snowcone for more information.

This name must either be DNS-compliant or must be an IP version 4 (IPv4) address.

$sel:onPremConfig:CreateLocationNfs', createLocationNfs_onPremConfig - Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server.

If you are copying data to or from your Snowcone device, see NFS Server on Snowcone for more information.

data CreateLocationNfsResponse Source #

CreateLocationNfsResponse

See: newCreateLocationNfsResponse smart constructor.

Instances

Instances details
Generic CreateLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

Associated Types

type Rep CreateLocationNfsResponse :: Type -> Type #

Read CreateLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

Show CreateLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

NFData CreateLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

Eq CreateLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

type Rep CreateLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationNfs

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

newCreateLocationNfsResponse Source #

Create a value of CreateLocationNfsResponse 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:

CreateLocationNfsResponse, createLocationNfsResponse_locationArn - The Amazon Resource Name (ARN) of the source NFS file system location that is created.

$sel:httpStatus:CreateLocationNfsResponse', createLocationNfsResponse_httpStatus - The response's http status code.

CreateLocationObjectStorage

data CreateLocationObjectStorage Source #

CreateLocationObjectStorageRequest

See: newCreateLocationObjectStorage smart constructor.

Instances

Instances details
ToJSON CreateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

ToHeaders CreateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

ToPath CreateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

ToQuery CreateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

AWSRequest CreateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

Generic CreateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

Associated Types

type Rep CreateLocationObjectStorage :: Type -> Type #

Show CreateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

NFData CreateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

Eq CreateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

Hashable CreateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

type AWSResponse CreateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

type Rep CreateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

newCreateLocationObjectStorage Source #

Create a value of CreateLocationObjectStorage 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:accessKey:CreateLocationObjectStorage', createLocationObjectStorage_accessKey - Specifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.

$sel:secretKey:CreateLocationObjectStorage', createLocationObjectStorage_secretKey - Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.

$sel:serverCertificate:CreateLocationObjectStorage', createLocationObjectStorage_serverCertificate - Specifies a certificate to authenticate with an object storage system that uses a private or self-signed certificate authority (CA). You must specify a Base64-encoded .pem file (for example, file:///home/user/.ssh/storage_sys_certificate.pem). The certificate can be up to 32768 bytes (before Base64 encoding).

To use this parameter, configure ServerProtocol to HTTPS.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:serverPort:CreateLocationObjectStorage', createLocationObjectStorage_serverPort - Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).

$sel:serverProtocol:CreateLocationObjectStorage', createLocationObjectStorage_serverProtocol - Specifies the protocol that your object storage server uses to communicate.

$sel:subdirectory:CreateLocationObjectStorage', createLocationObjectStorage_subdirectory - Specifies the object prefix for your object storage server. If this is a source location, DataSync only copies objects with this prefix. If this is a destination location, DataSync writes all objects with this prefix.

$sel:tags:CreateLocationObjectStorage', createLocationObjectStorage_tags - Specifies the key-value pair that represents a tag that you want to add to the resource. Tags can help you manage, filter, and search for your resources. We recommend creating a name tag for your location.

$sel:serverHostname:CreateLocationObjectStorage', createLocationObjectStorage_serverHostname - Specifies the domain name or IP address of the object storage server. A DataSync agent uses this hostname to mount the object storage server in a network.

$sel:bucketName:CreateLocationObjectStorage', createLocationObjectStorage_bucketName - Specifies the name of the object storage bucket involved in the transfer.

CreateLocationObjectStorage, createLocationObjectStorage_agentArns - Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your location.

data CreateLocationObjectStorageResponse Source #

CreateLocationObjectStorageResponse

See: newCreateLocationObjectStorageResponse smart constructor.

Instances

Instances details
Generic CreateLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

Read CreateLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

Show CreateLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

NFData CreateLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

Eq CreateLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

type Rep CreateLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationObjectStorage

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

newCreateLocationObjectStorageResponse Source #

Create a value of CreateLocationObjectStorageResponse 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:

CreateLocationObjectStorageResponse, createLocationObjectStorageResponse_locationArn - Specifies the ARN of the object storage system location that you create.

$sel:httpStatus:CreateLocationObjectStorageResponse', createLocationObjectStorageResponse_httpStatus - The response's http status code.

CreateLocationS3

data CreateLocationS3 Source #

CreateLocationS3Request

See: newCreateLocationS3 smart constructor.

Instances

Instances details
ToJSON CreateLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

ToHeaders CreateLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

ToPath CreateLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

ToQuery CreateLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

AWSRequest CreateLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

Associated Types

type AWSResponse CreateLocationS3 #

Generic CreateLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

Associated Types

type Rep CreateLocationS3 :: Type -> Type #

Read CreateLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

Show CreateLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

NFData CreateLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

Methods

rnf :: CreateLocationS3 -> () #

Eq CreateLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

Hashable CreateLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

type AWSResponse CreateLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

type Rep CreateLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

type Rep CreateLocationS3 = D1 ('MetaData "CreateLocationS3" "Amazonka.DataSync.CreateLocationS3" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "CreateLocationS3'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "agentArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "s3StorageClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3StorageClass)) :*: S1 ('MetaSel ('Just "subdirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagListEntry])) :*: (S1 ('MetaSel ('Just "s3BucketArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3Config") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Config)))))

newCreateLocationS3 Source #

Create a value of CreateLocationS3 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:

CreateLocationS3, createLocationS3_agentArns - If you're using DataSync on an Amazon Web Services Outpost, specify the Amazon Resource Names (ARNs) of the DataSync agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.

$sel:s3StorageClass:CreateLocationS3', createLocationS3_s3StorageClass - The Amazon S3 storage class that you want to store your files in when this location is used as a task destination. For buckets in Amazon Web Services Regions, the storage class defaults to Standard. For buckets on Outposts, the storage class defaults to Amazon Web Services S3 Outposts.

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

$sel:subdirectory:CreateLocationS3', createLocationS3_subdirectory - A subdirectory in the Amazon S3 bucket. This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination.

$sel:tags:CreateLocationS3', createLocationS3_tags - The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.

$sel:s3BucketArn:CreateLocationS3', createLocationS3_s3BucketArn - The ARN of the Amazon S3 bucket. If the bucket is on an Amazon Web Services Outpost, this must be an access point ARN.

$sel:s3Config:CreateLocationS3', createLocationS3_s3Config - Undocumented member.

data CreateLocationS3Response Source #

CreateLocationS3Response

See: newCreateLocationS3Response smart constructor.

Instances

Instances details
Generic CreateLocationS3Response Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

Associated Types

type Rep CreateLocationS3Response :: Type -> Type #

Read CreateLocationS3Response Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

Show CreateLocationS3Response Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

NFData CreateLocationS3Response Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

Eq CreateLocationS3Response Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

type Rep CreateLocationS3Response Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationS3

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

newCreateLocationS3Response Source #

Create a value of CreateLocationS3Response 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:

CreateLocationS3Response, createLocationS3Response_locationArn - The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.

$sel:httpStatus:CreateLocationS3Response', createLocationS3Response_httpStatus - The response's http status code.

CreateLocationSmb

data CreateLocationSmb Source #

CreateLocationSmbRequest

See: newCreateLocationSmb smart constructor.

Instances

Instances details
ToJSON CreateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

ToHeaders CreateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

ToPath CreateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

ToQuery CreateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

AWSRequest CreateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

Associated Types

type AWSResponse CreateLocationSmb #

Generic CreateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

Associated Types

type Rep CreateLocationSmb :: Type -> Type #

Show CreateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

NFData CreateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

Methods

rnf :: CreateLocationSmb -> () #

Eq CreateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

Hashable CreateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

type AWSResponse CreateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

type Rep CreateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

newCreateLocationSmb Source #

Create a value of CreateLocationSmb 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:

CreateLocationSmb, createLocationSmb_domain - The name of the Windows domain that the SMB server belongs to.

CreateLocationSmb, createLocationSmb_mountOptions - The mount options used by DataSync to access the SMB server.

$sel:tags:CreateLocationSmb', createLocationSmb_tags - The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.

$sel:subdirectory:CreateLocationSmb', createLocationSmb_subdirectory - The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination. The SMB path should be a path that's exported by the SMB server, or a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in your network.

Subdirectory must be specified with forward slashes. For example, /path/to/folder.

To transfer all the data in the folder you specified, DataSync needs to have permissions to mount the SMB share, as well as to access all the data in that share. To ensure this, either ensure that the user/password specified belongs to the user who can mount the share, and who has the appropriate permissions for all of the files and directories that you want DataSync to access, or use credentials of a member of the Backup Operators group to mount the share. Doing either enables the agent to access the data. For the agent to access directories, you must additionally enable all execute access.

$sel:serverHostname:CreateLocationSmb', createLocationSmb_serverHostname - The name of the SMB server. This value is the IP address or Domain Name Service (DNS) name of the SMB server. An agent that is installed on-premises uses this hostname to mount the SMB server in a network.

This name must either be DNS-compliant or must be an IP version 4 (IPv4) address.

CreateLocationSmb, createLocationSmb_user - The user who can mount the share, has the permissions to access files and folders in the SMB share.

For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see the User setting for SMB locations.

CreateLocationSmb, createLocationSmb_password - The password of the user who can mount the share, has the permissions to access files and folders in the SMB share.

CreateLocationSmb, createLocationSmb_agentArns - The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.

data CreateLocationSmbResponse Source #

CreateLocationSmbResponse

See: newCreateLocationSmbResponse smart constructor.

Instances

Instances details
Generic CreateLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

Associated Types

type Rep CreateLocationSmbResponse :: Type -> Type #

Read CreateLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

Show CreateLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

NFData CreateLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

Eq CreateLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

type Rep CreateLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateLocationSmb

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

newCreateLocationSmbResponse Source #

Create a value of CreateLocationSmbResponse 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:

CreateLocationSmbResponse, createLocationSmbResponse_locationArn - The Amazon Resource Name (ARN) of the source SMB file system location that is created.

$sel:httpStatus:CreateLocationSmbResponse', createLocationSmbResponse_httpStatus - The response's http status code.

CreateTask

data CreateTask Source #

CreateTaskRequest

See: newCreateTask smart constructor.

Instances

Instances details
ToJSON CreateTask Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

ToHeaders CreateTask Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

Methods

toHeaders :: CreateTask -> [Header] #

ToPath CreateTask Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

ToQuery CreateTask Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

AWSRequest CreateTask Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

Associated Types

type AWSResponse CreateTask #

Generic CreateTask Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

Associated Types

type Rep CreateTask :: Type -> Type #

Read CreateTask Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

Show CreateTask Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

NFData CreateTask Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

Methods

rnf :: CreateTask -> () #

Eq CreateTask Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

Hashable CreateTask Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

type AWSResponse CreateTask Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

type Rep CreateTask Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

newCreateTask Source #

Create a value of CreateTask 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:cloudWatchLogGroupArn:CreateTask', createTask_cloudWatchLogGroupArn - The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the task.

$sel:excludes:CreateTask', createTask_excludes - Specifies a list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.

$sel:includes:CreateTask', createTask_includes - Specifies a list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.

CreateTask, createTask_name - The name of a task. This value is a text reference that is used to identify the task in the console.

$sel:options:CreateTask', createTask_options - Specifies the configuration options for a task. Some options include preserving file or object metadata and verifying data integrity.

You can also override these options before starting an individual run of a task (also known as a task execution). For more information, see StartTaskExecution.

$sel:schedule:CreateTask', createTask_schedule - Specifies a schedule used to periodically transfer files from a source to a destination location. The schedule should be specified in UTC time. For more information, see Scheduling your task.

$sel:tags:CreateTask', createTask_tags - Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task.

Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.

$sel:sourceLocationArn:CreateTask', createTask_sourceLocationArn - The Amazon Resource Name (ARN) of the source location for the task.

$sel:destinationLocationArn:CreateTask', createTask_destinationLocationArn - The Amazon Resource Name (ARN) of an Amazon Web Services storage resource's location.

data CreateTaskResponse Source #

CreateTaskResponse

See: newCreateTaskResponse smart constructor.

Instances

Instances details
Generic CreateTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

Associated Types

type Rep CreateTaskResponse :: Type -> Type #

Read CreateTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

Show CreateTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

NFData CreateTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

Methods

rnf :: CreateTaskResponse -> () #

Eq CreateTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

type Rep CreateTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.CreateTask

type Rep CreateTaskResponse = D1 ('MetaData "CreateTaskResponse" "Amazonka.DataSync.CreateTask" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "CreateTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "taskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateTaskResponse Source #

Create a value of CreateTaskResponse 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:

CreateTaskResponse, createTaskResponse_taskArn - The Amazon Resource Name (ARN) of the task.

$sel:httpStatus:CreateTaskResponse', createTaskResponse_httpStatus - The response's http status code.

DeleteAgent

data DeleteAgent Source #

DeleteAgentRequest

See: newDeleteAgent smart constructor.

Constructors

DeleteAgent' Text 

Instances

Instances details
ToJSON DeleteAgent Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

ToHeaders DeleteAgent Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

Methods

toHeaders :: DeleteAgent -> [Header] #

ToPath DeleteAgent Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

ToQuery DeleteAgent Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

AWSRequest DeleteAgent Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

Associated Types

type AWSResponse DeleteAgent #

Generic DeleteAgent Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

Associated Types

type Rep DeleteAgent :: Type -> Type #

Read DeleteAgent Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

Show DeleteAgent Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

NFData DeleteAgent Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

Methods

rnf :: DeleteAgent -> () #

Eq DeleteAgent Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

Hashable DeleteAgent Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

type AWSResponse DeleteAgent Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

type Rep DeleteAgent Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

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

newDeleteAgent Source #

Create a value of DeleteAgent 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:

DeleteAgent, deleteAgent_agentArn - The Amazon Resource Name (ARN) of the agent to delete. Use the ListAgents operation to return a list of agents for your account and Amazon Web Services Region.

data DeleteAgentResponse Source #

See: newDeleteAgentResponse smart constructor.

Instances

Instances details
Generic DeleteAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

Associated Types

type Rep DeleteAgentResponse :: Type -> Type #

Read DeleteAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

Show DeleteAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

NFData DeleteAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

Methods

rnf :: DeleteAgentResponse -> () #

Eq DeleteAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

type Rep DeleteAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteAgent

type Rep DeleteAgentResponse = D1 ('MetaData "DeleteAgentResponse" "Amazonka.DataSync.DeleteAgent" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DeleteAgentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAgentResponse Source #

Create a value of DeleteAgentResponse 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:httpStatus:DeleteAgentResponse', deleteAgentResponse_httpStatus - The response's http status code.

DeleteLocation

data DeleteLocation Source #

DeleteLocation

See: newDeleteLocation smart constructor.

Constructors

DeleteLocation' Text 

Instances

Instances details
ToJSON DeleteLocation Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

ToHeaders DeleteLocation Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

ToPath DeleteLocation Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

ToQuery DeleteLocation Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

AWSRequest DeleteLocation Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

Associated Types

type AWSResponse DeleteLocation #

Generic DeleteLocation Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

Associated Types

type Rep DeleteLocation :: Type -> Type #

Read DeleteLocation Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

Show DeleteLocation Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

NFData DeleteLocation Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

Methods

rnf :: DeleteLocation -> () #

Eq DeleteLocation Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

Hashable DeleteLocation Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

type AWSResponse DeleteLocation Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

type Rep DeleteLocation Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

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

newDeleteLocation Source #

Create a value of DeleteLocation 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:

DeleteLocation, deleteLocation_locationArn - The Amazon Resource Name (ARN) of the location to delete.

data DeleteLocationResponse Source #

See: newDeleteLocationResponse smart constructor.

Instances

Instances details
Generic DeleteLocationResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

Associated Types

type Rep DeleteLocationResponse :: Type -> Type #

Read DeleteLocationResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

Show DeleteLocationResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

NFData DeleteLocationResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

Methods

rnf :: DeleteLocationResponse -> () #

Eq DeleteLocationResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

type Rep DeleteLocationResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteLocation

type Rep DeleteLocationResponse = D1 ('MetaData "DeleteLocationResponse" "Amazonka.DataSync.DeleteLocation" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DeleteLocationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteLocationResponse Source #

Create a value of DeleteLocationResponse 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:httpStatus:DeleteLocationResponse', deleteLocationResponse_httpStatus - The response's http status code.

DeleteTask

data DeleteTask Source #

DeleteTask

See: newDeleteTask smart constructor.

Constructors

DeleteTask' Text 

Instances

Instances details
ToJSON DeleteTask Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

ToHeaders DeleteTask Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

Methods

toHeaders :: DeleteTask -> [Header] #

ToPath DeleteTask Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

ToQuery DeleteTask Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

AWSRequest DeleteTask Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

Associated Types

type AWSResponse DeleteTask #

Generic DeleteTask Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

Associated Types

type Rep DeleteTask :: Type -> Type #

Read DeleteTask Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

Show DeleteTask Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

NFData DeleteTask Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

Methods

rnf :: DeleteTask -> () #

Eq DeleteTask Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

Hashable DeleteTask Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

type AWSResponse DeleteTask Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

type Rep DeleteTask Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

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

newDeleteTask Source #

Arguments

:: Text

DeleteTask

-> DeleteTask 

Create a value of DeleteTask 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:

DeleteTask, deleteTask_taskArn - Specifies the Amazon Resource Name (ARN) of the task that you want to delete.

data DeleteTaskResponse Source #

See: newDeleteTaskResponse smart constructor.

Constructors

DeleteTaskResponse' Int 

Instances

Instances details
Generic DeleteTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

Associated Types

type Rep DeleteTaskResponse :: Type -> Type #

Read DeleteTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

Show DeleteTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

NFData DeleteTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

Methods

rnf :: DeleteTaskResponse -> () #

Eq DeleteTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

type Rep DeleteTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.DeleteTask

type Rep DeleteTaskResponse = D1 ('MetaData "DeleteTaskResponse" "Amazonka.DataSync.DeleteTask" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DeleteTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteTaskResponse Source #

Create a value of DeleteTaskResponse 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:httpStatus:DeleteTaskResponse', deleteTaskResponse_httpStatus - The response's http status code.

DescribeAgent

data DescribeAgent Source #

DescribeAgent

See: newDescribeAgent smart constructor.

Constructors

DescribeAgent' Text 

Instances

Instances details
ToJSON DescribeAgent Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

ToHeaders DescribeAgent Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

ToPath DescribeAgent Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

ToQuery DescribeAgent Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

AWSRequest DescribeAgent Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

Associated Types

type AWSResponse DescribeAgent #

Generic DescribeAgent Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

Associated Types

type Rep DescribeAgent :: Type -> Type #

Read DescribeAgent Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

Show DescribeAgent Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

NFData DescribeAgent Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

Methods

rnf :: DescribeAgent -> () #

Eq DescribeAgent Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

Hashable DescribeAgent Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

type AWSResponse DescribeAgent Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

type Rep DescribeAgent Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

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

newDescribeAgent Source #

Create a value of DescribeAgent 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:

DescribeAgent, describeAgent_agentArn - The Amazon Resource Name (ARN) of the agent to describe.

data DescribeAgentResponse Source #

DescribeAgentResponse

See: newDescribeAgentResponse smart constructor.

Instances

Instances details
Generic DescribeAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

Associated Types

type Rep DescribeAgentResponse :: Type -> Type #

Read DescribeAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

Show DescribeAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

NFData DescribeAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

Methods

rnf :: DescribeAgentResponse -> () #

Eq DescribeAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

type Rep DescribeAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeAgent

newDescribeAgentResponse Source #

Create a value of DescribeAgentResponse 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:

DescribeAgent, describeAgentResponse_agentArn - The Amazon Resource Name (ARN) of the agent.

$sel:creationTime:DescribeAgentResponse', describeAgentResponse_creationTime - The time that the agent was activated (that is, created in your account).

$sel:endpointType:DescribeAgentResponse', describeAgentResponse_endpointType - The type of endpoint that your agent is connected to. If the endpoint is a VPC endpoint, the agent is not accessible over the public internet.

$sel:lastConnectionTime:DescribeAgentResponse', describeAgentResponse_lastConnectionTime - The time that the agent last connected to DataSync.

DescribeAgentResponse, describeAgentResponse_name - The name of the agent.

$sel:privateLinkConfig:DescribeAgentResponse', describeAgentResponse_privateLinkConfig - The subnet and the security group that DataSync used to access a VPC endpoint.

DescribeAgentResponse, describeAgentResponse_status - The status of the agent. If the status is ONLINE, then the agent is configured properly and is available to use. The Running status is the normal running status for an agent. If the status is OFFLINE, the agent's VM is turned off or the agent is in an unhealthy state. When the issue that caused the unhealthy state is resolved, the agent returns to ONLINE status.

$sel:httpStatus:DescribeAgentResponse', describeAgentResponse_httpStatus - The response's http status code.

DescribeLocationEfs

data DescribeLocationEfs Source #

DescribeLocationEfsRequest

See: newDescribeLocationEfs smart constructor.

Instances

Instances details
ToJSON DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

ToHeaders DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

ToPath DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

ToQuery DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

AWSRequest DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Associated Types

type AWSResponse DescribeLocationEfs #

Generic DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Associated Types

type Rep DescribeLocationEfs :: Type -> Type #

Read DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Show DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

NFData DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Methods

rnf :: DescribeLocationEfs -> () #

Eq DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Hashable DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

type AWSResponse DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

type Rep DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

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

newDescribeLocationEfs Source #

Create a value of DescribeLocationEfs 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:

DescribeLocationEfs, describeLocationEfs_locationArn - The Amazon Resource Name (ARN) of the Amazon EFS file system location that you want information about.

data DescribeLocationEfsResponse Source #

DescribeLocationEfsResponse

See: newDescribeLocationEfsResponse smart constructor.

Instances

Instances details
Generic DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Associated Types

type Rep DescribeLocationEfsResponse :: Type -> Type #

Read DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Show DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

NFData DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Eq DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

type Rep DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

type Rep DescribeLocationEfsResponse = D1 ('MetaData "DescribeLocationEfsResponse" "Amazonka.DataSync.DescribeLocationEfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationEfsResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accessPointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "ec2Config") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Ec2Config)) :*: S1 ('MetaSel ('Just "fileSystemAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "inTransitEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EfsInTransitEncryption)) :*: S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeLocationEfsResponse Source #

Create a value of DescribeLocationEfsResponse 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:accessPointArn:DescribeLocationEfsResponse', describeLocationEfsResponse_accessPointArn - The ARN of the access point that DataSync uses to access the Amazon EFS file system.

$sel:creationTime:DescribeLocationEfsResponse', describeLocationEfsResponse_creationTime - The time that the location was created.

$sel:ec2Config:DescribeLocationEfsResponse', describeLocationEfsResponse_ec2Config - Undocumented member.

$sel:fileSystemAccessRoleArn:DescribeLocationEfsResponse', describeLocationEfsResponse_fileSystemAccessRoleArn - The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.

$sel:inTransitEncryption:DescribeLocationEfsResponse', describeLocationEfsResponse_inTransitEncryption - Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.

DescribeLocationEfs, describeLocationEfsResponse_locationArn - The ARN of the Amazon EFS file system location.

DescribeLocationEfsResponse, describeLocationEfsResponse_locationUri - The URL of the Amazon EFS file system location.

$sel:httpStatus:DescribeLocationEfsResponse', describeLocationEfsResponse_httpStatus - The response's http status code.

DescribeLocationFsxLustre

data DescribeLocationFsxLustre Source #

See: newDescribeLocationFsxLustre smart constructor.

Instances

Instances details
ToJSON DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

ToHeaders DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

ToPath DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

ToQuery DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

AWSRequest DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Generic DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Associated Types

type Rep DescribeLocationFsxLustre :: Type -> Type #

Read DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Show DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

NFData DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Eq DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Hashable DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

type AWSResponse DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

type Rep DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

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

newDescribeLocationFsxLustre Source #

Create a value of DescribeLocationFsxLustre 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:

DescribeLocationFsxLustre, describeLocationFsxLustre_locationArn - The Amazon Resource Name (ARN) of the FSx for Lustre location to describe.

data DescribeLocationFsxLustreResponse Source #

See: newDescribeLocationFsxLustreResponse smart constructor.

Instances

Instances details
Generic DescribeLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Associated Types

type Rep DescribeLocationFsxLustreResponse :: Type -> Type #

Read DescribeLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Show DescribeLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

NFData DescribeLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Eq DescribeLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

type Rep DescribeLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

type Rep DescribeLocationFsxLustreResponse = D1 ('MetaData "DescribeLocationFsxLustreResponse" "Amazonka.DataSync.DescribeLocationFsxLustre" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationFsxLustreResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "securityGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeLocationFsxLustreResponse Source #

Create a value of DescribeLocationFsxLustreResponse 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:creationTime:DescribeLocationFsxLustreResponse', describeLocationFsxLustreResponse_creationTime - The time that the FSx for Lustre location was created.

DescribeLocationFsxLustre, describeLocationFsxLustreResponse_locationArn - The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.

DescribeLocationFsxLustreResponse, describeLocationFsxLustreResponse_locationUri - The URI of the FSx for Lustre location that was described.

DescribeLocationFsxLustreResponse, describeLocationFsxLustreResponse_securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.

$sel:httpStatus:DescribeLocationFsxLustreResponse', describeLocationFsxLustreResponse_httpStatus - The response's http status code.

DescribeLocationFsxOntap

data DescribeLocationFsxOntap Source #

See: newDescribeLocationFsxOntap smart constructor.

Instances

Instances details
ToJSON DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

ToHeaders DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

ToPath DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

ToQuery DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

AWSRequest DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Generic DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Associated Types

type Rep DescribeLocationFsxOntap :: Type -> Type #

Read DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Show DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

NFData DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Eq DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Hashable DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

type AWSResponse DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

type Rep DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

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

newDescribeLocationFsxOntap Source #

Create a value of DescribeLocationFsxOntap 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:

DescribeLocationFsxOntap, describeLocationFsxOntap_locationArn - Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP file system location that you want information about.

data DescribeLocationFsxOntapResponse Source #

See: newDescribeLocationFsxOntapResponse smart constructor.

Instances

Instances details
Generic DescribeLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Associated Types

type Rep DescribeLocationFsxOntapResponse :: Type -> Type #

Show DescribeLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

NFData DescribeLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Eq DescribeLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

type Rep DescribeLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

type Rep DescribeLocationFsxOntapResponse = D1 ('MetaData "DescribeLocationFsxOntapResponse" "Amazonka.DataSync.DescribeLocationFsxOntap" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationFsxOntapResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "fsxFilesystemArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FsxProtocol)) :*: S1 ('MetaSel ('Just "securityGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "storageVirtualMachineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeLocationFsxOntapResponse Source #

Create a value of DescribeLocationFsxOntapResponse 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:creationTime:DescribeLocationFsxOntapResponse', describeLocationFsxOntapResponse_creationTime - The time that the location was created.

$sel:fsxFilesystemArn:DescribeLocationFsxOntapResponse', describeLocationFsxOntapResponse_fsxFilesystemArn - The ARN of the FSx for ONTAP file system.

DescribeLocationFsxOntap, describeLocationFsxOntapResponse_locationArn - The ARN of the FSx for ONTAP file system location.

DescribeLocationFsxOntapResponse, describeLocationFsxOntapResponse_locationUri - The uniform resource identifier (URI) of the FSx for ONTAP file system location.

$sel:protocol:DescribeLocationFsxOntapResponse', describeLocationFsxOntapResponse_protocol - Undocumented member.

DescribeLocationFsxOntapResponse, describeLocationFsxOntapResponse_securityGroupArns - The security groups that DataSync uses to access your FSx for ONTAP file system.

$sel:storageVirtualMachineArn:DescribeLocationFsxOntapResponse', describeLocationFsxOntapResponse_storageVirtualMachineArn - The ARN of the storage virtual machine (SVM) on your FSx for ONTAP file system where you're copying data to or from.

$sel:httpStatus:DescribeLocationFsxOntapResponse', describeLocationFsxOntapResponse_httpStatus - The response's http status code.

DescribeLocationFsxOpenZfs

data DescribeLocationFsxOpenZfs Source #

See: newDescribeLocationFsxOpenZfs smart constructor.

Instances

Instances details
ToJSON DescribeLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

ToHeaders DescribeLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

ToPath DescribeLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

ToQuery DescribeLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

AWSRequest DescribeLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

Generic DescribeLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

Associated Types

type Rep DescribeLocationFsxOpenZfs :: Type -> Type #

Read DescribeLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

Show DescribeLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

NFData DescribeLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

Eq DescribeLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

Hashable DescribeLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

type AWSResponse DescribeLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

type Rep DescribeLocationFsxOpenZfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

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

newDescribeLocationFsxOpenZfs Source #

Create a value of DescribeLocationFsxOpenZfs 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:

DescribeLocationFsxOpenZfs, describeLocationFsxOpenZfs_locationArn - The Amazon Resource Name (ARN) of the FSx for OpenZFS location to describe.

data DescribeLocationFsxOpenZfsResponse Source #

Instances

Instances details
Generic DescribeLocationFsxOpenZfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

Associated Types

type Rep DescribeLocationFsxOpenZfsResponse :: Type -> Type #

Show DescribeLocationFsxOpenZfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

NFData DescribeLocationFsxOpenZfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

Eq DescribeLocationFsxOpenZfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

type Rep DescribeLocationFsxOpenZfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOpenZfs

type Rep DescribeLocationFsxOpenZfsResponse = D1 ('MetaData "DescribeLocationFsxOpenZfsResponse" "Amazonka.DataSync.DescribeLocationFsxOpenZfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationFsxOpenZfsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FsxProtocol)) :*: (S1 ('MetaSel ('Just "securityGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeLocationFsxOpenZfsResponse Source #

Create a value of DescribeLocationFsxOpenZfsResponse 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:creationTime:DescribeLocationFsxOpenZfsResponse', describeLocationFsxOpenZfsResponse_creationTime - The time that the FSx for OpenZFS location was created.

DescribeLocationFsxOpenZfs, describeLocationFsxOpenZfsResponse_locationArn - The ARN of the FSx for OpenZFS location that was described.

DescribeLocationFsxOpenZfsResponse, describeLocationFsxOpenZfsResponse_locationUri - The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.

Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder

$sel:protocol:DescribeLocationFsxOpenZfsResponse', describeLocationFsxOpenZfsResponse_protocol - The type of protocol that DataSync uses to access your file system.

DescribeLocationFsxOpenZfsResponse, describeLocationFsxOpenZfsResponse_securityGroupArns - The ARNs of the security groups that are configured for the FSx for OpenZFS file system.

$sel:httpStatus:DescribeLocationFsxOpenZfsResponse', describeLocationFsxOpenZfsResponse_httpStatus - The response's http status code.

DescribeLocationFsxWindows

data DescribeLocationFsxWindows Source #

See: newDescribeLocationFsxWindows smart constructor.

Instances

Instances details
ToJSON DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

ToHeaders DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

ToPath DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

ToQuery DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

AWSRequest DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Generic DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Associated Types

type Rep DescribeLocationFsxWindows :: Type -> Type #

Read DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Show DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

NFData DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Eq DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Hashable DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

type AWSResponse DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

type Rep DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

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

newDescribeLocationFsxWindows Source #

Create a value of DescribeLocationFsxWindows 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:

DescribeLocationFsxWindows, describeLocationFsxWindows_locationArn - The Amazon Resource Name (ARN) of the FSx for Windows File Server location to describe.

data DescribeLocationFsxWindowsResponse Source #

Instances

Instances details
Generic DescribeLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Associated Types

type Rep DescribeLocationFsxWindowsResponse :: Type -> Type #

Read DescribeLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Show DescribeLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

NFData DescribeLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Eq DescribeLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

type Rep DescribeLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

type Rep DescribeLocationFsxWindowsResponse = D1 ('MetaData "DescribeLocationFsxWindowsResponse" "Amazonka.DataSync.DescribeLocationFsxWindows" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationFsxWindowsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "securityGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeLocationFsxWindowsResponse Source #

Create a value of DescribeLocationFsxWindowsResponse 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:creationTime:DescribeLocationFsxWindowsResponse', describeLocationFsxWindowsResponse_creationTime - The time that the FSx for Windows File Server location was created.

DescribeLocationFsxWindowsResponse, describeLocationFsxWindowsResponse_domain - The name of the Windows domain that the FSx for Windows File Server belongs to.

DescribeLocationFsxWindows, describeLocationFsxWindowsResponse_locationArn - The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.

DescribeLocationFsxWindowsResponse, describeLocationFsxWindowsResponse_locationUri - The URL of the FSx for Windows File Server location that was described.

DescribeLocationFsxWindowsResponse, describeLocationFsxWindowsResponse_securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.

DescribeLocationFsxWindowsResponse, describeLocationFsxWindowsResponse_user - The user who has the permissions to access files and folders in the FSx for Windows File Server file system.

$sel:httpStatus:DescribeLocationFsxWindowsResponse', describeLocationFsxWindowsResponse_httpStatus - The response's http status code.

DescribeLocationHdfs

data DescribeLocationHdfs Source #

See: newDescribeLocationHdfs smart constructor.

Instances

Instances details
ToJSON DescribeLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

ToHeaders DescribeLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

ToPath DescribeLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

ToQuery DescribeLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

AWSRequest DescribeLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

Associated Types

type AWSResponse DescribeLocationHdfs #

Generic DescribeLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

Associated Types

type Rep DescribeLocationHdfs :: Type -> Type #

Read DescribeLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

Show DescribeLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

NFData DescribeLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

Methods

rnf :: DescribeLocationHdfs -> () #

Eq DescribeLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

Hashable DescribeLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

type AWSResponse DescribeLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

type Rep DescribeLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

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

newDescribeLocationHdfs Source #

Create a value of DescribeLocationHdfs 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:

DescribeLocationHdfs, describeLocationHdfs_locationArn - The Amazon Resource Name (ARN) of the HDFS cluster location to describe.

data DescribeLocationHdfsResponse Source #

See: newDescribeLocationHdfsResponse smart constructor.

Instances

Instances details
Generic DescribeLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

Associated Types

type Rep DescribeLocationHdfsResponse :: Type -> Type #

Read DescribeLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

Show DescribeLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

NFData DescribeLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

Eq DescribeLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

type Rep DescribeLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationHdfs

type Rep DescribeLocationHdfsResponse = D1 ('MetaData "DescribeLocationHdfsResponse" "Amazonka.DataSync.DescribeLocationHdfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationHdfsResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "agentArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HdfsAuthenticationType)) :*: S1 ('MetaSel ('Just "blockSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "kerberosPrincipal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKeyProviderUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nameNodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty HdfsNameNode))))) :*: ((S1 ('MetaSel ('Just "qopConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QopConfiguration)) :*: S1 ('MetaSel ('Just "replicationFactor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "simpleUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeLocationHdfsResponse Source #

Create a value of DescribeLocationHdfsResponse 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:

DescribeLocationHdfsResponse, describeLocationHdfsResponse_agentArns - The ARNs of the agents that are used to connect to the HDFS cluster.

$sel:authenticationType:DescribeLocationHdfsResponse', describeLocationHdfsResponse_authenticationType - The type of authentication used to determine the identity of the user.

$sel:blockSize:DescribeLocationHdfsResponse', describeLocationHdfsResponse_blockSize - The size of the data blocks to write into the HDFS cluster.

$sel:creationTime:DescribeLocationHdfsResponse', describeLocationHdfsResponse_creationTime - The time that the HDFS location was created.

$sel:kerberosPrincipal:DescribeLocationHdfsResponse', describeLocationHdfsResponse_kerberosPrincipal - The Kerberos principal with access to the files and folders on the HDFS cluster. This parameter is used if the AuthenticationType is defined as KERBEROS.

$sel:kmsKeyProviderUri:DescribeLocationHdfsResponse', describeLocationHdfsResponse_kmsKeyProviderUri - The URI of the HDFS cluster's Key Management Server (KMS).

DescribeLocationHdfs, describeLocationHdfsResponse_locationArn - The ARN of the HDFS cluster location.

DescribeLocationHdfsResponse, describeLocationHdfsResponse_locationUri - The URI of the HDFS cluster location.

$sel:nameNodes:DescribeLocationHdfsResponse', describeLocationHdfsResponse_nameNodes - The NameNode that manage the HDFS namespace.

$sel:qopConfiguration:DescribeLocationHdfsResponse', describeLocationHdfsResponse_qopConfiguration - The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the Hadoop Distributed File System (HDFS) cluster.

$sel:replicationFactor:DescribeLocationHdfsResponse', describeLocationHdfsResponse_replicationFactor - The number of DataNodes to replicate the data to when writing to the HDFS cluster.

$sel:simpleUser:DescribeLocationHdfsResponse', describeLocationHdfsResponse_simpleUser - The user name used to identify the client on the host operating system. This parameter is used if the AuthenticationType is defined as SIMPLE.

$sel:httpStatus:DescribeLocationHdfsResponse', describeLocationHdfsResponse_httpStatus - The response's http status code.

DescribeLocationNfs

data DescribeLocationNfs Source #

DescribeLocationNfsRequest

See: newDescribeLocationNfs smart constructor.

Instances

Instances details
ToJSON DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

ToHeaders DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

ToPath DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

ToQuery DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

AWSRequest DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Associated Types

type AWSResponse DescribeLocationNfs #

Generic DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Associated Types

type Rep DescribeLocationNfs :: Type -> Type #

Read DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Show DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

NFData DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Methods

rnf :: DescribeLocationNfs -> () #

Eq DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Hashable DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

type AWSResponse DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

type Rep DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

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

newDescribeLocationNfs Source #

Create a value of DescribeLocationNfs 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:

DescribeLocationNfs, describeLocationNfs_locationArn - The Amazon Resource Name (ARN) of the NFS location to describe.

data DescribeLocationNfsResponse Source #

DescribeLocationNfsResponse

See: newDescribeLocationNfsResponse smart constructor.

Instances

Instances details
Generic DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Associated Types

type Rep DescribeLocationNfsResponse :: Type -> Type #

Read DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Show DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

NFData DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Eq DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

type Rep DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

type Rep DescribeLocationNfsResponse = D1 ('MetaData "DescribeLocationNfsResponse" "Amazonka.DataSync.DescribeLocationNfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationNfsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NfsMountOptions)) :*: (S1 ('MetaSel ('Just "onPremConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPremConfig)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeLocationNfsResponse Source #

Create a value of DescribeLocationNfsResponse 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:creationTime:DescribeLocationNfsResponse', describeLocationNfsResponse_creationTime - The time that the NFS location was created.

DescribeLocationNfs, describeLocationNfsResponse_locationArn - The Amazon Resource Name (ARN) of the NFS location that was described.

DescribeLocationNfsResponse, describeLocationNfsResponse_locationUri - The URL of the source NFS location that was described.

DescribeLocationNfsResponse, describeLocationNfsResponse_mountOptions - The NFS mount options that DataSync used to mount your NFS share.

$sel:onPremConfig:DescribeLocationNfsResponse', describeLocationNfsResponse_onPremConfig - Undocumented member.

$sel:httpStatus:DescribeLocationNfsResponse', describeLocationNfsResponse_httpStatus - The response's http status code.

DescribeLocationObjectStorage

data DescribeLocationObjectStorage Source #

DescribeLocationObjectStorageRequest

See: newDescribeLocationObjectStorage smart constructor.

Instances

Instances details
ToJSON DescribeLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

ToHeaders DescribeLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

ToPath DescribeLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

ToQuery DescribeLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

AWSRequest DescribeLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

Generic DescribeLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

Associated Types

type Rep DescribeLocationObjectStorage :: Type -> Type #

Read DescribeLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

Show DescribeLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

NFData DescribeLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

Eq DescribeLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

Hashable DescribeLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

type AWSResponse DescribeLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

type Rep DescribeLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

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

newDescribeLocationObjectStorage Source #

Create a value of DescribeLocationObjectStorage 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:

DescribeLocationObjectStorage, describeLocationObjectStorage_locationArn - The Amazon Resource Name (ARN) of the object storage system location that you want information about.

data DescribeLocationObjectStorageResponse Source #

DescribeLocationObjectStorageResponse

See: newDescribeLocationObjectStorageResponse smart constructor.

Instances

Instances details
Generic DescribeLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

Read DescribeLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

Show DescribeLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

NFData DescribeLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

Eq DescribeLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

type Rep DescribeLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationObjectStorage

type Rep DescribeLocationObjectStorageResponse = D1 ('MetaData "DescribeLocationObjectStorageResponse" "Amazonka.DataSync.DescribeLocationObjectStorage" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationObjectStorageResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accessKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "agentArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64))) :*: (S1 ('MetaSel ('Just "serverPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "serverProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectStorageServerProtocol)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeLocationObjectStorageResponse Source #

Create a value of DescribeLocationObjectStorageResponse 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:accessKey:DescribeLocationObjectStorageResponse', describeLocationObjectStorageResponse_accessKey - The access key (for example, a user name) required to authenticate with the object storage system.

DescribeLocationObjectStorageResponse, describeLocationObjectStorageResponse_agentArns - The ARNs of the DataSync agents that can securely connect with your location.

$sel:creationTime:DescribeLocationObjectStorageResponse', describeLocationObjectStorageResponse_creationTime - The time that the location was created.

DescribeLocationObjectStorage, describeLocationObjectStorageResponse_locationArn - The ARN of the object storage system location.

DescribeLocationObjectStorageResponse, describeLocationObjectStorageResponse_locationUri - The URL of the object storage system location.

$sel:serverCertificate:DescribeLocationObjectStorageResponse', describeLocationObjectStorageResponse_serverCertificate - The self-signed certificate that DataSync uses to securely authenticate with your object storage system.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:serverPort:DescribeLocationObjectStorageResponse', describeLocationObjectStorageResponse_serverPort - The port that your object storage server accepts inbound network traffic on (for example, port 443).

$sel:serverProtocol:DescribeLocationObjectStorageResponse', describeLocationObjectStorageResponse_serverProtocol - The protocol that your object storage system uses to communicate.

$sel:httpStatus:DescribeLocationObjectStorageResponse', describeLocationObjectStorageResponse_httpStatus - The response's http status code.

DescribeLocationS3

data DescribeLocationS3 Source #

DescribeLocationS3Request

See: newDescribeLocationS3 smart constructor.

Instances

Instances details
ToJSON DescribeLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

ToHeaders DescribeLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

ToPath DescribeLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

ToQuery DescribeLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

AWSRequest DescribeLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

Associated Types

type AWSResponse DescribeLocationS3 #

Generic DescribeLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

Associated Types

type Rep DescribeLocationS3 :: Type -> Type #

Read DescribeLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

Show DescribeLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

NFData DescribeLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

Methods

rnf :: DescribeLocationS3 -> () #

Eq DescribeLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

Hashable DescribeLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

type AWSResponse DescribeLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

type Rep DescribeLocationS3 Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

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

newDescribeLocationS3 Source #

Create a value of DescribeLocationS3 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:

DescribeLocationS3, describeLocationS3_locationArn - The Amazon Resource Name (ARN) of the Amazon S3 bucket location to describe.

data DescribeLocationS3Response Source #

DescribeLocationS3Response

See: newDescribeLocationS3Response smart constructor.

Instances

Instances details
Generic DescribeLocationS3Response Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

Associated Types

type Rep DescribeLocationS3Response :: Type -> Type #

Read DescribeLocationS3Response Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

Show DescribeLocationS3Response Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

NFData DescribeLocationS3Response Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

Eq DescribeLocationS3Response Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

type Rep DescribeLocationS3Response Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationS3

type Rep DescribeLocationS3Response = D1 ('MetaData "DescribeLocationS3Response" "Amazonka.DataSync.DescribeLocationS3" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationS3Response'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "agentArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Config") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Config))) :*: (S1 ('MetaSel ('Just "s3StorageClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3StorageClass)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeLocationS3Response Source #

Create a value of DescribeLocationS3Response 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:

DescribeLocationS3Response, describeLocationS3Response_agentArns - If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.

$sel:creationTime:DescribeLocationS3Response', describeLocationS3Response_creationTime - The time that the Amazon S3 bucket location was created.

DescribeLocationS3, describeLocationS3Response_locationArn - The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.

DescribeLocationS3Response, describeLocationS3Response_locationUri - The URL of the Amazon S3 location that was described.

$sel:s3Config:DescribeLocationS3Response', describeLocationS3Response_s3Config - Undocumented member.

$sel:s3StorageClass:DescribeLocationS3Response', describeLocationS3Response_s3StorageClass - The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.

$sel:httpStatus:DescribeLocationS3Response', describeLocationS3Response_httpStatus - The response's http status code.

DescribeLocationSmb

data DescribeLocationSmb Source #

DescribeLocationSmbRequest

See: newDescribeLocationSmb smart constructor.

Instances

Instances details
ToJSON DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

ToHeaders DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

ToPath DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

ToQuery DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

AWSRequest DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Associated Types

type AWSResponse DescribeLocationSmb #

Generic DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Associated Types

type Rep DescribeLocationSmb :: Type -> Type #

Read DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Show DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

NFData DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Methods

rnf :: DescribeLocationSmb -> () #

Eq DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Hashable DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

type AWSResponse DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

type Rep DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

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

newDescribeLocationSmb Source #

Create a value of DescribeLocationSmb 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:

DescribeLocationSmb, describeLocationSmb_locationArn - The Amazon Resource Name (ARN) of the SMB location to describe.

data DescribeLocationSmbResponse Source #

DescribeLocationSmbResponse

See: newDescribeLocationSmbResponse smart constructor.

Instances

Instances details
Generic DescribeLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Associated Types

type Rep DescribeLocationSmbResponse :: Type -> Type #

Read DescribeLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Show DescribeLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

NFData DescribeLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Eq DescribeLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

type Rep DescribeLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

newDescribeLocationSmbResponse Source #

Create a value of DescribeLocationSmbResponse 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:

DescribeLocationSmbResponse, describeLocationSmbResponse_agentArns - The Amazon Resource Name (ARN) of the source SMB file system location that is created.

$sel:creationTime:DescribeLocationSmbResponse', describeLocationSmbResponse_creationTime - The time that the SMB location was created.

DescribeLocationSmbResponse, describeLocationSmbResponse_domain - The name of the Windows domain that the SMB server belongs to.

DescribeLocationSmb, describeLocationSmbResponse_locationArn - The Amazon Resource Name (ARN) of the SMB location that was described.

DescribeLocationSmbResponse, describeLocationSmbResponse_locationUri - The URL of the source SMB location that was described.

DescribeLocationSmbResponse, describeLocationSmbResponse_mountOptions - The mount options that are available for DataSync to use to access an SMB location.

DescribeLocationSmbResponse, describeLocationSmbResponse_user - The user who can mount the share, has the permissions to access files and folders in the SMB share.

$sel:httpStatus:DescribeLocationSmbResponse', describeLocationSmbResponse_httpStatus - The response's http status code.

DescribeTask

data DescribeTask Source #

DescribeTaskRequest

See: newDescribeTask smart constructor.

Constructors

DescribeTask' Text 

Instances

Instances details
ToJSON DescribeTask Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

ToHeaders DescribeTask Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

ToPath DescribeTask Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

ToQuery DescribeTask Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

AWSRequest DescribeTask Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

Associated Types

type AWSResponse DescribeTask #

Generic DescribeTask Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

Associated Types

type Rep DescribeTask :: Type -> Type #

Read DescribeTask Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

Show DescribeTask Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

NFData DescribeTask Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

Methods

rnf :: DescribeTask -> () #

Eq DescribeTask Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

Hashable DescribeTask Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

type AWSResponse DescribeTask Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

type Rep DescribeTask Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

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

newDescribeTask Source #

Create a value of DescribeTask 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:

DescribeTask, describeTask_taskArn - The Amazon Resource Name (ARN) of the task to describe.

data DescribeTaskResponse Source #

DescribeTaskResponse

See: newDescribeTaskResponse smart constructor.

Instances

Instances details
Generic DescribeTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

Associated Types

type Rep DescribeTaskResponse :: Type -> Type #

Read DescribeTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

Show DescribeTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

NFData DescribeTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

Methods

rnf :: DescribeTaskResponse -> () #

Eq DescribeTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

type Rep DescribeTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTask

type Rep DescribeTaskResponse = D1 ('MetaData "DescribeTaskResponse" "Amazonka.DataSync.DescribeTask" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeTaskResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "cloudWatchLogGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "currentTaskExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destinationLocationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "destinationNetworkInterfaceArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "errorDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "excludes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FilterRule]))))) :*: (((S1 ('MetaSel ('Just "includes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FilterRule])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Options)) :*: S1 ('MetaSel ('Just "schedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskSchedule)))) :*: ((S1 ('MetaSel ('Just "sourceLocationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceNetworkInterfaceArns") '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)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribeTaskResponse Source #

Create a value of DescribeTaskResponse 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:cloudWatchLogGroupArn:DescribeTaskResponse', describeTaskResponse_cloudWatchLogGroupArn - The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that was used to monitor and log events in the task.

For more information on these groups, see Working with Log Groups and Log Streams in the Amazon CloudWatch User Guide.

$sel:creationTime:DescribeTaskResponse', describeTaskResponse_creationTime - The time that the task was created.

$sel:currentTaskExecutionArn:DescribeTaskResponse', describeTaskResponse_currentTaskExecutionArn - The Amazon Resource Name (ARN) of the task execution that is transferring files.

$sel:destinationLocationArn:DescribeTaskResponse', describeTaskResponse_destinationLocationArn - The Amazon Resource Name (ARN) of the Amazon Web Services storage resource's location.

$sel:destinationNetworkInterfaceArns:DescribeTaskResponse', describeTaskResponse_destinationNetworkInterfaceArns - The Amazon Resource Names (ARNs) of the network interfaces created for your destination location. For more information, see Network interface requirements.

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

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

$sel:excludes:DescribeTaskResponse', describeTaskResponse_excludes - A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.

$sel:includes:DescribeTaskResponse', describeTaskResponse_includes - A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.

DescribeTaskResponse, describeTaskResponse_name - The name of the task that was described.

$sel:options:DescribeTaskResponse', describeTaskResponse_options - The configuration options that control the behavior of the StartTaskExecution operation. Some options include preserving file or object metadata and verifying data integrity.

You can override these options for each task execution. For more information, see StartTaskExecution.

$sel:schedule:DescribeTaskResponse', describeTaskResponse_schedule - The schedule used to periodically transfer files from a source to a destination location.

$sel:sourceLocationArn:DescribeTaskResponse', describeTaskResponse_sourceLocationArn - The Amazon Resource Name (ARN) of the source file system's location.

$sel:sourceNetworkInterfaceArns:DescribeTaskResponse', describeTaskResponse_sourceNetworkInterfaceArns - The Amazon Resource Names (ARNs) of the network interfaces created for your source location. For more information, see Network interface requirements.

DescribeTaskResponse, describeTaskResponse_status - The status of the task that was described.

For detailed information about task execution statuses, see Understanding Task Statuses in the DataSync User Guide.

DescribeTask, describeTaskResponse_taskArn - The Amazon Resource Name (ARN) of the task that was described.

$sel:httpStatus:DescribeTaskResponse', describeTaskResponse_httpStatus - The response's http status code.

DescribeTaskExecution

data DescribeTaskExecution Source #

DescribeTaskExecutionRequest

See: newDescribeTaskExecution smart constructor.

Instances

Instances details
ToJSON DescribeTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

ToHeaders DescribeTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

ToPath DescribeTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

ToQuery DescribeTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

AWSRequest DescribeTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

Associated Types

type AWSResponse DescribeTaskExecution #

Generic DescribeTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

Associated Types

type Rep DescribeTaskExecution :: Type -> Type #

Read DescribeTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

Show DescribeTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

NFData DescribeTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

Methods

rnf :: DescribeTaskExecution -> () #

Eq DescribeTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

Hashable DescribeTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

type AWSResponse DescribeTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

type Rep DescribeTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

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

newDescribeTaskExecution Source #

Create a value of DescribeTaskExecution 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:

DescribeTaskExecution, describeTaskExecution_taskExecutionArn - The Amazon Resource Name (ARN) of the task that is being executed.

data DescribeTaskExecutionResponse Source #

DescribeTaskExecutionResponse

See: newDescribeTaskExecutionResponse smart constructor.

Instances

Instances details
Generic DescribeTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

Associated Types

type Rep DescribeTaskExecutionResponse :: Type -> Type #

Read DescribeTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

Show DescribeTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

NFData DescribeTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

Eq DescribeTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

type Rep DescribeTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeTaskExecution

type Rep DescribeTaskExecutionResponse = D1 ('MetaData "DescribeTaskExecutionResponse" "Amazonka.DataSync.DescribeTaskExecution" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeTaskExecutionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "bytesCompressed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "bytesTransferred") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "bytesWritten") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: ((S1 ('MetaSel ('Just "estimatedBytesToTransfer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "estimatedFilesToTransfer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "excludes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FilterRule])) :*: S1 ('MetaSel ('Just "filesTransferred") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) :*: ((S1 ('MetaSel ('Just "includes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FilterRule])) :*: (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Options)) :*: S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskExecutionResultDetail)))) :*: ((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskExecutionStatus))) :*: (S1 ('MetaSel ('Just "taskExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeTaskExecutionResponse Source #

Create a value of DescribeTaskExecutionResponse 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:bytesCompressed:DescribeTaskExecutionResponse', describeTaskExecutionResponse_bytesCompressed - The physical number of bytes transferred over the network after compression was applied. In most cases, this number is less than BytesTransferred unless the data isn't compressible.

$sel:bytesTransferred:DescribeTaskExecutionResponse', describeTaskExecutionResponse_bytesTransferred - The total number of bytes that are involved in the transfer. For the number of bytes sent over the network, see BytesCompressed.

$sel:bytesWritten:DescribeTaskExecutionResponse', describeTaskExecutionResponse_bytesWritten - The number of logical bytes written to the destination Amazon Web Services storage resource.

$sel:estimatedBytesToTransfer:DescribeTaskExecutionResponse', describeTaskExecutionResponse_estimatedBytesToTransfer - The estimated physical number of bytes that is to be transferred over the network.

$sel:estimatedFilesToTransfer:DescribeTaskExecutionResponse', describeTaskExecutionResponse_estimatedFilesToTransfer - The expected number of files that is to be transferred over the network. This value is calculated during the PREPARING phase before the TRANSFERRING phase of the task execution. This value is the expected number of files to be transferred. It's calculated based on comparing the content of the source and destination locations and finding the delta that needs to be transferred.

$sel:excludes:DescribeTaskExecutionResponse', describeTaskExecutionResponse_excludes - A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.

$sel:filesTransferred:DescribeTaskExecutionResponse', describeTaskExecutionResponse_filesTransferred - The actual number of files that was transferred over the network. This value is calculated and updated on an ongoing basis during the TRANSFERRING phase of the task execution. It's updated periodically when each file is read from the source and sent over the network.

If failures occur during a transfer, this value can be less than EstimatedFilesToTransfer. In some cases, this value can also be greater than EstimatedFilesToTransfer. This element is implementation-specific for some location types, so don't use it as an indicator for a correct file number or to monitor your task execution.

$sel:includes:DescribeTaskExecutionResponse', describeTaskExecutionResponse_includes - A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.

$sel:options:DescribeTaskExecutionResponse', describeTaskExecutionResponse_options - Undocumented member.

$sel:result:DescribeTaskExecutionResponse', describeTaskExecutionResponse_result - The result of the task execution.

$sel:startTime:DescribeTaskExecutionResponse', describeTaskExecutionResponse_startTime - The time that the task execution was started.

DescribeTaskExecutionResponse, describeTaskExecutionResponse_status - The status of the task execution.

For detailed information about task execution statuses, see Understanding Task Statuses in the DataSync User Guide.

DescribeTaskExecution, describeTaskExecutionResponse_taskExecutionArn - The Amazon Resource Name (ARN) of the task execution that was described. TaskExecutionArn is hierarchical and includes TaskArn for the task that was executed.

For example, a TaskExecution value with the ARN arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b executed the task with the ARN arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2.

$sel:httpStatus:DescribeTaskExecutionResponse', describeTaskExecutionResponse_httpStatus - The response's http status code.

ListAgents (Paginated)

data ListAgents Source #

ListAgentsRequest

See: newListAgents smart constructor.

Constructors

ListAgents' (Maybe Natural) (Maybe Text) 

Instances

Instances details
ToJSON ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

ToHeaders ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

Methods

toHeaders :: ListAgents -> [Header] #

ToPath ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

ToQuery ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

AWSPager ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

AWSRequest ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

Associated Types

type AWSResponse ListAgents #

Generic ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

Associated Types

type Rep ListAgents :: Type -> Type #

Read ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

Show ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

NFData ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

Methods

rnf :: ListAgents -> () #

Eq ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

Hashable ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

type AWSResponse ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

type Rep ListAgents Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

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

newListAgents :: ListAgents Source #

Create a value of ListAgents 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:maxResults:ListAgents', listAgents_maxResults - The maximum number of agents to list.

ListAgents, listAgents_nextToken - An opaque string that indicates the position at which to begin the next list of agents.

data ListAgentsResponse Source #

ListAgentsResponse

See: newListAgentsResponse smart constructor.

Instances

Instances details
Generic ListAgentsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

Associated Types

type Rep ListAgentsResponse :: Type -> Type #

Read ListAgentsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

Show ListAgentsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

NFData ListAgentsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

Methods

rnf :: ListAgentsResponse -> () #

Eq ListAgentsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

type Rep ListAgentsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListAgents

type Rep ListAgentsResponse = D1 ('MetaData "ListAgentsResponse" "Amazonka.DataSync.ListAgents" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "ListAgentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AgentListEntry])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAgentsResponse Source #

Create a value of ListAgentsResponse 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:agents:ListAgentsResponse', listAgentsResponse_agents - A list of agents in your account.

ListAgents, listAgentsResponse_nextToken - An opaque string that indicates the position at which to begin returning the next list of agents.

$sel:httpStatus:ListAgentsResponse', listAgentsResponse_httpStatus - The response's http status code.

ListLocations (Paginated)

data ListLocations Source #

ListLocationsRequest

See: newListLocations smart constructor.

Instances

Instances details
ToJSON ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

ToHeaders ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

ToPath ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

ToQuery ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

AWSPager ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

AWSRequest ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

Associated Types

type AWSResponse ListLocations #

Generic ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

Associated Types

type Rep ListLocations :: Type -> Type #

Read ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

Show ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

NFData ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

Methods

rnf :: ListLocations -> () #

Eq ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

Hashable ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

type AWSResponse ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

type Rep ListLocations Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

type Rep ListLocations = D1 ('MetaData "ListLocations" "Amazonka.DataSync.ListLocations" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "ListLocations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LocationFilter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListLocations :: ListLocations Source #

Create a value of ListLocations 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:filters:ListLocations', listLocations_filters - You can use API filters to narrow down the list of resources returned by ListLocations. For example, to retrieve all tasks on a specific source location, you can use ListLocations with filter name LocationType S3 and Operator Equals.

$sel:maxResults:ListLocations', listLocations_maxResults - The maximum number of locations to return.

ListLocations, listLocations_nextToken - An opaque string that indicates the position at which to begin the next list of locations.

data ListLocationsResponse Source #

ListLocationsResponse

See: newListLocationsResponse smart constructor.

Instances

Instances details
Generic ListLocationsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

Associated Types

type Rep ListLocationsResponse :: Type -> Type #

Read ListLocationsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

Show ListLocationsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

NFData ListLocationsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

Methods

rnf :: ListLocationsResponse -> () #

Eq ListLocationsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

type Rep ListLocationsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListLocations

type Rep ListLocationsResponse = D1 ('MetaData "ListLocationsResponse" "Amazonka.DataSync.ListLocations" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "ListLocationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "locations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LocationListEntry])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLocationsResponse Source #

Create a value of ListLocationsResponse 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:locations:ListLocationsResponse', listLocationsResponse_locations - An array that contains a list of locations.

ListLocations, listLocationsResponse_nextToken - An opaque string that indicates the position at which to begin returning the next list of locations.

$sel:httpStatus:ListLocationsResponse', listLocationsResponse_httpStatus - The response's http status code.

ListTagsForResource (Paginated)

data ListTagsForResource Source #

ListTagsForResourceRequest

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

AWSPager ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.DataSync.ListTagsForResource" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListTagsForResource Source #

Create a value of ListTagsForResource 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:maxResults:ListTagsForResource', listTagsForResource_maxResults - Specifies how many results that you want in the response.

ListTagsForResource, listTagsForResource_nextToken - Specifies an opaque string that indicates the position to begin the next list of results in the response.

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - Specifies the Amazon Resource Name (ARN) of the resource that you want tag information on.

data ListTagsForResourceResponse Source #

ListTagsForResourceResponse

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.DataSync.ListTagsForResource" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagListEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:

ListTagsForResource, listTagsForResourceResponse_nextToken - The opaque string that indicates the position to begin the next list of results in the response.

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - An array of tags applied to the specified resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ListTaskExecutions (Paginated)

data ListTaskExecutions Source #

ListTaskExecutions

See: newListTaskExecutions smart constructor.

Instances

Instances details
ToJSON ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

ToHeaders ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

ToPath ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

ToQuery ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

AWSPager ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

AWSRequest ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

Associated Types

type AWSResponse ListTaskExecutions #

Generic ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

Associated Types

type Rep ListTaskExecutions :: Type -> Type #

Read ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

Show ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

NFData ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

Methods

rnf :: ListTaskExecutions -> () #

Eq ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

Hashable ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

type AWSResponse ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

type Rep ListTaskExecutions Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

type Rep ListTaskExecutions = D1 ('MetaData "ListTaskExecutions" "Amazonka.DataSync.ListTaskExecutions" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "ListTaskExecutions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListTaskExecutions :: ListTaskExecutions Source #

Create a value of ListTaskExecutions 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:maxResults:ListTaskExecutions', listTaskExecutions_maxResults - The maximum number of executed tasks to list.

ListTaskExecutions, listTaskExecutions_nextToken - An opaque string that indicates the position at which to begin the next list of the executed tasks.

ListTaskExecutions, listTaskExecutions_taskArn - The Amazon Resource Name (ARN) of the task whose tasks you want to list.

data ListTaskExecutionsResponse Source #

ListTaskExecutionsResponse

See: newListTaskExecutionsResponse smart constructor.

Instances

Instances details
Generic ListTaskExecutionsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

Associated Types

type Rep ListTaskExecutionsResponse :: Type -> Type #

Read ListTaskExecutionsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

Show ListTaskExecutionsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

NFData ListTaskExecutionsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

Eq ListTaskExecutionsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

type Rep ListTaskExecutionsResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTaskExecutions

type Rep ListTaskExecutionsResponse = D1 ('MetaData "ListTaskExecutionsResponse" "Amazonka.DataSync.ListTaskExecutions" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "ListTaskExecutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "taskExecutions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TaskExecutionListEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTaskExecutionsResponse Source #

Create a value of ListTaskExecutionsResponse 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:

ListTaskExecutions, listTaskExecutionsResponse_nextToken - An opaque string that indicates the position at which to begin returning the next list of executed tasks.

$sel:taskExecutions:ListTaskExecutionsResponse', listTaskExecutionsResponse_taskExecutions - A list of executed tasks.

$sel:httpStatus:ListTaskExecutionsResponse', listTaskExecutionsResponse_httpStatus - The response's http status code.

ListTasks (Paginated)

data ListTasks Source #

ListTasksRequest

See: newListTasks smart constructor.

Instances

Instances details
ToJSON ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

ToHeaders ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

Methods

toHeaders :: ListTasks -> [Header] #

ToPath ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

ToQuery ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

AWSPager ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

AWSRequest ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

Associated Types

type AWSResponse ListTasks #

Generic ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

Associated Types

type Rep ListTasks :: Type -> Type #

Read ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

Show ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

NFData ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

Methods

rnf :: ListTasks -> () #

Eq ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

Hashable ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

type AWSResponse ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

type Rep ListTasks Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

type Rep ListTasks = D1 ('MetaData "ListTasks" "Amazonka.DataSync.ListTasks" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "ListTasks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TaskFilter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListTasks :: ListTasks Source #

Create a value of ListTasks 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:filters:ListTasks', listTasks_filters - You can use API filters to narrow down the list of resources returned by ListTasks. For example, to retrieve all tasks on a specific source location, you can use ListTasks with filter name LocationId and Operator Equals with the ARN for the location.

$sel:maxResults:ListTasks', listTasks_maxResults - The maximum number of tasks to return.

ListTasks, listTasks_nextToken - An opaque string that indicates the position at which to begin the next list of tasks.

data ListTasksResponse Source #

ListTasksResponse

See: newListTasksResponse smart constructor.

Instances

Instances details
Generic ListTasksResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

Associated Types

type Rep ListTasksResponse :: Type -> Type #

Read ListTasksResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

Show ListTasksResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

NFData ListTasksResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

Methods

rnf :: ListTasksResponse -> () #

Eq ListTasksResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

type Rep ListTasksResponse Source # 
Instance details

Defined in Amazonka.DataSync.ListTasks

type Rep ListTasksResponse = D1 ('MetaData "ListTasksResponse" "Amazonka.DataSync.ListTasks" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "ListTasksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TaskListEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTasksResponse Source #

Create a value of ListTasksResponse 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:

ListTasks, listTasksResponse_nextToken - An opaque string that indicates the position at which to begin returning the next list of tasks.

$sel:tasks:ListTasksResponse', listTasksResponse_tasks - A list of all the tasks that are returned.

$sel:httpStatus:ListTasksResponse', listTasksResponse_httpStatus - The response's http status code.

StartTaskExecution

data StartTaskExecution Source #

StartTaskExecutionRequest

See: newStartTaskExecution smart constructor.

Instances

Instances details
ToJSON StartTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

ToHeaders StartTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

ToPath StartTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

ToQuery StartTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

AWSRequest StartTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

Associated Types

type AWSResponse StartTaskExecution #

Generic StartTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

Associated Types

type Rep StartTaskExecution :: Type -> Type #

Read StartTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

Show StartTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

NFData StartTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

Methods

rnf :: StartTaskExecution -> () #

Eq StartTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

Hashable StartTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

type AWSResponse StartTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

type Rep StartTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

type Rep StartTaskExecution = D1 ('MetaData "StartTaskExecution" "Amazonka.DataSync.StartTaskExecution" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "StartTaskExecution'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "excludes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FilterRule])) :*: S1 ('MetaSel ('Just "includes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FilterRule]))) :*: (S1 ('MetaSel ('Just "overrideOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Options)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagListEntry])) :*: S1 ('MetaSel ('Just "taskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newStartTaskExecution Source #

Create a value of StartTaskExecution 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:excludes:StartTaskExecution', startTaskExecution_excludes - Specifies a list of filter rules that determines which files to exclude from a task. The list contains a single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".

$sel:includes:StartTaskExecution', startTaskExecution_includes - Specifies a list of filter rules that determines which files to include when running a task. The pattern should contain a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".

$sel:overrideOptions:StartTaskExecution', startTaskExecution_overrideOptions - Undocumented member.

$sel:tags:StartTaskExecution', startTaskExecution_tags - Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task execution.

Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.

StartTaskExecution, startTaskExecution_taskArn - Specifies the Amazon Resource Name (ARN) of the task that you want to start.

data StartTaskExecutionResponse Source #

StartTaskExecutionResponse

See: newStartTaskExecutionResponse smart constructor.

Instances

Instances details
Generic StartTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

Associated Types

type Rep StartTaskExecutionResponse :: Type -> Type #

Read StartTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

Show StartTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

NFData StartTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

Eq StartTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

type Rep StartTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.StartTaskExecution

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

newStartTaskExecutionResponse Source #

Create a value of StartTaskExecutionResponse 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:

StartTaskExecutionResponse, startTaskExecutionResponse_taskExecutionArn - The ARN of the running task execution.

$sel:httpStatus:StartTaskExecutionResponse', startTaskExecutionResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

TagResourceRequest

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.DataSync.TagResource" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [TagListEntry])))

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - Specifies the Amazon Resource Name (ARN) of the resource to apply the tag to.

$sel:tags:TagResource', tagResource_tags - Specifies the tags that you want to apply to the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.DataSync.TagResource" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

UntagResourceRequest

See: newUntagResource smart constructor.

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

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

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - Specifies the Amazon Resource Name (ARN) of the resource to remove the tags from.

$sel:keys:UntagResource', untagResource_keys - Specifies the keys in the tags that you want to remove.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataSync.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.DataSync.UntagResource" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateAgent

data UpdateAgent Source #

UpdateAgentRequest

See: newUpdateAgent smart constructor.

Constructors

UpdateAgent' (Maybe Text) Text 

Instances

Instances details
ToJSON UpdateAgent Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

ToHeaders UpdateAgent Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

Methods

toHeaders :: UpdateAgent -> [Header] #

ToPath UpdateAgent Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

ToQuery UpdateAgent Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

AWSRequest UpdateAgent Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

Associated Types

type AWSResponse UpdateAgent #

Generic UpdateAgent Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

Associated Types

type Rep UpdateAgent :: Type -> Type #

Read UpdateAgent Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

Show UpdateAgent Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

NFData UpdateAgent Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

Methods

rnf :: UpdateAgent -> () #

Eq UpdateAgent Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

Hashable UpdateAgent Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

type AWSResponse UpdateAgent Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

type Rep UpdateAgent Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

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

newUpdateAgent Source #

Create a value of UpdateAgent 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:

UpdateAgent, updateAgent_name - The name that you want to use to configure the agent.

UpdateAgent, updateAgent_agentArn - The Amazon Resource Name (ARN) of the agent to update.

data UpdateAgentResponse Source #

See: newUpdateAgentResponse smart constructor.

Instances

Instances details
Generic UpdateAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

Associated Types

type Rep UpdateAgentResponse :: Type -> Type #

Read UpdateAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

Show UpdateAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

NFData UpdateAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

Methods

rnf :: UpdateAgentResponse -> () #

Eq UpdateAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

type Rep UpdateAgentResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateAgent

type Rep UpdateAgentResponse = D1 ('MetaData "UpdateAgentResponse" "Amazonka.DataSync.UpdateAgent" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "UpdateAgentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAgentResponse Source #

Create a value of UpdateAgentResponse 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:httpStatus:UpdateAgentResponse', updateAgentResponse_httpStatus - The response's http status code.

UpdateLocationHdfs

data UpdateLocationHdfs Source #

See: newUpdateLocationHdfs smart constructor.

Instances

Instances details
ToJSON UpdateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

ToHeaders UpdateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

ToPath UpdateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

ToQuery UpdateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

AWSRequest UpdateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

Associated Types

type AWSResponse UpdateLocationHdfs #

Generic UpdateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

Associated Types

type Rep UpdateLocationHdfs :: Type -> Type #

Read UpdateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

Show UpdateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

NFData UpdateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

Methods

rnf :: UpdateLocationHdfs -> () #

Eq UpdateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

Hashable UpdateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

type AWSResponse UpdateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

type Rep UpdateLocationHdfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

type Rep UpdateLocationHdfs = D1 ('MetaData "UpdateLocationHdfs" "Amazonka.DataSync.UpdateLocationHdfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "UpdateLocationHdfs'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "agentArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HdfsAuthenticationType)) :*: S1 ('MetaSel ('Just "blockSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "kerberosKeytab") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: (S1 ('MetaSel ('Just "kerberosKrb5Conf") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: S1 ('MetaSel ('Just "kerberosPrincipal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "kmsKeyProviderUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nameNodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty HdfsNameNode))) :*: S1 ('MetaSel ('Just "qopConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QopConfiguration)))) :*: ((S1 ('MetaSel ('Just "replicationFactor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "simpleUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "subdirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUpdateLocationHdfs Source #

Create a value of UpdateLocationHdfs 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:

UpdateLocationHdfs, updateLocationHdfs_agentArns - The ARNs of the agents that are used to connect to the HDFS cluster.

$sel:authenticationType:UpdateLocationHdfs', updateLocationHdfs_authenticationType - The type of authentication used to determine the identity of the user.

$sel:blockSize:UpdateLocationHdfs', updateLocationHdfs_blockSize - The size of the data blocks to write into the HDFS cluster.

$sel:kerberosKeytab:UpdateLocationHdfs', updateLocationHdfs_kerberosKeytab - The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. You can load the keytab from a file by providing the file's address. If you use the CLI, it performs base64 encoding for you. Otherwise, provide the base64-encoded text.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:kerberosKrb5Conf:UpdateLocationHdfs', updateLocationHdfs_kerberosKrb5Conf - The krb5.conf file that contains the Kerberos configuration information. You can load the krb5.conf file by providing the file's address. If you're using the CLI, it performs the base64 encoding for you. Otherwise, provide the base64-encoded text.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:kerberosPrincipal:UpdateLocationHdfs', updateLocationHdfs_kerberosPrincipal - The Kerberos principal with access to the files and folders on the HDFS cluster.

$sel:kmsKeyProviderUri:UpdateLocationHdfs', updateLocationHdfs_kmsKeyProviderUri - The URI of the HDFS cluster's Key Management Server (KMS).

$sel:nameNodes:UpdateLocationHdfs', updateLocationHdfs_nameNodes - The NameNode that manages the HDFS 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. You can use only one NameNode.

$sel:qopConfiguration:UpdateLocationHdfs', updateLocationHdfs_qopConfiguration - 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.

$sel:replicationFactor:UpdateLocationHdfs', updateLocationHdfs_replicationFactor - The number of DataNodes to replicate the data to when writing to the HDFS cluster.

$sel:simpleUser:UpdateLocationHdfs', updateLocationHdfs_simpleUser - The user name used to identify the client on the host operating system.

$sel:subdirectory:UpdateLocationHdfs', updateLocationHdfs_subdirectory - A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster.

UpdateLocationHdfs, updateLocationHdfs_locationArn - The Amazon Resource Name (ARN) of the source HDFS cluster location.

data UpdateLocationHdfsResponse Source #

See: newUpdateLocationHdfsResponse smart constructor.

Instances

Instances details
Generic UpdateLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

Associated Types

type Rep UpdateLocationHdfsResponse :: Type -> Type #

Read UpdateLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

Show UpdateLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

NFData UpdateLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

Eq UpdateLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

type Rep UpdateLocationHdfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationHdfs

type Rep UpdateLocationHdfsResponse = D1 ('MetaData "UpdateLocationHdfsResponse" "Amazonka.DataSync.UpdateLocationHdfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "UpdateLocationHdfsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateLocationHdfsResponse Source #

Create a value of UpdateLocationHdfsResponse 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:httpStatus:UpdateLocationHdfsResponse', updateLocationHdfsResponse_httpStatus - The response's http status code.

UpdateLocationNfs

data UpdateLocationNfs Source #

See: newUpdateLocationNfs smart constructor.

Instances

Instances details
ToJSON UpdateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

ToHeaders UpdateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

ToPath UpdateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

ToQuery UpdateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

AWSRequest UpdateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

Associated Types

type AWSResponse UpdateLocationNfs #

Generic UpdateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

Associated Types

type Rep UpdateLocationNfs :: Type -> Type #

Read UpdateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

Show UpdateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

NFData UpdateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

Methods

rnf :: UpdateLocationNfs -> () #

Eq UpdateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

Hashable UpdateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

type AWSResponse UpdateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

type Rep UpdateLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

type Rep UpdateLocationNfs = D1 ('MetaData "UpdateLocationNfs" "Amazonka.DataSync.UpdateLocationNfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "UpdateLocationNfs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NfsMountOptions)) :*: S1 ('MetaSel ('Just "onPremConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPremConfig))) :*: (S1 ('MetaSel ('Just "subdirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateLocationNfs Source #

Create a value of UpdateLocationNfs 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:

UpdateLocationNfs, updateLocationNfs_mountOptions - Undocumented member.

$sel:onPremConfig:UpdateLocationNfs', updateLocationNfs_onPremConfig - Undocumented member.

$sel:subdirectory:UpdateLocationNfs', updateLocationNfs_subdirectory - The subdirectory in the NFS file system that is used to read data from the NFS source location or write data to the NFS destination. The NFS path should be a path that's exported by the NFS server, or a subdirectory of that path. The path should be such that it can be mounted by other NFS clients in your network.

To see all the paths exported by your NFS server, run "showmount -e nfs-server-name" from an NFS client that has access to your server. You can specify any directory that appears in the results, and any subdirectory of that directory. Ensure that the NFS export is accessible without Kerberos authentication.

To transfer all the data in the folder that you specified, DataSync must have permissions to read all the data. To ensure this, either configure the NFS export with no_root_squash, or ensure that the files you want DataSync to access have permissions that allow read access for all users. Doing either option enables the agent to read the files. For the agent to access directories, you must additionally enable all execute access.

If you are copying data to or from your Snowcone device, see NFS Server on Snowcone for more information.

For information about NFS export configuration, see 18.7. The /etc/exports Configuration File in the Red Hat Enterprise Linux documentation.

UpdateLocationNfs, updateLocationNfs_locationArn - The Amazon Resource Name (ARN) of the NFS location to update.

data UpdateLocationNfsResponse Source #

See: newUpdateLocationNfsResponse smart constructor.

Instances

Instances details
Generic UpdateLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

Associated Types

type Rep UpdateLocationNfsResponse :: Type -> Type #

Read UpdateLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

Show UpdateLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

NFData UpdateLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

Eq UpdateLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

type Rep UpdateLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationNfs

type Rep UpdateLocationNfsResponse = D1 ('MetaData "UpdateLocationNfsResponse" "Amazonka.DataSync.UpdateLocationNfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "UpdateLocationNfsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateLocationNfsResponse Source #

Create a value of UpdateLocationNfsResponse 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:httpStatus:UpdateLocationNfsResponse', updateLocationNfsResponse_httpStatus - The response's http status code.

UpdateLocationObjectStorage

data UpdateLocationObjectStorage Source #

See: newUpdateLocationObjectStorage smart constructor.

Instances

Instances details
ToJSON UpdateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

ToHeaders UpdateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

ToPath UpdateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

ToQuery UpdateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

AWSRequest UpdateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

Generic UpdateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

Associated Types

type Rep UpdateLocationObjectStorage :: Type -> Type #

Show UpdateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

NFData UpdateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

Eq UpdateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

Hashable UpdateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

type AWSResponse UpdateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

type Rep UpdateLocationObjectStorage Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

type Rep UpdateLocationObjectStorage = D1 ('MetaData "UpdateLocationObjectStorage" "Amazonka.DataSync.UpdateLocationObjectStorage" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "UpdateLocationObjectStorage'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accessKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "agentArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "secretKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "serverCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)))) :*: ((S1 ('MetaSel ('Just "serverPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "serverProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectStorageServerProtocol))) :*: (S1 ('MetaSel ('Just "subdirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateLocationObjectStorage Source #

Create a value of UpdateLocationObjectStorage 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:accessKey:UpdateLocationObjectStorage', updateLocationObjectStorage_accessKey - Specifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.

UpdateLocationObjectStorage, updateLocationObjectStorage_agentArns - Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your location.

$sel:secretKey:UpdateLocationObjectStorage', updateLocationObjectStorage_secretKey - Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.

$sel:serverCertificate:UpdateLocationObjectStorage', updateLocationObjectStorage_serverCertificate - Specifies a certificate to authenticate with an object storage system that uses a private or self-signed certificate authority (CA). You must specify a Base64-encoded .pem file (for example, file:///home/user/.ssh/storage_sys_certificate.pem). The certificate can be up to 32768 bytes (before Base64 encoding).

To use this parameter, configure ServerProtocol to HTTPS.

Updating the certificate doesn't interfere with tasks that you have in progress.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:serverPort:UpdateLocationObjectStorage', updateLocationObjectStorage_serverPort - Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).

$sel:serverProtocol:UpdateLocationObjectStorage', updateLocationObjectStorage_serverProtocol - Specifies the protocol that your object storage server uses to communicate.

$sel:subdirectory:UpdateLocationObjectStorage', updateLocationObjectStorage_subdirectory - Specifies the object prefix for your object storage server. If this is a source location, DataSync only copies objects with this prefix. If this is a destination location, DataSync writes all objects with this prefix.

UpdateLocationObjectStorage, updateLocationObjectStorage_locationArn - Specifies the ARN of the object storage system location that you're updating.

data UpdateLocationObjectStorageResponse Source #

Instances

Instances details
Generic UpdateLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

Read UpdateLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

Show UpdateLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

NFData UpdateLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

Eq UpdateLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

type Rep UpdateLocationObjectStorageResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationObjectStorage

type Rep UpdateLocationObjectStorageResponse = D1 ('MetaData "UpdateLocationObjectStorageResponse" "Amazonka.DataSync.UpdateLocationObjectStorage" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "UpdateLocationObjectStorageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateLocationObjectStorageResponse Source #

Create a value of UpdateLocationObjectStorageResponse 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:httpStatus:UpdateLocationObjectStorageResponse', updateLocationObjectStorageResponse_httpStatus - The response's http status code.

UpdateLocationSmb

data UpdateLocationSmb Source #

See: newUpdateLocationSmb smart constructor.

Instances

Instances details
ToJSON UpdateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

ToHeaders UpdateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

ToPath UpdateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

ToQuery UpdateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

AWSRequest UpdateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

Associated Types

type AWSResponse UpdateLocationSmb #

Generic UpdateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

Associated Types

type Rep UpdateLocationSmb :: Type -> Type #

Show UpdateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

NFData UpdateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

Methods

rnf :: UpdateLocationSmb -> () #

Eq UpdateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

Hashable UpdateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

type AWSResponse UpdateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

type Rep UpdateLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

newUpdateLocationSmb Source #

Create a value of UpdateLocationSmb 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:

UpdateLocationSmb, updateLocationSmb_agentArns - The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.

UpdateLocationSmb, updateLocationSmb_domain - The name of the Windows domain that the SMB server belongs to.

UpdateLocationSmb, updateLocationSmb_mountOptions - Undocumented member.

UpdateLocationSmb, updateLocationSmb_password - The password of the user who can mount the share has the permissions to access files and folders in the SMB share.

$sel:subdirectory:UpdateLocationSmb', updateLocationSmb_subdirectory - The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination. The SMB path should be a path that's exported by the SMB server, or a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in your network.

Subdirectory must be specified with forward slashes. For example, /path/to/folder.

To transfer all the data in the folder that you specified, DataSync must have permissions to mount the SMB share and to access all the data in that share. To ensure this, do either of the following:

  • Ensure that the user/password specified belongs to the user who can mount the share and who has the appropriate permissions for all of the files and directories that you want DataSync to access.
  • Use credentials of a member of the Backup Operators group to mount the share.

Doing either of these options enables the agent to access the data. For the agent to access directories, you must also enable all execute access.

UpdateLocationSmb, updateLocationSmb_user - The user who can mount the share has the permissions to access files and folders in the SMB share.

UpdateLocationSmb, updateLocationSmb_locationArn - The Amazon Resource Name (ARN) of the SMB location to update.

data UpdateLocationSmbResponse Source #

See: newUpdateLocationSmbResponse smart constructor.

Instances

Instances details
Generic UpdateLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

Associated Types

type Rep UpdateLocationSmbResponse :: Type -> Type #

Read UpdateLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

Show UpdateLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

NFData UpdateLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

Eq UpdateLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

type Rep UpdateLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateLocationSmb

type Rep UpdateLocationSmbResponse = D1 ('MetaData "UpdateLocationSmbResponse" "Amazonka.DataSync.UpdateLocationSmb" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "UpdateLocationSmbResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateLocationSmbResponse Source #

Create a value of UpdateLocationSmbResponse 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:httpStatus:UpdateLocationSmbResponse', updateLocationSmbResponse_httpStatus - The response's http status code.

UpdateTask

data UpdateTask Source #

UpdateTaskResponse

See: newUpdateTask smart constructor.

Instances

Instances details
ToJSON UpdateTask Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

ToHeaders UpdateTask Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

Methods

toHeaders :: UpdateTask -> [Header] #

ToPath UpdateTask Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

ToQuery UpdateTask Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

AWSRequest UpdateTask Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

Associated Types

type AWSResponse UpdateTask #

Generic UpdateTask Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

Associated Types

type Rep UpdateTask :: Type -> Type #

Read UpdateTask Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

Show UpdateTask Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

NFData UpdateTask Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

Methods

rnf :: UpdateTask -> () #

Eq UpdateTask Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

Hashable UpdateTask Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

type AWSResponse UpdateTask Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

type Rep UpdateTask Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

newUpdateTask Source #

Arguments

:: Text

UpdateTask

-> UpdateTask 

Create a value of UpdateTask 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:cloudWatchLogGroupArn:UpdateTask', updateTask_cloudWatchLogGroupArn - The Amazon Resource Name (ARN) of the resource name of the Amazon CloudWatch log group.

$sel:excludes:UpdateTask', updateTask_excludes - Specifies a list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.

$sel:includes:UpdateTask', updateTask_includes - Specifies a list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.

UpdateTask, updateTask_name - The name of the task to update.

$sel:options:UpdateTask', updateTask_options - Undocumented member.

$sel:schedule:UpdateTask', updateTask_schedule - Specifies a schedule used to periodically transfer files from a source to a destination location. You can configure your task to execute hourly, daily, weekly or on specific days of the week. You control when in the day or hour you want the task to execute. The time you specify is UTC time. For more information, see Scheduling your task.

UpdateTask, updateTask_taskArn - The Amazon Resource Name (ARN) of the resource name of the task to update.

data UpdateTaskResponse Source #

See: newUpdateTaskResponse smart constructor.

Constructors

UpdateTaskResponse' Int 

Instances

Instances details
Generic UpdateTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

Associated Types

type Rep UpdateTaskResponse :: Type -> Type #

Read UpdateTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

Show UpdateTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

NFData UpdateTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

Methods

rnf :: UpdateTaskResponse -> () #

Eq UpdateTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

type Rep UpdateTaskResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTask

type Rep UpdateTaskResponse = D1 ('MetaData "UpdateTaskResponse" "Amazonka.DataSync.UpdateTask" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "UpdateTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateTaskResponse Source #

Create a value of UpdateTaskResponse 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:httpStatus:UpdateTaskResponse', updateTaskResponse_httpStatus - The response's http status code.

UpdateTaskExecution

data UpdateTaskExecution Source #

See: newUpdateTaskExecution smart constructor.

Instances

Instances details
ToJSON UpdateTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

ToHeaders UpdateTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

ToPath UpdateTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

ToQuery UpdateTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

AWSRequest UpdateTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

Associated Types

type AWSResponse UpdateTaskExecution #

Generic UpdateTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

Associated Types

type Rep UpdateTaskExecution :: Type -> Type #

Read UpdateTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

Show UpdateTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

NFData UpdateTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

Methods

rnf :: UpdateTaskExecution -> () #

Eq UpdateTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

Hashable UpdateTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

type AWSResponse UpdateTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

type Rep UpdateTaskExecution Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

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

newUpdateTaskExecution Source #

Create a value of UpdateTaskExecution 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:

UpdateTaskExecution, updateTaskExecution_taskExecutionArn - The Amazon Resource Name (ARN) of the specific task execution that is being updated.

$sel:options:UpdateTaskExecution', updateTaskExecution_options - Undocumented member.

data UpdateTaskExecutionResponse Source #

See: newUpdateTaskExecutionResponse smart constructor.

Instances

Instances details
Generic UpdateTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

Associated Types

type Rep UpdateTaskExecutionResponse :: Type -> Type #

Read UpdateTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

Show UpdateTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

NFData UpdateTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

Eq UpdateTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

type Rep UpdateTaskExecutionResponse Source # 
Instance details

Defined in Amazonka.DataSync.UpdateTaskExecution

type Rep UpdateTaskExecutionResponse = D1 ('MetaData "UpdateTaskExecutionResponse" "Amazonka.DataSync.UpdateTaskExecution" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "UpdateTaskExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateTaskExecutionResponse Source #

Create a value of UpdateTaskExecutionResponse 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:httpStatus:UpdateTaskExecutionResponse', updateTaskExecutionResponse_httpStatus - The response's http status code.

Types

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.

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.

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' Text (NonEmpty Text) 

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.

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.

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

FsxProtocol

data FsxProtocol Source #

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

See: newFsxProtocol smart constructor.

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.

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.

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.

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' Text Natural 

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.

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.

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).

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.

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.

NfsMountOptions

data NfsMountOptions Source #

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

See: newNfsMountOptions smart constructor.

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.

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' (NonEmpty Text) 

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.

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.

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.

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.

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.

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.

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.

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' Text 

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.

SmbMountOptions

data SmbMountOptions Source #

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

See: newSmbMountOptions smart constructor.

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.

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' (Maybe Text) Text 

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.

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.

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.

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.

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.

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.

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).

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.

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.

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' Text 

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.