Я выполняю тот же запрос с помощью aws cli, и он работает нормально.
Мой код:
Мой код:
Код: Выделить всё
SearchIndexResponse response = await _iotClient.SearchIndexAsync(new SearchIndexRequest
{
QueryString = queryString,
MaxResults = maxResults,
NextToken = nextToken
});
Подробнее здесь: https://stackoverflow.com/questions/792 ... -nexttoken
Мобильная версия