v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1458293303.1 KB

Returns a list of the profiles for your system. If you want to limit the results to a certain number, supply a value for the <code>MaxResults</code> parameter. If you ran the command previously and received a value for <code>NextToken</code>, you can supply that value to continue listing profiles from where you left off.

post/#X-Amz-Target=TransferService.ListProfiles

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'TransferService.ListProfiles' required

Request body

MaxResultsinteger

The maximum number of profiles to return.

NextTokenstring

When there are additional results that were not returned, a <code>NextToken</code> parameter is returned. You can use that value for a subsequent call to <code>ListProfiles</code> to continue listing results.

ProfileType'LOCAL' | 'PARTNER'

Indicates whether to list only <code>LOCAL</code> type profiles or only <code>PARTNER</code> type profiles. If not supplied in the request, the command lists all types of profiles.

Response

Success

NextTokenstring

Returns a token that you can use to call <code>ListProfiles</code> again and receive additional results, if there are any.