Smaws_Client_SSM.PutInventory
val request :
Smaws_Lib.Context.t ->
put_inventory_request ->
(put_inventory_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `CustomSchemaCountLimitExceededException of
custom_schema_count_limit_exceeded_exception
| `InternalServerError of internal_server_error
| `InvalidInstanceId of invalid_instance_id
| `InvalidInventoryItemContextException of
invalid_inventory_item_context_exception
| `InvalidItemContentException of invalid_item_content_exception
| `InvalidTypeNameException of invalid_type_name_exception
| `ItemContentMismatchException of item_content_mismatch_exception
| `ItemSizeLimitExceededException of item_size_limit_exceeded_exception
| `SubTypeCountLimitExceededException of
sub_type_count_limit_exceeded_exception
| `TotalSizeLimitExceededException of total_size_limit_exceeded_exception
| `UnsupportedInventoryItemContextException of
unsupported_inventory_item_context_exception
| `UnsupportedInventorySchemaVersionException of
unsupported_inventory_schema_version_exception ])
Stdlib.result
Bulk update custom inventory items on one or more managed nodes. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.