Smaws_Client_SSM.DeleteInventory
Delete a custom inventory type or the data associated with a custom Inventory type. Deleting a custom inventory type is also referred to as deleting a custom inventory schema.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidDeleteInventoryParametersException of
Types.invalid_delete_inventory_parameters_exception
| `InvalidInventoryRequestException of
Types.invalid_inventory_request_exception
| `InvalidOptionException of Types.invalid_option_exception
| `InvalidTypeNameException of Types.invalid_type_name_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.delete_inventory_request ->
(Types.delete_inventory_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidDeleteInventoryParametersException of
Types.invalid_delete_inventory_parameters_exception
| `InvalidInventoryRequestException of
Types.invalid_inventory_request_exception
| `InvalidOptionException of Types.invalid_option_exception
| `InvalidTypeNameException of Types.invalid_type_name_exception ])
Stdlib.result