Smaws_Client_SSM.GetInventory
Query inventory information. This includes managed node status, such as Stopped
or Terminated
.
val request :
Smaws_Lib.Context.t ->
Types.get_inventory_request ->
(Types.get_inventory_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidAggregatorException of Types.invalid_aggregator_exception
| `InvalidFilter of Types.invalid_filter
| `InvalidInventoryGroupException of
Types.invalid_inventory_group_exception
| `InvalidNextToken of Types.invalid_next_token
| `InvalidResultAttributeException of
Types.invalid_result_attribute_exception
| `InvalidTypeNameException of Types.invalid_type_name_exception ])
Stdlib.result