Smaws_Client_SSM.PutInventory
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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `CustomSchemaCountLimitExceededException of
Types.custom_schema_count_limit_exceeded_exception
| `InternalServerError of Types.internal_server_error
| `InvalidInstanceId of Types.invalid_instance_id
| `InvalidInventoryItemContextException of
Types.invalid_inventory_item_context_exception
| `InvalidItemContentException of Types.invalid_item_content_exception
| `InvalidTypeNameException of Types.invalid_type_name_exception
| `ItemContentMismatchException of Types.item_content_mismatch_exception
| `ItemSizeLimitExceededException of Types.item_size_limit_exceeded_exception
| `SubTypeCountLimitExceededException of
Types.sub_type_count_limit_exceeded_exception
| `TotalSizeLimitExceededException of
Types.total_size_limit_exceeded_exception
| `UnsupportedInventoryItemContextException of
Types.unsupported_inventory_item_context_exception
| `UnsupportedInventorySchemaVersionException of
Types.unsupported_inventory_schema_version_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.put_inventory_request ->
(Types.put_inventory_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `CustomSchemaCountLimitExceededException of
Types.custom_schema_count_limit_exceeded_exception
| `InternalServerError of Types.internal_server_error
| `InvalidInstanceId of Types.invalid_instance_id
| `InvalidInventoryItemContextException of
Types.invalid_inventory_item_context_exception
| `InvalidItemContentException of Types.invalid_item_content_exception
| `InvalidTypeNameException of Types.invalid_type_name_exception
| `ItemContentMismatchException of Types.item_content_mismatch_exception
| `ItemSizeLimitExceededException of
Types.item_size_limit_exceeded_exception
| `SubTypeCountLimitExceededException of
Types.sub_type_count_limit_exceeded_exception
| `TotalSizeLimitExceededException of
Types.total_size_limit_exceeded_exception
| `UnsupportedInventoryItemContextException of
Types.unsupported_inventory_item_context_exception
| `UnsupportedInventorySchemaVersionException of
Types.unsupported_inventory_schema_version_exception ])
Stdlib.result