Smaws_Client_DirectoryService.CreateSnapshot
Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.
You cannot take snapshots of AD Connector directories.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ClientException of Types.client_exception
| `EntityDoesNotExistException of Types.entity_does_not_exist_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `ServiceException of Types.service_exception
| `SnapshotLimitExceededException of Types.snapshot_limit_exceeded_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.create_snapshot_request ->
(Types.create_snapshot_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClientException of Types.client_exception
| `EntityDoesNotExistException of Types.entity_does_not_exist_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `ServiceException of Types.service_exception
| `SnapshotLimitExceededException of
Types.snapshot_limit_exceeded_exception ])
Stdlib.result