UpsertRowsResult - Amazon Honeycode

UpsertRowsResult

An object that represents the result of a single upsert row request.

Contents

rowIds

The list of row ids that were changed as part of an upsert row operation. If the upsert resulted in an update, this list could potentially contain multiple rows that matched the filter and hence got updated. If the upsert resulted in an append, this list would only have the single row that was appended.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 100 items.

Length Constraints: Fixed length of 77.

Pattern: row:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}

Required: Yes

upsertAction

The result of the upsert action.

Type: String

Valid Values: UPDATED | APPENDED

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: