github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/transfer/2018-11-05/docs-2.json (about)

     1  {
     2    "version": "2.0",
     3    "service": "<p>Amazon Web Services Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3). Amazon Web Services helps you seamlessly migrate your file transfer workflows to Amazon Web Services Transfer Family by integrating with existing authentication systems, and providing DNS routing with Amazon Route 53 so nothing changes for your customers and partners, or their applications. With your data in Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and archiving. Getting started with Amazon Web Services Transfer Family is easy since there is no infrastructure to buy and set up.</p>",
     4    "operations": {
     5      "CreateAccess": "<p>Used by administrators to choose which groups in the directory should have access to upload and download files over the enabled protocols using Amazon Web Services Transfer Family. For example, a Microsoft Active Directory might contain 50,000 users, but only a small fraction might need the ability to transfer files to the server. An administrator can use <code>CreateAccess</code> to limit the access to the correct set of users who need this ability.</p>",
     6      "CreateServer": "<p>Instantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services. When you make updates to your file transfer protocol-enabled server or when you work with users, use the service-generated <code>ServerId</code> property that is assigned to the newly created server.</p>",
     7      "CreateUser": "<p>Creates a user and associates them with an existing file transfer protocol-enabled server. You can only create and associate users with servers that have the <code>IdentityProviderType</code> set to <code>SERVICE_MANAGED</code>. Using parameters for <code>CreateUser</code>, you can specify the user name, set the home directory, store the user's public key, and assign the user's Amazon Web Services Identity and Access Management (IAM) role. You can also optionally add a session policy, and assign metadata with tags that can be used to group and search for users.</p>",
     8      "CreateWorkflow": "<p> Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer completes. After creating a workflow, you can associate the workflow created with any transfer servers by specifying the <code>workflow-details</code> field in <code>CreateServer</code> and <code>UpdateServer</code> operations. </p>",
     9      "DeleteAccess": "<p>Allows you to delete the access specified in the <code>ServerID</code> and <code>ExternalID</code> parameters.</p>",
    10      "DeleteServer": "<p>Deletes the file transfer protocol-enabled server that you specify.</p> <p>No response returns from this operation.</p>",
    11      "DeleteSshPublicKey": "<p>Deletes a user's Secure Shell (SSH) public key.</p>",
    12      "DeleteUser": "<p>Deletes the user belonging to a file transfer protocol-enabled server you specify.</p> <p>No response returns from this operation.</p> <note> <p>When you delete a user from a server, the user's information is lost.</p> </note>",
    13      "DeleteWorkflow": "<p>Deletes the specified workflow.</p>",
    14      "DescribeAccess": "<p>Describes the access that is assigned to the specific file transfer protocol-enabled server, as identified by its <code>ServerId</code> property and its <code>ExternalID</code>.</p> <p>The response from this call returns the properties of the access that is associated with the <code>ServerId</code> value that was specified.</p>",
    15      "DescribeExecution": "<p>You can use <code>DescribeExecution</code> to check the details of the execution of the specified workflow.</p>",
    16      "DescribeSecurityPolicy": "<p>Describes the security policy that is attached to your file transfer protocol-enabled server. The response contains a description of the security policy's properties. For more information about security policies, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/security-policies.html\">Working with security policies</a>.</p>",
    17      "DescribeServer": "<p>Describes a file transfer protocol-enabled server that you specify by passing the <code>ServerId</code> parameter.</p> <p>The response contains a description of a server's properties. When you set <code>EndpointType</code> to VPC, the response will contain the <code>EndpointDetails</code>.</p>",
    18      "DescribeUser": "<p>Describes the user assigned to the specific file transfer protocol-enabled server, as identified by its <code>ServerId</code> property.</p> <p>The response from this call returns the properties of the user associated with the <code>ServerId</code> value that was specified.</p>",
    19      "DescribeWorkflow": "<p>Describes the specified workflow.</p>",
    20      "ImportSshPublicKey": "<p>Adds a Secure Shell (SSH) public key to a user account identified by a <code>UserName</code> value assigned to the specific file transfer protocol-enabled server, identified by <code>ServerId</code>.</p> <p>The response returns the <code>UserName</code> value, the <code>ServerId</code> value, and the name of the <code>SshPublicKeyId</code>.</p>",
    21      "ListAccesses": "<p>Lists the details for all the accesses you have on your server.</p>",
    22      "ListExecutions": "<p>Lists all executions for the specified workflow.</p>",
    23      "ListSecurityPolicies": "<p>Lists the security policies that are attached to your file transfer protocol-enabled servers.</p>",
    24      "ListServers": "<p>Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services account.</p>",
    25      "ListTagsForResource": "<p>Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a user, server, or role.</p>",
    26      "ListUsers": "<p>Lists the users for a file transfer protocol-enabled server that you specify by passing the <code>ServerId</code> parameter.</p>",
    27      "ListWorkflows": "<p>Lists all of your workflows.</p>",
    28      "SendWorkflowStepState": "<p>Sends a callback for asynchronous custom steps.</p> <p> The <code>ExecutionId</code>, <code>WorkflowId</code>, and <code>Token</code> are passed to the target resource during execution of a custom step of a workflow. You must include those with their callback as well as providing a status. </p>",
    29      "StartServer": "<p>Changes the state of a file transfer protocol-enabled server from <code>OFFLINE</code> to <code>ONLINE</code>. It has no impact on a server that is already <code>ONLINE</code>. An <code>ONLINE</code> server can accept and process file transfer jobs.</p> <p>The state of <code>STARTING</code> indicates that the server is in an intermediate state, either not fully able to respond, or not fully online. The values of <code>START_FAILED</code> can indicate an error condition.</p> <p>No response is returned from this call.</p>",
    30      "StopServer": "<p>Changes the state of a file transfer protocol-enabled server from <code>ONLINE</code> to <code>OFFLINE</code>. An <code>OFFLINE</code> 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.</p> <note> <p>Stopping the server will not reduce or impact your file transfer protocol endpoint billing; you must delete the server to stop being billed.</p> </note> <p>The state of <code>STOPPING</code> indicates that the server is in an intermediate state, either not fully able to respond, or not fully offline. The values of <code>STOP_FAILED</code> can indicate an error condition.</p> <p>No response is returned from this call.</p>",
    31      "TagResource": "<p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities.</p> <p>There is no response returned from this call.</p>",
    32      "TestIdentityProvider": "<p>If the <code>IdentityProviderType</code> of a file transfer protocol-enabled server is <code>AWS_DIRECTORY_SERVICE</code> or <code>API_Gateway</code>, tests whether your identity provider is set up successfully. We highly recommend that you call this operation to test your authentication method as soon as you create your server. By doing so, you can troubleshoot issues with the identity provider integration to ensure that your users can successfully use the service.</p> <p> The <code>ServerId</code> and <code>UserName</code> parameters are required. The <code>ServerProtocol</code>, <code>SourceIp</code>, and <code>UserPassword</code> are all optional. </p> <note> <p> You cannot use <code>TestIdentityProvider</code> if the <code>IdentityProviderType</code> of your server is <code>SERVICE_MANAGED</code>. </p> </note> <ul> <li> <p> If you provide any incorrect values for any parameters, the <code>Response</code> field is empty. </p> </li> <li> <p> If you provide a server ID for a server that uses service-managed users, you get an error: </p> <p> <code> An error occurred (InvalidRequestException) when calling the TestIdentityProvider operation: s-<i>server-ID</i> not configured for external auth </code> </p> </li> <li> <p> If you enter a Server ID for the <code>--server-id</code> parameter that does not identify an actual Transfer server, you receive the following error: </p> <p> <code>An error occurred (ResourceNotFoundException) when calling the TestIdentityProvider operation: Unknown server</code> </p> </li> </ul>",
    33      "UntagResource": "<p>Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities.</p> <p>No response is returned from this call.</p>",
    34      "UpdateAccess": "<p>Allows you to update parameters for the access specified in the <code>ServerID</code> and <code>ExternalID</code> parameters.</p>",
    35      "UpdateServer": "<p>Updates the file transfer protocol-enabled server's properties after that server has been created.</p> <p>The <code>UpdateServer</code> call returns the <code>ServerId</code> of the server you updated.</p>",
    36      "UpdateUser": "<p>Assigns new properties to a user. Parameters you pass modify any or all of the following: the home directory, role, and policy for the <code>UserName</code> and <code>ServerId</code> you specify.</p> <p>The response returns the <code>ServerId</code> and the <code>UserName</code> for the updated user.</p>"
    37    },
    38    "shapes": {
    39      "AccessDeniedException": {
    40        "base": "<p>You do not have sufficient access to perform this action.</p>",
    41        "refs": {
    42        }
    43      },
    44      "AddressAllocationId": {
    45        "base": null,
    46        "refs": {
    47          "AddressAllocationIds$member": null
    48        }
    49      },
    50      "AddressAllocationIds": {
    51        "base": null,
    52        "refs": {
    53          "EndpointDetails$AddressAllocationIds": "<p>A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.</p> <note> <p>This property can only be set when <code>EndpointType</code> is set to <code>VPC</code> and it is only valid in the <code>UpdateServer</code> API.</p> </note>"
    54        }
    55      },
    56      "Arn": {
    57        "base": null,
    58        "refs": {
    59          "DescribedServer$Arn": "<p>Specifies the unique Amazon Resource Name (ARN) of the server.</p>",
    60          "DescribedUser$Arn": "<p>Specifies the unique Amazon Resource Name (ARN) for the user that was requested to be described.</p>",
    61          "DescribedWorkflow$Arn": "<p>Specifies the unique Amazon Resource Name (ARN) for the workflow.</p>",
    62          "ListTagsForResourceRequest$Arn": "<p>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.</p>",
    63          "ListTagsForResourceResponse$Arn": "<p>The ARN you specified to list the tags of.</p>",
    64          "ListedServer$Arn": "<p>Specifies the unique Amazon Resource Name (ARN) for a server to be listed.</p>",
    65          "ListedUser$Arn": "<p>Provides the unique Amazon Resource Name (ARN) for the user that you want to learn about.</p>",
    66          "ListedWorkflow$Arn": "<p>Specifies the unique Amazon Resource Name (ARN) for the workflow.</p>",
    67          "TagResourceRequest$Arn": "<p>An Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a server, user, or role.</p>",
    68          "UntagResourceRequest$Arn": "<p>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.</p>"
    69        }
    70      },
    71      "CallbackToken": {
    72        "base": null,
    73        "refs": {
    74          "SendWorkflowStepStateRequest$Token": "<p>Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.</p>"
    75        }
    76      },
    77      "Certificate": {
    78        "base": null,
    79        "refs": {
    80          "CreateServerRequest$Certificate": "<p>The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager (ACM) certificate. Required when <code>Protocols</code> is set to <code>FTPS</code>.</p> <p>To request a new public certificate, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html\">Request a public certificate</a> in the <i> Amazon Web Services Certificate Manager User Guide</i>.</p> <p>To import an existing certificate into ACM, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html\">Importing certificates into ACM</a> in the <i> Amazon Web Services Certificate Manager User Guide</i>.</p> <p>To request a private certificate to use FTPS through private IP addresses, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-private.html\">Request a private certificate</a> in the <i> Amazon Web Services Certificate Manager User Guide</i>.</p> <p>Certificates with the following cryptographic algorithms and key sizes are supported:</p> <ul> <li> <p>2048-bit RSA (RSA_2048)</p> </li> <li> <p>4096-bit RSA (RSA_4096)</p> </li> <li> <p>Elliptic Prime Curve 256 bit (EC_prime256v1)</p> </li> <li> <p>Elliptic Prime Curve 384 bit (EC_secp384r1)</p> </li> <li> <p>Elliptic Prime Curve 521 bit (EC_secp521r1)</p> </li> </ul> <note> <p>The certificate must be a valid SSL/TLS X.509 version 3 certificate with FQDN or IP address specified and information about the issuer.</p> </note>",
    81          "DescribedServer$Certificate": "<p>Specifies the ARN of the Amazon Web ServicesCertificate Manager (ACM) certificate. Required when <code>Protocols</code> is set to <code>FTPS</code>.</p>",
    82          "UpdateServerRequest$Certificate": "<p>The Amazon Resource Name (ARN) of the Amazon Web ServicesCertificate Manager (ACM) certificate. Required when <code>Protocols</code> is set to <code>FTPS</code>.</p> <p>To request a new public certificate, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html\">Request a public certificate</a> in the <i> Amazon Web ServicesCertificate Manager User Guide</i>.</p> <p>To import an existing certificate into ACM, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html\">Importing certificates into ACM</a> in the <i> Amazon Web ServicesCertificate Manager User Guide</i>.</p> <p>To request a private certificate to use FTPS through private IP addresses, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-private.html\">Request a private certificate</a> in the <i> Amazon Web ServicesCertificate Manager User Guide</i>.</p> <p>Certificates with the following cryptographic algorithms and key sizes are supported:</p> <ul> <li> <p>2048-bit RSA (RSA_2048)</p> </li> <li> <p>4096-bit RSA (RSA_4096)</p> </li> <li> <p>Elliptic Prime Curve 256 bit (EC_prime256v1)</p> </li> <li> <p>Elliptic Prime Curve 384 bit (EC_secp384r1)</p> </li> <li> <p>Elliptic Prime Curve 521 bit (EC_secp521r1)</p> </li> </ul> <note> <p>The certificate must be a valid SSL/TLS X.509 version 3 certificate with FQDN or IP address specified and information about the issuer.</p> </note>"
    83        }
    84      },
    85      "ConflictException": {
    86        "base": "<p>This exception is thrown when the <code>UpdateServer</code> is called for a file transfer protocol-enabled server that has VPC as the endpoint type and the server's <code>VpcEndpointID</code> is not in the available state.</p>",
    87        "refs": {
    88        }
    89      },
    90      "CopyStepDetails": {
    91        "base": "<p>Each step type has its own <code>StepDetails</code> structure.</p>",
    92        "refs": {
    93          "WorkflowStep$CopyStepDetails": "<p>Details for a step that performs a file copy.</p> <p> Consists of the following values: </p> <ul> <li> <p>A description</p> </li> <li> <p>An S3 location for the destination of the file copy.</p> </li> <li> <p>A flag that indicates whether or not to overwrite an existing file of the same name. The default is <code>FALSE</code>.</p> </li> </ul>"
    94        }
    95      },
    96      "CreateAccessRequest": {
    97        "base": null,
    98        "refs": {
    99        }
   100      },
   101      "CreateAccessResponse": {
   102        "base": null,
   103        "refs": {
   104        }
   105      },
   106      "CreateServerRequest": {
   107        "base": null,
   108        "refs": {
   109        }
   110      },
   111      "CreateServerResponse": {
   112        "base": null,
   113        "refs": {
   114        }
   115      },
   116      "CreateUserRequest": {
   117        "base": null,
   118        "refs": {
   119        }
   120      },
   121      "CreateUserResponse": {
   122        "base": null,
   123        "refs": {
   124        }
   125      },
   126      "CreateWorkflowRequest": {
   127        "base": null,
   128        "refs": {
   129        }
   130      },
   131      "CreateWorkflowResponse": {
   132        "base": null,
   133        "refs": {
   134        }
   135      },
   136      "CustomStepDetails": {
   137        "base": "<p>Each step type has its own <code>StepDetails</code> structure.</p>",
   138        "refs": {
   139          "WorkflowStep$CustomStepDetails": "<p>Details for a step that invokes a lambda function.</p> <p> Consists of the lambda function name, target, and timeout (in seconds). </p>"
   140        }
   141      },
   142      "CustomStepStatus": {
   143        "base": null,
   144        "refs": {
   145          "SendWorkflowStepStateRequest$Status": "<p>Indicates whether the specified step succeeded or failed.</p>"
   146        }
   147      },
   148      "CustomStepTarget": {
   149        "base": null,
   150        "refs": {
   151          "CustomStepDetails$Target": "<p>The ARN for the lambda function that is being called.</p>"
   152        }
   153      },
   154      "CustomStepTimeoutSeconds": {
   155        "base": null,
   156        "refs": {
   157          "CustomStepDetails$TimeoutSeconds": "<p>Timeout, in seconds, for the step.</p>"
   158        }
   159      },
   160      "DateImported": {
   161        "base": null,
   162        "refs": {
   163          "SshPublicKey$DateImported": "<p>Specifies the date that the public key was added to the user account.</p>"
   164        }
   165      },
   166      "DeleteAccessRequest": {
   167        "base": null,
   168        "refs": {
   169        }
   170      },
   171      "DeleteServerRequest": {
   172        "base": null,
   173        "refs": {
   174        }
   175      },
   176      "DeleteSshPublicKeyRequest": {
   177        "base": null,
   178        "refs": {
   179        }
   180      },
   181      "DeleteStepDetails": {
   182        "base": "<p>The name of the step, used to identify the delete step.</p>",
   183        "refs": {
   184          "WorkflowStep$DeleteStepDetails": "<p>Details for a step that deletes the file.</p>"
   185        }
   186      },
   187      "DeleteUserRequest": {
   188        "base": null,
   189        "refs": {
   190        }
   191      },
   192      "DeleteWorkflowRequest": {
   193        "base": null,
   194        "refs": {
   195        }
   196      },
   197      "DescribeAccessRequest": {
   198        "base": null,
   199        "refs": {
   200        }
   201      },
   202      "DescribeAccessResponse": {
   203        "base": null,
   204        "refs": {
   205        }
   206      },
   207      "DescribeExecutionRequest": {
   208        "base": null,
   209        "refs": {
   210        }
   211      },
   212      "DescribeExecutionResponse": {
   213        "base": null,
   214        "refs": {
   215        }
   216      },
   217      "DescribeSecurityPolicyRequest": {
   218        "base": null,
   219        "refs": {
   220        }
   221      },
   222      "DescribeSecurityPolicyResponse": {
   223        "base": null,
   224        "refs": {
   225        }
   226      },
   227      "DescribeServerRequest": {
   228        "base": null,
   229        "refs": {
   230        }
   231      },
   232      "DescribeServerResponse": {
   233        "base": null,
   234        "refs": {
   235        }
   236      },
   237      "DescribeUserRequest": {
   238        "base": null,
   239        "refs": {
   240        }
   241      },
   242      "DescribeUserResponse": {
   243        "base": null,
   244        "refs": {
   245        }
   246      },
   247      "DescribeWorkflowRequest": {
   248        "base": null,
   249        "refs": {
   250        }
   251      },
   252      "DescribeWorkflowResponse": {
   253        "base": null,
   254        "refs": {
   255        }
   256      },
   257      "DescribedAccess": {
   258        "base": "<p>Describes the properties of the access that was specified.</p>",
   259        "refs": {
   260          "DescribeAccessResponse$Access": "<p>The external ID of the server that the access is attached to.</p>"
   261        }
   262      },
   263      "DescribedExecution": {
   264        "base": "<p>The details for an execution object.</p>",
   265        "refs": {
   266          "DescribeExecutionResponse$Execution": "<p>The structure that contains the details of the workflow' execution.</p>"
   267        }
   268      },
   269      "DescribedSecurityPolicy": {
   270        "base": "<p>Describes the properties of a security policy that was specified. For more information about security policies, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/security-policies.html\">Working with security policies</a>.</p>",
   271        "refs": {
   272          "DescribeSecurityPolicyResponse$SecurityPolicy": "<p>An array containing the properties of the security policy.</p>"
   273        }
   274      },
   275      "DescribedServer": {
   276        "base": "<p>Describes the properties of a file transfer protocol-enabled server that was specified.</p>",
   277        "refs": {
   278          "DescribeServerResponse$Server": "<p>An array containing the properties of a server with the <code>ServerID</code> you specified.</p>"
   279        }
   280      },
   281      "DescribedUser": {
   282        "base": "<p>Describes the properties of a user that was specified.</p>",
   283        "refs": {
   284          "DescribeUserResponse$User": "<p>An array containing the properties of the user account for the <code>ServerID</code> value that you specified.</p>"
   285        }
   286      },
   287      "DescribedWorkflow": {
   288        "base": "<p>Describes the properties of the specified workflow</p>",
   289        "refs": {
   290          "DescribeWorkflowResponse$Workflow": "<p>The structure that contains the details of the workflow.</p>"
   291        }
   292      },
   293      "DirectoryId": {
   294        "base": null,
   295        "refs": {
   296          "IdentityProviderDetails$DirectoryId": "<p>The identifier of the Amazon Web ServicesDirectory Service directory that you want to stop sharing.</p>"
   297        }
   298      },
   299      "Domain": {
   300        "base": null,
   301        "refs": {
   302          "CreateServerRequest$Domain": "<p>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.</p> <note> <p>After the server is created, the domain cannot be changed.</p> </note>",
   303          "DescribedServer$Domain": "<p>Specifies the domain of the storage system that is used for file transfers.</p>",
   304          "ListedServer$Domain": "<p>Specifies the domain of the storage system that is used for file transfers.</p>"
   305        }
   306      },
   307      "EfsFileLocation": {
   308        "base": "<p>Reserved for future use.</p> <p> </p>",
   309        "refs": {
   310          "FileLocation$EfsFileLocation": "<p>Specifies the Amazon EFS ID and the path for the file being used.</p>",
   311          "InputFileLocation$EfsFileLocation": "<p>Reserved for future use.</p>"
   312        }
   313      },
   314      "EfsFileSystemId": {
   315        "base": null,
   316        "refs": {
   317          "EfsFileLocation$FileSystemId": "<p>The ID of the file system, assigned by Amazon EFS.</p>"
   318        }
   319      },
   320      "EfsPath": {
   321        "base": null,
   322        "refs": {
   323          "EfsFileLocation$Path": "<p>The pathname for the folder being used by a workflow.</p>"
   324        }
   325      },
   326      "EndpointDetails": {
   327        "base": "<p>The virtual private cloud (VPC) endpoint settings that are configured for your file transfer protocol-enabled server. With a VPC endpoint, you can restrict access to your server and resources only within your VPC. To control incoming internet traffic, invoke the <code>UpdateServer</code> API and attach an Elastic IP address to your server's endpoint.</p> <note> <p> After May 19, 2021, you won't be able to create a server using <code>EndpointType=VPC_ENDPOINT</code> in your Amazon Web Servicesaccount if your account hasn't already done so before May 19, 2021. If you have already created servers with <code>EndpointType=VPC_ENDPOINT</code> in your Amazon Web Servicesaccount on or before May 19, 2021, you will not be affected. After this date, use <code>EndpointType</code>=<code>VPC</code>.</p> <p>For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.</p> </note>",
   328        "refs": {
   329          "CreateServerRequest$EndpointDetails": "<p>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.</p>",
   330          "DescribedServer$EndpointDetails": "<p>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.</p>",
   331          "UpdateServerRequest$EndpointDetails": "<p>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.</p>"
   332        }
   333      },
   334      "EndpointType": {
   335        "base": null,
   336        "refs": {
   337          "CreateServerRequest$EndpointType": "<p>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.</p> <note> <p> After May 19, 2021, you won't be able to create a server using <code>EndpointType=VPC_ENDPOINT</code> 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 <code>EndpointType=VPC_ENDPOINT</code> in your Amazon Web Services account on or before May 19, 2021, you will not be affected. After this date, use <code>EndpointType</code>=<code>VPC</code>.</p> <p>For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.</p> <p>It is recommended that you use <code>VPC</code> as the <code>EndpointType</code>. 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 <code>EndpointType</code> set to <code>VPC_ENDPOINT</code>.</p> </note>",
   338          "DescribedServer$EndpointType": "<p>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.</p>",
   339          "ListedServer$EndpointType": "<p>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.</p>",
   340          "UpdateServerRequest$EndpointType": "<p>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.</p> <note> <p> After May 19, 2021, you won't be able to create a server using <code>EndpointType=VPC_ENDPOINT</code> in your Amazon Web Servicesaccount if your account hasn't already done so before May 19, 2021. If you have already created servers with <code>EndpointType=VPC_ENDPOINT</code> in your Amazon Web Servicesaccount on or before May 19, 2021, you will not be affected. After this date, use <code>EndpointType</code>=<code>VPC</code>.</p> <p>For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.</p> <p>It is recommended that you use <code>VPC</code> as the <code>EndpointType</code>. 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 <code>EndpointType</code> set to <code>VPC_ENDPOINT</code>.</p> </note>"
   341        }
   342      },
   343      "ExecutionError": {
   344        "base": "<p>Specifies the error message and type, for an error that occurs during the execution of the workflow.</p>",
   345        "refs": {
   346          "ExecutionStepResult$Error": "<p>Specifies the details for an error, if it occurred during execution of the specified workfow step.</p>"
   347        }
   348      },
   349      "ExecutionErrorMessage": {
   350        "base": null,
   351        "refs": {
   352          "ExecutionError$Message": "<p>Specifies the descriptive message that corresponds to the <code>ErrorType</code>.</p>"
   353        }
   354      },
   355      "ExecutionErrorType": {
   356        "base": null,
   357        "refs": {
   358          "ExecutionError$Type": "<p>Specifies the error type: currently, the only valid value is <code>PERMISSION_DENIED</code>, which occurs if your policy does not contain the correct permissions to complete one or more of the steps in the workflow.</p>"
   359        }
   360      },
   361      "ExecutionId": {
   362        "base": null,
   363        "refs": {
   364          "DescribeExecutionRequest$ExecutionId": "<p>A unique identifier for the execution of a workflow.</p>",
   365          "DescribedExecution$ExecutionId": "<p>A unique identifier for the execution of a workflow.</p>",
   366          "ListedExecution$ExecutionId": "<p>A unique identifier for the execution of a workflow.</p>",
   367          "SendWorkflowStepStateRequest$ExecutionId": "<p>A unique identifier for the execution of a workflow.</p>"
   368        }
   369      },
   370      "ExecutionResults": {
   371        "base": "<p>Specifies the steps in the workflow, as well as the steps to execute in case of any errors during workflow execution.</p>",
   372        "refs": {
   373          "DescribedExecution$Results": "<p>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 <code>OnExceptionSteps</code> structure.</p>"
   374        }
   375      },
   376      "ExecutionStatus": {
   377        "base": null,
   378        "refs": {
   379          "DescribedExecution$Status": "<p>The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception. </p>",
   380          "ListedExecution$Status": "<p>The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.</p>"
   381        }
   382      },
   383      "ExecutionStepResult": {
   384        "base": "<p>Specifies the following details for the step: error (if any), outputs (if any), and the step type.</p>",
   385        "refs": {
   386          "ExecutionStepResults$member": null
   387        }
   388      },
   389      "ExecutionStepResults": {
   390        "base": null,
   391        "refs": {
   392          "ExecutionResults$Steps": "<p>Specifies the details for the steps that are in the specified workflow.</p>",
   393          "ExecutionResults$OnExceptionSteps": "<p>Specifies the steps (actions) to take if errors are encountered during execution of the workflow.</p>"
   394        }
   395      },
   396      "ExternalId": {
   397        "base": null,
   398        "refs": {
   399          "CreateAccessRequest$ExternalId": "<p>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.</p> <p> <code>Get-ADGroup -Filter {samAccountName -like \"<i>YourGroupName</i>*\"} -Properties * | Select SamAccountName,ObjectSid</code> </p> <p>In that command, replace <i>YourGroupName</i> with the name of your Active Directory group.</p> <p>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: =,.@:/-</p>",
   400          "CreateAccessResponse$ExternalId": "<p>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.</p>",
   401          "DeleteAccessRequest$ExternalId": "<p>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.</p> <p> <code>Get-ADGroup -Filter {samAccountName -like \"<i>YourGroupName</i>*\"} -Properties * | Select SamAccountName,ObjectSid</code> </p> <p>In that command, replace <i>YourGroupName</i> with the name of your Active Directory group.</p> <p>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: =,.@:/-</p>",
   402          "DescribeAccessRequest$ExternalId": "<p>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.</p> <p> <code>Get-ADGroup -Filter {samAccountName -like \"<i>YourGroupName</i>*\"} -Properties * | Select SamAccountName,ObjectSid</code> </p> <p>In that command, replace <i>YourGroupName</i> with the name of your Active Directory group.</p> <p>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: =,.@:/-</p>",
   403          "DescribedAccess$ExternalId": "<p>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.</p> <p> <code>Get-ADGroup -Filter {samAccountName -like \"<i>YourGroupName</i>*\"} -Properties * | Select SamAccountName,ObjectSid</code> </p> <p>In that command, replace <i>YourGroupName</i> with the name of your Active Directory group.</p> <p>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: =,.@:/-</p>",
   404          "ListedAccess$ExternalId": "<p>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.</p> <p> <code>Get-ADGroup -Filter {samAccountName -like \"<i>YourGroupName</i>*\"} -Properties * | Select SamAccountName,ObjectSid</code> </p> <p>In that command, replace <i>YourGroupName</i> with the name of your Active Directory group.</p> <p>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: =,.@:/-</p>",
   405          "UpdateAccessRequest$ExternalId": "<p>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.</p> <p> <code>Get-ADGroup -Filter {samAccountName -like \"<i>YourGroupName</i>*\"} -Properties * | Select SamAccountName,ObjectSid</code> </p> <p>In that command, replace <i>YourGroupName</i> with the name of your Active Directory group.</p> <p>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: =,.@:/-</p>",
   406          "UpdateAccessResponse$ExternalId": "<p>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.</p>"
   407        }
   408      },
   409      "FileLocation": {
   410        "base": "<p>Specifies the Amazon S3 or EFS file details to be used in the step.</p>",
   411        "refs": {
   412          "DescribedExecution$InitialFileLocation": "<p>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.</p>",
   413          "ListedExecution$InitialFileLocation": "<p>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.</p>"
   414        }
   415      },
   416      "Fips": {
   417        "base": null,
   418        "refs": {
   419          "DescribedSecurityPolicy$Fips": "<p>Specifies whether this policy enables Federal Information Processing Standards (FIPS).</p>"
   420        }
   421      },
   422      "HomeDirectory": {
   423        "base": null,
   424        "refs": {
   425          "CreateAccessRequest$HomeDirectory": "<p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p>",
   426          "CreateUserRequest$HomeDirectory": "<p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p>",
   427          "DescribedAccess$HomeDirectory": "<p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p>",
   428          "DescribedUser$HomeDirectory": "<p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p>",
   429          "ListedAccess$HomeDirectory": "<p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p>",
   430          "ListedUser$HomeDirectory": "<p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p>",
   431          "UpdateAccessRequest$HomeDirectory": "<p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p>",
   432          "UpdateUserRequest$HomeDirectory": "<p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p>"
   433        }
   434      },
   435      "HomeDirectoryMapEntry": {
   436        "base": "<p>Represents an object that contains entries and targets for <code>HomeDirectoryMappings</code>.</p> <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p> <p> <code>[ { \"Entry:\": \"/\", \"Target\": \"/bucket_name/home/mydirectory\" } ]</code> </p> <note> <p>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 <code>s3api</code> or <code>efsapi</code> call instead of <code>s3</code> or <code>efs</code> so you can use the put-object operation. For example, you use the following: <code>aws s3api put-object --bucket bucketname --key path/to/folder/</code>. Make sure that the end of the key name ends in a <code>/</code> for it to be considered a folder.</p> </note>",
   437        "refs": {
   438          "HomeDirectoryMappings$member": null
   439        }
   440      },
   441      "HomeDirectoryMappings": {
   442        "base": null,
   443        "refs": {
   444          "CreateAccessRequest$HomeDirectoryMappings": "<p>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 <code>Entry</code> and <code>Target</code> pair, where <code>Entry</code> shows how the path is made visible and <code>Target</code> 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 <code>Target</code>. This value can only be set when <code>HomeDirectoryType</code> is set to <i>LOGICAL</i>.</p> <p>The following is an <code>Entry</code> and <code>Target</code> pair example.</p> <p> <code>[ { \"Entry\": \"/directory1\", \"Target\": \"/bucket_name/home/mydirectory\" } ]</code> </p> <p>In most cases, you can use this value instead of the session policy to lock down your user to the designated home directory (\"<code>chroot</code>\"). To do this, you can set <code>Entry</code> to <code>/</code> and set <code>Target</code> to the <code>HomeDirectory</code> parameter value.</p> <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p> <p> <code>[ { \"Entry:\": \"/\", \"Target\": \"/bucket_name/home/mydirectory\" } ]</code> </p> <note> <p>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 <code>s3api</code> or <code>efsapi</code> call instead of <code>s3</code> or <code>efs</code> so you can use the put-object operation. For example, you use the following: <code>aws s3api put-object --bucket bucketname --key path/to/folder/</code>. Make sure that the end of the key name ends in a <code>/</code> for it to be considered a folder.</p> </note>",
   445          "CreateUserRequest$HomeDirectoryMappings": "<p>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 <code>Entry</code> and <code>Target</code> pair, where <code>Entry</code> shows how the path is made visible and <code>Target</code> 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 <code>Target</code>. This value can only be set when <code>HomeDirectoryType</code> is set to <i>LOGICAL</i>.</p> <p>The following is an <code>Entry</code> and <code>Target</code> pair example.</p> <p> <code>[ { \"Entry\": \"/directory1\", \"Target\": \"/bucket_name/home/mydirectory\" } ]</code> </p> <p>In most cases, you can use this value instead of the session policy to lock your user down to the designated home directory (\"<code>chroot</code>\"). To do this, you can set <code>Entry</code> to <code>/</code> and set <code>Target</code> to the HomeDirectory parameter value.</p> <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p> <p> <code>[ { \"Entry:\": \"/\", \"Target\": \"/bucket_name/home/mydirectory\" } ]</code> </p> <note> <p>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 <code>s3api</code> or <code>efsapi</code> call instead of <code>s3</code> or <code>efs</code> so you can use the put-object operation. For example, you use the following: <code>aws s3api put-object --bucket bucketname --key path/to/folder/</code>. Make sure that the end of the key name ends in a <code>/</code> for it to be considered a folder.</p> </note>",
   446          "DescribedAccess$HomeDirectoryMappings": "<p>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 <code>Entry</code> and <code>Target</code> pair, where <code>Entry</code> shows how the path is made visible and <code>Target</code> 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 <code>Target</code>. This value can only be set when <code>HomeDirectoryType</code> is set to <i>LOGICAL</i>.</p> <p>In most cases, you can use this value instead of the session policy to lock down the associated access to the designated home directory (\"<code>chroot</code>\"). To do this, you can set <code>Entry</code> to '/' and set <code>Target</code> to the <code>HomeDirectory</code> parameter value.</p>",
   447          "DescribedUser$HomeDirectoryMappings": "<p>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 <code>Entry</code> and <code>Target</code> pair, where <code>Entry</code> shows how the path is made visible and <code>Target</code> 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 <code>Target</code>. This value can only be set when <code>HomeDirectoryType</code> is set to <i>LOGICAL</i>.</p> <p>In most cases, you can use this value instead of the session policy to lock your user down to the designated home directory (\"<code>chroot</code>\"). To do this, you can set <code>Entry</code> to '/' and set <code>Target</code> to the HomeDirectory parameter value.</p>",
   448          "UpdateAccessRequest$HomeDirectoryMappings": "<p>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 <code>Entry</code> and <code>Target</code> pair, where <code>Entry</code> shows how the path is made visible and <code>Target</code> 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 <code>Target</code>. This value can only be set when <code>HomeDirectoryType</code> is set to <i>LOGICAL</i>.</p> <p>The following is an <code>Entry</code> and <code>Target</code> pair example.</p> <p> <code>[ { \"Entry\": \"/directory1\", \"Target\": \"/bucket_name/home/mydirectory\" } ]</code> </p> <p>In most cases, you can use this value instead of the session policy to lock down your user to the designated home directory (\"<code>chroot</code>\"). To do this, you can set <code>Entry</code> to <code>/</code> and set <code>Target</code> to the <code>HomeDirectory</code> parameter value.</p> <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p> <p> <code>[ { \"Entry:\": \"/\", \"Target\": \"/bucket_name/home/mydirectory\" } ]</code> </p> <note> <p>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 <code>s3api</code> or <code>efsapi</code> call instead of <code>s3</code> or <code>efs</code> so you can use the put-object operation. For example, you use the following: <code>aws s3api put-object --bucket bucketname --key path/to/folder/</code>. Make sure that the end of the key name ends in a <code>/</code> for it to be considered a folder.</p> </note>",
   449          "UpdateUserRequest$HomeDirectoryMappings": "<p>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 <code>Entry</code> and <code>Target</code> pair, where <code>Entry</code> shows how the path is made visible and <code>Target</code> 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 <code>Target</code>. This value can only be set when <code>HomeDirectoryType</code> is set to <i>LOGICAL</i>.</p> <p>The following is an <code>Entry</code> and <code>Target</code> pair example.</p> <p> <code>[ { \"Entry\": \"/directory1\", \"Target\": \"/bucket_name/home/mydirectory\" } ]</code> </p> <p>In most cases, you can use this value instead of the session policy to lock down your user to the designated home directory (\"<code>chroot</code>\"). To do this, you can set <code>Entry</code> to '/' and set <code>Target</code> to the HomeDirectory parameter value.</p> <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p> <p> <code>[ { \"Entry:\": \"/\", \"Target\": \"/bucket_name/home/mydirectory\" } ]</code> </p> <note> <p>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 <code>s3api</code> or <code>efsapi</code> call instead of <code>s3</code> or <code>efs</code> so you can use the put-object operation. For example, you use the following: <code>aws s3api put-object --bucket bucketname --key path/to/folder/</code>. Make sure that the end of the key name ends in a <code>/</code> for it to be considered a folder.</p> </note>"
   450        }
   451      },
   452      "HomeDirectoryType": {
   453        "base": null,
   454        "refs": {
   455          "CreateAccessRequest$HomeDirectoryType": "<p>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 <code>PATH</code>, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it <code>LOGICAL</code>, you need to provide mappings in the <code>HomeDirectoryMappings</code> for how you want to make Amazon S3 or EFS paths visible to your users.</p>",
   456          "CreateUserRequest$HomeDirectoryType": "<p>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 <code>PATH</code>, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it <code>LOGICAL</code>, you need to provide mappings in the <code>HomeDirectoryMappings</code> for how you want to make Amazon S3 or EFS paths visible to your users.</p>",
   457          "DescribedAccess$HomeDirectoryType": "<p>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 <code>PATH</code>, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it <code>LOGICAL</code>, you need to provide mappings in the <code>HomeDirectoryMappings</code> for how you want to make Amazon S3 or EFS paths visible to your users.</p>",
   458          "DescribedUser$HomeDirectoryType": "<p>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 <code>PATH</code>, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it <code>LOGICAL</code>, you need to provide mappings in the <code>HomeDirectoryMappings</code> for how you want to make Amazon S3 or EFS paths visible to your users.</p>",
   459          "ListedAccess$HomeDirectoryType": "<p>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 <code>PATH</code>, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it <code>LOGICAL</code>, you need to provide mappings in the <code>HomeDirectoryMappings</code> for how you want to make Amazon S3 or EFS paths visible to your users.</p>",
   460          "ListedUser$HomeDirectoryType": "<p>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 <code>PATH</code>, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it <code>LOGICAL</code>, you need to provide mappings in the <code>HomeDirectoryMappings</code> for how you want to make Amazon S3 or EFS paths visible to your users.</p>",
   461          "UpdateAccessRequest$HomeDirectoryType": "<p>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 <code>PATH</code>, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it <code>LOGICAL</code>, you need to provide mappings in the <code>HomeDirectoryMappings</code> for how you want to make Amazon S3 or EFS paths visible to your users.</p>",
   462          "UpdateUserRequest$HomeDirectoryType": "<p>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 <code>PATH</code>, the user will see the absolute Amazon S3 bucket or EFS paths as is in their file transfer protocol clients. If you set it <code>LOGICAL</code>, you need to provide mappings in the <code>HomeDirectoryMappings</code> for how you want to make Amazon S3 or EFS paths visible to your users.</p>"
   463        }
   464      },
   465      "HostKey": {
   466        "base": null,
   467        "refs": {
   468          "CreateServerRequest$HostKey": "<p>The RSA private key as generated by the <code>ssh-keygen -N \"\" -m PEM -f my-new-server-key</code> command.</p> <important> <p>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.</p> </important> <p>For more information, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/edit-server-config.html#configuring-servers-change-host-key\">Change the host key for your SFTP-enabled server</a> in the <i>Amazon Web Services Transfer Family User Guide</i>.</p>",
   469          "UpdateServerRequest$HostKey": "<p>The RSA private key as generated by <code>ssh-keygen -N \"\" -m PEM -f my-new-server-key</code>.</p> <important> <p>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.</p> </important> <p>For more information, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/edit-server-config.html#configuring-servers-change-host-key\">Change the host key for your SFTP-enabled server</a> in the <i>Amazon Web ServicesTransfer Family User Guide</i>.</p>"
   470        }
   471      },
   472      "HostKeyFingerprint": {
   473        "base": null,
   474        "refs": {
   475          "DescribedServer$HostKeyFingerprint": "<p>Specifies the Base64-encoded SHA256 fingerprint of the server's host key. This value is equivalent to the output of the <code>ssh-keygen -l -f my-new-server-key</code> command.</p>"
   476        }
   477      },
   478      "IdentityProviderDetails": {
   479        "base": "<p>Returns information related to the type of user authentication that is in use for a file transfer protocol-enabled server's users. A server can have only one method of authentication.</p>",
   480        "refs": {
   481          "CreateServerRequest$IdentityProviderDetails": "<p>Required when <code>IdentityProviderType</code> is set to <code>AWS_DIRECTORY_SERVICE</code> or <code>API_GATEWAY</code>. Accepts an array containing all of the information required to use a directory in <code>AWS_DIRECTORY_SERVICE</code> or invoke a customer-supplied authentication API, including the API Gateway URL. Not required when <code>IdentityProviderType</code> is set to <code>SERVICE_MANAGED</code>.</p>",
   482          "DescribedServer$IdentityProviderDetails": "<p>Specifies information to call a customer-supplied authentication API. This field is not populated when the <code>IdentityProviderType</code> of a server is <code>AWS_DIRECTORY_SERVICE</code> or <code>SERVICE_MANAGED</code>.</p>",
   483          "UpdateServerRequest$IdentityProviderDetails": "<p>An array containing all of the information required to call a customer's authentication API method.</p>"
   484        }
   485      },
   486      "IdentityProviderType": {
   487        "base": "<p>Returns information related to the type of user authentication that is in use for a file transfer protocol-enabled server's users. For <code>AWS_DIRECTORY_SERVICE</code> or <code>SERVICE_MANAGED</code> authentication, the Secure Shell (SSH) public keys are stored with a user on the server instance. For <code>API_GATEWAY</code> authentication, your custom authentication method is implemented by using an API call. The server can have only one method of authentication.</p>",
   488        "refs": {
   489          "CreateServerRequest$IdentityProviderType": "<p>Specifies the mode of authentication for a server. The default value is <code>SERVICE_MANAGED</code>, which allows you to store and access user credentials within the Amazon Web Services Transfer Family service.</p> <p>Use <code>AWS_DIRECTORY_SERVICE</code> 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 <code>IdentityProviderDetails</code> parameter.</p> <p>Use the <code>API_GATEWAY</code> value to integrate with an identity provider of your choosing. The <code>API_GATEWAY</code> setting requires you to provide an API Gateway endpoint URL to call for authentication using the <code>IdentityProviderDetails</code> parameter.</p>",
   490          "DescribedServer$IdentityProviderType": "<p>Specifies the mode of authentication for a server. The default value is <code>SERVICE_MANAGED</code>, which allows you to store and access user credentials within the Amazon Web Services Transfer Family service.</p> <p>Use <code>AWS_DIRECTORY_SERVICE</code> 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 <code>IdentityProviderDetails</code> parameter.</p> <p>Use the <code>API_GATEWAY</code> value to integrate with an identity provider of your choosing. The <code>API_GATEWAY</code> setting requires you to provide an API Gateway endpoint URL to call for authentication using the <code>IdentityProviderDetails</code> parameter.</p>",
   491          "ListedServer$IdentityProviderType": "<p>Specifies the mode of authentication for a server. The default value is <code>SERVICE_MANAGED</code>, which allows you to store and access user credentials within the Amazon Web Services Transfer Family service.</p> <p>Use <code>AWS_DIRECTORY_SERVICE</code> 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 <code>IdentityProviderDetails</code> parameter.</p> <p>Use the <code>API_GATEWAY</code> value to integrate with an identity provider of your choosing. The <code>API_GATEWAY</code> setting requires you to provide an API Gateway endpoint URL to call for authentication using the <code>IdentityProviderDetails</code> parameter.</p>"
   492        }
   493      },
   494      "ImportSshPublicKeyRequest": {
   495        "base": null,
   496        "refs": {
   497        }
   498      },
   499      "ImportSshPublicKeyResponse": {
   500        "base": "<p>Identifies the user, the 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 associated with.</p>",
   501        "refs": {
   502        }
   503      },
   504      "InputFileLocation": {
   505        "base": "<p>Specifies the location for the file being copied. Only applicable for the Copy type of workflow steps.</p>",
   506        "refs": {
   507          "CopyStepDetails$DestinationFileLocation": null
   508        }
   509      },
   510      "InternalServiceError": {
   511        "base": "<p>This exception is thrown when an error occurs in the Amazon Web ServicesTransfer Family service.</p>",
   512        "refs": {
   513        }
   514      },
   515      "InvalidNextTokenException": {
   516        "base": "<p>The <code>NextToken</code> parameter that was passed is invalid.</p>",
   517        "refs": {
   518        }
   519      },
   520      "InvalidRequestException": {
   521        "base": "<p>This exception is thrown when the client submits a malformed request.</p>",
   522        "refs": {
   523        }
   524      },
   525      "ListAccessesRequest": {
   526        "base": null,
   527        "refs": {
   528        }
   529      },
   530      "ListAccessesResponse": {
   531        "base": null,
   532        "refs": {
   533        }
   534      },
   535      "ListExecutionsRequest": {
   536        "base": null,
   537        "refs": {
   538        }
   539      },
   540      "ListExecutionsResponse": {
   541        "base": null,
   542        "refs": {
   543        }
   544      },
   545      "ListSecurityPoliciesRequest": {
   546        "base": null,
   547        "refs": {
   548        }
   549      },
   550      "ListSecurityPoliciesResponse": {
   551        "base": null,
   552        "refs": {
   553        }
   554      },
   555      "ListServersRequest": {
   556        "base": null,
   557        "refs": {
   558        }
   559      },
   560      "ListServersResponse": {
   561        "base": null,
   562        "refs": {
   563        }
   564      },
   565      "ListTagsForResourceRequest": {
   566        "base": null,
   567        "refs": {
   568        }
   569      },
   570      "ListTagsForResourceResponse": {
   571        "base": null,
   572        "refs": {
   573        }
   574      },
   575      "ListUsersRequest": {
   576        "base": null,
   577        "refs": {
   578        }
   579      },
   580      "ListUsersResponse": {
   581        "base": null,
   582        "refs": {
   583        }
   584      },
   585      "ListWorkflowsRequest": {
   586        "base": null,
   587        "refs": {
   588        }
   589      },
   590      "ListWorkflowsResponse": {
   591        "base": null,
   592        "refs": {
   593        }
   594      },
   595      "ListedAccess": {
   596        "base": "<p>Lists the properties for one or more specified associated accesses.</p>",
   597        "refs": {
   598          "ListedAccesses$member": null
   599        }
   600      },
   601      "ListedAccesses": {
   602        "base": null,
   603        "refs": {
   604          "ListAccessesResponse$Accesses": "<p>Returns the accesses and their properties for the <code>ServerId</code> value that you specify.</p>"
   605        }
   606      },
   607      "ListedExecution": {
   608        "base": "<p>Returns properties of the execution that is specified.</p>",
   609        "refs": {
   610          "ListedExecutions$member": null
   611        }
   612      },
   613      "ListedExecutions": {
   614        "base": null,
   615        "refs": {
   616          "ListExecutionsResponse$Executions": "<p>Returns the details for each execution.</p> <ul> <li> <p> <b>NextToken</b>: returned from a call to several APIs, you can use pass it to a subsequent command to continue listing additional executions.</p> </li> <li> <p> <b>StartTime</b>: timestamp indicating when the execution began.</p> </li> <li> <p> <b>Executions</b>: details of the execution, including the execution ID, initial file location, and Service metadata.</p> </li> <li> <p> <b>Status</b>: one of the following values: <code>IN_PROGRESS</code>, <code>COMPLETED</code>, <code>EXCEPTION</code>, <code>HANDLING_EXEPTION</code>. </p> </li> </ul>"
   617        }
   618      },
   619      "ListedServer": {
   620        "base": "<p>Returns properties of a file transfer protocol-enabled server that was specified.</p>",
   621        "refs": {
   622          "ListedServers$member": null
   623        }
   624      },
   625      "ListedServers": {
   626        "base": null,
   627        "refs": {
   628          "ListServersResponse$Servers": "<p>An array of servers that were listed.</p>"
   629        }
   630      },
   631      "ListedUser": {
   632        "base": "<p>Returns properties of the user that you specify.</p>",
   633        "refs": {
   634          "ListedUsers$member": null
   635        }
   636      },
   637      "ListedUsers": {
   638        "base": null,
   639        "refs": {
   640          "ListUsersResponse$Users": "<p>Returns the user accounts and their properties for the <code>ServerId</code> value that you specify.</p>"
   641        }
   642      },
   643      "ListedWorkflow": {
   644        "base": "<p>Contains the ID, text description, and Amazon Resource Name (ARN) for the workflow.</p>",
   645        "refs": {
   646          "ListedWorkflows$member": null
   647        }
   648      },
   649      "ListedWorkflows": {
   650        "base": null,
   651        "refs": {
   652          "ListWorkflowsResponse$Workflows": "<p>Returns the <code>Arn</code>, <code>WorkflowId</code>, and <code>Description</code> for each workflow.</p>"
   653        }
   654      },
   655      "LogGroupName": {
   656        "base": null,
   657        "refs": {
   658          "LoggingConfiguration$LogGroupName": "<p>The name of the CloudWatch logging group for the Amazon Web Services Transfer server to which this workflow belongs.</p>"
   659        }
   660      },
   661      "LoggingConfiguration": {
   662        "base": "<p>Consists of the logging role and the log group name.</p>",
   663        "refs": {
   664          "DescribedExecution$LoggingConfiguration": "<p>The IAM logging role associated with the execution.</p>"
   665        }
   666      },
   667      "MapEntry": {
   668        "base": null,
   669        "refs": {
   670          "HomeDirectoryMapEntry$Entry": "<p>Represents an entry for <code>HomeDirectoryMappings</code>.</p>"
   671        }
   672      },
   673      "MapTarget": {
   674        "base": null,
   675        "refs": {
   676          "HomeDirectoryMapEntry$Target": "<p>Represents the map target that is used in a <code>HomeDirectorymapEntry</code>.</p>"
   677        }
   678      },
   679      "MaxResults": {
   680        "base": null,
   681        "refs": {
   682          "ListAccessesRequest$MaxResults": "<p>Specifies the maximum number of access SIDs to return.</p>",
   683          "ListExecutionsRequest$MaxResults": "<p>Specifies the aximum number of executions to return.</p>",
   684          "ListSecurityPoliciesRequest$MaxResults": "<p>Specifies the number of security policies to return as a response to the <code>ListSecurityPolicies</code> query.</p>",
   685          "ListServersRequest$MaxResults": "<p>Specifies the number of servers to return as a response to the <code>ListServers</code> query.</p>",
   686          "ListTagsForResourceRequest$MaxResults": "<p>Specifies the number of tags to return as a response to the <code>ListTagsForResource</code> request.</p>",
   687          "ListUsersRequest$MaxResults": "<p>Specifies the number of users to return as a response to the <code>ListUsers</code> request.</p>",
   688          "ListWorkflowsRequest$MaxResults": "<p>Specifies the maximum number of workflows to return.</p>"
   689        }
   690      },
   691      "Message": {
   692        "base": null,
   693        "refs": {
   694          "ConflictException$Message": null,
   695          "InternalServiceError$Message": null,
   696          "InvalidNextTokenException$Message": null,
   697          "InvalidRequestException$Message": null,
   698          "ResourceExistsException$Message": null,
   699          "ResourceNotFoundException$Message": null,
   700          "TestIdentityProviderResponse$Message": "<p>A message that indicates whether the test was successful or not.</p>"
   701        }
   702      },
   703      "NextToken": {
   704        "base": null,
   705        "refs": {
   706          "ListAccessesRequest$NextToken": "<p>When you can get additional results from the <code>ListAccesses</code> call, a <code>NextToken</code> parameter is returned in the output. You can then pass in a subsequent command to the <code>NextToken</code> parameter to continue listing additional accesses.</p>",
   707          "ListAccessesResponse$NextToken": "<p>When you can get additional results from the <code>ListAccesses</code> call, a <code>NextToken</code> parameter is returned in the output. You can then pass in a subsequent command to the <code>NextToken</code> parameter to continue listing additional accesses.</p>",
   708          "ListExecutionsRequest$NextToken": "<p> <code>ListExecutions</code> returns the <code>NextToken</code> parameter in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional executions.</p> <p> 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 <code>max-results</code>: </p> <p> <code>aws transfer list-executions --max-results 10</code> </p> <p> This returns details for the first 10 executions, as well as the pointer (<code>NextToken</code>) to the eleventh execution. You can now call the API again, suppling the <code>NextToken</code> value you received: </p> <p> <code>aws transfer list-executions --max-results 10 --next-token $somePointerReturnedFromPreviousListResult</code> </p> <p> 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. </p>",
   709          "ListExecutionsResponse$NextToken": "<p> <code>ListExecutions</code> returns the <code>NextToken</code> parameter in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional executions.</p>",
   710          "ListSecurityPoliciesRequest$NextToken": "<p>When additional results are obtained from the <code>ListSecurityPolicies</code> command, a <code>NextToken</code> parameter is returned in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional security policies.</p>",
   711          "ListSecurityPoliciesResponse$NextToken": "<p>When you can get additional results from the <code>ListSecurityPolicies</code> operation, a <code>NextToken</code> parameter is returned in the output. In a following command, you can pass in the <code>NextToken</code> parameter to continue listing security policies.</p>",
   712          "ListServersRequest$NextToken": "<p>When additional results are obtained from the <code>ListServers</code> command, a <code>NextToken</code> parameter is returned in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional servers.</p>",
   713          "ListServersResponse$NextToken": "<p>When you can get additional results from the <code>ListServers</code> operation, a <code>NextToken</code> parameter is returned in the output. In a following command, you can pass in the <code>NextToken</code> parameter to continue listing additional servers.</p>",
   714          "ListTagsForResourceRequest$NextToken": "<p>When you request additional results from the <code>ListTagsForResource</code> operation, a <code>NextToken</code> parameter is returned in the input. You can then pass in a subsequent command to the <code>NextToken</code> parameter to continue listing additional tags.</p>",
   715          "ListTagsForResourceResponse$NextToken": "<p>When you can get additional results from the <code>ListTagsForResource</code> call, a <code>NextToken</code> parameter is returned in the output. You can then pass in a subsequent command to the <code>NextToken</code> parameter to continue listing additional tags.</p>",
   716          "ListUsersRequest$NextToken": "<p>When you can get additional results from the <code>ListUsers</code> call, a <code>NextToken</code> parameter is returned in the output. You can then pass in a subsequent command to the <code>NextToken</code> parameter to continue listing additional users.</p>",
   717          "ListUsersResponse$NextToken": "<p>When you can get additional results from the <code>ListUsers</code> call, a <code>NextToken</code> parameter is returned in the output. You can then pass in a subsequent command to the <code>NextToken</code> parameter to continue listing additional users.</p>",
   718          "ListWorkflowsRequest$NextToken": "<p> <code>ListWorkflows</code> returns the <code>NextToken</code> parameter in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional workflows.</p>",
   719          "ListWorkflowsResponse$NextToken": "<p> <code>ListWorkflows</code> returns the <code>NextToken</code> parameter in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional workflows.</p>"
   720        }
   721      },
   722      "NullableRole": {
   723        "base": null,
   724        "refs": {
   725          "UpdateServerRequest$LoggingRole": "<p>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.</p>"
   726        }
   727      },
   728      "OnUploadWorkflowDetails": {
   729        "base": null,
   730        "refs": {
   731          "WorkflowDetails$OnUpload": "<p>A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.</p>"
   732        }
   733      },
   734      "OverwriteExisting": {
   735        "base": null,
   736        "refs": {
   737          "CopyStepDetails$OverwriteExisting": "<p>A flag that indicates whether or not to overwrite an existing file of the same name. The default is <code>FALSE</code>.</p>"
   738        }
   739      },
   740      "PassiveIp": {
   741        "base": null,
   742        "refs": {
   743          "ProtocolDetails$PassiveIp": "<p> 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: </p> <p> <code> aws transfer update-server --protocol-details PassiveIp=<i>0.0.0.0</i> </code> </p> <p>Replace <code> <i>0.0.0.0</i> </code> in the example above with the actual IP address you want to use.</p> <note> <p> If you change the <code>PassiveIp</code> 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 <a href=\"http://aws.amazon.com/blogs/storage/configuring-your-ftps-server-behind-a-firewall-or-nat-with-aws-transfer-family/\">Configuring your FTPS server behind a firewall or NAT with Amazon Web Services Transfer Family</a>. </p> </note>"
   744        }
   745      },
   746      "Policy": {
   747        "base": null,
   748        "refs": {
   749          "CreateAccessRequest$Policy": "<p>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 <code>${Transfer:UserName}</code>, <code>${Transfer:HomeDirectory}</code>, and <code>${Transfer:HomeBucket}</code>.</p> <note> <p>This only applies when the domain of <code>ServerId</code> is S3. EFS does not use session policies.</p> <p>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 <code>Policy</code> argument.</p> <p>For an example of a session policy, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/session-policy.html\">Example session policy</a>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html\">AssumeRole</a> in the <i>Amazon Web Services Security Token Service API Reference</i>.</p> </note>",
   750          "CreateUserRequest$Policy": "<p>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 <code>${Transfer:UserName}</code>, <code>${Transfer:HomeDirectory}</code>, and <code>${Transfer:HomeBucket}</code>.</p> <note> <p>This only applies when the domain of <code>ServerId</code> is S3. EFS does not use session policies.</p> <p>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 <code>Policy</code> argument.</p> <p>For an example of a session policy, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/session-policy.html\">Example session policy</a>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html\">AssumeRole</a> in the <i>Amazon Web Services Security Token Service API Reference</i>.</p> </note>",
   751          "DescribedAccess$Policy": "<p>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 <code>${Transfer:UserName}</code>, <code>${Transfer:HomeDirectory}</code>, and <code>${Transfer:HomeBucket}</code>.</p>",
   752          "DescribedUser$Policy": "<p>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 <code>${Transfer:UserName}</code>, <code>${Transfer:HomeDirectory}</code>, and <code>${Transfer:HomeBucket}</code>.</p>",
   753          "UpdateAccessRequest$Policy": "<p>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 <code>${Transfer:UserName}</code>, <code>${Transfer:HomeDirectory}</code>, and <code>${Transfer:HomeBucket}</code>.</p> <note> <p>This only applies when the domain of <code>ServerId</code> is S3. EFS does not use session policies.</p> <p>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 <code>Policy</code> argument.</p> <p>For an example of a session policy, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/session-policy.html\">Example session policy</a>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html\">AssumeRole</a> in the <i>Amazon Web ServicesSecurity Token Service API Reference</i>.</p> </note>",
   754          "UpdateUserRequest$Policy": "<p>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 <code>${Transfer:UserName}</code>, <code>${Transfer:HomeDirectory}</code>, and <code>${Transfer:HomeBucket}</code>.</p> <note> <p>This only applies when the domain of <code>ServerId</code> is S3. EFS does not use session policies.</p> <p>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 <code>Policy</code> argument.</p> <p>For an example of a session policy, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/session-policy\">Creating a session policy</a>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html\">AssumeRole</a> in the <i>Amazon Web Services Security Token Service API Reference</i>.</p> </note>"
   755        }
   756      },
   757      "PosixId": {
   758        "base": null,
   759        "refs": {
   760          "PosixProfile$Uid": "<p>The POSIX user ID used for all EFS operations by this user.</p>",
   761          "PosixProfile$Gid": "<p>The POSIX group ID used for all EFS operations by this user.</p>",
   762          "SecondaryGids$member": null
   763        }
   764      },
   765      "PosixProfile": {
   766        "base": "<p>The full POSIX identity, including user ID (<code>Uid</code>), group ID (<code>Gid</code>), and any secondary groups IDs (<code>SecondaryGids</code>), that controls your users' access to your 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.</p>",
   767        "refs": {
   768          "CreateAccessRequest$PosixProfile": null,
   769          "CreateUserRequest$PosixProfile": "<p>Specifies the full POSIX identity, including user ID (<code>Uid</code>), group ID (<code>Gid</code>), and any secondary groups IDs (<code>SecondaryGids</code>), 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.</p>",
   770          "DescribedAccess$PosixProfile": null,
   771          "DescribedExecution$PosixProfile": null,
   772          "DescribedUser$PosixProfile": "<p>Specifies the full POSIX identity, including user ID (<code>Uid</code>), group ID (<code>Gid</code>), and any secondary groups IDs (<code>SecondaryGids</code>), 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.</p>",
   773          "UpdateAccessRequest$PosixProfile": null,
   774          "UpdateUserRequest$PosixProfile": "<p>Specifies the full POSIX identity, including user ID (<code>Uid</code>), group ID (<code>Gid</code>), and any secondary groups IDs (<code>SecondaryGids</code>), 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.</p>"
   775        }
   776      },
   777      "Protocol": {
   778        "base": null,
   779        "refs": {
   780          "Protocols$member": null,
   781          "TestIdentityProviderRequest$ServerProtocol": "<p>The type of file transfer protocol to be tested.</p> <p>The available protocols are:</p> <ul> <li> <p>Secure Shell (SSH) File Transfer Protocol (SFTP)</p> </li> <li> <p>File Transfer Protocol Secure (FTPS)</p> </li> <li> <p>File Transfer Protocol (FTP)</p> </li> </ul>"
   782        }
   783      },
   784      "ProtocolDetails": {
   785        "base": "<p> The protocol settings that are configured for your server. </p> <note> <p> This type is only valid in the <code>UpdateServer</code> API. </p> </note>",
   786        "refs": {
   787          "DescribedServer$ProtocolDetails": "<p> The protocol settings that are configured for your server. </p> <p> Use the <code>PassiveIp</code> 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. </p>",
   788          "UpdateServerRequest$ProtocolDetails": "<p> The protocol settings that are configured for your server. </p> <p> Use the <code>PassiveIp</code> 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. </p>"
   789        }
   790      },
   791      "Protocols": {
   792        "base": null,
   793        "refs": {
   794          "CreateServerRequest$Protocols": "<p>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:</p> <ul> <li> <p> <code>SFTP</code> (Secure Shell (SSH) File Transfer Protocol): File transfer over SSH</p> </li> <li> <p> <code>FTPS</code> (File Transfer Protocol Secure): File transfer with TLS encryption</p> </li> <li> <p> <code>FTP</code> (File Transfer Protocol): Unencrypted file transfer</p> </li> </ul> <note> <p>If you select <code>FTPS</code>, 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.</p> <p>If <code>Protocol</code> includes either <code>FTP</code> or <code>FTPS</code>, then the <code>EndpointType</code> must be <code>VPC</code> and the <code>IdentityProviderType</code> must be <code>AWS_DIRECTORY_SERVICE</code> or <code>API_GATEWAY</code>.</p> <p>If <code>Protocol</code> includes <code>FTP</code>, then <code>AddressAllocationIds</code> cannot be associated.</p> <p>If <code>Protocol</code> is set only to <code>SFTP</code>, the <code>EndpointType</code> can be set to <code>PUBLIC</code> and the <code>IdentityProviderType</code> can be set to <code>SERVICE_MANAGED</code>.</p> </note>",
   795          "DescribedServer$Protocols": "<p>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:</p> <ul> <li> <p> <code>SFTP</code> (Secure Shell (SSH) File Transfer Protocol): File transfer over SSH</p> </li> <li> <p> <code>FTPS</code> (File Transfer Protocol Secure): File transfer with TLS encryption</p> </li> <li> <p> <code>FTP</code> (File Transfer Protocol): Unencrypted file transfer</p> </li> </ul>",
   796          "UpdateServerRequest$Protocols": "<p>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:</p> <ul> <li> <p>Secure Shell (SSH) File Transfer Protocol (SFTP): File transfer over SSH</p> </li> <li> <p>File Transfer Protocol Secure (FTPS): File transfer with TLS encryption</p> </li> <li> <p>File Transfer Protocol (FTP): Unencrypted file transfer</p> </li> </ul> <note> <p>If you select <code>FTPS</code>, 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.</p> <p>If <code>Protocol</code> includes either <code>FTP</code> or <code>FTPS</code>, then the <code>EndpointType</code> must be <code>VPC</code> and the <code>IdentityProviderType</code> must be <code>AWS_DIRECTORY_SERVICE</code> or <code>API_GATEWAY</code>.</p> <p>If <code>Protocol</code> includes <code>FTP</code>, then <code>AddressAllocationIds</code> cannot be associated.</p> <p>If <code>Protocol</code> is set only to <code>SFTP</code>, the <code>EndpointType</code> can be set to <code>PUBLIC</code> and the <code>IdentityProviderType</code> can be set to <code>SERVICE_MANAGED</code>.</p> </note>"
   797        }
   798      },
   799      "Resource": {
   800        "base": null,
   801        "refs": {
   802          "ResourceExistsException$Resource": null,
   803          "ResourceNotFoundException$Resource": null
   804        }
   805      },
   806      "ResourceExistsException": {
   807        "base": "<p>The requested resource does not exist.</p>",
   808        "refs": {
   809        }
   810      },
   811      "ResourceNotFoundException": {
   812        "base": "<p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>",
   813        "refs": {
   814        }
   815      },
   816      "ResourceType": {
   817        "base": null,
   818        "refs": {
   819          "ResourceExistsException$ResourceType": null,
   820          "ResourceNotFoundException$ResourceType": null
   821        }
   822      },
   823      "Response": {
   824        "base": null,
   825        "refs": {
   826          "TestIdentityProviderResponse$Response": "<p>The response that is returned from your API Gateway.</p>"
   827        }
   828      },
   829      "RetryAfterSeconds": {
   830        "base": null,
   831        "refs": {
   832          "ThrottlingException$RetryAfterSeconds": null
   833        }
   834      },
   835      "Role": {
   836        "base": null,
   837        "refs": {
   838          "CreateAccessRequest$Role": "<p>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.</p>",
   839          "CreateServerRequest$LoggingRole": "<p>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.</p>",
   840          "CreateUserRequest$Role": "<p>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.</p>",
   841          "DescribedAccess$Role": "<p>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.</p>",
   842          "DescribedExecution$ExecutionRole": "<p>The IAM role associated with the execution.</p>",
   843          "DescribedServer$LoggingRole": "<p>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.</p>",
   844          "DescribedUser$Role": "<p>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.</p>",
   845          "IdentityProviderDetails$InvocationRole": "<p>Provides the type of <code>InvocationRole</code> used to authenticate the user account.</p>",
   846          "ListedAccess$Role": "<p>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.</p>",
   847          "ListedServer$LoggingRole": "<p>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.</p>",
   848          "ListedUser$Role": "<p>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.</p> <note> <p>The IAM role that controls your users' access to your Amazon S3 bucket for servers with <code>Domain=S3</code>, or your EFS file system for servers with <code>Domain=EFS</code>. </p> <p>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.</p> </note>",
   849          "LoggingConfiguration$LoggingRole": "<p>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.</p>",
   850          "UpdateAccessRequest$Role": "<p>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.</p>",
   851          "UpdateUserRequest$Role": "<p>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.</p>",
   852          "WorkflowDetail$ExecutionRole": "<p>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</p>"
   853        }
   854      },
   855      "S3Bucket": {
   856        "base": null,
   857        "refs": {
   858          "S3FileLocation$Bucket": "<p>Specifies the S3 bucket that contains the file being used.</p>",
   859          "S3InputFileLocation$Bucket": "<p>Specifies the S3 bucket for the customer input file.</p>"
   860        }
   861      },
   862      "S3Etag": {
   863        "base": null,
   864        "refs": {
   865          "S3FileLocation$Etag": "<p>The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object, not its metadata.</p>"
   866        }
   867      },
   868      "S3FileLocation": {
   869        "base": "<p>Specifies the details for the file location for the file being used in the workflow. Only applicable if you are using S3 storage.</p>",
   870        "refs": {
   871          "FileLocation$S3FileLocation": "<p>Specifies the S3 details for the file being used, such as bucket, Etag, and so forth.</p>"
   872        }
   873      },
   874      "S3InputFileLocation": {
   875        "base": "<p>Specifies the customer input S3 file location. If it is used inside <code>copyStepDetails.DestinationFileLocation</code>, it should be the S3 copy destination.</p> <p> You need to provide the bucket and key. The key can represent either a path or a file. This is determined by whether or not you end the key value with the forward slash (/) character. If the final character is \"/\", then your file is copied to the folder, and its name does not change. If, rather, the final character is alphanumeric, your uploaded file is renamed to the path value. In this case, if a file with that name already exists, it is overwritten. </p> <p>For example, if your path is <code>shared-files/bob/</code>, your uploaded files are copied to the <code>shared-files/bob/</code>, folder. If your path is <code>shared-files/today</code>, each uploaded file is copied to the <code>shared-files</code> folder and named <code>today</code>: each upload overwrites the previous version of the <i>bob</i> file.</p>",
   876        "refs": {
   877          "InputFileLocation$S3FileLocation": "<p>Specifies the details for the S3 file being copied.</p>"
   878        }
   879      },
   880      "S3Key": {
   881        "base": null,
   882        "refs": {
   883          "S3FileLocation$Key": "<p>The name assigned to the file when it was created in S3. You use the object key to retrieve the object.</p>",
   884          "S3InputFileLocation$Key": "<p>The name assigned to the file when it was created in S3. You use the object key to retrieve the object.</p>"
   885        }
   886      },
   887      "S3Tag": {
   888        "base": "<p>Specifies the key-value pair that are assigned to a file during the execution of a Tagging step.</p>",
   889        "refs": {
   890          "S3Tags$member": null
   891        }
   892      },
   893      "S3TagKey": {
   894        "base": null,
   895        "refs": {
   896          "S3Tag$Key": "<p>The name assigned to the tag that you create.</p>"
   897        }
   898      },
   899      "S3TagValue": {
   900        "base": null,
   901        "refs": {
   902          "S3Tag$Value": "<p>The value that corresponds to the key.</p>"
   903        }
   904      },
   905      "S3Tags": {
   906        "base": null,
   907        "refs": {
   908          "TagStepDetails$Tags": "<p>Array that contains from 1 to 10 key/value pairs.</p>"
   909        }
   910      },
   911      "S3VersionId": {
   912        "base": null,
   913        "refs": {
   914          "S3FileLocation$VersionId": "<p>Specifies the file version.</p>"
   915        }
   916      },
   917      "SecondaryGids": {
   918        "base": null,
   919        "refs": {
   920          "PosixProfile$SecondaryGids": "<p>The secondary POSIX group IDs used for all EFS operations by this user.</p>"
   921        }
   922      },
   923      "SecurityGroupId": {
   924        "base": null,
   925        "refs": {
   926          "SecurityGroupIds$member": null
   927        }
   928      },
   929      "SecurityGroupIds": {
   930        "base": null,
   931        "refs": {
   932          "EndpointDetails$SecurityGroupIds": "<p>A list of security groups IDs that are available to attach to your server's endpoint.</p> <note> <p>This property can only be set when <code>EndpointType</code> is set to <code>VPC</code>.</p> <p>You can edit the <code>SecurityGroupIds</code> property in the <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/API_UpdateServer.html\">UpdateServer</a> API only if you are changing the <code>EndpointType</code> from <code>PUBLIC</code> or <code>VPC_ENDPOINT</code> to <code>VPC</code>. To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVpcEndpoint.html\">ModifyVpcEndpoint</a> API.</p> </note>"
   933        }
   934      },
   935      "SecurityPolicyName": {
   936        "base": null,
   937        "refs": {
   938          "CreateServerRequest$SecurityPolicyName": "<p>Specifies the name of the security policy that is attached to the server.</p>",
   939          "DescribeSecurityPolicyRequest$SecurityPolicyName": "<p>Specifies the name of the security policy that is attached to the server.</p>",
   940          "DescribedSecurityPolicy$SecurityPolicyName": "<p>Specifies the name of the security policy that is attached to the server.</p>",
   941          "DescribedServer$SecurityPolicyName": "<p>Specifies the name of the security policy that is attached to the server.</p>",
   942          "SecurityPolicyNames$member": null,
   943          "UpdateServerRequest$SecurityPolicyName": "<p>Specifies the name of the security policy that is attached to the server.</p>"
   944        }
   945      },
   946      "SecurityPolicyNames": {
   947        "base": null,
   948        "refs": {
   949          "ListSecurityPoliciesResponse$SecurityPolicyNames": "<p>An array of security policies that were listed.</p>"
   950        }
   951      },
   952      "SecurityPolicyOption": {
   953        "base": null,
   954        "refs": {
   955          "SecurityPolicyOptions$member": null
   956        }
   957      },
   958      "SecurityPolicyOptions": {
   959        "base": null,
   960        "refs": {
   961          "DescribedSecurityPolicy$SshCiphers": "<p>Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server.</p>",
   962          "DescribedSecurityPolicy$SshKexs": "<p>Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server.</p>",
   963          "DescribedSecurityPolicy$SshMacs": "<p>Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server.</p>",
   964          "DescribedSecurityPolicy$TlsCiphers": "<p>Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.</p>"
   965        }
   966      },
   967      "SendWorkflowStepStateRequest": {
   968        "base": null,
   969        "refs": {
   970        }
   971      },
   972      "SendWorkflowStepStateResponse": {
   973        "base": null,
   974        "refs": {
   975        }
   976      },
   977      "ServerId": {
   978        "base": null,
   979        "refs": {
   980          "CreateAccessRequest$ServerId": "<p>A system-assigned unique identifier for a server instance. This is the specific server that you added your user to.</p>",
   981          "CreateAccessResponse$ServerId": "<p>The ID of the server that the user is attached to.</p>",
   982          "CreateServerResponse$ServerId": "<p>The service-assigned ID of the server that is created.</p>",
   983          "CreateUserRequest$ServerId": "<p>A system-assigned unique identifier for a server instance. This is the specific server that you added your user to.</p>",
   984          "CreateUserResponse$ServerId": "<p>The ID of the server that the user is attached to.</p>",
   985          "DeleteAccessRequest$ServerId": "<p>A system-assigned unique identifier for a server that has this user assigned.</p>",
   986          "DeleteServerRequest$ServerId": "<p>A unique system-assigned identifier for a server instance.</p>",
   987          "DeleteSshPublicKeyRequest$ServerId": "<p>A system-assigned unique identifier for a file transfer protocol-enabled server instance that has the user assigned to it.</p>",
   988          "DeleteUserRequest$ServerId": "<p>A system-assigned unique identifier for a server instance that has the user assigned to it.</p>",
   989          "DescribeAccessRequest$ServerId": "<p>A system-assigned unique identifier for a server that has this access assigned.</p>",
   990          "DescribeAccessResponse$ServerId": "<p>A system-assigned unique identifier for a server that has this access assigned.</p>",
   991          "DescribeServerRequest$ServerId": "<p>A system-assigned unique identifier for a server.</p>",
   992          "DescribeUserRequest$ServerId": "<p>A system-assigned unique identifier for a server that has this user assigned.</p>",
   993          "DescribeUserResponse$ServerId": "<p>A system-assigned unique identifier for a server that has this user assigned.</p>",
   994          "DescribedServer$ServerId": "<p>Specifies the unique system-assigned identifier for a server that you instantiate.</p>",
   995          "ImportSshPublicKeyRequest$ServerId": "<p>A system-assigned unique identifier for a server.</p>",
   996          "ImportSshPublicKeyResponse$ServerId": "<p>A system-assigned unique identifier for a server.</p>",
   997          "ListAccessesRequest$ServerId": "<p>A system-assigned unique identifier for a server that has users assigned to it.</p>",
   998          "ListAccessesResponse$ServerId": "<p>A system-assigned unique identifier for a server that has users assigned to it.</p>",
   999          "ListUsersRequest$ServerId": "<p>A system-assigned unique identifier for a server that has users assigned to it.</p>",
  1000          "ListUsersResponse$ServerId": "<p>A system-assigned unique identifier for a server that the users are assigned to.</p>",
  1001          "ListedServer$ServerId": "<p>Specifies the unique system assigned identifier for the servers that were listed.</p>",
  1002          "StartServerRequest$ServerId": "<p>A system-assigned unique identifier for a server that you start.</p>",
  1003          "StopServerRequest$ServerId": "<p>A system-assigned unique identifier for a server that you stopped.</p>",
  1004          "TestIdentityProviderRequest$ServerId": "<p>A system-assigned identifier for a specific server. That server's user authentication method is tested with a user name and password.</p>",
  1005          "UpdateAccessRequest$ServerId": "<p>A system-assigned unique identifier for a server instance. This is the specific server that you added your user to.</p>",
  1006          "UpdateAccessResponse$ServerId": "<p>The ID of the server that the user is attached to.</p>",
  1007          "UpdateServerRequest$ServerId": "<p>A system-assigned unique identifier for a server instance that the user account is assigned to.</p>",
  1008          "UpdateServerResponse$ServerId": "<p>A system-assigned unique identifier for a server that the user account is assigned to.</p>",
  1009          "UpdateUserRequest$ServerId": "<p>A system-assigned unique identifier for a server instance that the user account is assigned to.</p>",
  1010          "UpdateUserResponse$ServerId": "<p>A system-assigned unique identifier for a server instance that the user account is assigned to.</p>",
  1011          "UserDetails$ServerId": "<p>The system-assigned unique identifier for a Transfer server instance. </p>"
  1012        }
  1013      },
  1014      "ServiceErrorMessage": {
  1015        "base": null,
  1016        "refs": {
  1017          "AccessDeniedException$Message": null,
  1018          "ServiceUnavailableException$Message": null
  1019        }
  1020      },
  1021      "ServiceMetadata": {
  1022        "base": "<p>A container object for the session details associated with a workflow.</p>",
  1023        "refs": {
  1024          "DescribedExecution$ServiceMetadata": "<p>A container object for the session details associated with a workflow.</p>",
  1025          "ListedExecution$ServiceMetadata": "<p>A container object for the session details associated with a workflow.</p>"
  1026        }
  1027      },
  1028      "ServiceUnavailableException": {
  1029        "base": "<p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>",
  1030        "refs": {
  1031        }
  1032      },
  1033      "SessionId": {
  1034        "base": null,
  1035        "refs": {
  1036          "UserDetails$SessionId": "<p>The system-assigned unique identifier for a session that corresponds to the workflow.</p>"
  1037        }
  1038      },
  1039      "SourceIp": {
  1040        "base": null,
  1041        "refs": {
  1042          "TestIdentityProviderRequest$SourceIp": "<p>The source IP address of the user account to be tested.</p>"
  1043        }
  1044      },
  1045      "SshPublicKey": {
  1046        "base": "<p>Provides information about the public Secure Shell (SSH) key that is associated with a user account for the specific file transfer protocol-enabled server (as identified by <code>ServerId</code>). 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 server.</p>",
  1047        "refs": {
  1048          "SshPublicKeys$member": null
  1049        }
  1050      },
  1051      "SshPublicKeyBody": {
  1052        "base": null,
  1053        "refs": {
  1054          "CreateUserRequest$SshPublicKeyBody": "<p>The public portion of the Secure Shell (SSH) key used to authenticate the user to the server.</p>",
  1055          "ImportSshPublicKeyRequest$SshPublicKeyBody": "<p>The public key portion of an SSH key pair.</p>",
  1056          "SshPublicKey$SshPublicKeyBody": "<p>Specifies the content of the SSH public key as specified by the <code>PublicKeyId</code>.</p>"
  1057        }
  1058      },
  1059      "SshPublicKeyCount": {
  1060        "base": null,
  1061        "refs": {
  1062          "ListedUser$SshPublicKeyCount": "<p>Specifies the number of SSH public keys stored for the user you specified.</p>"
  1063        }
  1064      },
  1065      "SshPublicKeyId": {
  1066        "base": null,
  1067        "refs": {
  1068          "DeleteSshPublicKeyRequest$SshPublicKeyId": "<p>A unique identifier used to reference your user's specific SSH key.</p>",
  1069          "ImportSshPublicKeyResponse$SshPublicKeyId": "<p>The name given to a public key by the system that was imported.</p>",
  1070          "SshPublicKey$SshPublicKeyId": "<p>Specifies the <code>SshPublicKeyId</code> parameter contains the identifier of the public key.</p>"
  1071        }
  1072      },
  1073      "SshPublicKeys": {
  1074        "base": null,
  1075        "refs": {
  1076          "DescribedUser$SshPublicKeys": "<p>Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.</p>"
  1077        }
  1078      },
  1079      "StartServerRequest": {
  1080        "base": null,
  1081        "refs": {
  1082        }
  1083      },
  1084      "State": {
  1085        "base": "<p>Describes the condition of a file transfer protocol-enabled server with respect to its ability to perform file operations. There are six possible states: <code>OFFLINE</code>, <code>ONLINE</code>, <code>STARTING</code>, <code>STOPPING</code>, <code>START_FAILED</code>, and <code>STOP_FAILED</code>.</p> <p> <code>OFFLINE</code> indicates that the server exists, but that it is not available for file operations. <code>ONLINE</code> indicates that the server is available to perform file operations. <code>STARTING</code> indicates that the 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 the server to be completely operational. Both <code>START_FAILED</code> and <code>STOP_FAILED</code> are error conditions.</p>",
  1086        "refs": {
  1087          "DescribedServer$State": "<p>Specifies the condition of a server for the server that was described. A value of <code>ONLINE</code> indicates that the server can accept jobs and transfer files. A <code>State</code> value of <code>OFFLINE</code> means that the server cannot perform file transfer operations.</p> <p>The states of <code>STARTING</code> and <code>STOPPING</code> indicate that the server is in an intermediate state, either not fully able to respond, or not fully offline. The values of <code>START_FAILED</code> or <code>STOP_FAILED</code> can indicate an error condition.</p>",
  1088          "ListedServer$State": "<p>Specifies the condition of a server for the server that was described. A value of <code>ONLINE</code> indicates that the server can accept jobs and transfer files. A <code>State</code> value of <code>OFFLINE</code> means that the server cannot perform file transfer operations.</p> <p>The states of <code>STARTING</code> and <code>STOPPING</code> indicate that the server is in an intermediate state, either not fully able to respond, or not fully offline. The values of <code>START_FAILED</code> or <code>STOP_FAILED</code> can indicate an error condition.</p>"
  1089        }
  1090      },
  1091      "StatusCode": {
  1092        "base": null,
  1093        "refs": {
  1094          "TestIdentityProviderResponse$StatusCode": "<p>The HTTP status code that is the response from your API Gateway.</p>"
  1095        }
  1096      },
  1097      "StepResultOutputsJson": {
  1098        "base": null,
  1099        "refs": {
  1100          "ExecutionStepResult$Outputs": "<p>The values for the key/value pair applied as a tag to the file. Only applicable if the step type is <code>TAG</code>.</p>"
  1101        }
  1102      },
  1103      "StopServerRequest": {
  1104        "base": null,
  1105        "refs": {
  1106        }
  1107      },
  1108      "SubnetId": {
  1109        "base": null,
  1110        "refs": {
  1111          "SubnetIds$member": null
  1112        }
  1113      },
  1114      "SubnetIds": {
  1115        "base": null,
  1116        "refs": {
  1117          "EndpointDetails$SubnetIds": "<p>A list of subnet IDs that are required to host your server endpoint in your VPC.</p> <note> <p>This property can only be set when <code>EndpointType</code> is set to <code>VPC</code>.</p> </note>"
  1118        }
  1119      },
  1120      "Tag": {
  1121        "base": "<p>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 <code>Group</code> and assign the values <code>Research</code> and <code>Accounting</code> to that group.</p>",
  1122        "refs": {
  1123          "Tags$member": null
  1124        }
  1125      },
  1126      "TagKey": {
  1127        "base": null,
  1128        "refs": {
  1129          "Tag$Key": "<p>The name assigned to the tag that you create.</p>",
  1130          "TagKeys$member": null
  1131        }
  1132      },
  1133      "TagKeys": {
  1134        "base": null,
  1135        "refs": {
  1136          "UntagResourceRequest$TagKeys": "<p>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.</p>"
  1137        }
  1138      },
  1139      "TagResourceRequest": {
  1140        "base": null,
  1141        "refs": {
  1142        }
  1143      },
  1144      "TagStepDetails": {
  1145        "base": "<p>Each step type has its own <code>StepDetails</code> structure.</p> <p>The key/value pairs used to tag a file during the execution of a workflow step.</p>",
  1146        "refs": {
  1147          "WorkflowStep$TagStepDetails": "<p>Details for a step that creates one or more tags.</p> <p>You specify one or more tags: each tag contains a key/value pair.</p>"
  1148        }
  1149      },
  1150      "TagValue": {
  1151        "base": null,
  1152        "refs": {
  1153          "Tag$Value": "<p>Contains one or more values that you assigned to the key name you create.</p>"
  1154        }
  1155      },
  1156      "Tags": {
  1157        "base": null,
  1158        "refs": {
  1159          "CreateServerRequest$Tags": "<p>Key-value pairs that can be used to group and search for servers.</p>",
  1160          "CreateUserRequest$Tags": "<p>Key-value pairs that can be used to group and search for users. Tags are metadata attached to users for any purpose.</p>",
  1161          "CreateWorkflowRequest$Tags": "<p>Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.</p>",
  1162          "DescribedServer$Tags": "<p>Specifies the key-value pairs that you can use to search for and group servers that were assigned to the server that was described.</p>",
  1163          "DescribedUser$Tags": "<p>Specifies the key-value pairs for the user requested. Tag can be used to search for and group users for a variety of purposes.</p>",
  1164          "DescribedWorkflow$Tags": "<p>Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.</p>",
  1165          "ListTagsForResourceResponse$Tags": "<p>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.</p>",
  1166          "TagResourceRequest$Tags": "<p>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.</p>"
  1167        }
  1168      },
  1169      "TestIdentityProviderRequest": {
  1170        "base": null,
  1171        "refs": {
  1172        }
  1173      },
  1174      "TestIdentityProviderResponse": {
  1175        "base": null,
  1176        "refs": {
  1177        }
  1178      },
  1179      "ThrottlingException": {
  1180        "base": "<p>The request was denied due to request throttling.</p> <p> HTTP Status Code: 400</p>",
  1181        "refs": {
  1182        }
  1183      },
  1184      "UntagResourceRequest": {
  1185        "base": null,
  1186        "refs": {
  1187        }
  1188      },
  1189      "UpdateAccessRequest": {
  1190        "base": null,
  1191        "refs": {
  1192        }
  1193      },
  1194      "UpdateAccessResponse": {
  1195        "base": null,
  1196        "refs": {
  1197        }
  1198      },
  1199      "UpdateServerRequest": {
  1200        "base": null,
  1201        "refs": {
  1202        }
  1203      },
  1204      "UpdateServerResponse": {
  1205        "base": null,
  1206        "refs": {
  1207        }
  1208      },
  1209      "UpdateUserRequest": {
  1210        "base": null,
  1211        "refs": {
  1212        }
  1213      },
  1214      "UpdateUserResponse": {
  1215        "base": "<p> <code>UpdateUserResponse</code> returns the user name and identifier for the request to update a user's properties.</p>",
  1216        "refs": {
  1217        }
  1218      },
  1219      "Url": {
  1220        "base": null,
  1221        "refs": {
  1222          "IdentityProviderDetails$Url": "<p>Provides the location of the service endpoint used to authenticate users.</p>",
  1223          "TestIdentityProviderResponse$Url": "<p>The endpoint of the service used to authenticate a user.</p>"
  1224        }
  1225      },
  1226      "UserCount": {
  1227        "base": null,
  1228        "refs": {
  1229          "DescribedServer$UserCount": "<p>Specifies the number of users that are assigned to a server you specified with the <code>ServerId</code>.</p>",
  1230          "ListedServer$UserCount": "<p>Specifies the number of users that are assigned to a server you specified with the <code>ServerId</code>.</p>"
  1231        }
  1232      },
  1233      "UserDetails": {
  1234        "base": "<p>Specifies the user name, server ID, and session ID for a workflow.</p>",
  1235        "refs": {
  1236          "ServiceMetadata$UserDetails": "<p>The Server ID (<code>ServerId</code>), Session ID (<code>SessionId</code>) and user (<code>UserName</code>) make up the <code>UserDetails</code>.</p>"
  1237        }
  1238      },
  1239      "UserName": {
  1240        "base": null,
  1241        "refs": {
  1242          "CreateUserRequest$UserName": "<p>A unique string that identifies a user and is associated with a <code>ServerId</code>. 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.</p>",
  1243          "CreateUserResponse$UserName": "<p>A unique string that identifies a user account associated with a server.</p>",
  1244          "DeleteSshPublicKeyRequest$UserName": "<p>A unique string that identifies a user whose public key is being deleted.</p>",
  1245          "DeleteUserRequest$UserName": "<p>A unique string that identifies a user that is being deleted from a server.</p>",
  1246          "DescribeUserRequest$UserName": "<p>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.</p>",
  1247          "DescribedUser$UserName": "<p>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.</p>",
  1248          "ImportSshPublicKeyRequest$UserName": "<p>The name of the user account that is assigned to one or more servers.</p>",
  1249          "ImportSshPublicKeyResponse$UserName": "<p>A user name assigned to the <code>ServerID</code> value that you specified.</p>",
  1250          "ListedUser$UserName": "<p>Specifies the name of the user whose ARN was specified. User names are used for authentication purposes.</p>",
  1251          "TestIdentityProviderRequest$UserName": "<p>The name of the user account to be tested.</p>",
  1252          "UpdateUserRequest$UserName": "<p>A unique string that identifies a user and is associated with a server as specified by the <code>ServerId</code>. 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.</p>",
  1253          "UpdateUserResponse$UserName": "<p>The unique identifier for a user that is assigned to a server instance that was specified in the request.</p>",
  1254          "UserDetails$UserName": "<p>A unique string that identifies a user account associated with a server.</p>"
  1255        }
  1256      },
  1257      "UserPassword": {
  1258        "base": null,
  1259        "refs": {
  1260          "TestIdentityProviderRequest$UserPassword": "<p>The password of the user account to be tested.</p>"
  1261        }
  1262      },
  1263      "VpcEndpointId": {
  1264        "base": null,
  1265        "refs": {
  1266          "EndpointDetails$VpcEndpointId": "<p>The ID of the VPC endpoint.</p> <note> <p>This property can only be set when <code>EndpointType</code> is set to <code>VPC_ENDPOINT</code>.</p> <p>For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.</p> </note>"
  1267        }
  1268      },
  1269      "VpcId": {
  1270        "base": null,
  1271        "refs": {
  1272          "EndpointDetails$VpcId": "<p>The VPC ID of the VPC in which a server's endpoint will be hosted.</p> <note> <p>This property can only be set when <code>EndpointType</code> is set to <code>VPC</code>.</p> </note>"
  1273        }
  1274      },
  1275      "WorkflowDescription": {
  1276        "base": null,
  1277        "refs": {
  1278          "CreateWorkflowRequest$Description": "<p>A textual description for the workflow.</p>",
  1279          "DescribedWorkflow$Description": "<p>Specifies the text description for the workflow.</p>",
  1280          "ListedWorkflow$Description": "<p>Specifies the text description for the workflow.</p>"
  1281        }
  1282      },
  1283      "WorkflowDetail": {
  1284        "base": "<p>Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.</p>",
  1285        "refs": {
  1286          "OnUploadWorkflowDetails$member": null
  1287        }
  1288      },
  1289      "WorkflowDetails": {
  1290        "base": "<p>Container for the <code>WorkflowDetail</code> data type. It is used by actions that trigger a workflow to begin execution.</p>",
  1291        "refs": {
  1292          "CreateServerRequest$WorkflowDetails": "<p>Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.</p>",
  1293          "DescribedServer$WorkflowDetails": "<p>Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.</p>",
  1294          "UpdateServerRequest$WorkflowDetails": "<p>Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.</p>"
  1295        }
  1296      },
  1297      "WorkflowId": {
  1298        "base": null,
  1299        "refs": {
  1300          "CreateWorkflowResponse$WorkflowId": "<p>A unique identifier for the workflow.</p>",
  1301          "DeleteWorkflowRequest$WorkflowId": "<p>A unique identifier for the workflow.</p>",
  1302          "DescribeExecutionRequest$WorkflowId": "<p>A unique identifier for the workflow.</p>",
  1303          "DescribeExecutionResponse$WorkflowId": "<p>A unique identifier for the workflow.</p>",
  1304          "DescribeWorkflowRequest$WorkflowId": "<p>A unique identifier for the workflow.</p>",
  1305          "DescribedWorkflow$WorkflowId": "<p>A unique identifier for the workflow.</p>",
  1306          "ListExecutionsRequest$WorkflowId": "<p>A unique identifier for the workflow.</p>",
  1307          "ListExecutionsResponse$WorkflowId": "<p>A unique identifier for the workflow.</p>",
  1308          "ListedWorkflow$WorkflowId": "<p>A unique identifier for the workflow.</p>",
  1309          "SendWorkflowStepStateRequest$WorkflowId": "<p>A unique identifier for the workflow.</p>",
  1310          "WorkflowDetail$WorkflowId": "<p>A unique identifier for the workflow.</p>"
  1311        }
  1312      },
  1313      "WorkflowStep": {
  1314        "base": "<p>The basic building block of a workflow.</p>",
  1315        "refs": {
  1316          "WorkflowSteps$member": null
  1317        }
  1318      },
  1319      "WorkflowStepName": {
  1320        "base": null,
  1321        "refs": {
  1322          "CopyStepDetails$Name": "<p>The name of the step, used as an identifier.</p>",
  1323          "CustomStepDetails$Name": "<p>The name of the step, used as an identifier.</p>",
  1324          "DeleteStepDetails$Name": "<p>The name of the step, used as an identifier.</p>",
  1325          "TagStepDetails$Name": "<p>The name of the step, used as an identifier.</p>"
  1326        }
  1327      },
  1328      "WorkflowStepType": {
  1329        "base": null,
  1330        "refs": {
  1331          "ExecutionStepResult$StepType": "<p>One of the available step types.</p> <ul> <li> <p> <i>Copy</i>: copy the file to another location</p> </li> <li> <p> <i>Custom</i>: custom step with a lambda target</p> </li> <li> <p> <i>Delete</i>: delete the file</p> </li> <li> <p> <i>Tag</i>: add a tag to the file</p> </li> </ul>",
  1332          "WorkflowStep$Type": "<p> Currently, the following step types are supported. </p> <ul> <li> <p> <i>Copy</i>: copy the file to another location</p> </li> <li> <p> <i>Custom</i>: custom step with a lambda target</p> </li> <li> <p> <i>Delete</i>: delete the file</p> </li> <li> <p> <i>Tag</i>: add a tag to the file</p> </li> </ul>"
  1333        }
  1334      },
  1335      "WorkflowSteps": {
  1336        "base": null,
  1337        "refs": {
  1338          "CreateWorkflowRequest$Steps": "<p>Specifies the details for the steps that are in the specified workflow.</p> <p> The <code>TYPE</code> specifies which of the following actions is being taken for this step. </p> <ul> <li> <p> <i>Copy</i>: copy the file to another location</p> </li> <li> <p> <i>Custom</i>: custom step with a lambda target</p> </li> <li> <p> <i>Delete</i>: delete the file</p> </li> <li> <p> <i>Tag</i>: add a tag to the file</p> </li> </ul> <note> <p> Currently, copying and tagging are supported only on S3. </p> </note> <p> For file location, you specify either the S3 bucket and key, or the EFS filesystem ID and path. </p>",
  1339          "CreateWorkflowRequest$OnExceptionSteps": "<p>Specifies the steps (actions) to take if errors are encountered during execution of the workflow.</p> <note> <p>For custom steps, the lambda function needs to send <code>FAILURE</code> to the call back API to kick off the exception steps. Additionally, if the lambda does not send <code>SUCCESS</code> before it times out, the exception steps are executed.</p> </note>",
  1340          "DescribedWorkflow$Steps": "<p>Specifies the details for the steps that are in the specified workflow.</p>",
  1341          "DescribedWorkflow$OnExceptionSteps": "<p>Specifies the steps (actions) to take if errors are encountered during execution of the workflow.</p>"
  1342        }
  1343      }
  1344    }
  1345  }