Module Smaws_Client_SSM.ListNodes

Takes in filters and returns a list of managed nodes matching the filter criteria.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `InvalidFilter of Types.invalid_filter | `InvalidNextToken of Types.invalid_next_token | `ResourceDataSyncNotFoundException of Types.resource_data_sync_not_found_exception | `UnsupportedOperationException of Types.unsupported_operation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_nodes_request -> (Types.list_nodes_result, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `InvalidFilter of Types.invalid_filter | `InvalidNextToken of Types.invalid_next_token | `ResourceDataSyncNotFoundException of Types.resource_data_sync_not_found_exception | `UnsupportedOperationException of Types.unsupported_operation_exception ]) Stdlib.result