Smaws_Client_SSM.GetInventorySchema
Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidNextToken of Types.invalid_next_token
| `InvalidTypeNameException of Types.invalid_type_name_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.get_inventory_schema_request ->
(Types.get_inventory_schema_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidNextToken of Types.invalid_next_token
| `InvalidTypeNameException of Types.invalid_type_name_exception ])
Stdlib.result