{ "version":"2.0", "metadata":{ "apiVersion":"2018-11-05", "endpointPrefix":"transfer", "jsonVersion":"1.1", "protocol":"json", "serviceAbbreviation":"AWS Transfer", "serviceFullName":"AWS Transfer for SFTP", "serviceId":"Transfer", "signatureVersion":"v4", "signingName":"transfer", "targetPrefix":"TransferService", "uid":"transfer-2018-11-05" }, "operations":{ "CreateServer":{ "name":"CreateServer", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateServerRequest"}, "output":{"shape":"CreateServerResponse"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"} ], "documentation":"

Instantiates an autoscaling virtual server based on Secure File Transfer Protocol (SFTP) in AWS. The call returns the ServerId property assigned by the service to the newly created server. Reference this ServerId property when you make updates to your server, or work with users.

The response returns the ServerId value for the newly created server.

" }, "CreateUser":{ "name":"CreateUser", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateUserRequest"}, "output":{"shape":"CreateUserResponse"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceExistsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Adds a user and associate them with an existing Secure File Transfer Protocol (SFTP) server. Using parameters for CreateUser, you can specify the user name, set the home directory, store the user's public key, and assign the user's AWS Identity and Access Management (IAM) role. You can also optionally add a scope-down policy, and assign metadata with tags that can be used to group and search for users.

The response returns the UserName and ServerId values of the new user for that server.

" }, "DeleteServer":{ "name":"DeleteServer", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteServerRequest"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Deletes the Secure File Transfer Protocol (SFTP) server that you specify. If you used SERVICE_MANAGED as your IdentityProviderType, you need to delete all users associated with this server before deleting the server itself

No response returns from this call.

" }, "DeleteSshPublicKey":{ "name":"DeleteSshPublicKey", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteSshPublicKeyRequest"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Deletes a user's Secure Shell (SSH) public key.

No response is returned from this call.

" }, "DeleteUser":{ "name":"DeleteUser", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteUserRequest"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Deletes the user belonging to the server you specify.

No response returns from this call.

When you delete a user from a server, the user's information is lost.

" }, "DescribeServer":{ "name":"DescribeServer", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeServerRequest"}, "output":{"shape":"DescribeServerResponse"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Describes the server that you specify by passing the ServerId parameter.

The response contains a description of the server's properties.

" }, "DescribeUser":{ "name":"DescribeUser", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeUserRequest"}, "output":{"shape":"DescribeUserResponse"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Describes the user assigned to a specific server, as identified by its ServerId property.

The response from this call returns the properties of the user associated with the ServerId value that was specified.

" }, "ImportSshPublicKey":{ "name":"ImportSshPublicKey", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ImportSshPublicKeyRequest"}, "output":{"shape":"ImportSshPublicKeyResponse"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceExistsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Adds a Secure Shell (SSH) public key to a user account identified by a UserName value assigned to a specific server, identified by ServerId.

The response returns the UserName value, the ServerId value, and the name of the SshPublicKeyId.

" }, "ListServers":{ "name":"ListServers", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListServersRequest"}, "output":{"shape":"ListServersResponse"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidNextTokenException"}, {"shape":"InvalidRequestException"} ], "documentation":"

Lists the Secure File Transfer Protocol (SFTP) servers that are associated with your AWS account.

" }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidNextTokenException"}, {"shape":"InvalidRequestException"} ], "documentation":"

Lists all of the tags associated with the Amazon Resource Number (ARN) you specify. The resource can be a user, server, or role.

" }, "ListUsers":{ "name":"ListUsers", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListUsersRequest"}, "output":{"shape":"ListUsersResponse"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidNextTokenException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Lists the users for the server that you specify by passing the ServerId parameter.

" }, "StartServer":{ "name":"StartServer", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"StartServerRequest"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Changes the state of a Secure File Transfer Protocol (SFTP) server from OFFLINE to ONLINE. It has no impact on an SFTP server that is already ONLINE. An ONLINE server can accept and process file transfer jobs.

The state of STARTING indicates that the server is in an intermediate state, either not fully able to respond, or not fully online. The values of START_FAILED can indicate an error condition.

No response is returned from this call.

" }, "StopServer":{ "name":"StopServer", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"StopServerRequest"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Changes the state of an SFTP server from ONLINE to OFFLINE. An OFFLINE server cannot accept and process file transfer jobs. Information tied to your server such as server and user properties are not affected by stopping your server. Stopping a server will not reduce or impact your Secure File Transfer Protocol (SFTP) endpoint billing.

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

No response is returned from this call.

" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"TagResourceRequest"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"} ], "documentation":"

Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities.

There is no response returned from this call.

" }, "TestIdentityProvider":{ "name":"TestIdentityProvider", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"TestIdentityProviderRequest"}, "output":{"shape":"TestIdentityProviderResponse"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

If the IdentityProviderType of the server is API_Gateway, tests whether your API Gateway is set up successfully. We highly recommend that you call this method to test your authentication method as soon as you create your server. By doing so, you can troubleshoot issues with the API Gateway integration to ensure that your users can successfully use the service.

" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UntagResourceRequest"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"} ], "documentation":"

Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities.

No response is returned from this call.

" }, "UpdateServer":{ "name":"UpdateServer", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateServerRequest"}, "output":{"shape":"UpdateServerResponse"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Updates the server properties after that server has been created.

The UpdateServer call returns the ServerId of the Secure File Transfer Protocol (SFTP) server you updated.

" }, "UpdateUser":{ "name":"UpdateUser", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateUserRequest"}, "output":{"shape":"UpdateUserResponse"}, "errors":[ {"shape":"ServiceUnavailableException"}, {"shape":"InternalServiceError"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Assigns new properties to a user. Parameters you pass modify any or all of the following: the home directory, role, and policy for the UserName and ServerId you specify.

The response returns the ServerId and the UserName for the updated user.

" } }, "shapes":{ "Arn":{ "type":"string", "max":1600, "min":20 }, "CreateServerRequest":{ "type":"structure", "members":{ "IdentityProviderDetails":{ "shape":"IdentityProviderDetails", "documentation":"

An array containing all of the information required to call a customer-supplied authentication API. This parameter is not required when the IdentityProviderType value of server that is created uses the SERVICE_MANAGED authentication method.

" }, "IdentityProviderType":{ "shape":"IdentityProviderType", "documentation":"

The mode of authentication enabled for this service. The default value is SERVICE_MANAGED, which allows you to store and access SFTP user credentials within the service. An IdentityProviderType value of API_GATEWAY indicates that user authentication requires a call to an API Gateway endpoint URL provided by you to integrate an identity provider of your choice.

" }, "LoggingRole":{ "shape":"Role", "documentation":"

A value that allows the service to write your SFTP users’ activity to your Amazon CloudWatch logs for monitoring and auditing purposes.

" }, "Tags":{ "shape":"Tags", "documentation":"

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

" } } }, "CreateServerResponse":{ "type":"structure", "required":["ServerId"], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

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

" } } }, "CreateUserRequest":{ "type":"structure", "required":[ "Role", "ServerId", "UserName" ], "members":{ "HomeDirectory":{ "shape":"HomeDirectory", "documentation":"

The landing directory (folder) for a user when they log in to the server using their SFTP client. An example is /home/username .

" }, "Policy":{ "shape":"Policy", "documentation":"

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

" }, "Role":{ "shape":"Role", "documentation":"

The IAM role that controls your user’s access to your Amazon S3 bucket. The policies attached to this role will determine the level of access you want to provide your users when transferring files into and out of your Amazon S3 bucket or buckets. The IAM role should also contain a trust relationship that allows the SFTP server to access your resources when servicing your SFTP user’s transfer requests.

" }, "ServerId":{ "shape":"ServerId", "documentation":"

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

" }, "SshPublicKeyBody":{ "shape":"SshPublicKeyBody", "documentation":"

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

" }, "Tags":{ "shape":"Tags", "documentation":"

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

" }, "UserName":{ "shape":"UserName", "documentation":"

A unique string that identifies a user and is associated with a server as specified by the ServerId.

" } } }, "CreateUserResponse":{ "type":"structure", "required":[ "ServerId", "UserName" ], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

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

" }, "UserName":{ "shape":"UserName", "documentation":"

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

" } } }, "DateImported":{"type":"timestamp"}, "DeleteServerRequest":{ "type":"structure", "required":["ServerId"], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

A unique system-assigned identifier for an SFTP server instance.

" } } }, "DeleteSshPublicKeyRequest":{ "type":"structure", "required":[ "ServerId", "SshPublicKeyId", "UserName" ], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

A system-assigned unique identifier for a Secure File Transfer Protocol (SFTP) server instance that has the user assigned to it.

" }, "SshPublicKeyId":{ "shape":"SshPublicKeyId", "documentation":"

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

" }, "UserName":{ "shape":"UserName", "documentation":"

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

" } } }, "DeleteUserRequest":{ "type":"structure", "required":[ "ServerId", "UserName" ], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

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

" }, "UserName":{ "shape":"UserName", "documentation":"

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

" } } }, "DescribeServerRequest":{ "type":"structure", "required":["ServerId"], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

A system-assigned unique identifier for an SFTP server.

" } } }, "DescribeServerResponse":{ "type":"structure", "required":["Server"], "members":{ "Server":{ "shape":"DescribedServer", "documentation":"

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

" } } }, "DescribeUserRequest":{ "type":"structure", "required":[ "ServerId", "UserName" ], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

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

" }, "UserName":{ "shape":"UserName", "documentation":"

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

" } } }, "DescribeUserResponse":{ "type":"structure", "required":[ "ServerId", "User" ], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

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

" }, "User":{ "shape":"DescribedUser", "documentation":"

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

" } } }, "DescribedServer":{ "type":"structure", "required":["Arn"], "members":{ "Arn":{ "shape":"Arn", "documentation":"

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

" }, "IdentityProviderDetails":{ "shape":"IdentityProviderDetails", "documentation":"

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

" }, "IdentityProviderType":{ "shape":"IdentityProviderType", "documentation":"

This property defines the mode of authentication method enabled for this service. A value of SERVICE_MANAGED, means that you are using this Server to store and access SFTP user credentials within the service. A value of API_GATEWAY indicates that you have integrated an API Gateway endpoint that will be invoked for authenticating your user into the service.

" }, "LoggingRole":{ "shape":"Role", "documentation":"

This property is an AWS Identity and Access Management (IAM) entity that allows the server to turn on Amazon CloudWatch logging for Amazon S3 events. When set, user activity can be view in your CloudWatch logs.

" }, "ServerId":{ "shape":"ServerId", "documentation":"

This property is a unique system assigned identifier for the SFTP server that you instantiate.

" }, "State":{ "shape":"State", "documentation":"

The condition of the SFTP 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 indicated 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.

" }, "Tags":{ "shape":"Tags", "documentation":"

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

" }, "UserCount":{ "shape":"UserCount", "documentation":"

The number of users that are assigned to the SFTP server you specified with the ServerId.

" } }, "documentation":"

Describe the properties of the server that was specified. Information returned includes: the server Amazon Resource Name (ARN), the authentication configuration and type, the logging role, server Id and state, and assigned tags or metadata.

" }, "DescribedUser":{ "type":"structure", "required":["Arn"], "members":{ "Arn":{ "shape":"Arn", "documentation":"

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

" }, "HomeDirectory":{ "shape":"HomeDirectory", "documentation":"

This property specifies the landing directory (or folder) which is the location that files are written to or read from in an Amazon S3 bucket for the described user. An example would be: /bucket_name/home/username .

" }, "Policy":{ "shape":"Policy", "documentation":"

Specifies the name of the policy in use for the described user.

" }, "Role":{ "shape":"Role", "documentation":"

This property specifies the IAM role that controls your user’s access to your Amazon S3 bucket. The policies attached to this role will determine the level of access you want to provide your users when transferring files into and out of your Amazon S3 bucket or buckets. The IAM role should also contain a trust relationship that allows the SFTP server to access your resources when servicing your SFTP user’s transfer requests.

" }, "SshPublicKeys":{ "shape":"SshPublicKeys", "documentation":"

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

" }, "Tags":{ "shape":"Tags", "documentation":"

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

" }, "UserName":{ "shape":"UserName", "documentation":"

This property is 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 SFTP server.

" } }, "documentation":"

Returns properties of the user that you wish to describe.

" }, "HomeDirectory":{ "type":"string", "max":1024, "pattern":"^$|/.*" }, "IdentityProviderDetails":{ "type":"structure", "members":{ "Url":{ "shape":"Url", "documentation":"

The IdentityProviderDetail parameter contains the location of the service endpoint used to authenticate users.

" }, "InvocationRole":{ "shape":"Role", "documentation":"

The Role parameter provides the type of InvocationRole used to authenticate the user account.

" } }, "documentation":"

Returns information related to the type of user authentication that is in use for a server's users. A server can only have one method of authentication.

" }, "IdentityProviderType":{ "type":"string", "documentation":"

Returns information related to the type of user authentication that is in use for a server's users. For SERVICE_MANAGED authentication, the Secure Shell (SSH) public keys are stored with a user on an SFTP server instance. For API_GATEWAY authentication, your custom authentication method is implemented by using an API call. A server can only have one method of authentication.

", "enum":[ "SERVICE_MANAGED", "API_GATEWAY" ] }, "ImportSshPublicKeyRequest":{ "type":"structure", "required":[ "ServerId", "SshPublicKeyBody", "UserName" ], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

A system-assigned unique identifier for an SFTP server.

" }, "SshPublicKeyBody":{ "shape":"SshPublicKeyBody", "documentation":"

The public key portion of an SSH key pair.

" }, "UserName":{ "shape":"UserName", "documentation":"

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

" } } }, "ImportSshPublicKeyResponse":{ "type":"structure", "required":[ "ServerId", "SshPublicKeyId", "UserName" ], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

A system-assigned unique identifier for an SFTP server.

" }, "SshPublicKeyId":{ "shape":"SshPublicKeyId", "documentation":"

This identifier is the name given to a public key by the system that was imported.

" }, "UserName":{ "shape":"UserName", "documentation":"

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

" } }, "documentation":"

This response identifies the user, server they belong to, and the identifier of the SSH public key associated with that user. A user can have more than one key on each server that they are associate with.

" }, "InternalServiceError":{ "type":"structure", "required":["Message"], "members":{ "Message":{"shape":"Message"} }, "documentation":"

This exception is thrown when an error occurs in the AWS Transfer for SFTP service.

", "exception":true, "fault":true }, "InvalidNextTokenException":{ "type":"structure", "required":["Message"], "members":{ "Message":{"shape":"Message"} }, "documentation":"

The NextToken parameter that was passed is invalid.

", "exception":true }, "InvalidRequestException":{ "type":"structure", "required":["Message"], "members":{ "Message":{"shape":"Message"} }, "documentation":"

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

", "exception":true }, "ListServersRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":"

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

" }, "NextToken":{ "shape":"NextToken", "documentation":"

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.

" } } }, "ListServersResponse":{ "type":"structure", "required":["Servers"], "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

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.

" }, "Servers":{ "shape":"ListedServers", "documentation":"

An array of servers that were listed.

" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["Arn"], "members":{ "Arn":{ "shape":"Arn", "documentation":"

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

" }, "MaxResults":{"shape":"MaxResults"}, "NextToken":{"shape":"NextToken"} } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "Arn":{ "shape":"Arn", "documentation":"

This value is the ARN you specified to list the tags of.

" }, "NextToken":{"shape":"NextToken"}, "Tags":{ "shape":"Tags", "documentation":"

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 that you can use for any purpose.

" } } }, "ListUsersRequest":{ "type":"structure", "required":["ServerId"], "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":"

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

" }, "NextToken":{ "shape":"NextToken", "documentation":"

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

" }, "ServerId":{ "shape":"ServerId", "documentation":"

A system-assigned unique identifier for a Secure File Transfer Protocol (SFTP) server that has users are assigned to it.

" } } }, "ListUsersResponse":{ "type":"structure", "required":[ "ServerId", "Users" ], "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

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 the NextToken parameter to continue listing additional users.

" }, "ServerId":{ "shape":"ServerId", "documentation":"

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

" }, "Users":{ "shape":"ListedUsers", "documentation":"

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

" } } }, "ListedServer":{ "type":"structure", "required":["Arn"], "members":{ "Arn":{ "shape":"Arn", "documentation":"

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

" }, "IdentityProviderType":{ "shape":"IdentityProviderType", "documentation":"

The authentication method used to validate a user for the server that was specified. listed. This can include Secure Shell (SSH), user name and password combinations, or your own custom authentication method. Valid values include SERVICE_MANAGED or API_GATEWAY.

" }, "LoggingRole":{ "shape":"Role", "documentation":"

The AWS Identity and Access Management entity that allows the server to turn on Amazon CloudWatch logging.

" }, "ServerId":{ "shape":"ServerId", "documentation":"

This value is the unique system assigned identifier for the SFTP servers that were listed.

" }, "State":{ "shape":"State", "documentation":"

This property describes the condition of the SFTP 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 indicated 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.

" }, "UserCount":{ "shape":"UserCount", "documentation":"

This property is a numeric value that indicates the number of users that are assigned to the SFTP server you specified with the ServerId.

" } }, "documentation":"

Returns properties of the server that was specified.

" }, "ListedServers":{ "type":"list", "member":{"shape":"ListedServer"} }, "ListedUser":{ "type":"structure", "required":["Arn"], "members":{ "Arn":{ "shape":"Arn", "documentation":"

This property is the unique Amazon Resource Name (ARN) for the user that you wish to learn about.

" }, "HomeDirectory":{ "shape":"HomeDirectory", "documentation":"

This value specifies the location that files are written to or read from an Amazon S3 bucket for the user you specify by their ARN.

" }, "Role":{ "shape":"Role", "documentation":"

The role in use by this user. A role is an AWS Identity and Access Management (IAM) entity that in this case allows the SFTP server to act on a user's behalf. It allows the server to inherit the trust relationship that enables that user to perform file operations to their Amazon S3 bucket.

" }, "SshPublicKeyCount":{ "shape":"SshPublicKeyCount", "documentation":"

This value is the number of SSH public keys stored for the user you specified.

" }, "UserName":{ "shape":"UserName", "documentation":"

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

" } }, "documentation":"

Returns properties of the user that you specify.

" }, "ListedUsers":{ "type":"list", "member":{"shape":"ListedUser"} }, "MaxResults":{ "type":"integer", "max":1000, "min":1 }, "Message":{"type":"string"}, "NextToken":{ "type":"string", "max":256, "min":1 }, "NullableRole":{ "type":"string", "pattern":"^$|arn:.*role/.*" }, "Policy":{"type":"string"}, "Resource":{"type":"string"}, "ResourceExistsException":{ "type":"structure", "required":[ "Message", "Resource", "ResourceType" ], "members":{ "Message":{"shape":"Message"}, "Resource":{"shape":"Resource"}, "ResourceType":{"shape":"ResourceType"} }, "documentation":"

The requested resource does not exist.

", "exception":true }, "ResourceNotFoundException":{ "type":"structure", "required":[ "Message", "Resource", "ResourceType" ], "members":{ "Message":{"shape":"Message"}, "Resource":{"shape":"Resource"}, "ResourceType":{"shape":"ResourceType"} }, "documentation":"

This exception is thrown when a resource is not found by the AWS Transfer for SFTP service.

", "exception":true }, "ResourceType":{"type":"string"}, "Role":{ "type":"string", "pattern":"arn:.*role/.*" }, "ServerId":{ "type":"string", "pattern":"^s-([0-9a-f]{17})$" }, "ServiceErrorMessage":{"type":"string"}, "ServiceUnavailableException":{ "type":"structure", "members":{ "Message":{"shape":"ServiceErrorMessage"} }, "documentation":"

The request has failed because the AWS Transfer for SFTP service is not available.

", "exception":true, "fault":true, "synthetic":true }, "SshPublicKey":{ "type":"structure", "required":[ "DateImported", "SshPublicKeyBody", "SshPublicKeyId" ], "members":{ "DateImported":{ "shape":"DateImported", "documentation":"

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

" }, "SshPublicKeyBody":{ "shape":"SshPublicKeyBody", "documentation":"

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

" }, "SshPublicKeyId":{ "shape":"SshPublicKeyId", "documentation":"

The SshPublicKeyId parameter contains the identifier of the public key.

" } }, "documentation":"

Provides information about the public Secure Shell (SSH) key that is associated with a user account for a specific server (as identified by ServerId). The information returned includes the date the key was imported, the public key contents, and the public key ID. A user can store more than one SSH public key associated with their user name on a specific SFTP server.

" }, "SshPublicKeyBody":{ "type":"string", "max":2048, "pattern":"^ssh-rsa\\s+[A-Za-z0-9+/]+[=]{0,3}(\\s+.+)?\\s*$" }, "SshPublicKeyCount":{"type":"integer"}, "SshPublicKeyId":{ "type":"string", "pattern":"^key-[0-9a-f]{17}$" }, "SshPublicKeys":{ "type":"list", "member":{"shape":"SshPublicKey"}, "max":5 }, "StartServerRequest":{ "type":"structure", "required":["ServerId"], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

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

" } } }, "State":{ "type":"string", "documentation":"

Describes the condition of the SFTP server with respect to its ability to perform file operations. There are six possible states: OFFLINE, ONLINE, STARTING, STOPPING, START_FAILED, and STOP_FAILED.

OFFLINE indicates that the SFTP server exists, but that it is not available for file operations. ONLINE indicates that the SFTP server is available to perform file operations. STARTING indicates that the SFTP server's was instantiated, but the server is not yet available to perform file operations. Under normal conditions, it can take a couple of minutes for an SFTP server to be completely operational. Both START_FAILED and STOP_FAILED are error conditions.

", "enum":[ "OFFLINE", "ONLINE", "STARTING", "STOPPING", "START_FAILED", "STOP_FAILED" ] }, "StatusCode":{"type":"integer"}, "StopServerRequest":{ "type":"structure", "required":["ServerId"], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

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

" } } }, "Tag":{ "type":"structure", "required":[ "Key", "Value" ], "members":{ "Key":{ "shape":"TagKey", "documentation":"

The name assigned to the tag that you create.

" }, "Value":{ "shape":"TagValue", "documentation":"

This property contains one or more values that you assigned to the key name you create.

" } }, "documentation":"

Creates a key-value pair for a specific resource. Tags are metadata that you can use to search for and group a resource for various purposes. You can apply tags to servers, users, and roles. A tag key can take more than one value. For example, to group servers for accounting purposes, you might create a tag called Group and assign the values Research and Accounting to that group.

" }, "TagKey":{"type":"string"}, "TagKeys":{ "type":"list", "member":{"shape":"TagKey"}, "max":50, "min":1 }, "TagResourceRequest":{ "type":"structure", "required":[ "Arn", "Tags" ], "members":{ "Arn":{ "shape":"Arn", "documentation":"

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

" }, "Tags":{ "shape":"Tags", "documentation":"

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.

" } } }, "TagValue":{"type":"string"}, "Tags":{ "type":"list", "member":{"shape":"Tag"}, "max":50, "min":1 }, "TestIdentityProviderRequest":{ "type":"structure", "required":[ "ServerId", "UserName" ], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

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

" }, "UserName":{ "shape":"UserName", "documentation":"

This request parameter is name of the user account to be tested.

" }, "UserPassword":{ "shape":"UserPassword", "documentation":"

The password of the user account to be tested.

" } } }, "TestIdentityProviderResponse":{ "type":"structure", "required":[ "StatusCode", "Url" ], "members":{ "Message":{ "shape":"Message", "documentation":"

The result of the authorization test as a message.

" }, "StatusCode":{ "shape":"StatusCode", "documentation":"

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

" }, "Url":{ "shape":"Url", "documentation":"

The endpoint of the service used to authenticate a user.

" } } }, "UntagResourceRequest":{ "type":"structure", "required":[ "Arn", "TagKeys" ], "members":{ "Arn":{ "shape":"Arn", "documentation":"

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

" }, "TagKeys":{ "shape":"TagKeys", "documentation":"

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.

" } } }, "UpdateServerRequest":{ "type":"structure", "required":["ServerId"], "members":{ "IdentityProviderDetails":{ "shape":"IdentityProviderDetails", "documentation":"

This response parameter is an array containing all of the information required to call a customer's authentication API method.

" }, "LoggingRole":{ "shape":"NullableRole", "documentation":"

Changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged in Amazon CloudWatch, turning logging on or off.

" }, "ServerId":{ "shape":"ServerId", "documentation":"

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

" } } }, "UpdateServerResponse":{ "type":"structure", "required":["ServerId"], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

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

" } } }, "UpdateUserRequest":{ "type":"structure", "required":[ "ServerId", "UserName" ], "members":{ "HomeDirectory":{ "shape":"HomeDirectory", "documentation":"

The HomeDirectory parameter specifies the landing directory (folder) for a user when they log in to the server using their client. An example would be: /home/username .

" }, "Policy":{ "shape":"Policy", "documentation":"

Allows you to supply a scope-down policy for your user so you can use the same AWS Identity and Access Management (IAM) role across multiple users. The policy scopes down users access to portions of your Amazon S3 bucket. Variables you can use inside this policy include ${Transfer:UserName}, ${Transfer:HomeDirectory}, and ${Transfer:HomeBucket}.

" }, "Role":{ "shape":"Role", "documentation":"

The IAM role that controls your user’s access to your Amazon S3 bucket. The policies attached to this role will determine the level of access you want to provide your users when transferring files into and out of your Amazon S3 bucket or buckets. The IAM role should also contain a trust relationship that allows the Secure File Transfer Protocol (SFTP) server to access your resources when servicing your SFTP user’s transfer requests.

" }, "ServerId":{ "shape":"ServerId", "documentation":"

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

" }, "UserName":{ "shape":"UserName", "documentation":"

A unique string that identifies a user and is associated with a server as specified by the ServerId. This is the string that will be used by your user when they log in to your SFTP server.

" } } }, "UpdateUserResponse":{ "type":"structure", "required":[ "ServerId", "UserName" ], "members":{ "ServerId":{ "shape":"ServerId", "documentation":"

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

" }, "UserName":{ "shape":"UserName", "documentation":"

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

" } }, "documentation":"

UpdateUserResponse returns the user name and server identifier for the request to update a user's properties.

" }, "Url":{"type":"string"}, "UserCount":{"type":"integer"}, "UserName":{ "type":"string", "pattern":"^[a-z0-9]{3,32}$" }, "UserPassword":{"type":"string"} } }