libZSservicesZSamazonka-transferZSamazonka-transfer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Transfer.Lens

Description

 
Synopsis

Operations

UpdateServer

updateServer_protocolDetails :: Lens' UpdateServer (Maybe ProtocolDetails) Source #

The protocol settings that are configured for your server.

Use the PassiveIp parameter to indicate passive mode (for FTP and FTPS protocols). Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer.

updateServer_loggingRole :: Lens' UpdateServer (Maybe Text) Source #

Specifies the Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When set, user activity can be viewed in your CloudWatch logs.

updateServer_hostKey :: Lens' UpdateServer (Maybe Text) Source #

The RSA private key as generated by ssh-keygen -N "" -m PEM -f my-new-server-key.

If you aren't planning to migrate existing users from an existing server to a new server, don't update the host key. Accidentally changing a server's host key can be disruptive.

For more information, see Change the host key for your SFTP-enabled server in the Amazon Web ServicesTransfer Family User Guide.

updateServer_protocols :: Lens' UpdateServer (Maybe (NonEmpty Protocol)) Source #

Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. The available protocols are:

  • Secure Shell (SSH) File Transfer Protocol (SFTP): File transfer over SSH
  • File Transfer Protocol Secure (FTPS): File transfer with TLS encryption
  • File Transfer Protocol (FTP): Unencrypted file transfer

If you select FTPS, you must choose a certificate stored in Amazon Web ServicesCertificate Manager (ACM) which will be used to identify your server when clients connect to it over FTPS.

If Protocol includes either FTP or FTPS, then the EndpointType must be VPC and the IdentityProviderType must be AWS_DIRECTORY_SERVICE or API_GATEWAY.

If Protocol includes FTP, then AddressAllocationIds cannot be associated.

If Protocol is set only to SFTP, the EndpointType can be set to PUBLIC and the IdentityProviderType can be set to SERVICE_MANAGED.

updateServer_endpointType :: Lens' UpdateServer (Maybe EndpointType) Source #

The type of endpoint that you want your server to use. You can choose to make your server's endpoint publicly accessible (PUBLIC) or host it inside your VPC. With an endpoint that is hosted in a VPC, you can restrict access to your server and resources only within your VPC or choose to make it internet facing by attaching Elastic IP addresses directly to it.

After May 19, 2021, you won't be able to create a server using EndpointType=VPC_ENDPOINT in your Amazon Web Servicesaccount if your account hasn't already done so before May 19, 2021. If you have already created servers with EndpointType=VPC_ENDPOINT in your Amazon Web Servicesaccount on or before May 19, 2021, you will not be affected. After this date, use EndpointType=VPC.

For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.

It is recommended that you use VPC as the EndpointType. With this endpoint type, you have the option to directly associate up to three Elastic IPv4 addresses (BYO IP included) with your server's endpoint and use VPC security groups to restrict traffic by the client's public IP address. This is not possible with EndpointType set to VPC_ENDPOINT.

updateServer_securityPolicyName :: Lens' UpdateServer (Maybe Text) Source #

Specifies the name of the security policy that is attached to the server.

updateServer_certificate :: Lens' UpdateServer (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon Web ServicesCertificate Manager (ACM) certificate. Required when Protocols is set to FTPS.

To request a new public certificate, see Request a public certificate in the Amazon Web ServicesCertificate Manager User Guide.

To import an existing certificate into ACM, see Importing certificates into ACM in the Amazon Web ServicesCertificate Manager User Guide.

To request a private certificate to use FTPS through private IP addresses, see Request a private certificate in the Amazon Web ServicesCertificate Manager User Guide.

Certificates with the following cryptographic algorithms and key sizes are supported:

  • 2048-bit RSA (RSA_2048)
  • 4096-bit RSA (RSA_4096)
  • Elliptic Prime Curve 256 bit (EC_prime256v1)
  • Elliptic Prime Curve 384 bit (EC_secp384r1)
  • Elliptic Prime Curve 521 bit (EC_secp521r1)

The certificate must be a valid SSL/TLS X.509 version 3 certificate with FQDN or IP address specified and information about the issuer.

updateServer_identityProviderDetails :: Lens' UpdateServer (Maybe IdentityProviderDetails) Source #

An array containing all of the information required to call a customer's authentication API method.

updateServer_workflowDetails :: Lens' UpdateServer (Maybe WorkflowDetails) Source #

Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.

updateServer_endpointDetails :: Lens' UpdateServer (Maybe EndpointDetails) Source #

The virtual private cloud (VPC) endpoint settings that are configured for your server. When you host your endpoint within your VPC, you can make it accessible only to resources within your VPC, or you can attach Elastic IP addresses and make it accessible to clients over the internet. Your VPC's default security groups are automatically assigned to your endpoint.

updateServer_serverId :: Lens' UpdateServer Text Source #

A system-assigned unique identifier for a server instance that the user account is assigned to.

updateServerResponse_serverId :: Lens' UpdateServerResponse Text Source #

A system-assigned unique identifier for a server that the user account is assigned to.

DeleteServer

deleteServer_serverId :: Lens' DeleteServer Text Source #

A unique system-assigned identifier for a server instance.

CreateWorkflow

createWorkflow_onExceptionSteps :: Lens' CreateWorkflow (Maybe [WorkflowStep]) Source #

Specifies the steps (actions) to take if errors are encountered during execution of the workflow.

For custom steps, the lambda function needs to send FAILURE to the call back API to kick off the exception steps. Additionally, if the lambda does not send SUCCESS before it times out, the exception steps are executed.

createWorkflow_description :: Lens' CreateWorkflow (Maybe Text) Source #

A textual description for the workflow.

createWorkflow_tags :: Lens' CreateWorkflow (Maybe (NonEmpty Tag)) Source #

Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

createWorkflow_steps :: Lens' CreateWorkflow [WorkflowStep] Source #

Specifies the details for the steps that are in the specified workflow.

The TYPE specifies which of the following actions is being taken for this step.

  • Copy: copy the file to another location
  • Custom: custom step with a lambda target
  • Delete: delete the file
  • Tag: add a tag to the file

Currently, copying and tagging are supported only on S3.

For file location, you specify either the S3 bucket and key, or the EFS filesystem ID and path.

DeleteSshPublicKey

deleteSshPublicKey_serverId :: Lens' DeleteSshPublicKey Text Source #

A system-assigned unique identifier for a file transfer protocol-enabled server instance that has the user assigned to it.

deleteSshPublicKey_sshPublicKeyId :: Lens' DeleteSshPublicKey Text Source #

A unique identifier used to reference your user's specific SSH key.

deleteSshPublicKey_userName :: Lens' DeleteSshPublicKey Text Source #

A unique string that identifies a user whose public key is being deleted.

ListSecurityPolicies

listSecurityPolicies_nextToken :: Lens' ListSecurityPolicies (Maybe Text) Source #

When additional results are obtained from the ListSecurityPolicies command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional security policies.

listSecurityPolicies_maxResults :: Lens' ListSecurityPolicies (Maybe Natural) Source #

Specifies the number of security policies to return as a response to the ListSecurityPolicies query.

listSecurityPoliciesResponse_nextToken :: Lens' ListSecurityPoliciesResponse (Maybe Text) Source #

When you can get additional results from the ListSecurityPolicies operation, a NextToken parameter is returned in the output. In a following command, you can pass in the NextToken parameter to continue listing security policies.

DeleteWorkflow

deleteWorkflow_workflowId :: Lens' DeleteWorkflow Text Source #

A unique identifier for the workflow.

ListTagsForResource

listTagsForResource_nextToken :: Lens' ListTagsForResource (Maybe Text) Source #

When you request additional results from the ListTagsForResource operation, a NextToken parameter is returned in the input. You can then pass in a subsequent command to the NextToken parameter to continue listing additional tags.

listTagsForResource_maxResults :: Lens' ListTagsForResource (Maybe Natural) Source #

Specifies the number of tags to return as a response to the ListTagsForResource request.

listTagsForResource_arn :: Lens' ListTagsForResource Text Source #

Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.

listTagsForResourceResponse_arn :: Lens' ListTagsForResourceResponse (Maybe Text) Source #

The ARN you specified to list the tags of.

listTagsForResourceResponse_nextToken :: Lens' ListTagsForResourceResponse (Maybe Text) Source #

When you can get additional results from the ListTagsForResource call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional tags.

listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (NonEmpty Tag)) Source #

Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items. Tags are metadata that you define.

SendWorkflowStepState

sendWorkflowStepState_executionId :: Lens' SendWorkflowStepState Text Source #

A unique identifier for the execution of a workflow.

sendWorkflowStepState_token :: Lens' SendWorkflowStepState Text Source #

Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.

sendWorkflowStepState_status :: Lens' SendWorkflowStepState CustomStepStatus Source #

Indicates whether the specified step succeeded or failed.

StopServer

stopServer_serverId :: Lens' StopServer Text Source #

A system-assigned unique identifier for a server that you stopped.

ListUsers

listUsers_nextToken :: Lens' ListUsers (Maybe Text) Source #

When you can get additional results from the ListUsers call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional users.

listUsers_maxResults :: Lens' ListUsers (Maybe Natural) Source #

Specifies the number of users to return as a response to the ListUsers request.

listUsers_serverId :: Lens' ListUsers Text Source #

A system-assigned unique identifier for a server that has users assigned to it.

listUsersResponse_nextToken :: Lens' ListUsersResponse (Maybe Text) Source #

When you can get additional results from the ListUsers call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional users.

listUsersResponse_httpStatus :: Lens' ListUsersResponse Int Source #

The response's http status code.

listUsersResponse_serverId :: Lens' ListUsersResponse Text Source #

A system-assigned unique identifier for a server that the users are assigned to.

listUsersResponse_users :: Lens' ListUsersResponse [ListedUser] Source #

Returns the user accounts and their properties for the ServerId value that you specify.

DescribeServer

describeServer_serverId :: Lens' DescribeServer Text Source #

A system-assigned unique identifier for a server.

describeServerResponse_server :: Lens' DescribeServerResponse DescribedServer Source #

An array containing the properties of a server with the ServerID you specified.

DescribeSecurityPolicy

describeSecurityPolicy_securityPolicyName :: Lens' DescribeSecurityPolicy Text Source #

Specifies the name of the security policy that is attached to the server.

ImportSshPublicKey

importSshPublicKey_serverId :: Lens' ImportSshPublicKey Text Source #

A system-assigned unique identifier for a server.

importSshPublicKey_sshPublicKeyBody :: Lens' ImportSshPublicKey Text Source #

The public key portion of an SSH key pair.

importSshPublicKey_userName :: Lens' ImportSshPublicKey Text Source #

The name of the user account that is assigned to one or more servers.

importSshPublicKeyResponse_serverId :: Lens' ImportSshPublicKeyResponse Text Source #

A system-assigned unique identifier for a server.

importSshPublicKeyResponse_sshPublicKeyId :: Lens' ImportSshPublicKeyResponse Text Source #

The name given to a public key by the system that was imported.

importSshPublicKeyResponse_userName :: Lens' ImportSshPublicKeyResponse Text Source #

A user name assigned to the ServerID value that you specified.

ListExecutions

listExecutions_nextToken :: Lens' ListExecutions (Maybe Text) Source #

ListExecutions returns the NextToken parameter in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional executions.

This is useful for pagination, for instance. If you have 100 executions for a workflow, you might only want to list first 10. If so, callthe API by specifing the max-results:

aws transfer list-executions --max-results 10

This returns details for the first 10 executions, as well as the pointer (NextToken) to the eleventh execution. You can now call the API again, suppling the NextToken value you received:

aws transfer list-executions --max-results 10 --next-token $somePointerReturnedFromPreviousListResult

This call returns the next 10 executions, the 11th through the 20th. You can then repeat the call until the details for all 100 executions have been returned.

listExecutions_maxResults :: Lens' ListExecutions (Maybe Natural) Source #

Specifies the aximum number of executions to return.

listExecutions_workflowId :: Lens' ListExecutions Text Source #

A unique identifier for the workflow.

listExecutionsResponse_nextToken :: Lens' ListExecutionsResponse (Maybe Text) Source #

ListExecutions returns the NextToken parameter in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional executions.

listExecutionsResponse_executions :: Lens' ListExecutionsResponse [ListedExecution] Source #

Returns the details for each execution.

  • NextToken: returned from a call to several APIs, you can use pass it to a subsequent command to continue listing additional executions.
  • StartTime: timestamp indicating when the execution began.
  • Executions: details of the execution, including the execution ID, initial file location, and Service metadata.
  • Status: one of the following values: IN_PROGRESS, COMPLETED, EXCEPTION, HANDLING_EXEPTION.

CreateServer

createServer_loggingRole :: Lens' CreateServer (Maybe Text) Source #

Specifies the Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When set, user activity can be viewed in your CloudWatch logs.

createServer_hostKey :: Lens' CreateServer (Maybe Text) Source #

The RSA private key as generated by the ssh-keygen -N "" -m PEM -f my-new-server-key command.

If you aren't planning to migrate existing users from an existing SFTP-enabled server to a new server, don't update the host key. Accidentally changing a server's host key can be disruptive.

For more information, see Change the host key for your SFTP-enabled server in the Amazon Web Services Transfer Family User Guide.

createServer_identityProviderType :: Lens' CreateServer (Maybe IdentityProviderType) Source #

Specifies the mode of authentication for a server. The default value is SERVICE_MANAGED, which allows you to store and access user credentials within the Amazon Web Services Transfer Family service.

Use AWS_DIRECTORY_SERVICE to provide access to Active Directory groups in Amazon Web Services Managed Active Directory or Microsoft Active Directory in your on-premises environment or in Amazon Web Services using AD Connectors. This option also requires you to provide a Directory ID using the IdentityProviderDetails parameter.

Use the API_GATEWAY value to integrate with an identity provider of your choosing. The API_GATEWAY setting requires you to provide an API Gateway endpoint URL to call for authentication using the IdentityProviderDetails parameter.

createServer_protocols :: Lens' CreateServer (Maybe (NonEmpty Protocol)) Source #

Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. The available protocols are:

  • SFTP (Secure Shell (SSH) File Transfer Protocol): File transfer over SSH
  • FTPS (File Transfer Protocol Secure): File transfer with TLS encryption
  • FTP (File Transfer Protocol): Unencrypted file transfer

If you select FTPS, you must choose a certificate stored in Amazon Web Services Certificate Manager (ACM) which is used to identify your server when clients connect to it over FTPS.

If Protocol includes either FTP or FTPS, then the EndpointType must be VPC and the IdentityProviderType must be AWS_DIRECTORY_SERVICE or API_GATEWAY.

If Protocol includes FTP, then AddressAllocationIds cannot be associated.

If Protocol is set only to SFTP, the EndpointType can be set to PUBLIC and the IdentityProviderType can be set to SERVICE_MANAGED.

createServer_domain :: Lens' CreateServer (Maybe Domain) Source #

The domain of the storage system that is used for file transfers. There are two domains available: Amazon Simple Storage Service (Amazon S3) and Amazon Elastic File System (Amazon EFS). The default value is S3.

After the server is created, the domain cannot be changed.

createServer_endpointType :: Lens' CreateServer (Maybe EndpointType) Source #

The type of endpoint that you want your server to use. You can choose to make your server's endpoint publicly accessible (PUBLIC) or host it inside your VPC. With an endpoint that is hosted in a VPC, you can restrict access to your server and resources only within your VPC or choose to make it internet facing by attaching Elastic IP addresses directly to it.

After May 19, 2021, you won't be able to create a server using EndpointType=VPC_ENDPOINT in your Amazon Web Services account if your account hasn't already done so before May 19, 2021. If you have already created servers with EndpointType=VPC_ENDPOINT in your Amazon Web Services account on or before May 19, 2021, you will not be affected. After this date, use EndpointType=VPC.

For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.

It is recommended that you use VPC as the EndpointType. With this endpoint type, you have the option to directly associate up to three Elastic IPv4 addresses (BYO IP included) with your server's endpoint and use VPC security groups to restrict traffic by the client's public IP address. This is not possible with EndpointType set to VPC_ENDPOINT.

createServer_securityPolicyName :: Lens' CreateServer (Maybe Text) Source #

Specifies the name of the security policy that is attached to the server.

createServer_certificate :: Lens' CreateServer (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager (ACM) certificate. Required when Protocols is set to FTPS.

To request a new public certificate, see Request a public certificate in the Amazon Web Services Certificate Manager User Guide.

To import an existing certificate into ACM, see Importing certificates into ACM in the Amazon Web Services Certificate Manager User Guide.

To request a private certificate to use FTPS through private IP addresses, see Request a private certificate in the Amazon Web Services Certificate Manager User Guide.

Certificates with the following cryptographic algorithms and key sizes are supported:

  • 2048-bit RSA (RSA_2048)
  • 4096-bit RSA (RSA_4096)
  • Elliptic Prime Curve 256 bit (EC_prime256v1)
  • Elliptic Prime Curve 384 bit (EC_secp384r1)
  • Elliptic Prime Curve 521 bit (EC_secp521r1)

The certificate must be a valid SSL/TLS X.509 version 3 certificate with FQDN or IP address specified and information about the issuer.

createServer_identityProviderDetails :: Lens' CreateServer (Maybe IdentityProviderDetails) Source #

Required when IdentityProviderType is set to AWS_DIRECTORY_SERVICE or API_GATEWAY. Accepts an array containing all of the information required to use a directory in AWS_DIRECTORY_SERVICE or invoke a customer-supplied authentication API, including the API Gateway URL. Not required when IdentityProviderType is set to SERVICE_MANAGED.

createServer_workflowDetails :: Lens' CreateServer (Maybe WorkflowDetails) Source #

Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.

createServer_tags :: Lens' CreateServer (Maybe (NonEmpty Tag)) Source #

Key-value pairs that can be used to group and search for servers.

createServer_endpointDetails :: Lens' CreateServer (Maybe EndpointDetails) Source #

The virtual private cloud (VPC) endpoint settings that are configured for your server. When you host your endpoint within your VPC, you can make it accessible only to resources within your VPC, or you can attach Elastic IP addresses and make it accessible to clients over the internet. Your VPC's default security groups are automatically assigned to your endpoint.

createServerResponse_serverId :: Lens' CreateServerResponse Text Source #

The service-assigned ID of the server that is created.

TestIdentityProvider

testIdentityProvider_serverProtocol :: Lens' TestIdentityProvider (Maybe Protocol) Source #

The type of file transfer protocol to be tested.

The available protocols are:

  • Secure Shell (SSH) File Transfer Protocol (SFTP)
  • File Transfer Protocol Secure (FTPS)
  • File Transfer Protocol (FTP)

testIdentityProvider_userPassword :: Lens' TestIdentityProvider (Maybe Text) Source #

The password of the user account to be tested.

testIdentityProvider_sourceIp :: Lens' TestIdentityProvider (Maybe Text) Source #

The source IP address of the user account to be tested.

testIdentityProvider_serverId :: Lens' TestIdentityProvider Text Source #

A system-assigned identifier for a specific server. That server's user authentication method is tested with a user name and password.

testIdentityProvider_userName :: Lens' TestIdentityProvider Text Source #

The name of the user account to be tested.

testIdentityProviderResponse_response :: Lens' TestIdentityProviderResponse (Maybe Text) Source #

The response that is returned from your API Gateway.

testIdentityProviderResponse_message :: Lens' TestIdentityProviderResponse (Maybe Text) Source #

A message that indicates whether the test was successful or not.

testIdentityProviderResponse_statusCode :: Lens' TestIdentityProviderResponse Int Source #

The HTTP status code that is the response from your API Gateway.

testIdentityProviderResponse_url :: Lens' TestIdentityProviderResponse Text Source #

The endpoint of the service used to authenticate a user.

ListServers

listServers_nextToken :: Lens' ListServers (Maybe Text) Source #

When additional results are obtained from the ListServers command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional servers.

listServers_maxResults :: Lens' ListServers (Maybe Natural) Source #

Specifies the number of servers to return as a response to the ListServers query.

listServersResponse_nextToken :: Lens' ListServersResponse (Maybe Text) Source #

When you can get additional results from the ListServers operation, a NextToken parameter is returned in the output. In a following command, you can pass in the NextToken parameter to continue listing additional servers.

listServersResponse_servers :: Lens' ListServersResponse [ListedServer] Source #

An array of servers that were listed.

DescribeUser

describeUser_serverId :: Lens' DescribeUser Text Source #

A system-assigned unique identifier for a server that has this user assigned.

describeUser_userName :: Lens' DescribeUser Text Source #

The name of the user assigned to one or more servers. User names are part of the sign-in credentials to use the Amazon Web Services Transfer Family service and perform file transfer tasks.

describeUserResponse_serverId :: Lens' DescribeUserResponse Text Source #

A system-assigned unique identifier for a server that has this user assigned.

describeUserResponse_user :: Lens' DescribeUserResponse DescribedUser Source #

An array containing the properties of the user account for the ServerID value that you specified.

DescribeExecution

describeExecution_executionId :: Lens' DescribeExecution Text Source #

A unique identifier for the execution of a workflow.

describeExecution_workflowId :: Lens' DescribeExecution Text Source #

A unique identifier for the workflow.

describeExecutionResponse_execution :: Lens' DescribeExecutionResponse DescribedExecution Source #

The structure that contains the details of the workflow' execution.

ListWorkflows

listWorkflows_nextToken :: Lens' ListWorkflows (Maybe Text) Source #

ListWorkflows returns the NextToken parameter in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional workflows.

listWorkflows_maxResults :: Lens' ListWorkflows (Maybe Natural) Source #

Specifies the maximum number of workflows to return.

listWorkflowsResponse_nextToken :: Lens' ListWorkflowsResponse (Maybe Text) Source #

ListWorkflows returns the NextToken parameter in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional workflows.

listWorkflowsResponse_workflows :: Lens' ListWorkflowsResponse [ListedWorkflow] Source #

Returns the Arn, WorkflowId, and Description for each workflow.

CreateUser

createUser_homeDirectoryType :: Lens' CreateUser (Maybe HomeDirectoryType) Source #

The type of landing directory (folder) you want your users' home directory to be when they log into the server. If you set it to PATH, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it LOGICAL, you need to provide mappings in the HomeDirectoryMappings for how you want to make Amazon S3 or EFS paths visible to your users.

createUser_sshPublicKeyBody :: Lens' CreateUser (Maybe Text) Source #

The public portion of the Secure Shell (SSH) key used to authenticate the user to the server.

createUser_posixProfile :: Lens' CreateUser (Maybe PosixProfile) Source #

Specifies the full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon EFS file systems. The POSIX permissions that are set on files and directories in Amazon EFS determine the level of access your users get when transferring files into and out of your Amazon EFS file systems.

createUser_homeDirectoryMappings :: Lens' CreateUser (Maybe (NonEmpty HomeDirectoryMapEntry)) Source #

Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible. You must specify the Entry and Target pair, where Entry shows how the path is made visible and Target is the actual Amazon S3 or Amazon EFS path. If you only specify a target, it is displayed as is. You also must ensure that your Amazon Web Services Identity and Access Management (IAM) role provides access to paths in Target. This value can only be set when HomeDirectoryType is set to LOGICAL.

The following is an Entry and Target pair example.

[ { "Entry": "/directory1", "Target": "/bucket_name/home/mydirectory" } ]

In most cases, you can use this value instead of the session policy to lock your user down to the designated home directory ("chroot"). To do this, you can set Entry to / and set Target to the HomeDirectory parameter value.

The following is an Entry and Target pair example for chroot.

[ { "Entry:": "/", "Target": "/bucket_name/home/mydirectory" } ]

If the target of a logical directory entry does not exist in Amazon S3 or EFS, the entry is ignored. As a workaround, you can use the Amazon S3 API or EFS API to create 0 byte objects as place holders for your directory. If using the CLI, use the s3api or efsapi call instead of s3 or efs so you can use the put-object operation. For example, you use the following: aws s3api put-object --bucket bucketname --key path/to/folder/. Make sure that the end of the key name ends in a / for it to be considered a folder.

createUser_policy :: Lens' CreateUser (Maybe Text) Source #

A session policy for your user so that you can use the same IAM role across multiple users. This policy scopes down user access to portions of their Amazon S3 bucket. Variables that you can use inside this policy include ${Transfer:UserName}, ${Transfer:HomeDirectory}, and ${Transfer:HomeBucket}.

This only applies when the domain of ServerId is S3. EFS does not use session policies.

For session policies, Amazon Web Services Transfer Family stores the policy as a JSON blob, instead of the Amazon Resource Name (ARN) of the policy. You save the policy as a JSON blob and pass it in the Policy argument.

For an example of a session policy, see Example session policy.

For more information, see AssumeRole in the Amazon Web Services Security Token Service API Reference.

createUser_homeDirectory :: Lens' CreateUser (Maybe Text) Source #

The landing directory (folder) for a user when they log in to the server using the client.

A HomeDirectory example is /bucket_name/home/mydirectory.

createUser_tags :: Lens' CreateUser (Maybe (NonEmpty Tag)) Source #

Key-value pairs that can be used to group and search for users. Tags are metadata attached to users for any purpose.

createUser_role :: Lens' CreateUser Text Source #

Specifies the Amazon Resource Name (ARN) of the IAM role that controls your users' access to your Amazon S3 bucket or EFS file system. The policies attached to this role determine the level of access that you want to provide your users when transferring files into and out of your Amazon S3 bucket or EFS file system. The IAM role should also contain a trust relationship that allows the server to access your resources when servicing your users' transfer requests.

createUser_serverId :: Lens' CreateUser Text Source #

A system-assigned unique identifier for a server instance. This is the specific server that you added your user to.

createUser_userName :: Lens' CreateUser Text Source #

A unique string that identifies a user and is associated with a ServerId. This user name must be a minimum of 3 and a maximum of 100 characters long. The following are valid characters: a-z, A-Z, 0-9, underscore '_', hyphen '-', period '.', and at sign '@'. The user name can't start with a hyphen, period, or at sign.

createUserResponse_serverId :: Lens' CreateUserResponse Text Source #

The ID of the server that the user is attached to.

createUserResponse_userName :: Lens' CreateUserResponse Text Source #

A unique string that identifies a user account associated with a server.

StartServer

startServer_serverId :: Lens' StartServer Text Source #

A system-assigned unique identifier for a server that you start.

UpdateAccess

updateAccess_homeDirectoryType :: Lens' UpdateAccess (Maybe HomeDirectoryType) Source #

The type of landing directory (folder) you want your users' home directory to be when they log into the server. If you set it to PATH, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it LOGICAL, you need to provide mappings in the HomeDirectoryMappings for how you want to make Amazon S3 or EFS paths visible to your users.

updateAccess_homeDirectoryMappings :: Lens' UpdateAccess (Maybe (NonEmpty HomeDirectoryMapEntry)) Source #

Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible. You must specify the Entry and Target pair, where Entry shows how the path is made visible and Target is the actual Amazon S3 or Amazon EFS path. If you only specify a target, it is displayed as is. You also must ensure that your Amazon Web Services Identity and Access Management (IAM) role provides access to paths in Target. This value can only be set when HomeDirectoryType is set to LOGICAL.

The following is an Entry and Target pair example.

[ { "Entry": "/directory1", "Target": "/bucket_name/home/mydirectory" } ]

In most cases, you can use this value instead of the session policy to lock down your user to the designated home directory ("chroot"). To do this, you can set Entry to / and set Target to the HomeDirectory parameter value.

The following is an Entry and Target pair example for chroot.

[ { "Entry:": "/", "Target": "/bucket_name/home/mydirectory" } ]

If the target of a logical directory entry does not exist in Amazon S3 or EFS, the entry is ignored. As a workaround, you can use the Amazon S3 API or EFS API to create 0 byte objects as place holders for your directory. If using the CLI, use the s3api or efsapi call instead of s3 or efs so you can use the put-object operation. For example, you use the following: aws s3api put-object --bucket bucketname --key path/to/folder/. Make sure that the end of the key name ends in a / for it to be considered a folder.

updateAccess_role :: Lens' UpdateAccess (Maybe Text) Source #

Specifies the Amazon Resource Name (ARN) of the IAM role that controls your users' access to your Amazon S3 bucket or EFS file system. The policies attached to this role determine the level of access that you want to provide your users when transferring files into and out of your Amazon S3 bucket or EFS file system. The IAM role should also contain a trust relationship that allows the server to access your resources when servicing your users' transfer requests.

updateAccess_policy :: Lens' UpdateAccess (Maybe Text) Source #

A session policy for your user so that you can use the same IAM role across multiple users. This policy scopes down user access to portions of their Amazon S3 bucket. Variables that you can use inside this policy include ${Transfer:UserName}, ${Transfer:HomeDirectory}, and ${Transfer:HomeBucket}.

This only applies when the domain of ServerId is S3. EFS does not use session policies.

For session policies, Amazon Web Services Transfer Family stores the policy as a JSON blob, instead of the Amazon Resource Name (ARN) of the policy. You save the policy as a JSON blob and pass it in the Policy argument.

For an example of a session policy, see Example session policy.

For more information, see AssumeRole in the Amazon Web ServicesSecurity Token Service API Reference.

updateAccess_homeDirectory :: Lens' UpdateAccess (Maybe Text) Source #

The landing directory (folder) for a user when they log in to the server using the client.

A HomeDirectory example is /bucket_name/home/mydirectory.

updateAccess_serverId :: Lens' UpdateAccess Text Source #

A system-assigned unique identifier for a server instance. This is the specific server that you added your user to.

updateAccess_externalId :: Lens' UpdateAccess Text Source #

A unique identifier that is required to identify specific groups within your directory. The users of the group that you associate have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web Services Transfer Family. If you know the group name, you can view the SID values by running the following command using Windows PowerShell.

Get-ADGroup -Filter {samAccountName -like "YourGroupName*"} -Properties * | Select SamAccountName,ObjectSid

In that command, replace YourGroupName with the name of your Active Directory group.

The regex used to validate this parameter is a string of characters consisting of uppercase and lowercase alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@:/-

updateAccessResponse_serverId :: Lens' UpdateAccessResponse Text Source #

The ID of the server that the user is attached to.

updateAccessResponse_externalId :: Lens' UpdateAccessResponse Text Source #

The external ID of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web ServicesTransfer Family.

DeleteAccess

deleteAccess_serverId :: Lens' DeleteAccess Text Source #

A system-assigned unique identifier for a server that has this user assigned.

deleteAccess_externalId :: Lens' DeleteAccess Text Source #

A unique identifier that is required to identify specific groups within your directory. The users of the group that you associate have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web Services Transfer Family. If you know the group name, you can view the SID values by running the following command using Windows PowerShell.

Get-ADGroup -Filter {samAccountName -like "YourGroupName*"} -Properties * | Select SamAccountName,ObjectSid

In that command, replace YourGroupName with the name of your Active Directory group.

The regex used to validate this parameter is a string of characters consisting of uppercase and lowercase alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@:/-

CreateAccess

createAccess_homeDirectoryType :: Lens' CreateAccess (Maybe HomeDirectoryType) Source #

The type of landing directory (folder) you want your users' home directory to be when they log into the server. If you set it to PATH, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it LOGICAL, you need to provide mappings in the HomeDirectoryMappings for how you want to make Amazon S3 or EFS paths visible to your users.

createAccess_homeDirectoryMappings :: Lens' CreateAccess (Maybe (NonEmpty HomeDirectoryMapEntry)) Source #

Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible. You must specify the Entry and Target pair, where Entry shows how the path is made visible and Target is the actual Amazon S3 or Amazon EFS path. If you only specify a target, it is displayed as is. You also must ensure that your Amazon Web Services Identity and Access Management (IAM) role provides access to paths in Target. This value can only be set when HomeDirectoryType is set to LOGICAL.

The following is an Entry and Target pair example.

[ { "Entry": "/directory1", "Target": "/bucket_name/home/mydirectory" } ]

In most cases, you can use this value instead of the session policy to lock down your user to the designated home directory ("chroot"). To do this, you can set Entry to / and set Target to the HomeDirectory parameter value.

The following is an Entry and Target pair example for chroot.

[ { "Entry:": "/", "Target": "/bucket_name/home/mydirectory" } ]

If the target of a logical directory entry does not exist in Amazon S3 or EFS, the entry is ignored. As a workaround, you can use the Amazon S3 API or EFS API to create 0 byte objects as place holders for your directory. If using the CLI, use the s3api or efsapi call instead of s3 or efs so you can use the put-object operation. For example, you use the following: aws s3api put-object --bucket bucketname --key path/to/folder/. Make sure that the end of the key name ends in a / for it to be considered a folder.

createAccess_policy :: Lens' CreateAccess (Maybe Text) Source #

A session policy for your user so that you can use the same IAM role across multiple users. This policy scopes down user access to portions of their Amazon S3 bucket. Variables that you can use inside this policy include ${Transfer:UserName}, ${Transfer:HomeDirectory}, and ${Transfer:HomeBucket}.

This only applies when the domain of ServerId is S3. EFS does not use session policies.

For session policies, Amazon Web Services Transfer Family stores the policy as a JSON blob, instead of the Amazon Resource Name (ARN) of the policy. You save the policy as a JSON blob and pass it in the Policy argument.

For an example of a session policy, see Example session policy.

For more information, see AssumeRole in the Amazon Web Services Security Token Service API Reference.

createAccess_homeDirectory :: Lens' CreateAccess (Maybe Text) Source #

The landing directory (folder) for a user when they log in to the server using the client.

A HomeDirectory example is /bucket_name/home/mydirectory.

createAccess_role :: Lens' CreateAccess Text Source #

Specifies the Amazon Resource Name (ARN) of the IAM role that controls your users' access to your Amazon S3 bucket or EFS file system. The policies attached to this role determine the level of access that you want to provide your users when transferring files into and out of your Amazon S3 bucket or EFS file system. The IAM role should also contain a trust relationship that allows the server to access your resources when servicing your users' transfer requests.

createAccess_serverId :: Lens' CreateAccess Text Source #

A system-assigned unique identifier for a server instance. This is the specific server that you added your user to.

createAccess_externalId :: Lens' CreateAccess Text Source #

A unique identifier that is required to identify specific groups within your directory. The users of the group that you associate have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web Services Transfer Family. If you know the group name, you can view the SID values by running the following command using Windows PowerShell.

Get-ADGroup -Filter {samAccountName -like "YourGroupName*"} -Properties * | Select SamAccountName,ObjectSid

In that command, replace YourGroupName with the name of your Active Directory group.

The regex used to validate this parameter is a string of characters consisting of uppercase and lowercase alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@:/-

createAccessResponse_serverId :: Lens' CreateAccessResponse Text Source #

The ID of the server that the user is attached to.

createAccessResponse_externalId :: Lens' CreateAccessResponse Text Source #

The external ID of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web Services Transfer Family.

ListAccesses

listAccesses_nextToken :: Lens' ListAccesses (Maybe Text) Source #

When you can get additional results from the ListAccesses call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional accesses.

listAccesses_maxResults :: Lens' ListAccesses (Maybe Natural) Source #

Specifies the maximum number of access SIDs to return.

listAccesses_serverId :: Lens' ListAccesses Text Source #

A system-assigned unique identifier for a server that has users assigned to it.

listAccessesResponse_nextToken :: Lens' ListAccessesResponse (Maybe Text) Source #

When you can get additional results from the ListAccesses call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional accesses.

listAccessesResponse_serverId :: Lens' ListAccessesResponse Text Source #

A system-assigned unique identifier for a server that has users assigned to it.

listAccessesResponse_accesses :: Lens' ListAccessesResponse [ListedAccess] Source #

Returns the accesses and their properties for the ServerId value that you specify.

UpdateUser

updateUser_homeDirectoryType :: Lens' UpdateUser (Maybe HomeDirectoryType) Source #

The type of landing directory (folder) you want your users' home directory to be when they log into the server. If you set it to PATH, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it LOGICAL, you need to provide mappings in the HomeDirectoryMappings for how you want to make Amazon S3 or EFS paths visible to your users.

updateUser_posixProfile :: Lens' UpdateUser (Maybe PosixProfile) Source #

Specifies the full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon Elastic File Systems (Amazon EFS). The POSIX permissions that are set on files and directories in your file system determines the level of access your users get when transferring files into and out of your Amazon EFS file systems.

updateUser_homeDirectoryMappings :: Lens' UpdateUser (Maybe (NonEmpty HomeDirectoryMapEntry)) Source #

Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible. You must specify the Entry and Target pair, where Entry shows how the path is made visible and Target is the actual Amazon S3 or Amazon EFS path. If you only specify a target, it is displayed as is. You also must ensure that your Amazon Web Services Identity and Access Management (IAM) role provides access to paths in Target. This value can only be set when HomeDirectoryType is set to LOGICAL.

The following is an Entry and Target pair example.

[ { "Entry": "/directory1", "Target": "/bucket_name/home/mydirectory" } ]

In most cases, you can use this value instead of the session policy to lock down your user to the designated home directory ("chroot"). To do this, you can set Entry to '/' and set Target to the HomeDirectory parameter value.

The following is an Entry and Target pair example for chroot.

[ { "Entry:": "/", "Target": "/bucket_name/home/mydirectory" } ]

If the target of a logical directory entry does not exist in Amazon S3 or EFS, the entry is ignored. As a workaround, you can use the Amazon S3 API or EFS API to create 0 byte objects as place holders for your directory. If using the CLI, use the s3api or efsapi call instead of s3 or efs so you can use the put-object operation. For example, you use the following: aws s3api put-object --bucket bucketname --key path/to/folder/. Make sure that the end of the key name ends in a / for it to be considered a folder.

updateUser_role :: Lens' UpdateUser (Maybe Text) Source #

Specifies the Amazon Resource Name (ARN) of the IAM role that controls your users' access to your Amazon S3 bucket or EFS file system. The policies attached to this role determine the level of access that you want to provide your users when transferring files into and out of your Amazon S3 bucket or EFS file system. The IAM role should also contain a trust relationship that allows the server to access your resources when servicing your users' transfer requests.

updateUser_policy :: Lens' UpdateUser (Maybe Text) Source #

A session policy for your user so that you can use the same IAM role across multiple users. This policy scopes down user access to portions of their Amazon S3 bucket. Variables that you can use inside this policy include ${Transfer:UserName}, ${Transfer:HomeDirectory}, and ${Transfer:HomeBucket}.

This only applies when the domain of ServerId is S3. EFS does not use session policies.

For session policies, Amazon Web Services Transfer Family stores the policy as a JSON blob, instead of the Amazon Resource Name (ARN) of the policy. You save the policy as a JSON blob and pass it in the Policy argument.

For an example of a session policy, see Creating a session policy.

For more information, see AssumeRole in the Amazon Web Services Security Token Service API Reference.

updateUser_homeDirectory :: Lens' UpdateUser (Maybe Text) Source #

The landing directory (folder) for a user when they log in to the server using the client.

A HomeDirectory example is /bucket_name/home/mydirectory.

updateUser_serverId :: Lens' UpdateUser Text Source #

A system-assigned unique identifier for a server instance that the user account is assigned to.

updateUser_userName :: Lens' UpdateUser Text Source #

A unique string that identifies a user and is associated with a server as specified by the ServerId. This user name must be a minimum of 3 and a maximum of 100 characters long. The following are valid characters: a-z, A-Z, 0-9, underscore '_', hyphen '-', period '.', and at sign '@'. The user name can't start with a hyphen, period, or at sign.

updateUserResponse_serverId :: Lens' UpdateUserResponse Text Source #

A system-assigned unique identifier for a server instance that the user account is assigned to.

updateUserResponse_userName :: Lens' UpdateUserResponse Text Source #

The unique identifier for a user that is assigned to a server instance that was specified in the request.

DeleteUser

deleteUser_serverId :: Lens' DeleteUser Text Source #

A system-assigned unique identifier for a server instance that has the user assigned to it.

deleteUser_userName :: Lens' DeleteUser Text Source #

A unique string that identifies a user that is being deleted from a server.

TagResource

tagResource_arn :: Lens' TagResource Text Source #

An Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a server, user, or role.

tagResource_tags :: Lens' TagResource (NonEmpty Tag) Source #

Key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to user accounts for any purpose.

UntagResource

untagResource_arn :: Lens' UntagResource Text Source #

The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.

untagResource_tagKeys :: Lens' UntagResource (NonEmpty Text) Source #

TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose.

DescribeWorkflow

describeWorkflow_workflowId :: Lens' DescribeWorkflow Text Source #

A unique identifier for the workflow.

describeWorkflowResponse_workflow :: Lens' DescribeWorkflowResponse DescribedWorkflow Source #

The structure that contains the details of the workflow.

DescribeAccess

describeAccess_serverId :: Lens' DescribeAccess Text Source #

A system-assigned unique identifier for a server that has this access assigned.

describeAccess_externalId :: Lens' DescribeAccess Text Source #

A unique identifier that is required to identify specific groups within your directory. The users of the group that you associate have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web Services Transfer Family. If you know the group name, you can view the SID values by running the following command using Windows PowerShell.

Get-ADGroup -Filter {samAccountName -like "YourGroupName*"} -Properties * | Select SamAccountName,ObjectSid

In that command, replace YourGroupName with the name of your Active Directory group.

The regex used to validate this parameter is a string of characters consisting of uppercase and lowercase alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@:/-

describeAccessResponse_serverId :: Lens' DescribeAccessResponse Text Source #

A system-assigned unique identifier for a server that has this access assigned.

describeAccessResponse_access :: Lens' DescribeAccessResponse DescribedAccess Source #

The external ID of the server that the access is attached to.

Types

CopyStepDetails

copyStepDetails_overwriteExisting :: Lens' CopyStepDetails (Maybe OverwriteExisting) Source #

A flag that indicates whether or not to overwrite an existing file of the same name. The default is FALSE.

copyStepDetails_name :: Lens' CopyStepDetails (Maybe Text) Source #

The name of the step, used as an identifier.

CustomStepDetails

customStepDetails_name :: Lens' CustomStepDetails (Maybe Text) Source #

The name of the step, used as an identifier.

customStepDetails_target :: Lens' CustomStepDetails (Maybe Text) Source #

The ARN for the lambda function that is being called.

DeleteStepDetails

deleteStepDetails_name :: Lens' DeleteStepDetails (Maybe Text) Source #

The name of the step, used as an identifier.

DescribedAccess

describedAccess_homeDirectoryType :: Lens' DescribedAccess (Maybe HomeDirectoryType) Source #

The type of landing directory (folder) you want your users' home directory to be when they log into the server. If you set it to PATH, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it LOGICAL, you need to provide mappings in the HomeDirectoryMappings for how you want to make Amazon S3 or EFS paths visible to your users.

describedAccess_homeDirectoryMappings :: Lens' DescribedAccess (Maybe (NonEmpty HomeDirectoryMapEntry)) Source #

Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible. You must specify the Entry and Target pair, where Entry shows how the path is made visible and Target is the actual Amazon S3 or Amazon EFS path. If you only specify a target, it is displayed as is. You also must ensure that your Amazon Web Services Identity and Access Management (IAM) role provides access to paths in Target. This value can only be set when HomeDirectoryType is set to LOGICAL.

In most cases, you can use this value instead of the session policy to lock down the associated access to the designated home directory ("chroot"). To do this, you can set Entry to '/' and set Target to the HomeDirectory parameter value.

describedAccess_role :: Lens' DescribedAccess (Maybe Text) Source #

Specifies the Amazon Resource Name (ARN) of the IAM role that controls your users' access to your Amazon S3 bucket or EFS file system. The policies attached to this role determine the level of access that you want to provide your users when transferring files into and out of your Amazon S3 bucket or EFS file system. The IAM role should also contain a trust relationship that allows the server to access your resources when servicing your users' transfer requests.

describedAccess_policy :: Lens' DescribedAccess (Maybe Text) Source #

A session policy for your user so that you can use the same IAM role across multiple users. This policy scopes down user access to portions of their Amazon S3 bucket. Variables that you can use inside this policy include ${Transfer:UserName}, ${Transfer:HomeDirectory}, and ${Transfer:HomeBucket}.

describedAccess_externalId :: Lens' DescribedAccess (Maybe Text) Source #

A unique identifier that is required to identify specific groups within your directory. The users of the group that you associate have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web Services Transfer Family. If you know the group name, you can view the SID values by running the following command using Windows PowerShell.

Get-ADGroup -Filter {samAccountName -like "YourGroupName*"} -Properties * | Select SamAccountName,ObjectSid

In that command, replace YourGroupName with the name of your Active Directory group.

The regex used to validate this parameter is a string of characters consisting of uppercase and lowercase alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@:/-

describedAccess_homeDirectory :: Lens' DescribedAccess (Maybe Text) Source #

The landing directory (folder) for a user when they log in to the server using the client.

A HomeDirectory example is /bucket_name/home/mydirectory.

DescribedExecution

describedExecution_status :: Lens' DescribedExecution (Maybe ExecutionStatus) Source #

The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.

describedExecution_executionId :: Lens' DescribedExecution (Maybe Text) Source #

A unique identifier for the execution of a workflow.

describedExecution_results :: Lens' DescribedExecution (Maybe ExecutionResults) Source #

A structure that describes the execution results. This includes a list of the steps along with the details of each step, error type and message (if any), and the OnExceptionSteps structure.

describedExecution_initialFileLocation :: Lens' DescribedExecution (Maybe FileLocation) Source #

A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.

describedExecution_serviceMetadata :: Lens' DescribedExecution (Maybe ServiceMetadata) Source #

A container object for the session details associated with a workflow.

describedExecution_executionRole :: Lens' DescribedExecution (Maybe Text) Source #

The IAM role associated with the execution.

DescribedSecurityPolicy

describedSecurityPolicy_fips :: Lens' DescribedSecurityPolicy (Maybe Bool) Source #

Specifies whether this policy enables Federal Information Processing Standards (FIPS).

describedSecurityPolicy_sshMacs :: Lens' DescribedSecurityPolicy (Maybe [Text]) Source #

Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server.

describedSecurityPolicy_sshKexs :: Lens' DescribedSecurityPolicy (Maybe [Text]) Source #

Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server.

describedSecurityPolicy_tlsCiphers :: Lens' DescribedSecurityPolicy (Maybe [Text]) Source #

Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.

describedSecurityPolicy_sshCiphers :: Lens' DescribedSecurityPolicy (Maybe [Text]) Source #

Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server.

describedSecurityPolicy_securityPolicyName :: Lens' DescribedSecurityPolicy Text Source #

Specifies the name of the security policy that is attached to the server.

DescribedServer

describedServer_protocolDetails :: Lens' DescribedServer (Maybe ProtocolDetails) Source #

The protocol settings that are configured for your server.

Use the PassiveIp parameter to indicate passive mode. Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer.

describedServer_loggingRole :: Lens' DescribedServer (Maybe Text) Source #

Specifies the Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When set, user activity can be viewed in your CloudWatch logs.

describedServer_state :: Lens' DescribedServer (Maybe State) Source #

Specifies the condition of a server for the server that was described. A value of ONLINE indicates that the server can accept jobs and transfer files. A State value of OFFLINE means that the server cannot perform file transfer operations.

The states of STARTING and STOPPING indicate that the server is in an intermediate state, either not fully able to respond, or not fully offline. The values of START_FAILED or STOP_FAILED can indicate an error condition.

describedServer_identityProviderType :: Lens' DescribedServer (Maybe IdentityProviderType) Source #

Specifies the mode of authentication for a server. The default value is SERVICE_MANAGED, which allows you to store and access user credentials within the Amazon Web Services Transfer Family service.

Use AWS_DIRECTORY_SERVICE to provide access to Active Directory groups in Amazon Web Services Managed Active Directory or Microsoft Active Directory in your on-premises environment or in Amazon Web Services using AD Connectors. This option also requires you to provide a Directory ID using the IdentityProviderDetails parameter.

Use the API_GATEWAY value to integrate with an identity provider of your choosing. The API_GATEWAY setting requires you to provide an API Gateway endpoint URL to call for authentication using the IdentityProviderDetails parameter.

describedServer_protocols :: Lens' DescribedServer (Maybe (NonEmpty Protocol)) Source #

Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. The available protocols are:

  • SFTP (Secure Shell (SSH) File Transfer Protocol): File transfer over SSH
  • FTPS (File Transfer Protocol Secure): File transfer with TLS encryption
  • FTP (File Transfer Protocol): Unencrypted file transfer

describedServer_serverId :: Lens' DescribedServer (Maybe Text) Source #

Specifies the unique system-assigned identifier for a server that you instantiate.

describedServer_domain :: Lens' DescribedServer (Maybe Domain) Source #

Specifies the domain of the storage system that is used for file transfers.

describedServer_endpointType :: Lens' DescribedServer (Maybe EndpointType) Source #

Defines the type of endpoint that your server is connected to. If your server is connected to a VPC endpoint, your server isn't accessible over the public internet.

describedServer_securityPolicyName :: Lens' DescribedServer (Maybe Text) Source #

Specifies the name of the security policy that is attached to the server.

describedServer_hostKeyFingerprint :: Lens' DescribedServer (Maybe Text) Source #

Specifies the Base64-encoded SHA256 fingerprint of the server's host key. This value is equivalent to the output of the ssh-keygen -l -f my-new-server-key command.

describedServer_userCount :: Lens' DescribedServer (Maybe Int) Source #

Specifies the number of users that are assigned to a server you specified with the ServerId.

describedServer_certificate :: Lens' DescribedServer (Maybe Text) Source #

Specifies the ARN of the Amazon Web ServicesCertificate Manager (ACM) certificate. Required when Protocols is set to FTPS.

describedServer_identityProviderDetails :: Lens' DescribedServer (Maybe IdentityProviderDetails) Source #

Specifies information to call a customer-supplied authentication API. This field is not populated when the IdentityProviderType of a server is AWS_DIRECTORY_SERVICE or SERVICE_MANAGED.

describedServer_workflowDetails :: Lens' DescribedServer (Maybe WorkflowDetails) Source #

Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.

describedServer_tags :: Lens' DescribedServer (Maybe (NonEmpty Tag)) Source #

Specifies the key-value pairs that you can use to search for and group servers that were assigned to the server that was described.

describedServer_endpointDetails :: Lens' DescribedServer (Maybe EndpointDetails) Source #

The virtual private cloud (VPC) endpoint settings that are configured for your server. When you host your endpoint within your VPC, you can make it accessible only to resources within your VPC, or you can attach Elastic IP addresses and make it accessible to clients over the internet. Your VPC's default security groups are automatically assigned to your endpoint.

describedServer_arn :: Lens' DescribedServer Text Source #

Specifies the unique Amazon Resource Name (ARN) of the server.

DescribedUser

describedUser_sshPublicKeys :: Lens' DescribedUser (Maybe [SshPublicKey]) Source #

Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.

describedUser_homeDirectoryType :: Lens' DescribedUser (Maybe HomeDirectoryType) Source #

The type of landing directory (folder) you want your users' home directory to be when they log into the server. If you set it to PATH, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it LOGICAL, you need to provide mappings in the HomeDirectoryMappings for how you want to make Amazon S3 or EFS paths visible to your users.

describedUser_userName :: Lens' DescribedUser (Maybe Text) Source #

Specifies the name of the user that was requested to be described. User names are used for authentication purposes. This is the string that will be used by your user when they log in to your server.

describedUser_posixProfile :: Lens' DescribedUser (Maybe PosixProfile) Source #

Specifies the full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon Elastic File System (Amazon EFS) file systems. The POSIX permissions that are set on files and directories in your file system determine the level of access your users get when transferring files into and out of your Amazon EFS file systems.

describedUser_homeDirectoryMappings :: Lens' DescribedUser (Maybe (NonEmpty HomeDirectoryMapEntry)) Source #

Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible. You must specify the Entry and Target pair, where Entry shows how the path is made visible and Target is the actual Amazon S3 or Amazon EFS path. If you only specify a target, it is displayed as is. You also must ensure that your Amazon Web Services Identity and Access Management (IAM) role provides access to paths in Target. This value can only be set when HomeDirectoryType is set to LOGICAL.

In most cases, you can use this value instead of the session policy to lock your user down to the designated home directory ("chroot"). To do this, you can set Entry to '/' and set Target to the HomeDirectory parameter value.

describedUser_role :: Lens' DescribedUser (Maybe Text) Source #

Specifies the Amazon Resource Name (ARN) of the IAM role that controls your users' access to your Amazon S3 bucket or EFS file system. The policies attached to this role determine the level of access that you want to provide your users when transferring files into and out of your Amazon S3 bucket or EFS file system. The IAM role should also contain a trust relationship that allows the server to access your resources when servicing your users' transfer requests.

describedUser_policy :: Lens' DescribedUser (Maybe Text) Source #

A session policy for your user so that you can use the same IAM role across multiple users. This policy scopes down user access to portions of their Amazon S3 bucket. Variables that you can use inside this policy include ${Transfer:UserName}, ${Transfer:HomeDirectory}, and ${Transfer:HomeBucket}.

describedUser_homeDirectory :: Lens' DescribedUser (Maybe Text) Source #

The landing directory (folder) for a user when they log in to the server using the client.

A HomeDirectory example is /bucket_name/home/mydirectory.

describedUser_tags :: Lens' DescribedUser (Maybe (NonEmpty Tag)) Source #

Specifies the key-value pairs for the user requested. Tag can be used to search for and group users for a variety of purposes.

describedUser_arn :: Lens' DescribedUser Text Source #

Specifies the unique Amazon Resource Name (ARN) for the user that was requested to be described.

DescribedWorkflow

describedWorkflow_onExceptionSteps :: Lens' DescribedWorkflow (Maybe [WorkflowStep]) Source #

Specifies the steps (actions) to take if errors are encountered during execution of the workflow.

describedWorkflow_steps :: Lens' DescribedWorkflow (Maybe [WorkflowStep]) Source #

Specifies the details for the steps that are in the specified workflow.

describedWorkflow_workflowId :: Lens' DescribedWorkflow (Maybe Text) Source #

A unique identifier for the workflow.

describedWorkflow_description :: Lens' DescribedWorkflow (Maybe Text) Source #

Specifies the text description for the workflow.

describedWorkflow_tags :: Lens' DescribedWorkflow (Maybe (NonEmpty Tag)) Source #

Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

describedWorkflow_arn :: Lens' DescribedWorkflow Text Source #

Specifies the unique Amazon Resource Name (ARN) for the workflow.

EfsFileLocation

efsFileLocation_path :: Lens' EfsFileLocation (Maybe Text) Source #

The pathname for the folder being used by a workflow.

efsFileLocation_fileSystemId :: Lens' EfsFileLocation (Maybe Text) Source #

The ID of the file system, assigned by Amazon EFS.

EndpointDetails

endpointDetails_securityGroupIds :: Lens' EndpointDetails (Maybe [Text]) Source #

A list of security groups IDs that are available to attach to your server's endpoint.

This property can only be set when EndpointType is set to VPC.

You can edit the SecurityGroupIds property in the UpdateServer API only if you are changing the EndpointType from PUBLIC or VPC_ENDPOINT to VPC. To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.

endpointDetails_subnetIds :: Lens' EndpointDetails (Maybe [Text]) Source #

A list of subnet IDs that are required to host your server endpoint in your VPC.

This property can only be set when EndpointType is set to VPC.

endpointDetails_vpcId :: Lens' EndpointDetails (Maybe Text) Source #

The VPC ID of the VPC in which a server's endpoint will be hosted.

This property can only be set when EndpointType is set to VPC.

endpointDetails_addressAllocationIds :: Lens' EndpointDetails (Maybe [Text]) Source #

A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.

This property can only be set when EndpointType is set to VPC and it is only valid in the UpdateServer API.

endpointDetails_vpcEndpointId :: Lens' EndpointDetails (Maybe Text) Source #

The ID of the VPC endpoint.

This property can only be set when EndpointType is set to VPC_ENDPOINT.

For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.

ExecutionError

executionError_type :: Lens' ExecutionError ExecutionErrorType Source #

Specifies the error type: currently, the only valid value is PERMISSION_DENIED, which occurs if your policy does not contain the correct permissions to complete one or more of the steps in the workflow.

executionError_message :: Lens' ExecutionError Text Source #

Specifies the descriptive message that corresponds to the ErrorType.

ExecutionResults

executionResults_onExceptionSteps :: Lens' ExecutionResults (Maybe (NonEmpty ExecutionStepResult)) Source #

Specifies the steps (actions) to take if errors are encountered during execution of the workflow.

executionResults_steps :: Lens' ExecutionResults (Maybe (NonEmpty ExecutionStepResult)) Source #

Specifies the details for the steps that are in the specified workflow.

ExecutionStepResult

executionStepResult_stepType :: Lens' ExecutionStepResult (Maybe WorkflowStepType) Source #

One of the available step types.

  • Copy: copy the file to another location
  • Custom: custom step with a lambda target
  • Delete: delete the file
  • Tag: add a tag to the file

executionStepResult_error :: Lens' ExecutionStepResult (Maybe ExecutionError) Source #

Specifies the details for an error, if it occurred during execution of the specified workfow step.

executionStepResult_outputs :: Lens' ExecutionStepResult (Maybe Text) Source #

The values for the key/value pair applied as a tag to the file. Only applicable if the step type is TAG.

FileLocation

fileLocation_efsFileLocation :: Lens' FileLocation (Maybe EfsFileLocation) Source #

Specifies the Amazon EFS ID and the path for the file being used.

fileLocation_s3FileLocation :: Lens' FileLocation (Maybe S3FileLocation) Source #

Specifies the S3 details for the file being used, such as bucket, Etag, and so forth.

HomeDirectoryMapEntry

homeDirectoryMapEntry_entry :: Lens' HomeDirectoryMapEntry Text Source #

Represents an entry for HomeDirectoryMappings.

homeDirectoryMapEntry_target :: Lens' HomeDirectoryMapEntry Text Source #

Represents the map target that is used in a HomeDirectorymapEntry.

IdentityProviderDetails

identityProviderDetails_invocationRole :: Lens' IdentityProviderDetails (Maybe Text) Source #

Provides the type of InvocationRole used to authenticate the user account.

identityProviderDetails_directoryId :: Lens' IdentityProviderDetails (Maybe Text) Source #

The identifier of the Amazon Web ServicesDirectory Service directory that you want to stop sharing.

identityProviderDetails_url :: Lens' IdentityProviderDetails (Maybe Text) Source #

Provides the location of the service endpoint used to authenticate users.

InputFileLocation

inputFileLocation_s3FileLocation :: Lens' InputFileLocation (Maybe S3InputFileLocation) Source #

Specifies the details for the S3 file being copied.

ListedAccess

listedAccess_homeDirectoryType :: Lens' ListedAccess (Maybe HomeDirectoryType) Source #

The type of landing directory (folder) you want your users' home directory to be when they log into the server. If you set it to PATH, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it LOGICAL, you need to provide mappings in the HomeDirectoryMappings for how you want to make Amazon S3 or EFS paths visible to your users.

listedAccess_role :: Lens' ListedAccess (Maybe Text) Source #

Specifies the Amazon Resource Name (ARN) of the IAM role that controls your users' access to your Amazon S3 bucket or EFS file system. The policies attached to this role determine the level of access that you want to provide your users when transferring files into and out of your Amazon S3 bucket or EFS file system. The IAM role should also contain a trust relationship that allows the server to access your resources when servicing your users' transfer requests.

listedAccess_externalId :: Lens' ListedAccess (Maybe Text) Source #

A unique identifier that is required to identify specific groups within your directory. The users of the group that you associate have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web Services Transfer Family. If you know the group name, you can view the SID values by running the following command using Windows PowerShell.

Get-ADGroup -Filter {samAccountName -like "YourGroupName*"} -Properties * | Select SamAccountName,ObjectSid

In that command, replace YourGroupName with the name of your Active Directory group.

The regex used to validate this parameter is a string of characters consisting of uppercase and lowercase alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@:/-

listedAccess_homeDirectory :: Lens' ListedAccess (Maybe Text) Source #

The landing directory (folder) for a user when they log in to the server using the client.

A HomeDirectory example is /bucket_name/home/mydirectory.

ListedExecution

listedExecution_status :: Lens' ListedExecution (Maybe ExecutionStatus) Source #

The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.

listedExecution_executionId :: Lens' ListedExecution (Maybe Text) Source #

A unique identifier for the execution of a workflow.

listedExecution_initialFileLocation :: Lens' ListedExecution (Maybe FileLocation) Source #

A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.

listedExecution_serviceMetadata :: Lens' ListedExecution (Maybe ServiceMetadata) Source #

A container object for the session details associated with a workflow.

ListedServer

listedServer_loggingRole :: Lens' ListedServer (Maybe Text) Source #

Specifies the Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When set, user activity can be viewed in your CloudWatch logs.

listedServer_state :: Lens' ListedServer (Maybe State) Source #

Specifies the condition of a server for the server that was described. A value of ONLINE indicates that the server can accept jobs and transfer files. A State value of OFFLINE means that the server cannot perform file transfer operations.

The states of STARTING and STOPPING indicate that the server is in an intermediate state, either not fully able to respond, or not fully offline. The values of START_FAILED or STOP_FAILED can indicate an error condition.

listedServer_identityProviderType :: Lens' ListedServer (Maybe IdentityProviderType) Source #

Specifies the mode of authentication for a server. The default value is SERVICE_MANAGED, which allows you to store and access user credentials within the Amazon Web Services Transfer Family service.

Use AWS_DIRECTORY_SERVICE to provide access to Active Directory groups in Amazon Web Services Managed Active Directory or Microsoft Active Directory in your on-premises environment or in Amazon Web Services using AD Connectors. This option also requires you to provide a Directory ID using the IdentityProviderDetails parameter.

Use the API_GATEWAY value to integrate with an identity provider of your choosing. The API_GATEWAY setting requires you to provide an API Gateway endpoint URL to call for authentication using the IdentityProviderDetails parameter.

listedServer_serverId :: Lens' ListedServer (Maybe Text) Source #

Specifies the unique system assigned identifier for the servers that were listed.

listedServer_domain :: Lens' ListedServer (Maybe Domain) Source #

Specifies the domain of the storage system that is used for file transfers.

listedServer_endpointType :: Lens' ListedServer (Maybe EndpointType) Source #

Specifies the type of VPC endpoint that your server is connected to. If your server is connected to a VPC endpoint, your server isn't accessible over the public internet.

listedServer_userCount :: Lens' ListedServer (Maybe Int) Source #

Specifies the number of users that are assigned to a server you specified with the ServerId.

listedServer_arn :: Lens' ListedServer Text Source #

Specifies the unique Amazon Resource Name (ARN) for a server to be listed.

ListedUser

listedUser_homeDirectoryType :: Lens' ListedUser (Maybe HomeDirectoryType) Source #

The type of landing directory (folder) you want your users' home directory to be when they log into the server. If you set it to PATH, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it LOGICAL, you need to provide mappings in the HomeDirectoryMappings for how you want to make Amazon S3 or EFS paths visible to your users.

listedUser_userName :: Lens' ListedUser (Maybe Text) Source #

Specifies the name of the user whose ARN was specified. User names are used for authentication purposes.

listedUser_role :: Lens' ListedUser (Maybe Text) Source #

Specifies the Amazon Resource Name (ARN) of the IAM role that controls your users' access to your Amazon S3 bucket or EFS file system. The policies attached to this role determine the level of access that you want to provide your users when transferring files into and out of your Amazon S3 bucket or EFS file system. The IAM role should also contain a trust relationship that allows the server to access your resources when servicing your users' transfer requests.

The IAM role that controls your users' access to your Amazon S3 bucket for servers with Domain=S3, or your EFS file system for servers with Domain=EFS.

The policies attached to this role determine the level of access you want to provide your users when transferring files into and out of your S3 buckets or EFS file systems.

listedUser_sshPublicKeyCount :: Lens' ListedUser (Maybe Int) Source #

Specifies the number of SSH public keys stored for the user you specified.

listedUser_homeDirectory :: Lens' ListedUser (Maybe Text) Source #

The landing directory (folder) for a user when they log in to the server using the client.

A HomeDirectory example is /bucket_name/home/mydirectory.

listedUser_arn :: Lens' ListedUser Text Source #

Provides the unique Amazon Resource Name (ARN) for the user that you want to learn about.

ListedWorkflow

listedWorkflow_arn :: Lens' ListedWorkflow (Maybe Text) Source #

Specifies the unique Amazon Resource Name (ARN) for the workflow.

listedWorkflow_workflowId :: Lens' ListedWorkflow (Maybe Text) Source #

A unique identifier for the workflow.

listedWorkflow_description :: Lens' ListedWorkflow (Maybe Text) Source #

Specifies the text description for the workflow.

LoggingConfiguration

loggingConfiguration_loggingRole :: Lens' LoggingConfiguration (Maybe Text) Source #

Specifies the Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When set, user activity can be viewed in your CloudWatch logs.

loggingConfiguration_logGroupName :: Lens' LoggingConfiguration (Maybe Text) Source #

The name of the CloudWatch logging group for the Amazon Web Services Transfer server to which this workflow belongs.

PosixProfile

posixProfile_secondaryGids :: Lens' PosixProfile (Maybe [Natural]) Source #

The secondary POSIX group IDs used for all EFS operations by this user.

posixProfile_uid :: Lens' PosixProfile Natural Source #

The POSIX user ID used for all EFS operations by this user.

posixProfile_gid :: Lens' PosixProfile Natural Source #

The POSIX group ID used for all EFS operations by this user.

ProtocolDetails

protocolDetails_passiveIp :: Lens' ProtocolDetails (Maybe Text) Source #

Indicates passive mode, for FTP and FTPS protocols. Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer. For example:

 aws transfer update-server --protocol-details PassiveIp=0.0.0.0

Replace 0.0.0.0 in the example above with the actual IP address you want to use.

If you change the PassiveIp value, you must stop and then restart your Transfer server for the change to take effect. For details on using Passive IP (PASV) in a NAT environment, see Configuring your FTPS server behind a firewall or NAT with Amazon Web Services Transfer Family.

S3FileLocation

s3FileLocation_etag :: Lens' S3FileLocation (Maybe Text) Source #

The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object, not its metadata.

s3FileLocation_bucket :: Lens' S3FileLocation (Maybe Text) Source #

Specifies the S3 bucket that contains the file being used.

s3FileLocation_key :: Lens' S3FileLocation (Maybe Text) Source #

The name assigned to the file when it was created in S3. You use the object key to retrieve the object.

S3InputFileLocation

s3InputFileLocation_bucket :: Lens' S3InputFileLocation (Maybe Text) Source #

Specifies the S3 bucket for the customer input file.

s3InputFileLocation_key :: Lens' S3InputFileLocation (Maybe Text) Source #

The name assigned to the file when it was created in S3. You use the object key to retrieve the object.

S3Tag

s3Tag_key :: Lens' S3Tag Text Source #

The name assigned to the tag that you create.

s3Tag_value :: Lens' S3Tag Text Source #

The value that corresponds to the key.

ServiceMetadata

serviceMetadata_userDetails :: Lens' ServiceMetadata UserDetails Source #

The Server ID (ServerId), Session ID (SessionId) and user (UserName) make up the UserDetails.

SshPublicKey

sshPublicKey_dateImported :: Lens' SshPublicKey UTCTime Source #

Specifies the date that the public key was added to the user account.

sshPublicKey_sshPublicKeyBody :: Lens' SshPublicKey Text Source #

Specifies the content of the SSH public key as specified by the PublicKeyId.

sshPublicKey_sshPublicKeyId :: Lens' SshPublicKey Text Source #

Specifies the SshPublicKeyId parameter contains the identifier of the public key.

Tag

tag_key :: Lens' Tag Text Source #

The name assigned to the tag that you create.

tag_value :: Lens' Tag Text Source #

Contains one or more values that you assigned to the key name you create.

TagStepDetails

tagStepDetails_name :: Lens' TagStepDetails (Maybe Text) Source #

The name of the step, used as an identifier.

tagStepDetails_tags :: Lens' TagStepDetails (Maybe (NonEmpty S3Tag)) Source #

Array that contains from 1 to 10 key/value pairs.

UserDetails

userDetails_sessionId :: Lens' UserDetails (Maybe Text) Source #

The system-assigned unique identifier for a session that corresponds to the workflow.

userDetails_userName :: Lens' UserDetails Text Source #

A unique string that identifies a user account associated with a server.

userDetails_serverId :: Lens' UserDetails Text Source #

The system-assigned unique identifier for a Transfer server instance.

WorkflowDetail

workflowDetail_workflowId :: Lens' WorkflowDetail Text Source #

A unique identifier for the workflow.

workflowDetail_executionRole :: Lens' WorkflowDetail Text Source #

Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources

WorkflowDetails

workflowDetails_onUpload :: Lens' WorkflowDetails [WorkflowDetail] Source #

A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.

WorkflowStep

workflowStep_tagStepDetails :: Lens' WorkflowStep (Maybe TagStepDetails) Source #

Details for a step that creates one or more tags.

You specify one or more tags: each tag contains a key/value pair.

workflowStep_deleteStepDetails :: Lens' WorkflowStep (Maybe DeleteStepDetails) Source #

Details for a step that deletes the file.

workflowStep_copyStepDetails :: Lens' WorkflowStep (Maybe CopyStepDetails) Source #

Details for a step that performs a file copy.

Consists of the following values:

  • A description
  • An S3 location for the destination of the file copy.
  • A flag that indicates whether or not to overwrite an existing file of the same name. The default is FALSE.

workflowStep_type :: Lens' WorkflowStep (Maybe WorkflowStepType) Source #

Currently, the following step types are supported.

  • Copy: copy the file to another location
  • Custom: custom step with a lambda target
  • Delete: delete the file
  • Tag: add a tag to the file

workflowStep_customStepDetails :: Lens' WorkflowStep (Maybe CustomStepDetails) Source #

Details for a step that invokes a lambda function.

Consists of the lambda function name, target, and timeout (in seconds).