(options *DeleteOptions)
| 8 | DescribeIndexStats(options *DescribeIndexStatsOptions) (*DescribeIndexStatsOutput, error) |
| 9 | Query(options *QueryOptions) (*QueryOutput, error) |
| 10 | Delete(options *DeleteOptions) (*DeleteOutput, error) |
| 11 | Fetch(options *FetchOptions) (*FetchOutput, error) |
| 12 | Update(options *UpdateOptions) (*UpdateOutput, error) |
| 13 | Upsert(options *UpsertOptions) (*UpsertOutput, error) |
no outgoing calls
no test coverage detected