Smaws_Client_DirectoryService.CancelSchemaExtension
Cancels an in-progress schema extension to a Microsoft AD directory. Once a schema extension has started replicating to all domain controllers, the task can no longer be canceled. A schema extension can be canceled during any of the following states; Initializing
, CreatingSnapshot
, and UpdatingSchema
.
val request :
Smaws_Lib.Context.t ->
Types.cancel_schema_extension_request ->
(Types.cancel_schema_extension_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClientException of Types.client_exception
| `EntityDoesNotExistException of Types.entity_does_not_exist_exception
| `ServiceException of Types.service_exception ])
Stdlib.result