Smaws_Client_Transcribe.UpdateCallAnalyticsCategoryUpdates the specified Call Analytics category with new rules. Note that the UpdateCallAnalyticsCategory operation overwrites all existing rules contained in the specified category. You cannot append additional rules onto an existing category.
To create a new category, see .
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `BadRequestException of Types.bad_request_exception
| `ConflictException of Types.conflict_exception
| `InternalFailureException of Types.internal_failure_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotFoundException of Types.not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_call_analytics_category_request ->
(Types.update_call_analytics_category_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequestException of Types.bad_request_exception
| `ConflictException of Types.conflict_exception
| `InternalFailureException of Types.internal_failure_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotFoundException of Types.not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_call_analytics_category_request ->
(Types.update_call_analytics_category_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequestException of Types.bad_request_exception
| `ConflictException of Types.conflict_exception
| `InternalFailureException of Types.internal_failure_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotFoundException of Types.not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result